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
Kevin P. Fleming d7be4318bb
when parsing a text configuration option, ensure that the buffer on the stack is actually large enough to hold the legal values of that option, and also ensure that sscanf() knows to stop parsing if it would overrun the buffer (without these changes, specifying "buffers=...,immediate" would overflow the buffer on the stack, and could not have worked as expected)
17 years ago
..
h323 Make chan_h323 work with pwlib 1.12.0 17 years ago
misdn channels/chan_misdn.c 17 years ago
DialTone.h remove extraneous svn:executable properties 20 years ago
Makefile get chan_vpb to build properly in dev mode 18 years ago
answer.h remove extraneous svn:executable properties 20 years ago
chan_agent.c Agent's should not try to call a channel's indicate callback 17 years ago
chan_alsa.c Add some debugging code that ensures that when we do deadlock avoidance, we 17 years ago
chan_dahdi.c when parsing a text configuration option, ensure that the buffer on the stack is actually large enough to hold the legal values of that option, and also ensure that sscanf() knows to stop parsing if it would overrun the buffer (without these changes, specifying "buffers=...,immediate" would overflow the buffer on the stack, and could not have worked as expected) 17 years ago
chan_features.c Disable chan_features by default in menuselect 18 years ago
chan_gtalk.c Apply fix for issue #13310 to branch 1.4, too. 17 years ago
chan_h323.c Port "hasvoicemail" change from SIP to other channel drivers 17 years ago
chan_iax2.c Dialplan functions should not actually return 0, unless they have modified the 17 years ago
chan_local.c Check whether an extension exists in the _call method, rather than the _alloc 17 years ago
chan_mgcp.c Port "hasvoicemail" change from SIP to other channel drivers 17 years ago
chan_misdn.c channels/chan_misdn.c 17 years ago
chan_nbs.c This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered. 18 years ago
chan_oss.c Fix a channel name issue. chan_oss registers the "Console" channel type, 17 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. 18 years ago
chan_sip.c Dialplan functions should not actually return 0, unless they have modified the 17 years ago
chan_skinny.c Since adding the AST_CONTROL_SRCUPDATE frame type, 17 years ago
chan_vpb.cc Backport revisions for latest vpb drivers to 1.4 17 years ago
gentone-ulaw.c remove extraneous svn:executable properties 20 years ago
gentone.c remove extraneous svn:executable properties 20 years ago
iax2-parser.c In case we have some processing threads that free more frames than they allocate, 17 years ago
iax2-parser.h Merged revisions 75444 via svnmerge from 18 years ago
iax2-provision.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 19 years ago
iax2-provision.h useless 'extern' and trailing whitespace removal 19 years ago
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 17 years ago
misdn_config.c channels/chan_misdn.c 17 years ago
ring10.h remove extraneous svn:executable properties 20 years ago