[asterisk-users] simultaneous dial macro

ronald ramos ronramos1004 at yahoo.com
Mon Jul 28 15:45:45 CDT 2008


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



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080728/576f9cf2/attachment.htm 


More information about the asterisk-users mailing list