Hello,
the syntax of avp parameters for avpops modules has changed. Please see:
http://openser.org/dokuwiki/doku.php?id=migrating_openser_v1.0.x_to_v1.1.x
For example, in your case:
avp_write("$ruri", "i:10"); => avp_write("$ruri",
"$avp(i:10)");
Cheers,
Daniel
On 09/13/06 19:53, Antoine Fressancourt wrote:
Hello,
I am trying to setup a voicemail solution based on the tutorial
published on
voip-info.org <http://voip-info.org> called "Realtime
Integration of Asterisk with OpenSER" (
http://www.voip-info.org/wiki/view/Realtime+Integration+Of+Asterisk+With+Op…)
and I face an issue. I followed the steps carefully, and I am about to
start running the openser server.
But when I try to launch the server, two lines are troublesome. My
first error is the following :
0(0) ERROR:avpops:fixup_write_avp: bad attribute name in param 2 <i:10>
0(0) ERROR: fix_actions: fixing failed (code=-1) at cfg line 133
It is related to the following line of the openser.cfg :
avp_write("$ruri", "i:10");
Then, I comment the line, and another error appears :
0(0) ERROR:avops:fixup_pushto_avp: bad param 1; expected :
$pseudo-variable ...
0(0) ERROR: fix_actions: fixing failed (code=-1) at cfg line 200
It is realted to the line :
avp_pushto("$ruri", "i:10");
I have the dialplan writen in the tutorial and I run the latest stable
version of OpenSER : openser-1.1.0-notls
Hopefully someone encontered the same issue, and managed to solve it.
Thank you in advance,
Antoine
------------------------------------------------------------------------
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users