aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-18 16:51:35 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-18 16:51:35 +0000
commita0b559cafda79861af052559436bd2236aff1a1d (patch)
tree18878584444950ed96b60b8eb6832cdc958e8a60
parent42361dcb390f7da12c543d574d77689369a53d3c (diff)
updated transmit_silence option documentation in asterisk.conf
This patch updates the transmit_silence option to better document why the option exists, and what it affects. Thanks to russell for providing the verbage for this update. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@240891 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d2f04600..cde083584 100644
--- a/Makefile
+++ b/Makefile
@@ -618,7 +618,11 @@ samples: adsi
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 SLINEAR silence while a channel is waiting, being recorded, or DTMF is being generated" ; \
+ 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 \
+ echo " ; to the device. It is for this reason that this is optional, as it may result in requiring a \
+ echo " ; temporary codec translation path for a channel that may not otherwise require one. \
echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \
echo ";runuser = asterisk ; The user to run as" ; \
echo ";rungroup = asterisk ; The group to run as" ; \