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