Hello, It turned out to be a bit more painful than I had originally anticipated but I have removed Basic over HTTPS authentication and added Digest over HTTP authentication for "external callers". This is in support of those who are struggling with Zimbra quirks having to do with SSL certificates. You can now use HTTP.
The XML config file for sipxcallcontroller has a new element "external-http-port" which is the port. Requests inbound from that port will use Digest authentication. The "https-port" element indicates the port over which HTTPS requests may be sent. Requests from the sipx domain (i.e. from any location where a proxy server runs) are not authenticated (considered to be trusted) and can *only* be over https whereas requests from outside the sipx domain can be over either http or https and are authenticated using http Digest. By default, port 6666 is for HTTPS and port 6667 is for http requests. This authentication model needs to be incorporated into the new Restlet container. Regards, Ranga. -- M. Ranganathan
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
