Dhina
12/12/2024, 5:03 PMVapi
12/12/2024, 5:06 PMtransferCall
function should allow you to specify the extension in some way, possibly as a part of the phone number string or through additional parameters.
However, without specific details on how the transferCall
function accepts extensions, I can't provide an exact solution. If the transferCall
function allows for extensions to be dialed after the main number, you would format the transfer like this: 203-203-2032,5
for department 1, where ,
represents a pause before dialing the extension.
If the transferCall
function does not support this directly, you may need to implement additional logic in your voice application to handle the extensions or consult the documentation for the VAPI to see if there's a recommended method for transferring calls with extensions.
If you provide me with the details on how the transferCall
function can include extensions, I can give you a more precise answer on how to implement this. Otherwise, if you're experiencing a technical issue where the function is not behaving as expected, it would be best to reach out to the support team for further assistance.Vapi
12/12/2024, 5:06 PMDhina
12/13/2024, 2:54 PMShubham Bajaj
01/05/2025, 9:10 PMShubham Bajaj
01/11/2025, 4:52 PM