Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Page Tree
rootResource - sipchannel

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)

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


Response:

Code Block
languagehtml/xml
<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>