You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

REST API Method: POST /rest/sipsg/{identifier}/sipchannel/{identifier}?action=unblock

This resource unblocks the previously blocked SIP channel.

URL:

https://134.56.227.163/rest/sipsg/{identifier}/sipchannel/{identifier}?action=unblock

HTTP Method

POST

Requires Authentication:

true

Usage Example: (about cURL | requires a session token)

curl --cookie PHPSESSID=0d3vv5ol5f9ejd1uhcrnbosprert 1kCAcert.pem --data -i https://134.56.227.163/rest/sipsg/1/sipchannel/1?action=unblock


Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>
  • No labels