pari: branch 2.0 r3869 - /branches/2.0/config/mohfiles.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Sep 23 15:26:54 CDT 2008
    
    
  
Author: pari
Date: Tue Sep 23 15:26:53 2008
New Revision: 3869
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3869
Log:
 Fix for AA50-2278 - MOH not working with certain versions of Asterisk 1.4
Modified:
    branches/2.0/config/mohfiles.html
Modified: branches/2.0/config/mohfiles.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/mohfiles.html?view=diff&rev=3869&r1=3868&r2=3869
==============================================================================
--- branches/2.0/config/mohfiles.html (original)
+++ branches/2.0/config/mohfiles.html Tue Sep 23 15:26:53 2008
@@ -226,9 +226,9 @@
 		// create entry from musiconhold.conf
 		var u = new listOfSynActions('musiconhold.conf') ;
 		u.new_action('newcat', tmp_moh_classname, '', '');
-		u.new_action('update', tmp_moh_classname , 'directory', tmp_MOH_PATH );
-		u.new_action('update', tmp_moh_classname , 'mode', 'files');
-		u.new_action('update', tmp_moh_classname , 'random', 'yes');
+		u.new_action('append', tmp_moh_classname , 'directory', tmp_MOH_PATH );
+		u.new_action('append', tmp_moh_classname , 'mode', 'files');
+		u.new_action('append', tmp_moh_classname , 'random', 'yes');
 		u.callActions();
 
 		// create entry from http.conf 
    
    
More information about the asterisk-gui-commits
mailing list