Rushowr wrote: > exten=test,1,Gotoif($["${DIALSTATUS}" = "${BUSY}")?n+3:n) > No, this is not supported. You need to use labels, as such: exten => test,1,GotoIf(...?case1:case2) exten => test,n(case2),... exten => ... exten => test,n(case1)... exten => ... (and this most definitely not a -dev question)