Pablo Araújo
09/03/2025, 1:41 PMVapi Support Bot
09/03/2025, 1:42 PMjson
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:15557654321@sip.your-provider.com"
}
]
}
Enable SIP REFER in your provider's settings if it's not already enabled, then test the transfer again.
[See Vapi SIP trunk documentation for details.](https://docs.vapi.ai/advanced/sip/sip-trunk#sip-refer-call-transfer)
Source:
- [SIP Trunking Vapi Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk#sip-refer-call-transfer)Pablo Araújo
09/03/2025, 1:46 PMPablo Araújo
09/03/2025, 5:53 PMChiranjeet Mishra
09/05/2025, 7:03 AMsip:transfer-number@your-telecom-provider-domain.com
- Ensure the number is in E.164 format with proper '+' prefix
- Verify SIP REFER is enabled on your provider's side
3. Check your SIP trunk configuration:
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:+[number]@[your-sip-domain]"
}
]
}
4. The error "Subscriber absent (cause 20)" typically indicates:
- The destination number is unreachable
- Authentication issues with the SIP provider
- Incorrect routing on the provider side
Recommended actions:
1. Verify your SIP provider's status and service availability
2. Check if your SIP authentication credentials are still valid
3. Test a direct call (non-transfer) to verify basic connectivity
4. Ensure your provider hasn't made any routing changes on their end
If these steps don't resolve the issue, you'll need to:
1. Capture SIP logs during a failed transfer attempt
2. Check your provider's dashboard for detailed error messages
3. Verify no changes were made to your provider's routing configuration
If this doesn’t resolve the issue, please let us know and we’ll be happy to step in and assist further.