On Sat, Aug 04, 2007 at 09:16:22PM -0400, Matt wrote:
> This may sound stupid.. so bear with me for a moment.
> 
> Assuming the only access I have to a machine is through asterisk -rx
> can I use the ! command?
> 
> asterisk -rx help
> 
> includes the ! command, but I can't seem to get it to work ie:
> 
> asterisk -rx "! ls"

What do you need that for?

'!' is pointless with asterisk -rx: with asterisk -r, '!' runs a local
command in a subshel (or starts a new subshell) by the local cleint
asterisk. It does nothing by the server.

So you might as well just run:

  ls

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to