On Friday 31 March 2006 10:54, Steve Murphy wrote: > First of all, is it completely true that none of the following take > any arguments? For instance, I KNOW that NoOp is a lie! It takes args > and it prints them out to the console when it is invoked...
That is incorrect. NoOp takes no arguments. What you're seeing on the console is a result of the verbose setting being level 3 or higher. All applications and their arguments are posted to the console at that level, whether or not the application does anything with them. If you want an app that truly does post output to the console, see Verbose(). -- Tilghman _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
