mirror of http://gerrit.asterisk.org/asterisk
Currently, reloading res_pjsip will cause logging to be disabled. This is because logging can also be controlled via the debug option in pjsip.conf and this defaults to "no". To improve this, logging is no longer disabled on reloads if logging had not been previously enabled using the debug option from the config. This ensures that logging enabled from the CLI will persist through a reload. ASTERISK-29912 #close Change-Id: I0be7d90e7007f5a6bc4a1cb75019fbaeb18428dachanges/75/19575/2
parent
2cfb3df35d
commit
d9020738df
@ -0,0 +1,5 @@
|
||||
Subject: res_pjsip_logger
|
||||
|
||||
Issuing "pjsip reload" will no longer
|
||||
disabling logging if it was previously
|
||||
enabled from the CLI.
|
||||
Loading…
Reference in new issue