[Asterisk-Users] Dial multiple extensions, but different variables/timeouts

Luki lugosoft at gmail.com
Wed Mar 16 19:42:27 MST 2005


Huh, that sounds interesting. I never knew what the local channels
were for. I will give it a try. At least I know where to start now...
thanks C F.

--Luki


On Wed, 16 Mar 2005 20:01:32 -0500, C F <shmaltz at gmail.com> wrote:
> try the local channel.
> the local channel allows you to have:
> 
> [default]
> exten => 123,1,Dial(${DEVICE1},30,tr)
> exten => 124,1,Dial(${DEVICE2},45,tr)
> exten => 125,1,Dial(Local/123 at default&Local/124 at default)
> 
> that will go thru the dial plan of 123 and 124. However, when I tested
> it for what I wanted to use it, it didn't realy work the way I wanted.
> Try it and if it works, please post back, with examples.
> 
> Thanks
> C F



More information about the asterisk-users mailing list