<p>Yeah I was wrong about the avpops being an alternative.  But if he finds the mailing list thread I referred him to it will say th exact thing you just mentioned Dave.</p>
<p>Sent from Droid</p>
<div class="gmail_quote">On Feb 6, 2011 8:49 PM, &quot;Dave Singer&quot; &lt;<a href="mailto:dave.singer@wideideas.com">dave.singer@wideideas.com</a>&gt; wrote:<br type="attribution">&gt; Isn&#39;t<br>&gt;    $var(my_uri) = &quot;<a href="mailto:555@example.com">555@example.com</a>&quot;;<br>
&gt;    $ru = &quot;sip:&quot; + $var(my_ruri);<br>&gt; the same as<br>&gt;    rewriteuri(&quot;<a href="mailto:sip%3A555@example.com">sip:555@example.com</a>&quot;);<br>&gt; just that using $ru you can use it just like assigning to other vars<br>
&gt; like you are doing.<br>&gt; <br>&gt; <br>&gt; On Sun, Feb 6, 2011 at 6:36 PM, Duane Larson &lt;<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>&gt; wrote:<br>&gt;&gt; Avpops<br>&gt;&gt;<br>&gt;&gt; Sent from Droid<br>
&gt;&gt;<br>&gt;&gt; On Feb 6, 2011 8:34 PM, &quot;Nigel Daniels&quot; &lt;<a href="mailto:nigel.daniels@connectandsell.com">nigel.daniels@connectandsell.com</a>&gt;<br>&gt;&gt; wrote:<br>&gt;&gt;&gt; the problem is that rewriteuri() does not support variables is there any<br>
&gt;&gt;&gt; alternative to rewriteuri() for changing the uri<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On Sun, Feb 6, 2011 at 6:26 PM, Tyler Merritt &lt;<a href="mailto:tyler@fonality.com">tyler@fonality.com</a>&gt; wrote:<br>&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I do this as well:<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; $var(origFromNumber) = $(re{uri.user});<br>&gt;&gt;&gt;&gt; $var(finalFromURI) = &quot;sip:81&quot; + $(var(origFromNumber){s.substr,1,0}) +<br>&gt;&gt;&gt;&gt; &quot;@&quot;<br>
&gt;&gt;&gt;&gt; + $fd;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; This works fine for me. Takes what is essentially a DID and formats it to<br>&gt;&gt;&gt;&gt; a SIP PEER string as per the carrier.<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; You say that var(z) prints correctly in the logs, but according to the<br>
&gt;&gt;&gt;&gt; parser it&#39;s not a legit URI. It may just be that your upstream routes<br>&gt;&gt;&gt;&gt; don&#39;t<br>&gt;&gt;&gt;&gt; recognize this format.<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; We use the usr_loc and db_aliases in order to match the URI up with a<br>
&gt;&gt;&gt;&gt; destination - have you ensured that there is a valid destination for this<br>&gt;&gt;&gt;&gt; SIP URI?<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt;&gt; Users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>&gt;&gt;&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; Nigel Daniels<br>&gt;&gt;&gt; Network &amp; Systems Administrator<br>&gt;&gt;&gt; ConnectAndSell inc.<br>&gt;&gt;&gt; (650)-533-2542<br>
&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; Users mailing list<br>&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;<br>&gt;&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">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div>