[Asterisk-java-devel] Asterisk Manager Executing bash Commands Remote
Brought to you by:
srt
From: Wayne S. <wsc...@ge...> - 2008-02-26 01:03:03
|
Hello, Not sure if I'm doing this correctly. (note .helper is just a php page renamed) When I'm on the server this seems to execute fine via the asterisk manager, but doesn't seem to fire when i do it remote thru the manager managerConnection.login(); commandAction = new CommandAction("! ./s3restore-callagixml.helper callagixml/" + callagixml); cr = (CommandResponse) managerConnection.sendAction(commandAction); managerConnection.logoff(); Thanks for your help! Wayne Scholar wsc...@ge... www.getabby.com |