Add hangupcause translation support
authorKinsey Moore <kmoore@digium.com>
Fri, 20 Jul 2012 15:48:55 +0000 (15:48 +0000)
committerKinsey Moore <kmoore@digium.com>
Fri, 20 Jul 2012 15:48:55 +0000 (15:48 +0000)
commitcb9756daa2042d6e5b91290def004b0f0c9eb168
tree9ea585c25213ade435c83c95a055082f1e291f2a
parent499a445af213b1cbce99db9219f041ef053fbc18
Add hangupcause translation support

The HANGUPCAUSE hash (trunk only) meant to replace SIP_CAUSE has now
been replaced with the HANGUPCAUSE and HANGUPCAUSE_KEYS dialplan
functions to better facilitate access to the AST_CAUSE translations
for technology-specific cause codes. The HangupCauseClear application
has also been added to remove this data from the channel.

(closes issue SWP-4738)
Review: https://reviewboard.asterisk.org/r/2025/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
13 files changed:
UPGRADE.txt
channels/chan_dahdi.c
channels/chan_iax2.c
channels/chan_sip.c
channels/sig_analog.c
channels/sig_pri.c
channels/sig_ss7.c
funcs/func_hangupcause.c [new file with mode: 0644]
include/asterisk/channel.h
include/asterisk/frame.h
main/channel.c
main/channel_internal_api.c
main/rtp_engine.c