<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 29, 2018 at 10:04 AM, Jonathan H <span dir="ltr"><<a href="mailto:lardconcepts@gmail.com" target="_blank">lardconcepts@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OK, many thanks for that. Not sure I see the point of the change, but<br>
at least I can get the info back by changing<br>
<br>
console => notice,warning,error<br>
to<br>
console => notice,warning,error,debug<br>
<br>
That said, dialplan reload seems to show significantly fewer items<br>
than before. I've got loads of extensions, and it does indeed seem to<br>
reload them all, but only shows about 1/4 of them in the console when<br>
doing dialplan reload. Hmmm...<br>
<br>
Incidentally, just while I'm here, is there a particular reason that<br>
debug can only every be pushed higher when connecting to the console?<br>
it's always been the case since I started using Asterisk 3 years ago<br>
so I guess there's a reason, and I never questioned it before. I'm<br>
just curious!<br>
For example:<br>
<br>
<br>
asterisk -rvddd<br>
Core debug was 2 and is now 3.<br>
<br>
asterisk -rvdddd<br>
Core debug was 3 and is now 4.<br>
<br>
asterisk -rvdd<br>
Core debug is still 4.<br>
<br>
asterisk -rvd<br>
Core debug is still 4.<br>
<br>
But it always respects "core set debug" in whichever direction of<br>
verbosity is required.<br></blockquote><div><br></div><div>When you connect to a remote asterisk with the -r option, there are a couple<br></div><div>commands automatically sent every time.  These automatic commands tell</div><div> the remote asterisk what verbose and debug level you passed on the</div><div> command line.<br></div><div><div><br></div><div></div>core set verbose at least X silent</div><div>core set debug atleast X</div><div><br></div>That is why the debug level does not go down.  Another thing is that the debug level<div>is global to the system.  Thus if you set the level in one connection it affects all</div><div>connections including future ones.  The verbose level is per connection.<br></div><div><br></div><div>Richard</div><br></div></div></div>