[asterisk-users] [SOLVED] priorityjumping - asterisk 1.8

Joseph syscon780 at gmail.com
Fri Apr 13 15:24:45 CDT 2012


You are correct, thank you!
It is working now.

--
Joseph

On 04/13/12 12:31, Chad Wallace wrote:

>I believe you'd use GotoIf and the DIALSTATUS variable now instead of
>jumping.
>
>exten => 1,1,Dial(${FD_L1},25,trw)
>exten => 1,n,GotoIf($["${DIALSTATUS}"="BUSY"]?line2:voicemail)
>exten => 1,n(line2),Dial(${FD_L2},20,trw)
>exten => 1,n(voicemail),Voicemail(4)
>exten => 1,n,Hangup()
>
>
>-- 
>
>C. Chad Wallace, B.Sc.
>The Lodging Company
>http://www.lodgingcompany.com/
>OpenPGP Public Key ID: 0x262208A0
>



More information about the asterisk-users mailing list