Vapi Support Bot
03/25/2026, 7:50 PMsip.vapi.ai, you need to create a SIP phone number via the Vapi API and include an authentication object with your desired username and password. Here’s an example request:
json
{
"provider": "vapi",
"sipUri": "sip:your_username@sip.vapi.ai",
"assistantId": "your_assistant_id",
"authentication": {
"realm": "sip.vapi.ai",
"username": "your_username",
"password": "your_password"
}
}
Use these credentials in your Asterisk PJSIP configuration to authenticate successfully.
For more details, see the [Vapi changelog](https://docs.vapi.ai/changelog/2024/10/7).
Source:
- [Vapi Changelog October 7, 2024](https://docs.vapi.ai/changelog/2024/10/7)Matt
03/25/2026, 7:56 PMHani Emoss
03/25/2026, 8:15 PMHani Emoss
03/25/2026, 8:41 PMMatt
03/25/2026, 8:41 PMHani Emoss
03/25/2026, 9:06 PMHani Emoss
03/25/2026, 9:26 PMHani Emoss
03/25/2026, 9:27 PMHani Emoss
03/25/2026, 9:28 PMHani Emoss
03/25/2026, 9:29 PMHani Emoss
03/25/2026, 10:05 PMVapi Support Bot
03/25/2026, 10:06 PMsupport@vapi.ai
with a clear subject like "URGENT: SIP Auth Provisioning Needed for Campaign" and include all relevant details (org name, campaign urgency, technical setup). This is the fastest way to reach the Vapi team directly for urgent provisioning requests.
For real-time updates, you can also join the [Vapi Discord #support channel](https://discord.com/invite/pUFNcf2WmH), but email is the official escalation path.
(Source: [Vapi Support Page](https://docs.vapi.ai/support))Evadora (Vapi)
03/25/2026, 11:42 PMSarthak ( Vapi )
03/25/2026, 11:57 PMSarthak ( Vapi )
03/26/2026, 12:17 AMHani Emoss
03/26/2026, 12:27 AMSarthak ( Vapi )
03/26/2026, 12:51 AMSarthak ( Vapi )
03/26/2026, 12:52 AMHani Emoss
03/26/2026, 1:09 AMHani Emoss
03/26/2026, 1:18 AMHani Emoss
03/26/2026, 1:22 AMsip:cloudtalk-tax-ai-2@sip.vapi.ai
* We are calling from Asterisk through our CloudTalk SIP leg
* The INVITE reaches Vapi successfully
* Vapi responds with 401 Unauthorized
* The challenge header is:
WWW-Authenticate: Digest realm="sip.vapi.ai", algorithm=MD5, qop="auth"
What I observed on our side:
* Asterisk then fails with:
Auth object 'vapi-auth' could not be found
and
There were no auth ids available
So the call is still being challenged by the Free Vapi SIP URI, but our side never completes a second authenticated INVITE because the loaded auth object was not actually available at runtime.
Can you please confirm:
1. Whether Free Vapi SIP is expected to challenge with digest auth in this scenario
2. If yes, what the correct username format should be for sip:cloudtalk-tax-ai-2@sip.vapi.ai
3. Whether the username should be the SIP URI user part (cloudtalk-tax-ai-2) or something else
4. Whether there is any Vapi-side requirement for enabling/storing SIP auth for a Free Vapi SIP URI
If helpful, I can send the full SIP trace, but the key response from Vapi is:
* SIP/2.0 401 Unauthorized
* WWW-Authenticate: Digest realm="sip.vapi.ai", algorithm=MD5, qop="auth"Sarthak ( Vapi )
03/26/2026, 1:42 AMSarthak ( Vapi )
03/26/2026, 1:43 AMHani Emoss
03/26/2026, 1:47 AMSarthak ( Vapi )
03/26/2026, 1:48 AMHani Emoss
03/26/2026, 7:07 PMSarthak ( Vapi )
03/27/2026, 10:31 PMHani Emoss
03/27/2026, 10:40 PMHani Emoss
03/27/2026, 10:40 PMHani Emoss
03/27/2026, 10:40 PMSarthak ( Vapi )
03/29/2026, 9:46 PMHani Emoss
03/31/2026, 6:24 PM