Displaying 1 result from an estimated 1 matches for "stdexten_sip".
2004 Dec 12
0
DIALSTATUS missing an important condition?
...ng range.
[altea_extensions]
;This is a "catchall" for any 4 digit number dialled starting with "20"
;Using it removes the need to provide a routing plan for each phone
exten => _20XX,1,ResponseTimeout,1	; Response Timeout for non working 
numbers
exten => _20XX,2,Macro(stdexten_sip,${EXTEN})	;send to macro for processing
;following is needed if an extension is unassigned (ie not datafilled) 
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 macr...