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
Brett Bryant 3ab48f9299
merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses send_command to poke a peer while a channel is unlocked in some cases, and because it can cause seemingly random failures could be related to some bugs in the tracker...
18 years ago
..
h323 Make chan_h323 work with pwlib 1.12.0 18 years ago
misdn fix various other problems found by gcc 4.3 19 years ago
DialTone.h
Makefile get chan_vpb to build properly in dev mode 19 years ago
answer.h
chan_agent.c Add ast_assert(), which can be used to handle fatal errors. It is only compiled 18 years ago
chan_alsa.c Use the right flag to open the audio in non-blocking. 18 years ago
chan_features.c
chan_gtalk.c When modules are embedded, they take on a different name, without the ".so" 18 years ago
chan_h323.c The call_token on the pvt can occasionally be NULL, causing a crash. 18 years ago
chan_iax2.c merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses send_command to poke a peer while a channel is unlocked in some cases, and because it can cause seemingly random failures could be related to some bugs in the tracker... 18 years ago
chan_local.c Fix a deadlock involving channel autoservice and chan_local that was debugged 18 years ago
chan_mgcp.c Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things. 19 years ago
chan_misdn.c fix various other problems found by gcc 4.3 19 years ago
chan_nbs.c
chan_oss.c Fix a channel name issue. chan_oss registers the "Console" channel type, 19 years ago
chan_phone.c Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things. 19 years ago
chan_sip.c Add an option to use the source IP address of RTP as the destination IP address of UDPTL when a specific option is enabled. If the remote side is properly configured (ports forwarded) then UDPTL will flow. 18 years ago
chan_skinny.c Check to make sure an RTP structure exists before calling ast_rtp_new_source on it. 18 years ago
chan_vpb.cc Backport revisions for latest vpb drivers to 1.4 18 years ago
chan_zap.c Fix a few things I missed to ensure zt_chan_conf structure is not modified in mkintf 18 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 use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that the size of the arrays can be adjusted in one place, and change the size of the arrays from 32768 calls to 2048 calls when LOW_MEMORY is defined 18 years ago
misdn_config.c Initialize an array to 0s if config option not specified. 19 years ago
ring10.h