On 6/21/07, Ronaldo Z. Afonso <[EMAIL PROTECTED]> wrote: > I just started programming using AGI and I have a simple question about > STDERR. > If I understood it right, all the messages sent to "STDERR" should be > shown in the Asterisk console, but using the following python code I > just can't see anything.
Things written to STDERR only go to the console on which Asterisk was started. If you're using the stock safe_asterisk script to start Asterisk, this would end up being TTY 9. You may want to use the VERBOSE command instead, so that information is logged to the Asterisk command-line interface. -Jared _______________________________________________ --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
