Stop Paging Group Music

If the PBX is playing a background music to a paging group, you can stop the background music through this interface.

Endpoint

POST /api/v1.1.0/paginggroup/hangup_music?token={token}

Request Parameters

Name Importance Type Description
pageid Required String Paging group number.

Example

Request Example

POST /api/v1.1.0/paginggroup/hangup_music?token=277ac400357b509b4a587ff2157f7ad5 HTTP/1.1
Content-Type:application/json; charset=utf-8
Host: 192.168.5.150
{
    "pageid": "6300"
}

Response Example

HTTP/1.1 200 OK
Access-control-allow-origin: *
Access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE
{
    "status": "Success"
}