[asterisk-commits] dvossel: trunk r240971 - in /trunk: CHANGES Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 18 11:45:22 CST 2010
Author: dvossel
Date: Mon Jan 18 11:45:18 2010
New Revision: 240971
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240971
Log:
transmit_silence_during_record replaced by transmit_silence
In asterisk.conf, transmit_silence_during_record has been removed
in favor of using only the transmit_silence option. The
transmit_silence_during_record option remains a valid option in
asterisk.conf, but has been removed from the sample config and
noted in CHANGES.
Modified:
trunk/CHANGES
trunk/Makefile
Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=240971&r1=240970&r2=240971
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Mon Jan 18 11:45:18 2010
@@ -371,6 +371,10 @@
Miscellaneous
-------------
+ * The transmit_silence_during_record option in asterisk.conf.sample has been removed.
+ Now, in order to enable transmitting silence during record the transmit_silence
+ option should be used. transmit_silence_during_record remains a valid option, but
+ defaults to the behavior of the transmit_silence option.
* Addition of the Unit Test Framework API for managing registration and execution
of unit tests with the purpose of verifying the operation of C functions.
* SendText is now implemented in chan_gtalk and chan_jingle. It will simply send
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=240971&r1=240970&r2=240971
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Jan 18 11:45:18 2010
@@ -732,7 +732,6 @@
echo ";minmemfree = 1 ; in MBs, Asterisk stops accepting new calls if the amount of free memory falls below this watermark" ; \
echo ";cache_record_files = yes ; Cache recorded sound files to another directory during recording" ; \
echo ";record_cache_dir = /tmp ; Specify cache directory (used in conjunction with cache_record_files)" ; \
- echo ";transmit_silence_during_record = yes ; Transmit SLINEAR silence while a channel is being recorded" ; \
echo ";transmit_silence = yes ; Transmit silence while a channel is in a waiting state, a recording only state, or when DTMF is \
echo " ; being generated. Note that the silence internally is generated in raw signed linear format. \
echo " ; This means that it must be transcoded into the native format of the channel before it can be sent \
More information about the asterisk-commits
mailing list