Displaying 1 result from an estimated 1 matches for "_00zxxxxxxx".
2009 May 18
0
${HANGUPCAUSE} is not printed when call ends or is interrupted
...n,
00493516426, 2) exited non-zero on 'SIP/51-b76023b8'
Nothing abnormal I think ?!
By the way : is there a way to see which end of the conversation ended
the call ??
If the call is disconnected, I have the following in my dialplan to
debug the cause of an interrupted call :
exten => _00ZXXXXXXX,1,NoOp(national conversation via DAHDI group 1
(Telenet))
exten => _00ZXXXXXXX,n,Dial(${TELENET}/${EXTEN:1})
exten => _00ZXXXXXXX,n,NoOp(DIALSTATUS is now ${DIALSTATUS})
exten => _00ZXXXXXXX,n,GoToIf($["${DIALSTATUS}" =
"ANSWER"]?free:occupied)
exten => _00ZXXXXXXX,n...