On Thu, Jan 26, 2012 at 7:36 PM, Steve Edwards <[email protected]> wrote: > The OP was using MIXMONITOR_EXEC (although I wonder about the '&&' syntax) > so he doesn't need to explicitly execute (via system()) his commands.
Wow. Never knew that was possible. I still don't like the syntax, but good to know. For optimal debugging, I would suggest OP not try to build the pyramids with a single line of commands joined by ampersands, but rather do a separate System() call for either doing my script idea or doing the individual commands in multiple separate System() calls. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
