https://vapi.ai/ logo
Join Discord
Powered by
  • Please add gpt-5.1 to Azure OpenAI models
    a

    Alex QS

    11/21/2025, 2:52 AM
    Currently you can't select gpt-5.1 in the dropdown for the models available using Azure OpenAI integration in Vapi. Please add gpt-5.1 to the Azure OpenAI integration's models
    0
    v
    • 2
    • 1
  • All Calls failing with call.in-progress.error-providerfault-transport-never-connected
    b

    batman

    11/21/2025, 2:36 AM
    Getting these issues for our calls with VAPI numbers and with Twilio numbers. Can someone please help? Here are some call IDs with this issue: 019aa43a-19e4-7009-93f0-de7668813afc 019aa439-4d95-7115-8106-76b86ba91b02 019aa438-95b2-7223-9c69-3c473e8f4c12
    0
    v
    t
    +2
    • 5
    • 15
  • Call.in progress.error vapifault transport never connected
    m

    mathes0n

    11/21/2025, 2:04 AM
    For the last hour, none of my calls connect and I have "Call.in progress.error vapifault transport never connected" in the log. Dialing two different Vapi provided phone numbers that are tied to different assistants. Example call ID: 019aa40d-cbb5-7eed-b00f-dbd63e25e4b0
    0
    v
    t
    • 3
    • 2
  • Call ended assistant hoook
    j

    Jessica

    11/21/2025, 12:49 AM
    I want to notify slack on ANY error from the call. Right now it seems I'd have to specify each one. Is there a way to wildcard match or select all? filters: [ { type: "oneOf", key: "call.endedReason", oneOf: ["pipeline-error"], }, ], also, is the SDK or docs more up to date. there are different endedReason types in both
    0
    v
    p
    • 3
    • 2
  • Warm transfer issues
    s

    Sargey

    11/21/2025, 12:07 AM
    Hi, I am trying to us the VAPI warm transfer tool, if no one picks up I want it to return the control back to the VAPI Agent. It makes the call rings at the other end, the destination end eventually closes the call but the VAPI end keeps ringing and does not return the control back to the VAPI Agent. I am using the VAPI Call transfer tool. Does anyone have any reason why this might be?
    0
    v
    p
    • 3
    • 2
  • All my assistant folders just disappeared...
    j

    Jessica

    11/20/2025, 9:09 PM
    I organized all my assistants into 3 folders. Today I logged on and they're all gone. All assistants are there unorganized. How did this happen?
    0
    p
    • 2
    • 1
  • No Audio between FreePBX and Vapi Assistant
    m

    MrCola

    11/20/2025, 7:28 PM
    I have made some corrections to my FreePBX configuration for Vapi, and both endpoint, AOR, and SIP registration are now working. However, I am still not able to hear the AI assistant during calls, and the AI assistant cannot hear me either. To help you better understand the issue, I have attached screenshots showing all relevant configuration files and settings. Could you please review my setup and advise on what might be causing the lack of audio in both directions? https://cdn.discordapp.com/attachments/1441148114332418260/1441148114789470370/Cattura.PNG?ex=6920bd45&is=691f6bc5&hm=109268f0ae0bd14b135fbb5c09c4ecc48ee4d51b0f2065316c3be0b0ee9cdc61& https://cdn.discordapp.com/attachments/1441148114332418260/1441148115368415242/Cattura2.PNG?ex=6920bd45&is=691f6bc5&hm=9ceb0b4bfddf9829c7d0b9360ff4daf099b468cf520df5a89e7213ccc1a5364e& https://cdn.discordapp.com/attachments/1441148114332418260/1441148115728994376/Cattura3.PNG?ex=6920bd46&is=691f6bc6&hm=ca2c56c1da3f6c3695269deae01de5c8bafbdd2ec549210cbbd3b8c15948bbd3& https://cdn.discordapp.com/attachments/1441148114332418260/1441148116157071420/Cattura4.PNG?ex=6920bd46&is=691f6bc6&hm=dd0326991b4c496ae7d95195e3bda27f9dc45f1c28ab2fa3e38883c97f6b706d& https://cdn.discordapp.com/attachments/1441148114332418260/1441148116488294572/Cattura5.PNG?ex=6920bd46&is=691f6bc6&hm=fa7d42f90232e362655d108273b11523d439e821b43a7cbe7f30c280f59c1868& https://cdn.discordapp.com/attachments/1441148114332418260/1441148116823703592/Cattura6.PNG?ex=6920bd46&is=691f6bc6&hm=ddefc04e97543f3e105c7e5b6ceacd6b24082ee8b6bfe38567c70248d56e65c2& https://cdn.discordapp.com/attachments/1441148114332418260/1441148117214036039/Cattura7.PNG?ex=6920bd46&is=691f6bc6&hm=1bbc4b2d0939d9c0a674a87e502751e86369bc3ec8d65b3f67a46c65b91d3123& https://cdn.discordapp.com/attachments/1441148114332418260/1441148117595590666/Cattura8.PNG?ex=6920bd46&is=691f6bc6&hm=2efb732d851202e6e2b888477f9e7e2a3410e9ae2d85387dbf203d272694216d& https://cdn.discordapp.com/attachments/1441148114332418260/1441148117935198389/Cattura9.PNG?ex=6920bd46&is=691f6bc6&hm=8bcd55176707f8e43617351b5a923a057db753aa2ce4059dc251e4532f26c6ae&
    0
    v
    • 2
    • 2
  • Misinterpretation of date (20 and 26th)
    g

    Goku_999

    11/20/2025, 6:35 PM
    I’m working on a scheduling voice assistant for inspection bookings and ran into Issue: Assistant confirms a correct inspection date, but when presenting available slots, it speaks a different date. Detailed Description: User requests “Next Wednesday” → agent confirms Nov 26 → calendar check succeeds → agent announces slot availability for Nov 20 instead. The spoken output does not reuse the confirmed date, and instead it regenerates a new one. This is happening for almost any date involving twenty.. Expected vs Actual: Expected: After user confirms a date, all responses must repeat the exact same confirmed date. Actual: Assistant alternates between Nov 26 (confirmation) and Nov 20 (availability), causing user confusion and call abandonment. Call ID: 019aa27b-6518-7eec-9d9c-541f5dba4143 Time stamp: Assistant (2:17:04 PM(+00:32.84))
    0
    v
    • 2
    • 1
  • Transferring Credit from one ORG to another.
    z

    Zeb

    11/20/2025, 6:32 PM
    Few days ago I was unable to purchase credit in one ORG so bought in other just to transfer to the desired accounts but unfortunately the campaign was cancelled I need to to reallocate the credits to other ORGs. Can you please help me with that? I'm listed as admin in all these ORGs. 300 Credits from: Origin Org: 6d08ca3b-7dc4-4c84-9b37-74faec1a622b Dest. Org: 21b9bacc-4ed4-49cb-b5ef-4e104e8e31f5 100 Credits from: Origin Org: 6d08ca3b-7dc4-4c84-9b37-74faec1a622b Dest. Org: b058f175-2ec3-4d4b-893b-c944aabb1bcd 100 Credits from: Origin Org: 6d08ca3b-7dc4-4c84-9b37-74faec1a622b Dest. Org: 1f2d6ea7-098b-4421-8852-fbd1ff1ff484 Thanks a lot, Sebastian.
    0
  • How can I add Vapi.ai to the Google Sheet that’s connected to Meta with Zapier, so every new lead we
    s

    Samin Pirahmadian

    11/20/2025, 6:01 PM
    https://cdn.discordapp.com/attachments/1441126354111430736/1441126354413158481/image.png?ex=6920a901&is=691f5781&hm=5716ed5b5a0bd1e9ac2fa9b99ee5716636832aedd7ed4a7680857a67863fdca6&
    0
    v
    • 2
    • 1
  • minimax issue again!
    s

    SamSEOClub

    11/20/2025, 4:34 PM
    i am having this issue again!! please help!!! https://cdn.discordapp.com/attachments/1441104310615281736/1441104311017803929/image.png?ex=6920947a&is=691f42fa&hm=8b0a4068f22cc6f037369188e046301d1356e29e456be9279dc527ee0dbdf1df&
    0
    v
    p
    • 3
    • 7
  • Assistance with Analytics Query
    d

    Dhina

    11/20/2025, 4:28 PM
    I would like to get the total number of minutes used for a sub-account using an analytics query on a monthly basis. Could you please guide me on how to do this?
    0
    v
    • 2
    • 1
  • How to send application/x-www-form-urlencoded with Function/API Request Tools?
    x

    Xainab Mehr

    11/20/2025, 4:17 PM
    Hi VAPI team, I'm trying to integrate Twilio Verify API which requires
    application/x-www-form-urlencoded
    format for POST requests, but I'm having trouble with VAPI tools. WHAT I NEED TO SEND: POST https://verify.twilio.com/v2/Services/{ServiceSid}/Verifications Content-Type: application/x-www-form-urlencoded Body: To=+13417668501&Channel=sms WHAT I'VE TRIED: 1. API Request Tool: - Set Content-Type header to application/x-www-form-urlencoded - Configured body properties (To, Channel) - Result: Twilio returns error 20001 "Missing required parameters" - The body data isn't being sent 2. Found this Discord thread saying API Request tools are hardcoded to JSON: https://discord.com/channels/.../API-Request-Tool-adds-default-Content-Type Kyle mentioned "function tool will allow you to customize the header" 3. Function Tool: - Added Content-Type: application/x-www-form-urlencoded header - Configured parameters (To, Channel) - Result: "No result returned" error - Seems Function Tools expect to call my server, not external APIs? QUESTIONS: 1. Is it possible to send form-encoded POST requests directly to external APIs with VAPI tools? 2. If yes, what's the correct configuration? 3. If no, do I need to create a backend proxy that reformats the request? The API works perfectly in Postman with form-encoded data, just can't figure out how to make VAPI send that format. Any guidance would be greatly appreciated!
    0
    v
    • 2
    • 1
  • Local SIP Trunk provider
    p

    Pablito

    11/20/2025, 3:20 PM
    Hello, We’re experiencing an issue integrating the phone number provided by our local SIP trunk provider. The provider has checked their side and confirmed the following: - For incoming calls, VAPI is returning: SIP/2.0 401 Unauthorized. - For outgoing calls, the provider expects the From header to use the format sipaccount@sip.provider.com, but VAPI is sending phonenumber@sip.provider.com instead. As a result, VAPI receives the following error: call.in-progress.error-providerfault-outbound-sip-403-forbidden. Our org id: 0c72eb92-cfc0-4943-98d5-7d71788b5134 Could you please advise how we can resolve this and correctly configure the integration?
    0
  • Sending Structured Data during a call
    r

    ronakp1234

    11/20/2025, 12:40 PM
    Hi guys, I need a way for data that is captured to be sent to make as it is recieved and not at the end of a call. Is it possible to do that? Thanks
    0
    v
    p
    • 3
    • 2
  • I am trying to switch to an enterprise plan and cant do it No one is replying on email.
    m

    MEDUSA 2.O

    11/20/2025, 12:09 PM
    Please help me out!!!
    0
    p
    v
    • 3
    • 10
  • Import Twilio numbers
    r

    Relaximus

    11/20/2025, 11:19 AM
    Hi @Vapi sorry for double report in the email and now here, I am not sure which one works better for you. We are getting an error: Phone number +493021923004 already in use by another org. When trying to import the Twilio phone. This is the phone we purchased and own. So we are sure that we didn't import it into other orgs. Can you check why we are getting this error?
    0
    s
    • 2
    • 1
  • Trieve workarounds....
    s

    STRANGE

    11/20/2025, 8:45 AM
    I need an urgent information regarding the recent changes with Trieve. I understand there are a couple of workarounds provided by Vapi in the docs. However, we are thinking of self-hosting trieve and go from there. I am wondering if this will be still supported by Vapi if we keep this structure? If you can kindly provide me with a detailed response that'd be great. We have clients who are already upset with this sudden change and we want to land on something sustainable. Looking forward to hearing from you soon.
    0
    v
    • 2
    • 2
  • Metadata Injection Failed for One Call
    n

    nightcrawler

    11/20/2025, 8:30 AM
    I’ve got an issue with {{customer.number}}. In almost all calls, the variable gets rendered into the system prompt normally (the full phone number shows up in the OpenAI payload). But in one specific call, the variable didn’t render at all. The system prompt was missing the phone number completely, which made the model hallucinate the last two digits (“52”). Nothing changed on my side between calls, so it looks like interpolation just failed for that run. Can someone check why {{customer.number}} didn’t get injected for that call? Here is the call id: 019a9846-0c1b-722d-b0e1-f120a57501fd
    0
    • 1
    • 1
  • Twilio Phone Number Import, does provided Auth Token need to persist
    c

    conorpo

    11/20/2025, 7:08 AM
    When importing a twilio phone number via VAPI api, is the provided auth token only needed for the initial import, or does it need to persist?
    0
    • 1
    • 2
  • can't load dashboard
    r

    rogerio

    11/20/2025, 3:56 AM
    i can't seem to login, i've cleared my cookies and cache but whenever i like on dashboard it will just show the loading animation
    0
    v
    • 2
    • 2
  • Can Vapi numbers be branded with CNAM and SHAKEN/STIR registered for outbound campaigns?
    w

    Water

    11/20/2025, 1:02 AM
    Exactly as above. Is this possible?
    0
    v
    p
    • 3
    • 2
  • Text based Conversation Handover to human
    h

    hijaz

    11/19/2025, 11:43 PM
    Hi everyone! Do we also have text-based conversation handover to a human in Vapi?
    0
    v
    v
    • 3
    • 2
  • No response from Agent after Handoff
    x

    Xainab Mehr

    11/19/2025, 11:23 PM
    Hi, We have a Squad handoff that is: Extracting all variables correctly Executing the handoff tool successfully Returning "Handoff initiated" BUT NOT switching control to the destination assistant Configuration Details: - Squad ID: 53fb76d0-ef3d-44a4-86cb-b96637565a34 - Session ID: 268e727d-26c1-4705-b0aa-3a9e27d0b075 - Alex (Source): e6edb9cb-2f41-45e7-88ef-a211e44393ca - Taylor (Destination): 4de11561-6f31-42b7-a145-0fff262dbdd2 Evidence from logs: - Handoff tool call shows all variables extracted (destination="4de11561-6f31-42b7-a145-0fff262dbdd2", contactId="691ca9ee14abe945a7bd6e35", etc.) - Tool returns "Handoff initiated" - Alex continues talking instead of Taylor taking over - Taylor has First Message configured - Everything follows your documentation exactly This appears to be a Squad routing bug
    0
    v
    p
    • 3
    • 6
  • Using {{customer.number}} in a squad
    r

    Robert_

    11/19/2025, 8:43 PM
    We have a very basic squad that handles inbound phone calls. We have a tool that hits our backend endpoint:
    /api/user/{{customer.number}}
    When using this in a workflow or just a single assistant, we get this: ✅
    /api/user/+1234567890
    <---- working perfectly When using the same assistant with the same tool in a squad, we get this: ⚠️
    /api/user/{{customer.number}}
    <---- LiquidJS tag does not get replaced The documentation around this is very confusing. Is there some difference in customer variables being passed around when using assistants in a squad?
    0
  • HIPPA Compliance
    x

    Xainab Mehr

    11/19/2025, 7:48 PM
    I can see the option to turn on HIPPA Compliance for an agent but I want to confirm - does hippa compliance only apply for voice agents? what about a chat bot? If I for example embed a widget with chat capabilites on my website then is that hippa compliant?
    0
    v
    • 2
    • 1
  • invoke results tool
    k

    Kate

    11/19/2025, 6:21 PM
    Hi, I'm trying to run a google sheets tool to log results after a call. I can't get it to work. Plea
    0
    v
    p
    • 3
    • 2
  • Call to Dubai number from Twilio US number
    c

    crypticatul

    11/19/2025, 2:46 PM
    Hi, Can we call to Dubai/ UAE Numbers from Twilio-provided US numbers? I am able to call US, Indian numbers from the same agent and number but getting following error when calling to a Dubai or Bahrain number. Error: call.start.error-get-transport Plz help, Client in production is on hold. If anyone is having the same issue is there a quick workaround?
    0
  • Facing issues with inconsistent test results
    r

    Rahul

    11/19/2025, 12:32 PM
    I’m experiencing inconsistent test outcomes - the same set of tests sometimes pass and sometimes fail. What could be causing this behavior? Additionally, is there a way to run individual tests from a test suite? https://cdn.discordapp.com/attachments/1440681151940268152/1440681152183799889/Screenshot_2025-11-19_at_6.02.00_PM.png?ex=691f0a61&is=691db8e1&hm=d3d4560bf1e0f7c078704512c1132ff5674c489cdfa9c6f4820681438ca8b874&
    0
    v
    • 2
    • 1
  • Cant purchase VAPI Credit (URGENT)
    s

    sam_venturegrid

    11/19/2025, 11:47 AM
    Hi Team, I have a valid payment method setup using a VISA card, But when I try to purchase credit, it comes up with the error - Couldnt Purchase Credits, See attached. https://cdn.discordapp.com/attachments/1440669822613590027/1440669822865117274/Cant_Purchase_Credit.JPG?ex=691effd4&is=691dae54&hm=db6bbaddc0644e804f39f290fbe6ad56fa61849ea210f18e3c63ff566f7122b3&
    0
    p
    • 2
    • 5