Displaying 1 result from an estimated 1 matches for "skipcheck".
Did you mean:
skip_check
2007 Feb 09
0
Conference & Page question
...and not with
auto-answer?
My dialplan:
[ext-paging]
include => ext-paging-custom
exten => PAGE4441,1,GotoIf($[ ${CALLERID(number)} = 4441 ]?skipself)
exten => PAGE4441,n,GotoIf($[ ${FORCE_PAGE} != 1 ]?AVAIL)
exten => PAGE4441,n,Set(AVAILSTATUS=not checked)
exten => PAGE4441,n,Goto(SKIPCHECK)
exten => PAGE4441,n(AVAIL),ChanIsAvail(${DB(DEVICE/4441/dial)}|js)
exten => PAGE4441,n(SKIPCHECK),Noop(Seems to be available (state =
${AVAILSTATUS})
exten => PAGE4441,n,Set(__SIPADDHEADER=Call-Info: \;answer-after=6)
exten => PAGE4441,n,Set(__ALERT_INFO=Ring Answer)
exten => PAGE4...