Dan
06/01/2025, 2:31 PMNir S (CEO/Founder @Cloudonix)
06/01/2025, 8:24 PMDan
06/01/2025, 10:22 PMNir S (CEO/Founder @Cloudonix)
06/01/2025, 10:29 PMMark
06/02/2025, 3:37 AMDan
06/02/2025, 6:23 AMShubham Bajaj
06/02/2025, 1:00 PMDan
06/02/2025, 4:36 PMDan
06/03/2025, 3:53 PMMark
06/03/2025, 3:54 PMMark
06/03/2025, 3:58 PMShubham Bajaj
06/03/2025, 7:16 PMShubham Bajaj
06/03/2025, 7:25 PMjson
{
"type": "transferCall",
"destinations": [
{
"type": "sip",
"sipUri": "sip:your-transfer-destination@sip.telnyx.com",
"description": "Transfer to your endpoint",
"transferPlan": {
"mode": "blind-transfer", // or other transfer modes
"sipVerb": "refer" // Uses SIP REFER (default)
},
"sipHeaders": {
// Optional custom SIP headers
"X-Custom-Header": "value"
}
}
]
}
notes
URI Format: Must be sip:destination@sip.telnyx.com
Domain: Always use sip.telnyx.com as the domain for Telnyx routing
Destination: Replace your-transfer-destination with your actual SIP endpoint identifier
Let me know if you require further help!!Mark
06/04/2025, 4:36 AMDan
06/04/2025, 9:45 AMShubham Bajaj
06/05/2025, 4:21 PM