As the previous person said, Asterisk will only accept one phone for each SIP account.<br><br>In order to do what you are trying to do, you will want to create 2 entries in sip.conf such as [1000] and [1001]<br><br>After that, you will need to set it up in extensions.conf you will create an extension that calls both SIP channels at once as shown belop<br>
<br>exten =&gt; 1234,1,Answer()<br>exten =&gt; 1234,n,Dial(SIP/1000&amp;SIP/1001)<br>exten =&gt; 1234,n,Hangup()<br><br>This will cause both phones to ring simultaneously. The first phone that picks up will be connected to the call, and the other will stop wringing. Hope this helps.<br>
<br>P.S. You could even have it dump out to a common voicemail box be inserting the voicemail() application before the Hangup() line.<br><br><div class="gmail_quote">On Thu, Apr 17, 2008 at 7:21 AM, Grey Man &lt;<a href="mailto:greymanvoip@gmail.com">greymanvoip@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Asterisk only allows a single contact per SIP account so to do forking<br>
you&#39;ll need to use two SIP accounts and put them both in the Dial<br>
command. Or you could use OpenSER.<br>
<br>
Regards,<br>
<br>
Greyman.<br>
<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>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>All the best,<br>Kyle<br><br><a href="http://bobert5064.deviantart.com">bobert5064.deviantart.com</a>