<div>Sure, do something like this:</div>
<div>&nbsp;</div>
<div>[telasip-in]</div>
<div>exten =&gt; _512879677[67],1,macro(callgroup,s,1)</div>
<div>exten =&gt;&nbsp;_879677[67],1,macro(callgroup,s,1)</div>
<div>&nbsp;</div>
<div>[macro-callgroup]</div>
<div>exten =&gt; s,1,Dial(SIP/120&amp;SIP/121&amp;SIP/122&amp;SIP/124&amp;SIP/125&amp;SIP/126&amp;SIP/127)<br>exten =&gt; s,2,hangup</div>
<div>&nbsp;</div>
<div>From the sounds of it, this would probably work better if you setup call queues, but the above will do what you are asking.</div>
<div>&nbsp;</div>
<div>bp<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/30/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">William I found and fixed the problem.&nbsp;&nbsp;Your comment gave me the kick to<br>persevere.&nbsp;&nbsp;Thank you very much.
<br><br>My exten line had a comment at the end that contained a close paren.<br>That apparently screwed up the context line - although it shouldn't<br>have.&nbsp;&nbsp;Now all three extensions ring.<br><br>Note my mail program wrapped the line but it's not wrapped in the file:
<br><br>[telasip-in]<br>;===========<br>exten =&gt;&nbsp;&nbsp;&nbsp;&nbsp;_879677[67],1,Dial(SIP/120&amp;SIP/122&amp;SIP/124)&nbsp;&nbsp;; to be all<br>extensions)<br>exten =&gt;&nbsp;&nbsp;&nbsp;&nbsp;_512879677[67],1,Dial(SIP/120&amp;SIP/122&amp;SIP/124)<br><br><br>This leads to another problem.&nbsp;&nbsp;I have 13 sip phones for [telasip-in]
<br>and other contexts to call ring groups for extension intercomming.<br><br>Is there some kind of macro I could have to replace the instances of:<br>(SIP/120&amp;SIP/122&amp;SIP/124)<br><br>I have not yet written or read up on macros.
<br><br>Larry<br><br>William Piper wrote:<br>&gt; I don't know then, I do the same exact thing:<br>&gt; exten =&gt; _352688XXXX,3,Dial,SIP/202&amp;SIP/214|20<br>&gt;<br>&gt; Perhaps try sending everything in that context exactly as it is typed &amp; let
<br>&gt; us look at it.<br>&gt; I'm pretty sure you have something configured incorrectly.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; bp<br>&gt;<br>&gt;<br>&gt; On 8/30/06, Larry Alkoff &lt;<a href="mailto:labradley@mindspring.com">
labradley@mindspring.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Sorry I was not clear Rushowr.<br>&gt;&gt;<br>&gt;&gt; In the actual extensions.conf as used, the 'old' line is commented out<br>&gt;&gt; so only 'new' is active.&nbsp;&nbsp;Then I reload.&nbsp;&nbsp;However, only the single 120
<br>&gt;&gt; line rings instead of all.<br>&gt;&gt;<br>&gt;&gt; Larry<br>&gt;&gt;<br>&gt;&gt; Rushowr wrote:<br>&gt;&gt; &gt; Then entire OLD extension must be removed so the new one will match<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; -----Original Message-----
<br>&gt;&gt; &gt;&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>&gt;&gt; &gt;&gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com
</a>] On Behalf Of<br>&gt;&gt; &gt;&gt; Larry Alkoff<br>&gt;&gt; &gt;&gt; Sent: Tuesday, August 29, 2006 6:49 PM<br>&gt;&gt; &gt;&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>&gt;&gt; &gt;&gt; Subject: Re: [Asterisk-Users] Extension Ring on Multiple Phones
<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Color me puzzled.&nbsp;&nbsp;What part of: exten =&gt;<br>&gt;&gt; &gt;&gt; _879677[67],1,Dial(SIP/120) should be deleted?<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Larry<br>&gt;&gt; &gt;&gt;
<br>&gt;&gt; &gt;&gt; William Piper wrote:<br>&gt;&gt; &gt;&gt;&gt; Sounds like you still have the old exten still there.<br>&gt;&gt; &gt;&gt;&gt; Make sure you get rid of: exten =&gt; _879677[67],1,Dial(SIP/120)<br>&gt;&gt; &gt;&gt;&gt;
<br>&gt;&gt; &gt;&gt;&gt; bp<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>