Skip to main content
The hangup verb terminates the call and ends the session.
{
  "verb": "hangup",
  "headers": {
    "X-Reason" : "maximum call duration exceeded"
  }
}

Configuration

The following table lists the available parameters:
ParameterTypeDescriptionRequired
headersobjectAn object containing SIP headers to include in the BYE request.No

More Information