Issue with TelTel
Hello! I’m developing an AI caller app with Vapi (Electron desktop).
Connectivity works: I can list assistants, create a BYO SIP trunk, and import my DID.
Issue:
• When I start a demo call (POST /call/phone), the API returns a callId and the call appears in Vapi logs, but it is immediately rejected with different statuses (no ringing/connection).
My setup:
• Provider: <TelTel or other>.
• SIP trunk credentialId: <CRED_ID>.
• PhoneNumberId (from Vapi): <PN_ID>.
• AssistantId: <ASSISTANT_ID>.
• SIP gateway host: <HOST>, resolved IP: <IP>.
• Auth: username=<USER> / password=** (registration <on/off>, realm/domain: <VALUE>).
• Dial format: tried E.164 with “+” and without.
• From: <MY_DID>, To: <DEST_NUMBER_E164>.
Recent failing calls:
• callId <6265fcfd-f4f2-4e4b-9847-787f694376ca>
• callId <894b88c8-e9a2-44e9-acf9-94b8af171dda
Happy to provide full request/response snippets if needed. Thanks!
Connectivity works: I can list assistants, create a BYO SIP trunk, and import my DID.
Issue:
• When I start a demo call (POST /call/phone), the API returns a callId and the call appears in Vapi logs, but it is immediately rejected with different statuses (no ringing/connection).
My setup:
• Provider: <TelTel or other>.
• SIP trunk credentialId: <CRED_ID>.
• PhoneNumberId (from Vapi): <PN_ID>.
• AssistantId: <ASSISTANT_ID>.
• SIP gateway host: <HOST>, resolved IP: <IP>.
• Auth: username=<USER> / password=** (registration <on/off>, realm/domain: <VALUE>).
• Dial format: tried E.164 with “+” and without.
• From: <MY_DID>, To: <DEST_NUMBER_E164>.
Recent failing calls:
• callId <6265fcfd-f4f2-4e4b-9847-787f694376ca>
• callId <894b88c8-e9a2-44e9-acf9-94b8af171dda
Happy to provide full request/response snippets if needed. Thanks!