[asterisk-commits] dvossel: branch 1.4 r241626 - /branches/1.4/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 20 14:00:05 CST 2010


Author: dvossel
Date: Wed Jan 20 14:00:04 2010
New Revision: 241626

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=241626
Log:
fixes parsing error in Makefile.

Some echo lines were missing "; . Thanks to jparker for pointing out
the problem. 


Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/Makefile?view=diff&rev=241626&r1=241625&r2=241626
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed Jan 20 14:00:04 2010
@@ -618,11 +618,11 @@
 		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 \
-		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 ";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" ; \




More information about the asterisk-commits mailing list