I use pjsip with TLS for my provider. From time to time the register failed and is shown as “Rejected”.
But the cause seems to be the task processor for pjsip/outreg, because the log says:
“WARNING taskprocessor.c: The ‘pjsip/outreg/xxxxxx’ task processor queue reached 500 scheduled tasks again.”
The pjsip debug log shows the normal activity for register. There is no high load on the system (error occurs often in the evening when the system is not used at all).
What can cause the task processor queue for pjsip/outreg to be full with TLS without high load?