Retrieves all resource schema elements and values of a SIP to Q.850 Cause Code Mapping Table Entry based on a requested Table Entry ID in a given SIP to Q.850 Override Table.
If no Table Entry ID is specified in the GET, a listing of all SIP to Q.850 Cause Code Mapping Table Entries will be returned along with their associated Table Entry IDs. These table entry identifiers can be used to collect resource schema element values via the GET siptoq850mappingtable id - siptoq850mapping id method.
https://134.56.227.163/rest/siptoq850mappingtable/{identifier}/siptoq850mapping/{identifier}
GET
true
Name | Required | Values | Description |
---|---|---|---|
filter | No | config | The type of filtered information in the response. If no filters are specified, all get applied. |
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt -i https://134.56.227.163/rest/siptoq850mappingtable/1/siptoq850mapping/1
<?xml version="1.0"?> <root> <status> <http_code>200</http_code> </status> <siptoq850mapping id="1:1" href="https://134.56.72.218/rest/siptoq850mappingtable/1/siptoq850mapping/1"> <Q850>1</Q850> <SIP>400</SIP> </siptoq850mapping> </root>