FausSR
02/16/2025, 10:35 PMrocha
02/17/2025, 3:09 AMrocha
02/17/2025, 3:09 AMrocha
02/17/2025, 3:10 AMrocha
02/17/2025, 3:10 AMrocha
02/17/2025, 3:11 AMVapi
02/17/2025, 3:55 PMVapi
02/17/2025, 3:55 PMVapi
02/17/2025, 4:13 PMTransferDestinationSip
with blind-transfer-add-summary-to-sip-header
mode, which allows you to:
\- Transfer the call using SIP REFER
\- Include conversation summary in SIP headers
\- Pass custom headers with additional context
Example implementation:
const transferDestination = {
type: 'sip',
sipUri: 'sip:[genesys@your-domain.com](genesys@your-domain.com)',
transferPlan: {
mode: 'blind-transfer-add-summary-to-sip-header',
summaryPlan: {
// Configure how the summary should be generated
}
},
sipHeaders: {
'X-Caller-Intent': 'policy_inquiry',
'X-Caller-Details': JSON.stringify({
name: [customer.name](http://customer.name),
policy: customer.policyNumber
})
}
};
2. Does VAPI support real-time API-based data transfer to Genesys Cloud?
Yes, VAPI provides real-time data transfer capabilities through:
\- Real-time status updates during transfer
\- Conversation transcripts
3. If we use Twilio for call routing, can VAPI still send conversation data to Genesys Cloud?
Can you explain more on this?
4. Is there an estimated timeline for SIP trunking availability?
SIP Trunking is already available.Vapi Ticket Bot
02/17/2025, 10:03 PM