SIP REFER Requests
# support
d
SIP REFER Requests from Vapi aren’t being handled correctly. Does Vapi’s device or software support REFER and handle NOTIFY messages? Is the target device (192.76.120.10) capable of receiving REFER and completing transfer.
n
@Dan Are you trying to perform a SIP REFER on a BYO SIP Trunk? or via the VAPI connected Twilio/Telnyx numbers ?
d
@Nir S (CEO/Founder @Cloudonix) VAPI connected to Telnyx
n
Ok, just checking
m
This is a major issue we are having as well. Waiting on support resolve issue.
d
Any update on the issue?
s
You need to enable the REFER permission from the Telynx team, and then send the SIP refer like this: sip:your-transfer-destination@sip.telynx.com.
d
SIP REFER has been enabled. Where exactly do I send the SIP destination under?
@Mark Is the issue fixed your end?
m
There’s nothing on our end to fix. Vapi needs to process the INVITE properly like any other SIP endpoint and not manipulate the realm.
We can’t be the only ones experiencing this issue…
s
We are not manipulating any Realm here. In case you your confident, you can present the document to prove your point, I'll review it. If it's an issue on our side, we'll definitely fix it.
@Dan For Vapi-Telnyx integration, SIP destinations need to be configured in the transfer tool destinations or assistant settings using the specific Telnyx SIP format: sip:your-transfer-destination@sip.telnyx.com Configure your transfer destination in the Transfer Call Tool:
Copy code
json
{
  "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!!
m
I provided it to Sagar today in a separate email. Please get with him. Thanks
d
s
Thanks.