Displaying 1 result from an estimated 1 matches for "not_in_service".
2004 Dec 12
0
DIALSTATUS missing an important condition?
...filled)
because
;DIALSTATUS cannot (?) differentiate between an unassigned # or 1 that is
not answered or not logged in
;an unassigned (non working number) causes a timeout in the std-extn macro
and it drops back here
;where I provide a "not in service" recording
exten => t,1,Macro(not_in_service) ;send to "number not in service"
recording
exten => t,2,Hangup
[macro-stdexten_sip]
; Standard extension macro for SIP phones (modified):
; ${ARG1} = Dialled number
;
exten => s,1,Dial(SIP/${ARG1},20,tT) ; Ring the interface, 20 secs maximum
exten => s,2,Goto(s-${DIALSTA...