search for: oorzaak

Displaying 1 result from an estimated 1 matches for "oorzaak".

Did you mean: oopmaak
2009 May 18
0
${HANGUPCAUSE} is not printed when call ends or is interrupted
...XXXXXX,n,Hangup() exten => _00ZXXXXXXX,n(occupied),NoOp(Telenetlijn occupied) exten => _00ZXXXXXXX,n,Playtones(busy) exten => _00ZXXXXXXX,n,Congestion(10) exten => _00ZXXXXXXX,n,NoOp(hangup-cause = ${HANGUPCAUSE}) exten => _00ZXXXXXXX,n,Hangup() exten => _00ZXXXXXXX,n,NoOp(hangup-oorzaak = ${HANGUPCAUSE}) I absolutely want to know how the call ended... but I don't seem to capture the info I want. So 2 questions : 1) if indeed the call ended abruptly, do you see something abnormal ? 2) How can I debug the way a call ended ? Be it in a normal way, or be it by a sudden breakup....