Guardian Tax
04/16/2026, 5:41 PMVapi Support Bot
04/16/2026, 5:42 PMGuardian Tax
04/16/2026, 6:51 PMChiranjeet Mishra
04/16/2026, 9:53 PMcallerId field using the {{customer.number}} variable in your destination configuration:
{
"tools": [
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:yourqueue@ytel.example.com",
"callerId": "{{customer.number}}"
}
]
}
]
}
The {{customer.number}} variable is automatically resolved by Vapi to the original inbound caller’s phone number. This value is then passed as the FROM header in the SIP INVITE sent to your SIP provider (e.g., Ytel), ensuring proper caller identification is maintained during the transfer.