Dear Colleagues,<br><br>first of all, thank you for the great software which is a very nice and convenient way to build up a stable VoIP telephone system! We already have a working system based on OpenSER and Asterisk.<br>
<br>After many experiments I finally raise this question to you because I cannot figure out the solution. The problem described on <a href="http://www.openser.org/pipermail/users/2006-January/002747.html">http://www.openser.org/pipermail/users/2006-January/002747.html
</a> seems to be very similar to mine.<br><br>I am using openser-1.1.0-9etch1. I tried to replace the FROM variable as follows:<br><br>loadmodule &quot;uac.so&quot;<br>modparam(&quot;uac&quot;,&quot;from_restore_mode&quot;,&quot;auto&quot;)
<br>...<br>route<br>{<br>...<br>avp_write(&quot;$fU&quot;, &quot;$avp(s:display)&quot;);<br>avp_write(&quot;$fU&quot;, &quot;$avp(s:dispuri)&quot;);<br>avp_subst(&quot;$avp(s:display)&quot;, &quot;/^36(.*)/06\1/&quot;);<br>
avp_subst(&quot;$avp(s:dispuri)&quot;, &quot;/^36(.*)/sip:<a href="http://06\1@datanet.hu/">06\1@datanet.hu/</a>&quot;);<br>uac_replace_from(&quot;$avp(s:display)&quot;, &quot;$avp(s:dispuri)&quot;);<br>...<br>}<br clear="all">
<br>Unfortunately nothing seems to happen: no change is made on several VoIP telephones, including X-Lite as well. loose_route() and record_route() were also used in my configuration. Could you please help me what I am missing here? If needed, I can also send a full config file.
<br><br>Thank you in advance,<br>Zoltan Kovacs<br>sysadmin<br><br>