Hi Bogdan,<br><br>I&#39;m not checking the dialplan return, follow bellow the script snippet.<br><br>  if ( $avp(s:pre_to_id) != null ) {<br>    dp_translate(&quot;$avp(s:pre_to_id)&quot;, &quot;$tU/$var(pre_to_user)&quot;);<br>
    $var(s:to) = $var(pre_to_user);<br>    uac_replace_to(&quot;$var(pre_to_user)&quot;,&quot;sip:$var(pre_to_user)@$td&quot;) ;<br>    xlog(&quot;L_INFO&quot;, &quot;PreRouting to TO: $rm gw:[$si:$sp] ruri:[$ru] from:[$fu] to:[$tu] sourceip:[$si] callid:[$ci]\n&quot;);<br>
  } <br><br>I&#39;ll change the script to check the dp_translate return before execute uac_replace_to, and I&#39;ll send a feedback to the list.<br><br>Thank you very much,<br><br clear="all">Antonio Anderson Souza<br>Voice Technology<br>
<a href="http://www.antonioams.com">http://www.antonioams.com</a><br>
<br><br><div class="gmail_quote">On Fri, May 28, 2010 at 3:33 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Antonio,<br>
<br>
how do you pass the information (output of dp_translate) to the<br>
uac_replace_to() ? Are you also checking all the time the return code of<br>
dp_translate to be sure there is an output?<br>
<br>
Regards,<br>
Bogdan<br>
<div class="im"><br>
Antonio Anderson Souza wrote:<br>
&gt; Dear All,<br>
&gt;<br>
&gt; I&#39;m using the Opensips 1.6.1 with dialplan and uac module to rewrite<br>
&gt; the From and To, in such cases.<br>
&gt;<br>
&gt; I need to make a deeper analyzes, but what&#39;s happening the<br>
&gt; uac_replace_to change informations between different transactions, for<br>
&gt; example:<br>
&gt;<br>
&gt; Incoming Invite A<br>
&gt; from: 551122334455@123.123.123<br>
&gt; to: 666555566778899@123.123.124<br>
&gt;<br>
&gt; Dialplan A:<br>
&gt; matchs: 6665555(.*)<br>
&gt; subst:/2<br>
&gt;<br>
&gt; Outgoing Invite A<br>
&gt; from: 551122334455@123.123.123<br>
&gt; to: 66778899@123.123.124<br>
&gt;<br>
&gt; Incoming Invite B<br>
</div>&gt; from: <a href="mailto:551122334455@222.222.222.222">551122334455@222.222.222.222</a> &lt;mailto:<a href="mailto:551122334455@222.222.222.222">551122334455@222.222.222.222</a>&gt;<br>
&gt; to: <a href="mailto:8885577665544@222.222.222.223">8885577665544@222.222.222.223</a> &lt;mailto:<a href="mailto:8885577665544@222.222.222.223">8885577665544@222.222.222.223</a>&gt;<br>
<div class="im">&gt;<br>
&gt; Dialplan B:<br>
&gt; matchs: 88855(.*)<br>
&gt; subst:/2<br>
&gt;<br>
&gt; Outgoing Invite B<br>
</div>&gt; from: <a href="mailto:551122334455@222.222.222.222">551122334455@222.222.222.222</a> &lt;mailto:<a href="mailto:551122334455@222.222.222.222">551122334455@222.222.222.222</a>&gt;<br>
&gt; to: <a href="mailto:66778899@222.222.222.223">66778899@222.222.222.223</a> &lt;mailto:<a href="mailto:66778899@222.222.222.223">66778899@222.222.222.223</a>&gt;<br>
<div class="im">&gt;<br>
&gt; The To User of Outgoing Invite B should be  77665544 instead of 66778899.<br>
&gt;<br>
&gt; Does anybody already faced something like that? As I saw some commits<br>
&gt; regarding uac, and dialplan in 1.6.2, I&#39;m thinking to update to 1.6.2<br>
&gt; to see if it&#39;s fix this problem, what do you think?<br>
&gt;<br>
&gt; If some one could share your opinion with me, I&#39;ll very grateful.<br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; Antonio Anderson Souza<br>
&gt; Voice Technology<br>
&gt; <a href="http://www.antonioams.com" target="_blank">http://www.antonioams.com</a><br>
</div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
--<br>
Bogdan-Andrei Iancu<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br>