[asterisk-users] simultaneous dial macro

Pavel Jezek pavel.jezek at i.cz
Mon Jul 28 14:52:00 CDT 2008


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



More information about the asterisk-users mailing list