SIP over TLS

DougL

New Member
I'd like to make a SIP call into a conference for broadcasting to an RTMP destination. However the conference service prefers SIP over TLS to port 5061. (I can fallback to SIP over TCP, if necessary.)
I don't see any mention of the transport used by SIP in Web Call Server. Is it UDP only? If I can configure SIP over TCP or TLS, I need some guidance.
Thanks!
 

Max

Administrator
Staff member
There is a setting for forcing TCP for SIP messaging.
Add to WCS_HOME/conf/flashphoner.properties
Code:
sip_force_tcp=true
and restart the WCS to apply.
 
Top