REST API Method: PUT /rest/siptoq850mappingtable/{identifier}/siptoq850mapping/{identifier}
Page Tree |
---|
root | Resource - siptoq850mapping |
---|
|
Creates a SIP to Q.850 Cause Code Mapping Table Entry given a specific Table Entry ID in a given SIP to Q.850 Override Table.
URL:
https://134.56.227.163/rest/siptoq850mappingtable/{identifier}/siptoq850mapping/{identifier}
HTTP Method
PUT
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
SIP | Yes | No | int | 0 | Possible values: | SIP response code (as listed in the SIP Response Codes). |
---|
Q850 | Yes | No | int | 0 | Possible values: | Q850 cause code (as listed in the Q.850 Cause Codes). |
---|
Code Block |
---|
|
Put code example herecurl --cookie PHPSESSID=fsqgefadjojefv6lmdtij6lh44 -s -k -i https://134.56.72.218/rest/siptoq850mappingtable/1/siptoq850mapping/1 -X PUT --data "Q850=1&ConfigIEState=1&SIP=400"
|
Response:
Code Block |
---|
|
Put Code response here<?xml version="1.0"?>
<root>
<status>
<http_code>500</http_code>
<app_status href="https://134.56.72.218/rest/siptoq850mappingtable/1/siptoq850mapping/1">
<app_status_entry code="20013" params="1:1|SipToIsdnCauseMapping"/>
</app_status>
</status>
</root>
|