<div>The whole thing.</div>
<div>Both (old and new)&nbsp;have the same exten and the same priority, you can't do that and expect it to work properly.</div>
<div>The new exten&nbsp;will call all 3 phones at the same time, whoever answers first gets the call.<br>&nbsp;</div>
<div>If you want it to call&nbsp;SIP/120 first and if they don't answer then ring to all 3, you'd want to do this:</div>
<div>exten =&gt;&nbsp;&nbsp;&nbsp;&nbsp;_879677[67],1,Dial(SIP/120|20) ;this will ring for 20 seconds then go to priority 2.<br>exten =&gt;&nbsp;&nbsp;&nbsp;&nbsp;_879677[67],2,Dial(SIP/120&amp;SIP/122&amp;SIP/124)<br><br>bp</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 8/29/06, <b class="gmail_sendername">Larry Alkoff</b> &lt;<a href="mailto:labradley@mindspring.com">labradley@mindspring.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Color me puzzled.&nbsp;&nbsp;What part of: exten =&gt; _879677[67],1,Dial(SIP/120)<br>should be deleted?<br><br>Larry
<br><br>William Piper wrote:<br>&gt; Sounds like you still have the old exten still there.<br>&gt; Make sure you get rid of: exten =&gt; _879677[67],1,Dial(SIP/120)<br>&gt;<br>&gt; bp<br>&gt;<br>&gt; On 8/29/06, Larry Alkoff &lt;
<a href="mailto:labradley@mindspring.com">labradley@mindspring.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; This is a reply to a fairly old thread.<br>&gt;&gt;<br>&gt;&gt; My EXTEN string is meant to ring 3 phones (will increase to 12) thus:
<br>&gt;&gt; old: exten =&gt;&nbsp;&nbsp;&nbsp;&nbsp;_879677[67],1,Dial(SIP/120)&nbsp;&nbsp;&nbsp;&nbsp;; works fine<br>&gt;&gt; new: exten =&gt;&nbsp;&nbsp;&nbsp;&nbsp;_879677[67],1,Dial(SIP/120&amp;SIP/122&amp;SIP/124)<br>&gt;&gt;<br>&gt;&gt; I edit extensions.conf to the new line above, type 'reload' into the
<br>&gt;&gt; CLI, see the new line with 'show dialplan' and actually see the new line<br>&gt;&gt; above, but when I dial the DID 879-6777 it rings on extension 120 only.<br>&gt;&gt;<br>&gt;&gt; Have I missed a step?<br>&gt;&gt;
<br>&gt;&gt; Larry<br>&gt;&gt;<br>&gt;&gt; Jonathan k. Creasy wrote:<br>&gt;&gt; &gt; EXTEN=&gt; 100,1,DIAL(SIP/ONE&amp;SIP/TWO&amp;SIP/THREE)<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; ________________________________
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>&gt;&gt; &gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">
asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Dave<br>&gt;&gt; &gt; Morrow<br>&gt;&gt; &gt; Sent: Tuesday, November 08, 2005 1:51 PM<br>&gt;&gt; &gt; To: Asterisk Users Mailing List - Non-Commercial Discussion
<br>&gt;&gt; &gt; Subject: [Asterisk-Users] Extension Ring on Multiple Phones<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Hi all.&nbsp;&nbsp;I wonder if anyone out there has a dial-plan which will<br>&gt;&gt; ring an
<br>&gt;&gt; &gt; extension on multiple phones.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; David A. Morrow<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br>&gt;&gt;<br>&gt;&gt; asterisk-users mailing list<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<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;&nbsp;&nbsp;&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>Larry Alkoff N2LA - Austin TX<br>Using Thunderbird on Linux<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>