<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">hi,<br><br>thanks for your reply. is dialgroup already available in asterisk 1.4?<br>i'm currently using 1.4.21.<br><br>regards,<br>ron<br><br>--- On <b>Mon, 7/28/08, Pavel Jezek <i><pavel.jezek@i.cz></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Pavel Jezek <pavel.jezek@i.cz><br>Subject: Re: [asterisk-users] simultaneous dial macro<br>To: ronramos1004@yahoo.com, "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com><br>Date: Monday, July 28, 2008, 7:52 PM<br><br><pre>you can try to place your macro extensions into single dialgroup using <br>DIALGROUP() function and then reference that dialgroup in dial
aplication,<br>eg.<br>Set(DIALGROUP(test,add)=Local/100)<br>Set(DIALGROUP(test,add)=Local/101)<br>Dial(${DIALGROUP(test)})<br><br><br>ronald ramos wrote:<br>> Hi,<br>><br>> Would just like to know if it's possible to be able to call a macro at<br>the same time.<br>><br>> i use a macro to dial local extension to another extension. <br>><br>> exten => 100,Macro(dial-ext|SIP/100)<br>> exten => 101,Macro(dial-ext|SIP/101)<br>><br>> but now i would like to use it on a simple ringgroup where it will ring<br>all extensions<br>> e.g. exten => s,Dial(SIP/100&SIP/101)<br>><br>> how can i make use of my dial-ext macro instead of the simple Dial(SIP<br>& SIP & SIP)<br>><br>> thank you<br>><br>> regards,<br>> ron<br>><br>><br>><br>><br>> <br>> <br>> ------------------------------------------------------------------------<br>><br>>
_______________________________________________<br>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>><br>> AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>> Register Now: http://www.astricon.net<br>><br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> http://lists.digium.com/mailman/listinfo/asterisk-users<br></pre></blockquote></td></tr></table><br>