Sanjivkumarroshan / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

INVITE message with TLS transport #2832

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. REGISTER via TLS is ok
2. in decrypted dump whith tshark i see that in INVITE missing transport=TLS 
3. In this situation the INVITE message send from my proxy to media server is 
via udp...

CsipSimple 1.02.00 r2330

Original issue reported on code.google.com by ultrab...@gmail.com on 14 Nov 2014 at 1:23

GoogleCodeExporter commented 9 years ago
Probably duplicate of issue 1757.
Transport tls only applies to what is configured in account configuration and 
not to the uri dialed out.
As consequence, if no sip proxy configured, you have to specify that you want 
to call over tls in the sip uri you dial.
However, I advise to configure your sip server as proxy as simplifies a lot of 
things and ensure your calls goes out through your sip server which is more 
likely what you always want even if you are calling a different domain. (and 
will at least ensure you are using tls between you and your server no matter if 
the remote domain's server does not)

Original comment by r3gis...@gmail.com on 29 Dec 2014 at 6:08