Vincent wrote: > On Wed, 13 Feb 2008 10:59:38 -0200, Diego Aguirre > <[EMAIL PROTECTED]> wrote: >> try to use System() instead of AGI() > > Thanks, but no go. I get an error: > > [Feb 13 21:57:55] WARNING[2138]: app_system.c:107 system_exec_helper: > Unable to execute '/tmp/netcid.py|2000|Joe'
The arguments to System() are a bit different. Put it in just like you would type at the command line. System(/tmp/netcid.py 2000 Joe) -- Russell Bryant Senior Software Engineer Open Source Team Lead Digium, Inc. _______________________________________________ -- 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
