<div class="gmail_quote">On Sat, Mar 7, 2009 at 2:20 PM, Johann Steinwendtner <span dir="ltr">&lt;<a href="mailto:steinwendtner@gmx.net">steinwendtner@gmx.net</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;">
<div><div></div><div class="h5">John Todd wrote:<br>
&gt; Just a suggestion: have you tried more recent versions of Asterisk<br>
&gt; with IAX2?  I&#39;m uncertain what version you&#39;re using, and if it&#39;s<br>
&gt; 1.2.4, that&#39;s getting to be quite old and the problems that you<br>
&gt; reference may already be solved in more recent updates.<br>
&gt;<br>
&gt; In addition, if you&#39;re set on SIP, there are features in newer<br>
&gt; versions of Asterisk which allow you to both set and read SIP headers,<br>
&gt; so you can insert values in those headers between Asterisk instances<br>
&gt; which could then be used by the dialplan to split your calls apart<br>
&gt; into different contexts or behaviors.<br>
&gt;<br>
&gt; See function &quot;SIP_HEADER&quot; and application &quot;SIPAddHeader&quot; for the most<br>
&gt; recent versions of Asterisk.<br>
&gt;<br>
&gt; JT<br>
&gt;<br>
&gt;<br>
&gt; On Mar 6, 2009, at 11:29 AM, tracinet wrote:<br>
&gt;<br>
&gt;&gt; That stinks... We are migrating to SIP from IAX2 at the moment and<br>
&gt;&gt; running into the same exact problem.  No way to control the<br>
&gt;&gt; destination context unless you use the &quot;fromuser&quot;.  Of course that<br>
&gt;&gt; is rendering Caller ID useless as you pointed out.<br>
&gt;&gt;<br>
&gt;&gt; I am still researching this though, if I find anything I will post<br>
&gt;&gt; it here...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Mar 6, 2009 at 2:13 PM, Adam Robins<br>
&gt;&gt; &lt;<a href="mailto:arobins@pharmacentra.com">arobins@pharmacentra.com</a>&gt; wrote:<br>
&gt;&gt; no<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>

&gt;&gt; ] On Behalf Of tracinet<br>
&gt;&gt; Sent: Friday, March 06, 2009 2:08 PM<br>
&gt;&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&gt;&gt; Subject: Re: [asterisk-users] [Asterisk-Users] Inter-Asterisk Using<br>
&gt;&gt; SIP<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Mar 29, 2006 at 2:12 PM, Adam Robins<br>
&gt;&gt; &lt;<a href="mailto:arobins@pharmacentra.com">arobins@pharmacentra.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I am switching from IAX2 to SIP for my inter-Asterisk transport due to<br>
&gt;&gt; assorted quality issues following the 1.2.4 upgrade.<br>
&gt;&gt;<br>
&gt;&gt; On the server that SENDS the call, I have the following in SIP.CONF:<br>
&gt;&gt;<br>
&gt;&gt; [192.168.1.2_OB]<br>
&gt;&gt; type=peer<br>
&gt;&gt; fromuser=OB<br>
&gt;&gt; host=192.168.1.2<br>
&gt;&gt;<br>
&gt;&gt; And in EXTENSIONS.CONF<br>
&gt;&gt;<br>
&gt;&gt; exten =&gt; 91NXXNXXXXXX,1,Dial(SIP/${EXTEN}@192.168.1.2_OB)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On the RECEIVING Server in SIP.CONF:<br>
&gt;&gt;<br>
&gt;&gt; [OB]<br>
&gt;&gt; type=user<br>
&gt;&gt; context=longdistance<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I am not using a REGISTER statement on the receiving server.<br>
&gt;&gt;<br>
&gt;&gt; My problem is that the only way I can seem to get the call delivered<br>
&gt;&gt; into the proper SIP context on the receiving box is to use the<br>
&gt;&gt; &quot;fromuser=OB&quot; on the sending machine.  I tried using &quot;username=OB&quot;,<br>
&gt;&gt; but<br>
&gt;&gt; then it delivers into the default context.  I don&#39;t want to use<br>
&gt;&gt; &quot;fromuser&quot; because it overrides the callerid.<br>
&gt;<br>
<br>
</div></div>You should be able to solve the callerid issue by using the sendrpid and<br>
trustrpid prompts.<br>
<br>
Hans<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br>Hans,<br>Thanks for the tip - sendrpid and trustrpid is SOOOOO much more elegant!!!!<br><br>Works like a charm!!!<br><br>Thanks!<br><br>Pedro<br>