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
Joshua Colp 856bc2ef76
Use ast_strlen_zero to see if our_contact is set or not on the dialog. It is possible for it to be a pointer to NULL.
19 years ago
..
h323 Add missing checks for the PTRACING define. 19 years ago
misdn Fix an uninitialized memory read found by valgrind 19 years ago
DialTone.h
Makefile fix some copy-and-paste leftovers 19 years ago
answer.h
chan_agent.c moved get_base_channel() code from action_redirect to ast_channel_masquerade() for issue 7706 and BE-160 19 years ago
chan_alsa.c avoid the weird usage of assert() in the ALSA header files that gcc 4.2 wants to complain about 19 years ago
chan_features.c
chan_gtalk.c Don't try to allocate memory that we're just going to re-allocate later anyways. 19 years ago
chan_h323.c If a typo is found in a config file, we previous continued on with what was already loaded. 19 years ago
chan_iax2.c Merged revisions 94255 via svnmerge from 19 years ago
chan_local.c A big one... 19 years ago
chan_mgcp.c Issue 11574: Add dependencies on res_monitor and res_features. 19 years ago
chan_misdn.c fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread starting. 19 years ago
chan_nbs.c
chan_oss.c (closes issue #10437) 19 years ago
chan_phone.c Do not try to unregister a NULL channel tech. 19 years ago
chan_sip.c Use ast_strlen_zero to see if our_contact is set or not on the dialog. It is possible for it to be a pointer to NULL. 19 years ago
chan_skinny.c FreeBSD also does not have byte swap functions. 19 years ago
chan_vpb.cc
chan_zap.c Fix a deadlock in d-channel handling in chan_zap. 19 years ago
gentone-ulaw.c
gentone.c
iax2-parser.c Merged revisions 75444 via svnmerge from 19 years ago
iax2-parser.h Merged revisions 75444 via svnmerge from 19 years ago
iax2-provision.c
iax2-provision.h
iax2.h
misdn_config.c aded ntkeepcalls option, to avoid droÃpping calls when the L2 goes down on a PTP link. There are some pbx which do turn off the L1 for a very short while and restart it immediately. normally T310 should be started and after 10 seconds or so the calls should be dropped, this is a simple fix wihtout this timer. 19 years ago
ring10.h