You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/channels
Matthew Nicholson 55c6789f74
Use sched_yield() instead of usleep(1)
16 years ago
..
h323 fixes some memory leaks and redundant conditions 16 years ago
misdn fixes some memory leaks and redundant conditions 16 years ago
xpmr fixes some memory leaks and redundant conditions 16 years ago
Makefile New signaling module to handle analog operations in chan_dahdi 16 years ago
chan_agent.c Convert a number of global module variables to 'static'. 16 years ago
chan_alsa.c Display an error message when chan_alsa fails to load due to a missing 16 years ago
chan_bridge.c Convert the ast_channel data structure over to the astobj2 framework. 16 years ago
chan_console.c Eliminate several needless checks and fix a few memory leaks 16 years ago
chan_dahdi.c Enable applications to enable/disable digit and tone detection. 16 years ago
chan_gtalk.c Don't crash if an RTP instance can't be created. This could occur when an 16 years ago
chan_h323.c Convert a number of global module variables to 'static'. 16 years ago
chan_iax2.c Merged revisions 201993 via svnmerge from 16 years ago
chan_jingle.c Fix some uninitialized memory notices that appeared under valgrind. 16 years ago
chan_local.c Fix some bad locking stemming from trying to forward a call to a non-existent 16 years ago
chan_mgcp.c Const-ify the world (or at least a good part of it) 16 years ago
chan_misdn.c Convert a number of global module variables to 'static'. 16 years ago
chan_nbs.c Const-ify the world (or at least a good part of it) 16 years ago
chan_oss.c Const-ify the world (or at least a good part of it) 16 years ago
chan_phone.c This commit introduces COLP/CONP and Redirecting party information into Asterisk. 16 years ago
chan_phone.h rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it 17 years ago
chan_sip.c Use sched_yield() instead of usleep(1) 16 years ago
chan_skinny.c Convert a number of global module variables to 'static'. 16 years ago
chan_unistim.c Const-ify the world (or at least a good part of it) 16 years ago
chan_usbradio.c Janitor, use ARRAY_LEN() when possible. 17 years ago
chan_vpb.cc incorporates r159808 from branches/1.4: 17 years ago
console_board.c import the recent additions for video console into trunk, 17 years ago
console_gui.c Const-ify the world (or at least a good part of it) 16 years ago
console_video.c (closes issue #13557) 17 years ago
console_video.h implement the 'freeze' function for incoming frames; 17 years ago
iax2-parser.c Tell the IAX2 parser about more control frame types. 16 years ago
iax2-parser.h Merged revisions 194557,194685 via svnmerge from 16 years ago
iax2-provision.c - iax2-provision was not freeing iax_templates structure when unloading the chan_iax2.so module. 17 years ago
iax2-provision.h Don't reload a configuration file if nothing has changed. 18 years ago
iax2.h Merged revisions 194557,194685 via svnmerge from 16 years ago
misdn_config.c Const-ify the world (or at least a good part of it) 16 years ago
sig_analog.c New signaling module to handle analog operations in chan_dahdi 16 years ago
sig_analog.h New signaling module to handle analog operations in chan_dahdi 16 years ago
vcodecs.c Const-ify the world (or at least a good part of it) 16 years ago
vgrabbers.c free memory used by the x11 grabber when closing it. 17 years ago