asterisk/main
Kinsey Moore bdab2763ac Add HANGUPCAUSE hash support to IAX2
Continuing with the Who Hung Up? project for Asterisk 11, this adds
support to IAX2 for the HANGUPCAUSE hash.

Additionally, this breaks out some functionality in frame.c for getting
information about frame types and subclasses.

Review: https://reviewboard.asterisk.org/r/1941/
(issue SWP-4222)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-06-15 16:17:12 +00:00
..
editline Fix a variety of memory leaks 2012-05-18 14:43:44 +00:00
stdtime Fix a variety of potential buffer overflows 2012-04-19 02:40:55 +00:00
Makefile Revert Makefile change to remove embedding res_adsi.so 2012-06-14 15:28:02 +00:00
abstract_jb.c Opaquify ast_channel structs and lists 2012-02-29 16:52:47 +00:00
acl.c Coverity Report: Fix issues for error type CHECKED_RETURN for core 2012-05-10 18:35:14 +00:00
alaw.c Fix compile when certain G711 menuselect options are enabled. 2009-08-19 22:38:46 +00:00
aoc.c Opaquify channel stringfields 2012-01-24 20:12:09 +00:00
app.c Allow non-normal execution routines to be able to run on hungup channels. 2012-06-14 23:22:53 +00:00
ast_expr2.c Multiple revisions 360356-360357 2012-03-24 02:42:42 +00:00
ast_expr2.fl Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 2012-04-17 18:57:40 +00:00
ast_expr2.h Multiple revisions 360356-360357 2012-03-24 02:42:42 +00:00
ast_expr2.y Multiple revisions 360356-360357 2012-03-24 02:42:42 +00:00
ast_expr2f.c Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 2012-04-17 18:57:40 +00:00
asterisk.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 2010-07-14 20:48:59 +00:00
asterisk.exports.in Add new config-parsing framework 2012-06-01 16:33:25 +00:00
astfd.c On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY. 2012-04-23 16:08:33 +00:00
astmm.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
astobj2.c Add new config-parsing framework 2012-06-01 16:33:25 +00:00
audiohook.c Only log a failure to get read/write samples from factories if it didn't happen 2012-05-02 02:51:02 +00:00
autochan.c Opaquify ast_channel structs and lists 2012-02-29 16:52:47 +00:00
autoservice.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
bridging.c Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
buildinfo.c fix a few small things found by using sparse 2008-10-30 16:49:02 +00:00
callerid.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
ccss.c Allow non-normal execution routines to be able to run on hungup channels. 2012-06-14 23:22:53 +00:00
cdr.c Resolve FORWARD_NULL static analysis warnings 2012-05-10 20:56:09 +00:00
cel.c Fix race condition for CEL LINKEDID_END event 2012-05-22 17:29:12 +00:00
channel.c Allow non-normal execution routines to be able to run on hungup channels. 2012-06-14 23:22:53 +00:00
channel_internal_api.c Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE 2012-06-05 14:41:43 +00:00
chanvars.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
cli.c Fix more memory leaks 2012-05-18 15:51:16 +00:00
config.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
config_options.c Add a post_apply callback to the Config Options API 2012-06-14 13:41:47 +00:00
cygload.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
data.c Fix a variety of memory leaks 2012-05-18 14:43:44 +00:00
datastore.c Merged revisions 273565 via svnmerge from 2010-07-01 22:16:23 +00:00
db.c Allow AMI action callback to be reentrant. 2012-03-20 17:31:28 +00:00
devicestate.c Resolve FORWARD_NULL static analysis warnings 2012-05-10 20:56:09 +00:00
dial.c Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE) 2012-05-14 19:44:27 +00:00
dns.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
dnsmgr.c Convert ast_verb() to ast_debug() and increase log level 2012-03-26 21:22:23 +00:00
dsp.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
ecdisa.h Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
enum.c Fix a variety of memory leaks 2012-05-18 14:43:44 +00:00
event.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
features.c Fix parked call performing a DTMF blind transfer after being retrieved. 2012-06-06 01:11:12 +00:00
file.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
fixedjitterbuf.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
fixedjitterbuf.h Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
format.c Use struct copy instead of memcpy(). 2012-03-13 16:50:06 +00:00
format_cap.c Astobj2 locking enhancement. 2012-02-28 18:15:34 +00:00
format_pref.c Fix a variety of potential buffer overflows 2012-04-19 02:40:55 +00:00
frame.c Add HANGUPCAUSE hash support to IAX2 2012-06-15 16:17:12 +00:00
framehook.c Fix some opaquification-related compiler warnings 2012-02-21 20:17:52 +00:00
fskmodem.c (Step 2 of 2) 2008-07-21 21:00:47 +00:00
fskmodem_float.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
fskmodem_int.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
global_datastores.c Add SRTP support for Asterisk 2010-06-08 05:29:08 +00:00
hashtab.c Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 2009-03-11 00:29:59 +00:00
heap.c Merged revisions 304950 via svnmerge from 2011-01-31 06:50:49 +00:00
http.c Fix crash caused by unloading or reloading of res_http_post 2012-04-10 19:58:04 +00:00
image.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
indications.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
io.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
jitterbuf.c Fix a variety of potential buffer overflows 2012-04-19 02:40:55 +00:00
libasteriskssl.c Address OpenSSL initialization issues when using third-party libraries. 2012-01-30 21:21:16 +00:00
libasteriskssl.exports.in Address OpenSSL initialization issues when using third-party libraries. 2012-01-30 21:21:16 +00:00
loader.c Fix coverity UNUSED_VALUE findings in core support level files 2012-06-11 15:23:30 +00:00
lock.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
logger.c logger: Adds additional support for call id logging and chan_sip specific stuff 2012-05-17 16:28:20 +00:00
manager.c Fix error paths in action_hangup() for AMI Hangup action. 2012-06-08 21:08:17 +00:00
md5.c md5: supress some compiler warnings. 2012-04-28 01:33:49 +00:00
message.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
netsock.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
netsock2.c Fix a variety of memory leaks 2012-05-18 14:43:44 +00:00
pbx.c Make the Hangup application set a softhangup flag. 2012-06-14 22:57:21 +00:00
plc.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
poll.c Merged revisions 285268 via svnmerge from 2010-09-07 19:09:08 +00:00
presencestate.c Merge changes dealing with support for Digium phones. 2012-06-04 20:26:12 +00:00
privacy.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
rtp_engine.c chan_sip: fix problem directmediapermit/deny uses the wrong address 2012-05-24 18:56:43 +00:00
say.c Fix coverity UNUSED_VALUE findings in core support level files 2012-06-11 15:23:30 +00:00
sched.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
security_events.c Add IPv6 address support to security events framework. 2012-04-16 21:20:50 +00:00
sha1.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
slinfactory.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
srv.c Convert SRV lookup message to debug level 2012-04-12 20:08:26 +00:00
strcompat.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
strings.c fixes segfault on logging 2010-05-18 22:48:51 +00:00
stun.c Re-resolve the STUN address if a STUN poll fails for res_stun_monitor. 2011-12-01 21:19:41 +00:00
syslog.c Add functions to map syslog facilities and priorities constants to strings. 2009-06-26 13:00:35 +00:00
taskprocessor.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
tcptls.c Coverity Report: Fix issues for error type REVERSE_INULL (core modules) 2012-05-31 18:39:30 +00:00
tdd.c Fix a variety of potential buffer overflows 2012-04-19 02:40:55 +00:00
term.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
test.c Remove "asterisk/version.h" in favor of "asterisk/ast_version.h". 2012-01-25 21:31:28 +00:00
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 2009-06-01 15:23:21 +00:00
timing.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
translate.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
udptl.c Fix reloading an unchanged file with the Config Options API 2012-06-07 20:32:07 +00:00
ulaw.c Kill off red blobs in most of main/* 2012-03-22 19:51:16 +00:00
utils.c Fix error paths in action_hangup() for AMI Hangup action. 2012-06-08 21:08:17 +00:00
xml.c Asterisk data retrieval API. 2010-04-22 18:07:02 +00:00
xmldoc.c Fix a variety of memory leaks 2012-05-18 14:43:44 +00:00