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 full set of configuration parameters:
ParameterDescriptionRequired
headersAn object containing SIP headers to include in the BYE request.No

More Information

โŒ˜I