https://vapi.ai/ logo
Join Discord
Powered by
  • Azure Realtime model isn't available
    a

    Amir76

    11/30/2025, 5:04 PM
    Hi, I wanted to use the Azure Realtime model instead of OpenAI directly, as we have credits available with Azure. However, I don’t see an option to select the Realtime model after choosing Azure as the provider. Do you have an estimate on when this option will be available? Thanks,
    0
    v
    v
    l
    • 4
    • 4
  • VAPI is not a constructor error (I'm using 2.5.1 latest version of vapi)
    a

    Adin

    11/30/2025, 8:46 AM
    I wanted to build a start button and after clicking on that I wanted to talk to vapi. I have public, private, assistance, workflow ids. But I am not being able to connect at all. here's the code i used. import React from "react"; import Vapi from "@Vapi-ai/web"; const FRONTEND_KEY = import.meta.env.VITE_VAPI_FRONTEND; const ASSISTANT_ID = import.meta.env.VITE_VAPI_ASSISTANT; export default function App() { let vapi = null; // hold the instance const startCall = async () => { vapi = new Vapi(FRONTEND_KEY); // create instance await vapi.start(ASSISTANT_ID); // start call console.log("Call started"); }; const stopCall = async () => { if (vapi) { await vapi.stop(); // stop call console.log("Call stopped"); } }; return ( <> Vapi 2.x Call Test Start Stop ); } But i keep getting error 'Vapi is not a contructor' https://cdn.discordapp.com/attachments/1444610545738055750/1444610546057084938/Screenshot_2025-11-30_102320.png?ex=692d55e9&is=692c0469&hm=5206f7f46fdda695029c5a540a9307e8b6198842184b7ed0c7c89075767e626d&
    0
    v
    v
    • 3
    • 3
  • Audio source is blocked in « web » (I want twilio)
    a

    aminebdl

    11/30/2025, 12:18 AM
    Hello Vapi team, I have a problem with the telephony configuration of my assistant. I already linked a Twilio phone number in the “Phone Numbers” section, and calls to this number do reach my assistant correctly. However, inside the assistant settings, the Audio Source is always forced to “Web”, when i switch to Twilio, i don't have the option to publish my changes, and when I refresh my browser, the "web" mode returns. In addition to this, in Settings → Integrations, the Twilio integration does not appear at all, so I have no way to select or enable Twilio for the audio pipeline. Everything suggests that Twilio is not enabled for my organization, even though I am already using a Twilio number. I would like "twilio" mode to be activated for me. The email of my account : aminezz2@outlook.fr Could you please enable Twilio for my organization so I can use the Twilio audio mode instead of the forced Web mode? Thank you very much! https://cdn.discordapp.com/attachments/1444482581579174040/1444482582107389993/IMG_0920.jpg?ex=692cdebc&is=692b8d3c&hm=afd75073c09aad54955ae757418f0de665252ffd072444fe84d1a8de895e4d5f& https://cdn.discordapp.com/attachments/1444482581579174040/1444482582518693958/IMG_0919.jpg?ex=692cdebc&is=692b8d3c&hm=d9eb73b29f3aa09278a49df012128ddd62f1cdf68ce94b204054db84a6caab61&
    0
    v
    • 2
    • 1
  • BUG: Error when adding or modifying API Request Node
    a

    Andy

    11/29/2025, 10:56 PM
    Since couple days, when trying tyo add or modify an existing API Request node, I am getting an error nodes.tool.server.credentialld must be a UUID. Seems a bug to me as everything worked flawless before
    0
    v
    v
    l
    • 4
    • 4
  • Hey there is an issue with my GHL integration... URGENT
    c

    Cian Martin

    11/29/2025, 4:09 PM
    Hey there is an issue with my GHL integration... Trust me it's not some stupid issue that can be solved with docs, or an SOP. There is a tech error on the backend of some sort, can you help me out please?When I try and intehrate and grant VAPI permission to all scopes it does not sub,it. this is happening days
    0
    v
    • 2
    • 1
  • URGENT - CALL LOGS MISSING AND NO LONGER BEING LOGGED
    e

    EliteOath

    11/29/2025, 11:30 AM
    I have just experienced this critical issue... call recordings were all available on my account, now I came to check some recent logs after a few calls came in and not only are the new calls not there, but all previously available call logs and recordings all disappeared all the way back to Nov 21st... I've noticed this issue has been brought up by several other users... this is critical to the user experience and not to mention to maintaining a positive experience and clear records for our end clients that we are serving via VAPI. Can someone please tend to this and check my account/this VAPI Platform wide issue? This is not a sustainable approach if I am to onboard even more clients... please advise #1211483291191083018
    0
    v
    v
    +5
    • 8
    • 9
  • Call logs missing as of 11-29, missing all calls from this past week
    e

    elauf

    11/29/2025, 11:04 AM
    None of my calls in my call log are showing up anymore https://cdn.discordapp.com/attachments/1444282774889435227/1444282775724359691/image.png?ex=692c24a7&is=692ad327&hm=ca73d27cffd96a2aefe20645f0c16aae153054e39664340b3d2e689ec9d6420b& https://cdn.discordapp.com/attachments/1444282774889435227/1444282776076419204/image.png?ex=692c24a7&is=692ad327&hm=6a1c8965d5efc21273da0d799dff2a6cda60bd13be6cfb1e44f67bf74f7538ca&
    0
    v
    v
    +4
    • 7
    • 6
  • Cannot end call during dialing
    n

    N3squik

    11/29/2025, 10:32 AM
    When I am dialling a number and the recipient has not picked up the phone, when I try to send the end-call signal to Vapi's controlUrl, it just processes for a while and eventually I get a timeout, the call does not get ended either. Example call - https://dashboard.vapi.ai/calls/019acf1b-8f39-7cc1-a5a8-58c4e5a3b190 FYI I am using a Twilio integration. Maybe there is another way to end calls?
    0
    v
    v
    • 3
    • 2
  • Cannot connect to Azure Speech
    s

    STL_TOM

    11/29/2025, 5:27 AM
    @Support.Voice-Agent I am getting the following error when trying to connect my Azure Speech: property orgId should not exist property createdAt should not exist property updatedAt should not exist API Key is validated: Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\WINDOWS\system32> $FetchTokenHeader = @{ >> 'Content-type'='application/x-www-form-urlencoded' >> 'Content-Length'= '0' >> 'Ocp-Apim-Subscription-Key' = 'RiJz9gEOYLf4jGCwSouHiS8vClBRATE9Z0c1h0L5teoVaSoIlewrJQQJ99BKACYeBjFXJ3w3AAAYACOGMDu2' >> } >> $OAuthToken = Invoke-RestMethod -Method POST -Uri https://eastus.api.cognitive.microsoft.com/sts/v1.0/issueToken -Headers $FetchTokenHeader >> $OAuthToken >> Valid key was returned.......................iJ1cm46bXMuY29nbml0aXZlc2VydmljZXMifQ.1SqctqZrdZqqS2dyw_NV4XOl3gltcUhTLg-218ygnmwZAPwjPVZQ67WFO220APZgnrkvL2e9D7vUbIG68y0rFA PS C:\WINDOWS\system32> https://cdn.discordapp.com/attachments/1444198074569195581/1444198075039223900/image.png?ex=692bd5c4&is=692a8444&hm=fb01eb096fddd9d54328b90c7177308bf9ee006275d3ea9cedc2183569dcd760&
    0
  • Campaigns for outbound calls not working
    s

    Saksham

    11/29/2025, 12:33 AM
    Hi Team, I've recently started using Vapi for outbound calls, I also purchased a phone number from Twillio and I configured it in the Vapi dashboard but When I upload a campaign.csv for calls it not calling anyone, its just showing in progress and queued but no one receives any calls. I tried adding my own phone number and my friends and family's phone number but for some reason its only calling me and not calling anyone else. Why is this happening, can anyone explain please.
    0
    v
    • 2
    • 4
  • gohighlevel MCP integration not working (for us and other users as well)
    e

    Eric Gabrieli

    11/28/2025, 9:27 PM
    Yesterday everything was working perfectly when we were connecting the gohighlevel MCP (in "integrations"), but now it doesn't work at all (cannot even connect gohighlevel MCP anymore, it never displays as "connected" after several attempts on different vapi and gohighlevel accounts...). Vapi team, please advise, we need this integration to work 🙌
    0
    v
    c
    s
    • 4
    • 8
  • after SEND SMS TOOL - ASSISTANT needs user utterance to progress all of a sudden.
    a

    AiforYou

    11/28/2025, 5:16 PM
    I changed nothing, it worked since end of Sept. 2025. Now all of a sudden, the assistant halt after sending the SMS (successfully) and waits for user utterance. If no utterance call hangs up due to idling. CALLIDs: 019acb6c-7cde-744a-a478-3307a11f77a9 019acb68-0c1f-7bb7-b186-ee62be0148e8 019acb61-8779-711f-a335-e249a3485b22
    0
    v
    • 2
    • 3
  • structuredData not work for long conversation any more?
    y

    Yorlandis_Gonzalez

    11/28/2025, 5:12 PM
    Hi, im using structuredData to etract information from de conversation. but when is a long conversation he say N/A and when is short he works fine. How i can fix this? i need conversations of 10 or 20 minuts is the extractor context or what? he work before, he is doing that now why?
    0
    v
    • 2
    • 3
  • SIP Registration and Call Failure Due to Incorrect Domain in FROM and INVITE Headers
    f

    francis45

    11/28/2025, 4:08 PM
    Hello, I’m trying to connect my ippi phone number to Vapi using my SIP credentials, but I’m facing an issue when placing calls through Vapi. When I configure my SIP account in Vapi, I am forced to use the server’s IP address instead of the domain sip.ippi.com. Because of this, the SIP messages sent by Vapi use the IP instead of the proper domain, which causes my calls to be rejected with a 403 error. For reference, calling with Zoiper using the same SIP credentials works correctly. Here is the problem as identified by ippi support: The FROM header sent by Vapi is incorrect: From: ; It should be: sip:MY_USERNAME@sip.ippi.com The INVITE request is also incorrect: Vapi sends: INVITE sip:33671514802@194.169.214.30 It should be: INVITE sip:33671514802@sip.ippi.com Because the SIP URI uses the IP instead of sip.ippi.com, ippi’s platform rejects the call. Could you please adjust the SIP configuration so that Vapi uses the domain sip.ippi.com in the FROM header and INVITE URI instead of the IP address? Thank you for your help!
    0
    • 1
    • 2
  • How can I get more simultaneous connections?
    b

    Brennowisk

    11/28/2025, 1:50 PM
    I would like to be able to make more than 10 simultaneous calls. Is it possible to increase this number?
    0
    v
    v
    v
    • 4
    • 3
  • Subject: SIP Peer-to-Peer Call Routing Request
    k

    Kutsalmanita

    11/28/2025, 1:30 PM
    Hello, I am adding my number from the PBX and entering the required details. My PBX service provider asked me to contact you and inform you that: “We want to receive the calls via peer-to-peer from the IP address 185.86.153.52. The PBX sends the DID as 903845353963.” They said this needs to be checked on your side. Could you please take a look? Thank you.
    0
    v
    • 2
    • 1
  • Twilio Number Setup - An error occurred in this call: call.start.error-get-transport
    i

    Iko

    11/28/2025, 10:37 AM
    For two days now, I am trying to integrate Twilio phone number in order to run outbound calls with my Agent. I alredy did test calls with Vapi Free numbers and got really good results and now I want to scale. PLEASE, I need guidance.
    0
    v
    • 2
    • 64
  • Tool call issue - AGAIN! Assistant waits for user utterance, AFTER executing booking tool calls
    a

    AiforYou

    11/28/2025, 10:01 AM
    ASSISTANT requires user utterance to progress to next task in prompt, after triggering and succesfully execution of the SMS Tool call and/or BookAppt Tool. Call ID: 019ac9dd-d4d8-7dd7-86df-2d35930fed23, 019acb4b-1e82-755d-bcf5-d10e631d8842 . Same with booking tool call. Assistants and tools were unchanged since sept 2025! The error popped up around after 21st of November, all calls before that date worked perfect. The assistant setup was working 100%, totally fine, but all of a sudden now requires the user to give an utterance after successful tool execution! Makes no sense and my clients are upset. It is not limited to specific assistant. Important: I did not change anything on agent side or tool side for app 2,5 months. These are in production, tested and 100% stabel assistants and tool calls. All worked fine until a few days ago, somewhere after 21st of Nov. I assume VAP changed something in the backend! The assistant executes the tools successfully but then awaits some user utterance to progress to next prompt action. The tools do not require any user interaction after execution.
    0
    v
    • 2
    • 1
  • Error updating auto reload plan
    d

    dan_quill

    11/28/2025, 9:38 AM
    Hi @Vapi , I'm trying to add credits to a new organization I've created, and I keep getting the following error pop up (screenshotted). The card details are definitely correct, it's the same card I'm using on a different Vapi organization. I also can't add other cards. The organization ID in question is
    4e187d05-6e4f-4660-b6c2-b5f3c693886a
    https://cdn.discordapp.com/attachments/1443898806369390623/1443898807002595439/image.png?ex=692abf0d&is=69296d8d&hm=76823b0948bccef88ba60ddc3deb9120558d934aa793a3e00a304f6f8b4c1139&
    0
    l
    • 2
    • 1
  • How to get customer mobile number using api request tool post method.
    v

    Vicky

    11/28/2025, 7:11 AM
    Hello everyone, i need help in vapi.ai for voice call agent. How i get customer mobile number using Api request tool while begin of conversation in agent call. i already used {{customer.number}} and {{call.customer.number}} and {{phoneNumber.number}} this also. but i can't get customer number. this tool return string only. so i need help for how i get customer number.
    0
    v
    l
    • 3
    • 4
  • Hello!I signed up on Vapi, but I haven’t received the confirmation email and can’t access my accoun
    s

    salib

    11/28/2025, 3:05 AM
    0
    • 1
    • 1
  • GHL NATIVE INTEGRATION
    g

    Giacomo Mascherin

    11/27/2025, 7:40 PM
    Hi everyone where the direct integration with GHL ended up? I need to change my connected subaccount but the documentation isn’t up to date. https://docs.vapi.ai/tools/go-high-level I cannot integrate GHL anymore and I can’t disconnect the old subaccount apparently https://cdn.discordapp.com/attachments/1443687991821471947/1443687992211538020/1C3DCE90-0DB0-4970-9458-AFE26FE865C9.png?ex=6929fab7&is=6928a937&hm=20c6c4a9d0d7d8209bd023bf4b8d29463daaf2eb1b089ea30353ed18f62dd9b4&
    0
    • 1
    • 3
  • Tool Call Issue
    l

    Lightheaded

    11/27/2025, 5:42 PM
    Call ID: 019ab6e2-6a26-7ee4-ac7c-f273b25e750b There is an issue in this call where I noticed the AI agent would call the same tool twice at the same time, resulting in an error. I know the tool it is calling (Supabase Edge Function) is error free. Why is the tool getting called twice at the same time? Is there a way to prevent this? https://cdn.discordapp.com/attachments/1443658174413541446/1443658174631776406/image.png?ex=6929def2&is=69288d72&hm=ecab08dffd9067490393bfe933dc3a153eb4d7f0b51b87f4babb5715cc7cb66d& https://cdn.discordapp.com/attachments/1443658174413541446/1443658175093014631/image.png?ex=6929def2&is=69288d72&hm=1291cb81cb59cdbf84793ae2db1797a51fe877298665791e8c152d82c28ab368&
    0
    v
    • 2
    • 1
  • Google Sheets changes trigger 3 times make.com
    d

    DeeGee

    11/27/2025, 4:27 PM
    You'll need to share more details on your Make scenario, ideally with screenshots. Probably best to share that in the official [Make Community](https://community.make.com/) rather than here, as there's 100's of Make experts there willing to help!
    0
    e
    • 2
    • 1
  • VAPI fix Failed to save workflow: each value in nodes.tool.server.credentialld must be a UUID
    s

    Sam

    11/27/2025, 2:57 PM
    this issue im facing i was building this ai mock interview prep tool by watching the youtube video and im currently stuck with this error in VAPI please help me https://cdn.discordapp.com/attachments/1443616611767418900/1443616612275060837/WhatsApp_Image_2025-11-27_at_19.44.48_0fad3036.jpg?ex=6929b83d&is=692866bd&hm=64e55d63c40f7087ff33588af23c491170e74dd579054dc784fdb45a7ffa7276&
    0
    v
    e
    a
    • 4
    • 15
  • transfercall
    s

    shubham

    11/27/2025, 2:25 PM
    i am using the transfer call tool named " transfer_call_tool_demo" but my calls are not transfered at all. details:- SIP Call-Id: cfc8872f-463d-123f-d895-0ec7040a32ad vapi call id 019ac5a1-b3ce-7444-87b2-033e22baa1d1 I have selected the transfer mode as warm transfer but it is executing as cold transfer (refer screenshot) https://cdn.discordapp.com/attachments/1443608577066532944/1443608577389498440/Screenshot_2025-11-27_195312.png?ex=6929b0c1&is=69285f41&hm=416aa7e1beed37e5d67208cf974bb5c247c26544b9cc5865f95f8b66c84bb11a&
    0
    v
    • 2
    • 2
  • query tool problem
    t

    Tudor DUmitrescu

    11/27/2025, 1:56 PM
    hello, i keep having this problem when using the vapi knowledge tool. the query tool is configured correctly- it has descriptions and knowledge bases with uploaded files, the assistant has that tool assigned, and the prompt specifies that that tool should be called when asking specific questions. any feedback please? https://cdn.discordapp.com/attachments/1443601265102950472/1443601265409003561/Screenshot_2025-11-27_at_15.51.05.png?ex=6929a9f2&is=69285872&hm=14953b33590505007b668a0e0953e128274437aebf3fc4b335038bde7d3ff9f4&
    0
    v
    t
    • 3
    • 23
  • Workflow - Endcall node - each value in nodes.tool.server.credentialId must be a UUID
    e

    etrock

    11/27/2025, 10:56 AM
    When adding a new endcall node and set a message my node server.credentialId gets "" and I can't save it. Same when I'm editing an exisiting endcall node message I can't save it anymore because of this error.
    0
    v
    • 2
    • 8
  • Bot Answering My Telnyx Calls — Why?
    z

    zie

    11/27/2025, 10:05 AM
    Hi everyone, I’m having an issue with outbound calls and hoping someone can help or share insights. On 25–26 Nov 2025, almost all calls made through Vapi using our Telnyx SIP numbers were answered by a “bot”, but the recipients didn’t actually receive any calls. I tested with my own number — I didn’t get anything, but Vapi logs show the call was “bot-answered” for about 6 minutes, and it charged around $0.40. What’s strange is: Everything worked normally before that It only happens with Telnyx SIP numbers Our Twilio number works fine Has anyone experienced something like this? Could this be a Telnyx routing issue or something on the Vapi side?
    0
    v
    l
    • 3
    • 3
  • The Caller ID is showing an old deleted number, not the new one (Telnyx SIP Integration)
    m

    Monkmode

    11/27/2025, 9:27 AM
    I have an old phone number from Telnyx and for some reason the caller ID for my new number keeps using the old one. I recreated the SIP trunk connection twice now What causes the issue, why is my caller ID still the old number?
    0
    v
    v
    • 3
    • 18