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

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


Author: pari
Date: Fri Apr 20 18:12:39 2007
New Revision: 724

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

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

Correct path of the recorded file during playback
........

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

Propchange: branches/aadk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Apr 20 18:12:39 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-720
+/trunk:1-430,433-449,489-501,505-506,508-510,512-540,542-557,559,561-577,580-586,588-616,618-723

Modified: branches/aadk/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/record.html?view=diff&rev=724&r1=723&r2=724
==============================================================================
--- branches/aadk/config/record.html (original)
+++ branches/aadk/config/record.html Fri Apr 20 18:12:39 2007
@@ -156,7 +156,7 @@
 		onSuccess: function(t) { gui_feedback('Play Request Successfull !','blue'); },
 		onFailure: function(t) { gui_alert("Config Error: " + t.status + ": " + t.statusText); }
 	};
-	opt.parameters ="action=originate&channel=Local/"+extension + "&context="+asterisk_guitools+"&exten=play_file&priority=1&Variable=var1%3d"+ encodeURIComponent( filename );
+	opt.parameters ="action=originate&channel=Local/"+extension + "&context="+asterisk_guitools+"&exten=play_file&priority=1&Variable=var1%3d"+ encodeURIComponent( asterisk_menusRecord_path + filename );
 	var tmp = new Ajax.Request(asterisk_rawmanPath, opt);
 }
 

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

Modified: branches/asterisknow/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/record.html?view=diff&rev=724&r1=723&r2=724
==============================================================================
--- branches/asterisknow/config/record.html (original)
+++ branches/asterisknow/config/record.html Fri Apr 20 18:12:39 2007
@@ -136,7 +136,7 @@
 		onSuccess: function(t) { gui_feedback('Play Request Successfull !','blue'); },
 		onFailure: function(t) { gui_alert("Config Error: " + t.status + ": " + t.statusText); }
 	};
-	opt.parameters ="action=originate&channel=Local/"+extension + "&context="+asterisk_guitools+"&exten=play_file&priority=1&Variable=var1%3d"+ encodeURIComponent( filename );
+	opt.parameters ="action=originate&channel=Local/"+extension + "&context="+asterisk_guitools+"&exten=play_file&priority=1&Variable=var1%3d"+ encodeURIComponent( asterisk_menusRecord_path + filename );
 	var tmp = new Ajax.Request(asterisk_rawmanPath, opt);
 }
 



More information about the asterisk-gui-commits mailing list