...
General URL structure
Common prefix:
Panel | ||||||
---|---|---|---|---|---|---|
{{ noformat
}} |
Note: how to see inside the SSL with Wireshark is described here SipX_ConfigServer_Troubleshooting#Using_Wireshark_to_see_inside_the_box
...
Accessible for all users:URIMethodsFormats|
URI |
---|
...
Methods | Formats | ||||||
---|---|---|---|---|---|---|---|
/my/call/{to} |
| Initiates the call from the user to {to} address.PUT method requires non empty body which is ignored.Supported as GET for clients that do not handle PUT. |
|
| panel | ||
/my/voicemail/pin/{pin} | | PUT | | changes user voicemail PIN | |
|
| |||
| GET | retrieves (GET) or changes (PUT) user call forwardingXML,JSON |
|
| panel | ||
/my/feed/voicemail/{folder} | | GET | | voicemail folder presented as RSS feed | |
|
| |||
| GET | | JSON, XMLphonebook representation |
|
|
| ||
| GET | retrieves (GET), changes (PUT) and deletes (DELETE) entries in private phonebookXMLJSONpanel |
|
| |||
| GET |
|
| ||||
| GET | | searching user phonebookXML |
|
| |||
/my/mailbox/{user}/preferences/activegreeting | GET | retrieves and sets active greeting setting for a specific user |
Adding new Services
sipXconfig used the RESTlet API to add RESTful services
...