Hi Danny,<br><br>This is exactly what I am doing, but it takes a few seconds before all the extensions are ringing. The loop takes its time.<br><br>I need something as quick as Dial(SIP/201&amp;SIP/202... which is truly call all at once, but it connects only two channels, i.e. the first once which picked up, and then stops ringing the rest. <br>
<br>Zeeshan<br><br><div class="gmail_quote">On Tue, Oct 27, 2009 at 10:27 AM, Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">











<div link="blue" vlink="purple" lang="EN-US">

<div>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">Use an AGI that does a Mass originate/call
to ring everyone at once.  Have the AGI do an originate loop using a context to
dump into the conference and call it from the dialplan like this:</span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">- exten =&gt;
s,1,AGI(massconf.agi|ext1|ext2|ext3|ext4|ext5…)</span></font></p>

<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>

<div>

<div class="MsoNormal" style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Zeeshan Zakaria<br>
<b><span style="font-weight: bold;">Sent:</span></b> Tuesday, October 27, 2009
9:19 AM<br>
<b><span style="font-weight: bold;">To:</span></b> Asterisk
 Users Mailing List - Non-Commercial Discussion<br>
<b><span style="font-weight: bold;">Subject:</span></b> [asterisk-users] How to
dial multiple extensions at once like in aring group and put them in
conference?</span></font></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">Hi,<br>
<br>
I have to set this up for a client, where he could dial multiple extensions at
once, and then put all who picks up into a conference.<br>
<br>
I am using a script which does it using originate command. But the originate
commands run one after another, and so it takes a few seconds to call the
extensions, one after another. This is not acceptable by the client.<br>
<br>
If I use Dial(SIP/201&amp;SIP/202..., it is like a ringgroup, where if one
extension picks up, others stop ringing.<br>
<br clear="all">
Is there a way to dial all the extensions at once and then put them in the
conference?<br>
<br>
-- <br>
Zeeshan A Zakaria</span></font></p>

</div></div></div>

</div>


<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>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div>