The sip:refer verb transfers a call and disconnects it from the Voice Gateway.
This verb sends a REFER message to the carrier (SIP trunk) or SIP phone. The carrier or SIP phone must support REFER for the transfer to succeed.
Configuration
The following table lists the available parameters:
Completion
The verb completes when one of the following occurs:
- A failure response is received for the
REFER request.
- A
202 Accepted response is received, followed by NOTIFY indicating the final status of the follow-on call.
actionHook returns the final result details. Optionally, eventHook receives each NOTIFY after a successful REFER request.
Events
After the verb completes, one of the following events occurs:
TRANSFER_REFER_SUCCESS — when refer_status is 202 Accepted and final_referred_call_status is 200 OK.
TRANSFER_REFER_ERROR — when refer_status is 202 Accepted and final_referred_call_status is any other value, for example, 410 Gone, 408 Request Timeout, or 5xx. Any configured failover or error hook runs when this event fires.
Last modified on June 10, 2026