[asterisk-users] Problem with dialplan -> gotoif ?

2009-09-22 Thread Alex Samad
Hi This is the output from show dialplan dial-sipmnf-sippt-pstn [ Context 'dial-sipmnf-sippt-pstn' created by 'pbx_config' ] 's' =>1. Verbose(1,Dialing ${ARG1} on mnf pt pstn) [pbx_config] 2. Dial(SIP/${ar...@${sipmnf},${ARG2},${OUTBDIAL}) [pbx_config]

Re: [asterisk-users] Problem with dialplan -> gotoif ?

2009-09-22 Thread Leif Madsen
Alex Samad wrote: > 4. GotoIf([${DIALSTATUS} = CHANUNAVAIL]?pt:ok) > [pbx_config] > i believe i have captured the relevant logging from the console. my problem > is with Gotoif statement > > -- Executing [...@dial-sipmnf-sippt-pstn:4] GotoIf("DAHDI/1-1", "[BUSY = > CHA

Re: [asterisk-users] Problem with dialplan -> gotoif ?

2009-09-22 Thread Alex Samad
On Tue, Sep 22, 2009 at 07:57:56AM -0400, Leif Madsen wrote: > Alex Samad wrote: > > 4. GotoIf([${DIALSTATUS} = CHANUNAVAIL]?pt:ok) > > [pbx_config] > > > i believe i have captured the relevant logging from the console. my problem > > is with Gotoif statement > > > > --