<div>hi Zach,</div>
<div>i would use GOTOIF to forward the DID from within the [incoming] context to the other context. i would try :</div>
<div>exten =&gt; gotoif($[did]=DID1,goto did1|s|1,)</div>
<div>exten =&gt; gotoif($[did]=DID2,goto did2|s|1,)</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/4/06, <b class="gmail_sendername">Zach A</b> &lt;<a href="mailto:zeeshan@acabling.com">zeeshan@acabling.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Both DIDs are SIP and from the same provider. Format of registration is<br>like this:<br><br>sip.conf<br>--------
<br>[general]<br>bindaddr=xxx.xxx.xxx.xxx<br>port=5060<br>context=incoming<br>disallow=all<br>allow=g726<br>allow=ulaw<br>allow=alaw<br>allow=gsm<br>dtmfmode=rfc2833<br>canreinvite=no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; required for incoming calls to ring extensions
<br>insecure=invite&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; outgoing call not working without this<br>tos=0x18<br>nat=yes<br><br>register=<a href="mailto:DID1:1234@xxx.xxx.xxx.xxx">DID1:1234@xxx.xxx.xxx.xxx</a><br>register=<a href="mailto:DID2:1234@xxx.xxx.xxx.xxx">
DID2:1234@xxx.xxx.xxx.xxx</a><br><br>[DID1]<br>username=DID1<br>type=peer<br>secret=1234<br>host=xxx.xxx.xxx.xxx<br>fromuser=DID1<br><br>[DID2]<br>username=DID2<br>type=peer<br>secret=1234<br>host=xxx.xxx.xxx.xxx<br>fromuser=DID2
<br><br>Now both DIDs are sent to context [incoming] which is the default<br>context for SIP. If I add context=incoming2 under any DID section, it<br>doesn't go to that context and still go to the default context. How can
<br>I direct DID2 to [incoming2] context?<br><br>Zach A<br><br><br>-----Original Message-----<br>From: Joseph Tanner [mailto:<a href="mailto:joseph@thetechguide.com">joseph@thetechguide.com</a>]<br>Sent: Friday, March 03, 2006 7:18 PM
<br>To: Asterisk Users Mailing List - Non-Commercial Discussion<br>Subject: Re: [Asterisk-Users] How to route incoming calls to<br>differentcontexts?<br><br>First, tell us if it's sip, iax, or zap.&nbsp;&nbsp;Then tell us what provider
<br>(most will use the same general config, but some like ipkall are<br>special and a bit tricky).<br><br>joseph Tanner<br><br>On 3/3/06, Zach A &lt;<a href="mailto:zeeshan@acabling.com">zeeshan@acabling.com</a>&gt; wrote:
<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hi everybody,<br>&gt;<br>&gt;<br>&gt;<br>&gt; It should be a simple thing to do but I don't know how to do it. Now I<br>have<br>&gt; 2 DIDs and I want one of them go to [context1] and other one to go to
<br>&gt; [context2]. How can I achieve this.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt;<br>&gt;<br>&gt; Zach A<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a>
 --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br>
_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>
&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>