Vapi Support Bot
06/19/2025, 4:39 AMtransferCall
tool with your destinations. Here’s a sample configuration for forwarding to your phone and then to your agent if unavailable:
json
{
"tools": [
{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+1234567890",
"message": "Forwarding your call to your phone."
},
{
"type": "assistant",
"assistantName": "Agent Assistant",
"message": "Connecting you to the agent."
}
]
}
]
}
Note: If Telnyx's portal no longer accepts SIP URIs with punctuation, you may need to contact Telnyx support for an updated integration method.
Reference: [Vapi Call Forwarding Guide](https://docs.vapi.ai/call-forwarding)
Sources:
- [Vapi Call Forwarding Guide](https://docs.vapi.ai/call-forwarding)
- [Vapi SIP Trunking with Telnyx](https://docs.vapi.ai/advanced/sip/telnyx)Vapi
06/19/2025, 2:55 PMFrancisco998
06/19/2025, 4:40 PMVapi
06/19/2025, 10:55 PMFrancisco998
06/23/2025, 9:49 AMVapi
06/23/2025, 11:58 AM/v2/calls
API to dial agents with client_state
, handle webhooks like call.initiated
and call.answered
, then use the /actions/bridge
API to connect the parked call to the agent..