How can i use sipVerb: "dial" to transfer calls to sip number?
I have this but twilio still throws error because "Refer is only supported on SIP call legs" with this twilio bin:
sip:+34886189008@eu.sip.ssl7.net
This is my assistant config:
"destinations": [
{
"type": "sip",
"sipUri": "sip:+34886189008@eu.sip.ssl7.net",
"description": "VoIP studio EU queue",
"transferPlan": {
"mode": "blind-transfer",
"sipVerb": "dial",
"timeout": 60
}
}
]
Assistant id: af3100e7-7964-441a-bb2b-28063be5836d
Call id: 8c89c270-caed-4c97-8515-68574b49bb07