Whenever I attempt to turn on verbose logging, either in the console or to external files, any level of verbosity seems to turn on full debugging.
For example…
;debug => debug
security => security
;console => error,warning
;sip_debug => debug, verbose
;messages =>warning,error,debug,verbose
;zzfile1 => warning, error, notice, verbose(1)
;full => notice,warning,error,debug,verbose,dtmf
If I uncomment the ‘zzfile1’ line, it will output a massive amount of technical SIP information.
Is there something I’m missing?