[asterisk-users] simultaneous dial macro

Pavel Jezek pavel.jezek at i.cz
Mon Jul 28 16:15:36 CDT 2008


New in Asterisk 1.6


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



More information about the asterisk-users mailing list