Hello,<br><br>I am trying to setup a voicemail solution based on the tutorial published on <a href="http://voip-info.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">voip-info.org</a> called &quot;Realtime Integration of Asterisk with OpenSER&quot; (
<a href="http://www.voip-info.org/wiki/view/Realtime+Integration+Of+Asterisk+With+OpenSER">http://www.voip-info.org/wiki/view/Realtime+Integration+Of+Asterisk+With+OpenSER</a>) and I face an issue. I followed the steps carefully, and I am about to start running the openser server. 
<br><br>But when I try to launch the server, two lines are troublesome. My first error is the following :<br><br>&nbsp;0(0) ERROR:avpops:fixup_write_avp: bad attribute name in param 2 &lt;i:10&gt;<br>&nbsp;0(0) ERROR: fix_actions: fixing failed (code=-1) at cfg line 133
<br><br>It is related to the following line of the openser.cfg :<br>avp_write(&quot;$ruri&quot;, &quot;i:10&quot;);<br><br>Then, I comment the line, and another error appears :<br>&nbsp;0(0) ERROR:avops:fixup_pushto_avp: bad param 1; expected : $pseudo-variable ...
<br>&nbsp;0(0) ERROR: fix_actions: fixing failed (code=-1) at cfg line 200<br><br>It is realted to the line :<br>avp_pushto(&quot;$ruri&quot;, &quot;i:10&quot;);<br><br>I have the dialplan writen in the tutorial and I run the latest stable version of OpenSER : 
openser-1.1.0-notls<br><br>Hopefully someone encontered the same issue, and managed to solve it. <br><br>Thank you in advance,<br><br>Antoine<br>