The hangup command can be used to terminate a call.
Within the hangup command, the following supporting element can be provided:
The following examples demonstrate how you can use the hangup command
hangup with a reason
{"commands": [
{
"hangup": {
"reason": "busy"
}
}
]
}