[asterisk-commits] russell: branch 1.6.1 r240550 - in	/branches/1.6.1: ./ Makefile
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Jan 15 17:07:24 CST 2010
    
    
  
Author: russell
Date: Fri Jan 15 17:07:20 2010
New Revision: 240550
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240550
Log:
Merged revisions 240548 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk
................
  r240548 | russell | 2010-01-15 17:06:32 -0600 (Fri, 15 Jan 2010) | 9 lines
  
  Merged revisions 240547 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r240547 | russell | 2010-01-15 17:06:11 -0600 (Fri, 15 Jan 2010) | 2 lines
    
    Fix a spelling error in the asterisk.conf sample.
  ........
................
Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/Makefile
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/Makefile?view=diff&rev=240550&r1=240549&r2=240550
==============================================================================
--- branches/1.6.1/Makefile (original)
+++ branches/1.6.1/Makefile Fri Jan 15 17:07:20 2010
@@ -683,7 +683,7 @@
 		echo ";maxfiles = 1000 ; Maximum amount of openfiles" ; \
 		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 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