Dominic Son wrote:

> Uuugh..for the life of me, i cannot delete sound files using
> "EXEC System(rm /var/lib/asterisk/sounds/blah.gsm)"
> 
> through AGI

agi show exec
 Usage: EXEC <application> <options>
        Executes <application> with given <options>.

So I'd try
EXEC System rm foo
or
EXEC System rm\ foo

But I don't understand why you would want to do that instead of
just running the command in your script.

Regards,
  Philipp Kempgen

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
    Let's use IT to solve problems and not to create new ones.
          Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

_______________________________________________
--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