Files
Joshua C. Colp 51fcf38c61 pjsip: Eliminate some unique taskprocessors.
When placing outbound calls each call would get its own
taskprocessor for things related to the call. In practice this
is overkill as few things actually occur. Inbound calls on
the other hand already use one of the fixed number of
distributor taskprocessors. This also occurred for OPTIONS
requests with each AOR having its own taskprocessor.

This change moves both to using a distributor taskprocessor
instead.
2026-07-27 11:48:41 +00:00
..
2021-11-15 16:37:34 -06:00