pari: trunk r723 - /trunk/config/record.html

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


Author: pari
Date: Fri Apr 20 18:11:26 2007
New Revision: 723

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=723
Log:
Correct path of the recorded file during playback

Modified:
    trunk/config/record.html

Modified: trunk/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/record.html?view=diff&rev=723&r1=722&r2=723
==============================================================================
--- trunk/config/record.html (original)
+++ trunk/config/record.html Fri Apr 20 18:11:26 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