[asterisk-users] sequential Dial() commands
Luki
lugosoft at gmail.com
Tue Oct 10 11:15:48 MST 2006
> exten => context,1,Dial( SIP/a at b.com)
> exten => context,2,Dial(SIP/b at c.com)
>
> Currently, if the first number doesn't answer, the session is closed.
Specify a time out. Without it * will not continue to priority 2 if
a at b.com is reachable but does not answer.
exten => context,1,Dial(SIP/a at b.com,20)
exten => context,2,Dial(SIP/b at c.com,20)
More information about the asterisk-users
mailing list