<div dir="ltr">Hi Stefano,<br>Please check <b>avp type</b> that you are using,&nbsp; use type 0&nbsp; instead of 2<br><span><br>See </span><span>below </span><span>the different types for avps:<br></span><span> 0 - <b class="highlight">AVP</b> with string name and string value
</span><br><span>1 - <b class="highlight">AVP</b> with string name and integer value
</span><br><span>2 - <b class="highlight">AVP</b> with integer name and string value
</span><br><span>3 - <b class="highlight">AVP</b> with integer name and integer value
</span><br><br>Regards,<br><br>Gustavo<br><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 7:10 AM, Stefano Palleschi <span dir="ltr">&lt;<a href="mailto:stefano.palleschi@okcom.it">stefano.palleschi@okcom.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello all,<br>
<br>
i&#39;m trying to do an unconditional call forward with openser. I&#39;ve added<br>
the instructions below in the script:<br>
<br>
if (avp_db_load(&quot;$ru/username&quot;, &quot;$avp(s:callfwd)&quot;)) {<br>
 &nbsp; &nbsp; &nbsp;avp_pushto(&quot;$ru&quot;, &quot;$avp(s:callfwd)&quot;);<br>
 &nbsp; &nbsp; &nbsp;xlog(&quot;$avp(s:callfwd)&quot;);<br>
 &nbsp; &nbsp; &nbsp;route(1);<br>
 &nbsp; &nbsp; &nbsp;exit;<br>
 &nbsp; &nbsp; &nbsp;}<br>
<br>
<br>
and i&#39;ve created a record on the usr_preferences table of openser database:<br>
<br>
mysql&gt; select * from usr_preferences;<br>
+------+------------+-----------------------------+-----------+-----------------------------+------+---------------------+<br>
| uuid | username &nbsp; | domain &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| attribute |<br>
value &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | type | modified &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>
+------+------------+-----------------------------+-----------+-----------------------------+------+---------------------+<br>
| 1 &nbsp; &nbsp;| 0666620996 | <a href="http://81.29.176.57" target="_blank">81.29.176.57</a> | callfwd &nbsp; |<br>
<a href="mailto:sip%3A0666653218@81.29.176.57">sip:0666653218@81.29.176.57</a> | &nbsp; &nbsp;2 | 2008-09-03 09:51:33 |<br>
+------+------------+-----------------------------+-----------+-----------------------------+------+---------------------+<br>
1 row in set (0.00 sec)<br>
<br>
like showed, i would like forward the call that arrive at the sip client<br>
0666620996 to the pstn number 0666653218.<br>
At openser restarting I get always this error:<br>
<br>
ERROR:avpops:load_avps: incomplet uri &lt;sip:<a href="http://81.29.176.57" target="_blank">81.29.176.57</a>&gt;<br>
<br>
without make any call.<br>
<br>
Why in the uri there isn&#39;t the first part (username@)?<br>
<br>
Thanks in advance.<br>
<br>
Stefano Palleschi<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.kamailio.org">Users@lists.kamailio.org</a><br>
<a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Gustavo Mistrinelli<br>
</div>