Versions Compared

Key

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

...

The service is initiated using HTTPS using HTTPS post and queried using HTTPS get. HTTP is also supported with Digest authentication but it is not the preferred method of service invocation.

Services

The URL prefix for all services isIf you are calling from a trusted host ( i.e. one where sipx proxy is running) please use only HTTPS (no authentication is required).
If you are calling from a different host, then you must authenticate with Digest authentication.

There are some examples with notes in the source directory. Download the source code from svn and take a look at the scripts in sipXcallController/test

6666 is the HTTPS port.
6667 is the HTTP port.

You can use either HTTPS or HTTP when using a non-trusted host.

https://sipxtest.sipxtest.net:6666

...