asterisk/channels
Russell Bryant d6d7f51476 chan_iax2: Use OBJ_NODATA to be a bit more explicit.
This is just a minor code cleanup change.  These uses of ao2_callback() would
never return anything since the callbacks always returned 0.  However, be more
explicit that no returned results are wanted by specifying OBJ_NODATA.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-03-24 03:18:13 +00:00
..
h323 Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
misdn Correct some set-but-unused variable warnings in the mISDN library. 2012-02-22 21:10:05 +00:00
sip Missed lastinvite CSeq int to uint32_t change 2012-03-16 08:27:14 +00:00
chan_agent.c Fix deadlock potential with some ast_indicate/ast_indicate_data calls. 2012-03-14 22:38:29 +00:00
chan_alsa.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_bridge.c Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
chan_console.c Opaquify ast_channel structs and lists 2012-02-29 16:52:47 +00:00
chan_dahdi.c Add ability for chan_dahdi ISDN to block connected line updates per span. 2012-03-13 21:18:31 +00:00
chan_gtalk.c chan_gtalk: Fix potential use of uninitialized variable. 2012-03-15 00:07:18 +00:00
chan_h323.c Opaquify ast_channel typedefs, fd arrays, and softhangup flag 2012-03-01 22:09:18 +00:00
chan_iax2.c chan_iax2: Use OBJ_NODATA to be a bit more explicit. 2012-03-24 03:18:13 +00:00
chan_jingle.c Opaquify ast_channel typedefs, fd arrays, and softhangup flag 2012-03-01 22:09:18 +00:00
chan_local.c Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
chan_mgcp.c Opaquify ast_channel typedefs, fd arrays, and softhangup flag 2012-03-01 22:09:18 +00:00
chan_misdn.c Opaquify ast_channel typedefs, fd arrays, and softhangup flag 2012-03-01 22:09:18 +00:00
chan_multicast_rtp.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_nbs.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_oss.c Eliminate a bunch of shadow warnings. 2012-03-08 17:02:52 +00:00
chan_phone.c Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
chan_phone.h rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it 2008-05-28 20:00:21 +00:00
chan_sip.c Add missing initialization of update_redirecting in chan_sip.c 2012-03-23 22:56:14 +00:00
chan_skinny.c Eliminate a bunch of shadow warnings. 2012-03-08 17:02:52 +00:00
chan_unistim.c Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
chan_vpb.cc Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
console_board.c import the recent additions for video console into trunk, 2008-06-29 21:17:14 +00:00
console_gui.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
console_video.c Opaquify ast_channel typedefs, fd arrays, and softhangup flag 2012-03-01 22:09:18 +00:00
console_video.h implement the 'freeze' function for incoming frames; 2008-06-30 15:45:15 +00:00
iax2-parser.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
iax2-parser.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
iax2-provision.c Merged revisions 317474 via svnmerge from 2011-05-05 22:44:52 +00:00
iax2-provision.h Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
iax2.h Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
Makefile Extract sig_ss7 out of chan_dahdi. 2010-06-07 20:04:42 +00:00
misdn_config.c Merged revisions 317478 via svnmerge from 2011-05-05 22:55:09 +00:00
sig_analog.c Finalize ast_channel opaquification 2012-03-13 18:20:34 +00:00
sig_analog.h push 'outgoing' flag from sig_XXX up to chan_dahdi 2012-02-18 08:02:08 +00:00
sig_pri.c Make number not available presentation also set screening to network provided. 2012-03-24 00:40:51 +00:00
sig_pri.h Add ability for chan_dahdi ISDN to block connected line updates per span. 2012-03-13 21:18:31 +00:00
sig_ss7.c Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock(). 2012-03-07 18:33:12 +00:00
sig_ss7.h Setup DSP when SS7 call is connected or early media is available. 2012-03-05 21:48:32 +00:00
vcodecs.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
vgrabbers.c free memory used by the x11 grabber when closing it. 2008-07-14 16:50:54 +00:00