[asterisk-commits] russell: branch 1.4 r240547 - /branches/1.4/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 15 17:06:14 CST 2010


Author: russell
Date: Fri Jan 15 17:06:11 2010
New Revision: 240547

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240547
Log:
Fix a spelling error in the asterisk.conf sample.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/Makefile?view=diff&rev=240547&r1=240546&r2=240547
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Jan 15 17:06:11 2010
@@ -616,7 +616,7 @@
 		echo ";maxcalls = 10 ; Maximum amount of calls allowed" ; \
 		echo ";maxload = 0.9 ; Asterisk stops accepting new calls if the load average exceed this limit" ; \
 		echo ";cache_record_files = yes ; Cache recorded sound files to another directory during recording" ; \
-		echo ";record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files)" ; \
+		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 ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \




More information about the asterisk-commits mailing list