< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Server to Server over (mutual) TLS transport


Inline.
On Oct 27, 2004, at 15.06, resiprocate-devel-owner@xxxxxxxxxxxxxxxxxxx wrote:


Hello,

I am developing a SIP/SIMPLE gateway that talks to a remote SIP/SIMPLE
server for exchange of presence information. (SUBSCRIBE/NOTIFY)
[snip]
My question is: Is there a trick to make the stack send the "SUBSCRIBE
sip:user" over the TLS connection that already exists?


Sandeep;

Simply add a transport=tls parameter to the RURI.

    SUBSCRIBE sip:alice@xxxxxxxxxxx;transport=tls

Should do the trick.

HTH,

Alan

a l a n a t j a s o m i d o t c o m