bkruse: branch aadk r1118 - in /branches/aadk: ./ config/scripts/astman.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 19 15:33:31 CDT 2007
Author: bkruse
Date: Tue Jun 19 15:33:31 2007
New Revision: 1118
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1118
Log:
Merged revisions 1116 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/trunk
........
r1116 | bkruse | 2007-06-19 15:30:25 -0500 (Tue, 19 Jun 2007) | 1 line
Application is supposed to be system, not action: command. My apologies.
........
Modified:
branches/aadk/ (props changed)
branches/aadk/config/scripts/astman.js
Propchange: branches/aadk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jun 19 15:33:31 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-767,769-1081,1085,1090,1094,1097,1100,1103
+/trunk:1-430,433-449,489-501,505-506,508-510,512-540,542-557,559,561-577,580-586,588-616,618-767,769-1081,1085,1090,1094,1097,1100,1103,1116
Modified: branches/aadk/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/scripts/astman.js?view=diff&rev=1118&r1=1117&r2=1118
==============================================================================
--- branches/aadk/config/scripts/astman.js (original)
+++ branches/aadk/config/scripts/astman.js Tue Jun 19 15:33:31 2007
@@ -1095,7 +1095,7 @@
}
};
var tmp;
- opt.parameters="action=originate&channel=" + encodeURIComponent("Local/executecommand@"+asterisk_guitools ) + "&application=command&data="+ encodeURIComponent(tool) + "&timeout=60000";
+ opt.parameters="action=originate&channel=" + encodeURIComponent("Local/executecommand@"+asterisk_guitools ) + "&application=system&data="+ encodeURIComponent(tool) + "&timeout=60000";
tmp = new Ajax.Request(this.url, opt);
};
More information about the asterisk-gui-commits
mailing list