Savoy, Kevin - Williston, ND
2007-Jan-12 08:24 UTC
[asterisk-users] How to detect which end hung up the call
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2151 bytes Desc: image001.gif Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070112/da3ba99d/attachment.gif
Eric "ManxPower" Wieling
2007-Jan-12 08:38 UTC
[asterisk-users] How to detect which end hung up the call
Savoy, Kevin - Williston, ND wrote:> Is there a way to detect which end of a call hung up? If so can I log > this to the CDR records? Any pointers or can anyone point me to where I > can get this info?[northpark-trunks] ; ; 9-1-nxx-nxx-xxxx ; exten => _91NXXNXXXXXX,1,Dial(${PSTN}/${EXTEN:1},,g) exten => _91NXXNXXXXXX,n,Noop(DEST HANGUP) exten => h,1,Noop(SOURCE HANGUP)