REST API Method: PUT /rest/sipservertable/{identifier}
Page Tree |
---|
root | Resource - sipservertable |
---|
|
Creates a SIP Server Table given a specific Table ID.
URL:
https://134.56.227.163/rest/sipservertable/{identifier}
HTTP Method
PUT
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
Description | No | No | string | none | 64 - Max Length | Describes the SIP Server Table so that it is easily identifiable when selecting a SIP Server Table in a SIP Signaling Group. |
---|
Sequence | No | No | string | none | 2000 - Max Length | Specifies a sequence of SIP Server Table Entries provided as a comma-separated string of the entry IDs. |
---|
Code Block |
---|
|
curl --cookie PHPSESSID=fsqgefadjojefv6lmdtij6lh44cuc2h83fqaispmu6m519sa5642 -s -k -i https://134.56.72.218/rest/sipservertable/1 -X PUT --data "ConfigIEState=1&Description=Default SIP Server&Sequence=1"
|
Response:
Code Block |
---|
|
<?xml version="1.0"?>
<root>
<status>
<http_code>200</http_code>
</status>
<sipservertable id="1" href="https://134.56.72.218/rest/sipservertable/1">
<Description>Default SIP Server</Description>
<Sequence></Sequence>
</sipservertable>
</root>
|