asterisk/addons
Richard Mudgett 40ce5e0d18 Change ast_hangup() to return void and be NULL safe.
Since ast_hangup() is effectively a channel destructor, it should be a
void function.

* Make the few silly callers checking the return value no longer do so.
Only the CDR and CEL unit tests checked the return value.

* Make all callers take advantage of the NULL safe change and remove the
NULL check before the call.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-07-17 22:30:28 +00:00
..
ooh323c Send re-register packets by GRQ (gatekeeper request) interval 2012-08-10 15:24:03 +00:00
Makefile Title update 2012-10-14 21:56:13 +00:00
app_mysql.c Clean up app_mysql's application entry points to properly parse arguments 2013-01-02 22:19:32 +00:00
app_saycountpl.c Opaquify channel stringfields 2012-01-24 20:12:09 +00:00
cdr_mysql.c Make cdr_mysql compile again by not directly setting the run-time CDR object 2013-06-17 03:31:19 +00:00
chan_mobile.c Change ast_hangup() to return void and be NULL safe. 2013-07-17 22:30:28 +00:00
chan_ooh323.c Update Asterisk's CDRs for the new bridging framework 2013-06-17 03:00:38 +00:00
chan_ooh323.h add ast_publish_channel_state according new event framework 2013-05-19 20:52:34 +00:00
format_mp3.c format_mp3: Fix a possible crash in mp3_read(). 2012-05-12 00:03:42 +00:00
ooh323cDriver.c Added direct media support to ooh323 channel driver 2012-07-04 21:42:05 +00:00
ooh323cDriver.h Merged revisions 308242 via svnmerge from 2011-02-18 00:11:06 +00:00
res_config_mysql.c Add support for a realtime sorcery module. 2013-04-27 12:01:29 +00:00