pari: branch asterisknow r727 - in /branches: aadk/ aadk/config/ asterisknow/...

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Fri Apr 20 16:27:41 MST 2007


Author: pari
Date: Fri Apr 20 18:27:41 2007
New Revision: 727

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=727
Log:
Merged revisions 726 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/trunk

........
r726 | pari | 2007-04-20 18:26:13 -0500 (Fri, 20 Apr 2007) | 1 line

Correct paths of default sounds and recorded sounds
........

Modified:
    branches/aadk/   (props changed)
    branches/aadk/config/menus.html
    branches/asterisknow/   (props changed)
    branches/asterisknow/config/menus.html

Propchange: branches/aadk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Apr 20 18:27:41 2007
@@ -1,1 +1,1 @@
-/trunk:1-430,433-449,489-501,505-506,508-510,512-540,542-557,559,561-577,580-586,588-616,618-723
+/trunk:1-430,433-449,489-501,505-506,508-510,512-540,542-557,559,561-577,580-586,588-616,618-726

Modified: branches/aadk/config/menus.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/menus.html?view=diff&rev=727&r1=726&r2=727
==============================================================================
--- branches/aadk/config/menus.html (original)
+++ branches/aadk/config/menus.html Fri Apr 20 18:27:41 2007
@@ -994,7 +994,7 @@
 				file_name = file_name.replace(/\..*/,""); /* Replace .ulaw .gsm .whatever with nothing so its just the sound file */
 				New_OPTION = document.createElement('option');
 				New_OPTION.text =  file_name  ;
-				New_OPTION.value = file_name ;
+				New_OPTION.value = asterisk_Sounds_path + file_name ;
 				try {
 					_$('combosel_sounds').add(New_OPTION, null); // W3C way
 				}catch(ex) {
@@ -1039,7 +1039,7 @@
 				file_name = file_name.substr(0,(file_name.length - 4) ) ;
 				New_OPTION = document.createElement('option');
 				New_OPTION.text =  file_name  ;
-				New_OPTION.value = file_name ;
+				New_OPTION.value = asterisk_menusRecord_path + file_name ;
 				try {
 					_$('combosel_sounds').add(New_OPTION, null); // W3C way
 				}catch(ex) {

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Apr 20 18:27:41 2007
@@ -1,1 +1,1 @@
-/trunk:1-449,489-540,542-557,559,561-577,580-586,588-723
+/trunk:1-449,489-540,542-557,559,561-577,580-586,588-726

Modified: branches/asterisknow/config/menus.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/menus.html?view=diff&rev=727&r1=726&r2=727
==============================================================================
--- branches/asterisknow/config/menus.html (original)
+++ branches/asterisknow/config/menus.html Fri Apr 20 18:27:41 2007
@@ -994,7 +994,7 @@
 				file_name = file_name.replace(/\..*/,""); /* Replace .ulaw .gsm .whatever with nothing so its just the sound file */
 				New_OPTION = document.createElement('option');
 				New_OPTION.text =  file_name  ;
-				New_OPTION.value = file_name ;
+				New_OPTION.value = asterisk_Sounds_path + file_name ;
 				try {
 					_$('combosel_sounds').add(New_OPTION, null); // W3C way
 				}catch(ex) {
@@ -1039,7 +1039,7 @@
 				file_name = file_name.substr(0,(file_name.length - 4) ) ;
 				New_OPTION = document.createElement('option');
 				New_OPTION.text =  file_name  ;
-				New_OPTION.value = file_name ;
+				New_OPTION.value = asterisk_menusRecord_path + file_name ;
 				try {
 					_$('combosel_sounds').add(New_OPTION, null); // W3C way
 				}catch(ex) {



More information about the asterisk-gui-commits mailing list