Terminate a call or hang up. This method is typically used after having initiated a call using the dial method.
Entry point:
https://<server host>/servicemanager/rest/CallManagementAPI/hangup
HTTP Method: POST
Content Type: application/x-www-form-urlencoded
Parameters:
extenOrUniqueId - the internal or agent extension. apiKey - api key provided by Noojee Support
Sample Hangup query:
https://<server host>/servicemanager/rest/CallManagementAPI/hangup? apiKey=f863246a-973e-11e6-8784-08002718f5b5& extenOrUniqueId=100
Sample success response:
{"Message":"Channel Hungup","Code":0}