VERSION: 2.14-740a
BUILD: 200315-1126
Asterisk 13.29.2-vici
We have an inbound call centre that's taking about 11k calls per day, 92% of which are handled by IVR.
So at any given time, there are max 15 agents taking calls.
However, some calls are not getting through to Vicidial.
tcpdump shows me that the voice provider is trying to send the call, but we see either:
- Code: Select all
SIP: SIP/2.0 401 Unauthorized
Or
- Code: Select all
SIP/2.0 403 Forbidden
Edit: Inbound with this provider does not require authentication
Is this perhaps because my system can't handle the volume?
Is there a way to increase concurrent inbound calls on Vicidial?
TIA
IanGP