Hi!
I run an Asterisk 20 instance and I am trying to debug six SIP calls that happens in turn but when I turn on the PJSIP debug it only logs the first 2 calls then stops logging. Is this some sort of configuration error or is it simply that it hardware cannot keep up with the logging? If I turn of debug it works as intended but I want to see the SDP and SIP packages if possible
Logger.conf
[logfiles]
console => notice,warning,error
full.log => debug,notice,warning,error,verbose,dtmf,fax,security
sip.log => notice,warning,error,dtmf,verbose
pjsip.conf
[global]
debug = yes
asterisk.conf
[options]
verbose = 3
debug = 4
Thank you!