Hi all,
2 week ago ported the avp core from 0.8.14 to unstable version. This makes happy people who want to use avp within the modules. The next step is to make available avp access from the cfg script (this will include functions for db interaction, setting avps, RURI exchange, etc). I will compile and post a list with avp functions I was thinking of. The whole process will go slow for the next 2 weeks, since I'm still in vacation, but it will be done.
bogdan
Since I needed such a module rather quickly, I wrote it and committed to develoment branch. It is called "avp". It has not been tested though.
-jiri
At 01:16 PM 9/10/2004, Bogdan-Andrei IANCU wrote:
Hi all,
2 week ago ported the avp core from 0.8.14 to unstable version. This makes happy people who want to use avp within the modules. The next step is to make available avp access from the cfg script (this will include functions for db interaction, setting avps, RURI exchange, etc). I will compile and post a list with avp functions I was thinking of. The whole process will go slow for the next 2 weeks, since I'm still in vacation, but it will be done.
bogdan
Serdev mailing list serdev@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serdev
-- Jiri Kuthan http://iptel.org/~jiri/
jiri,
i'm a bit confused. how does avp modules's
avp_load("caller_uuid");
compare to
load_avp("ruri","email",0);
in latest sems document?
also, i didn't understand your README:
VP modules reads AVP values for usr_preferences table in SIP-DB.
use is as follows: avp_load("caller_uuid");
The parameter is either called_uuid or callee_uuid. It identifies AVP which stores user's UUID. Then database is dipped with this UUID.
there is no usr_preferences table and i don't know what uuid stands for.
-- juha