Set debug/verbose LEVEL peer XXXX
January 3, 2009 – 10:27 amIn an Asterisk with high traffic, it’s really impossible to examine the CLI output (verbose + debug) due to the ammount of concurrent calls.It would be great the following extensions to “set debg/verbose” commands:CLI> core set verbose 10 peer 2034CLI> core set debug 6 peer 2034This would be great to test the dialplan behaviour by just examinating calls from a specific user.Example: debugging calls from user 2222CLI> core set verbose 0CLI> core set debug 0CLI> core set verbose 10 peer 2222CLI> core set debug 5 peer 2222

One Response to “Set debug/verbose LEVEL peer XXXX”
Interesting idea. The problem is that devices, like the SIP peer, are bound to channels and doesn’t have a global namespace. A SIP peer xxx might have a different address than IAX peer xxx.
By oej on Jan 3, 2009