asterisk/channels
Dwayne M. Hubbard d11e6f0591 Add dynamic fax buffer configuration option to chan_dahdi.conf
When the 'faxdetect' configuration option is used, one may also want to use
the 'faxbuffers' configuration option in chan_dahdi.conf.  This option will
dynamically use the configured 'faxbuffers' buffer policy on a channel for
the life of the call following the detection of fax tones.  The faxbuffers
buffer policy will be reverted during call teardown.

An example use of 'faxbuffers' is below.  This example would switch to using
6 buffers with a full buffer policy.

faxbuffers=>6,full


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-13 00:13:38 +00:00
..
h323 Mostly just whitespace, but also convert 'CVS' to 'SVN' in a couple 2008-12-31 23:07:14 +00:00
misdn Merged revisions 168622 via svnmerge from 2009-01-14 21:51:06 +00:00
xpmr Merged revisions 159025 via svnmerge from 2008-11-25 05:02:11 +00:00
chan_agent.c Merged revisions 171689 via svnmerge from 2009-01-27 21:58:39 +00:00
chan_alsa.c Merged revisions 167095 via svnmerge from 2009-01-12 23:45:51 +00:00
chan_console.c This is basically a complete rollback of r155401, as it was determined that 2008-11-25 01:01:49 +00:00
chan_dahdi.c Add dynamic fax buffer configuration option to chan_dahdi.conf 2009-02-13 00:13:38 +00:00
chan_features.c Merged revisions 160207 via svnmerge from 2008-12-02 00:37:21 +00:00
chan_gtalk.c Issue a warning message if our candidate's IP is the loopback address. 2009-02-12 14:25:03 +00:00
chan_h323.c let's use SENTINEL where needed 2009-01-23 17:46:02 +00:00
chan_iax2.c Adds force encryption option to iax.conf 2009-02-12 21:27:11 +00:00
chan_jingle.c Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 2008-09-12 23:30:03 +00:00
chan_local.c Revert two lines that was extra, but only on fridays. 2009-01-29 17:10:43 +00:00
chan_mgcp.c This commit does two things: 2008-11-12 06:46:04 +00:00
chan_misdn.c A further correction: cast the sizeof to an int. 2009-01-28 22:52:06 +00:00
chan_nbs.c one more place I forgot 2008-05-22 17:50:40 +00:00
chan_oss.c Merged revisions 171187 via svnmerge from 2009-01-25 23:58:00 +00:00
chan_phone.c Silence a build warning. (chan_phone.c:810: warning: value computed is not used) 2008-12-01 23:18:48 +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 Remove useless string copy, and make sscanf safe again 2009-02-12 21:41:01 +00:00
chan_skinny.c dont segfault when a MWI event occurs on a line without a registered device 2009-01-25 16:50:53 +00:00
chan_unistim.c Merged revisions 168561 via svnmerge from 2009-01-13 19:22:13 +00:00
chan_usbradio.c Janitor, use ARRAY_LEN() when possible. 2008-12-05 10:31:25 +00:00
chan_vpb.cc incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +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 (closes issue #13557) 2008-10-09 14:17:33 +00:00
console_video.c (closes issue #13557) 2008-10-09 14:17:33 +00:00
console_video.h implement the 'freeze' function for incoming frames; 2008-06-30 15:45:15 +00:00
iax2-parser.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
iax2-parser.h Fixes issue with IAX2 transfer not handing off calls. Reverts changes in 116884 2009-02-04 21:25:14 +00:00
iax2-provision.c - iax2-provision was not freeing iax_templates structure when unloading the chan_iax2.so module. 2008-12-03 19:25:30 +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 Merge changes from team/bbryant/keyrotation 2008-08-01 18:16:24 +00:00
Makefile There is a troublesome assert() in the alsa/control.h header that causes 2008-11-02 04:14:20 +00:00
misdn_config.c Merged revisions 166772 via svnmerge from 2008-12-28 15:15:14 +00:00
vcodecs.c (closes issue #13557) 2008-10-09 14:17:33 +00:00
vgrabbers.c free memory used by the x11 grabber when closing it. 2008-07-14 16:50:54 +00:00