Changeset 5357

added a bit more convenience to enable TCP/TLS. Just run configure with --sip-tcp-support now
to enable it.

Comitted by:  wildzero-cw
Date:  Mar 12 2009 * 22:04 (over 2 years ago)

Affected files:

callweaver/branches/rel/1.2/channels/chan_sip.c (unified diff)

r5354r5357
101101 #define IPTOS_MINCOST 0x02
102102 #endif
103103
104 /* Uncomment to enable SIP over TCP/TLS */
105 /* #define SIP_TCP_SUPPORT */
106
107104 #ifdef SIP_TCP_SUPPORT
108 # warning "TCP/TLS support enabled"
109105 #define OPENSSL_NO_KRB5 /* to prevent compile error */
110106 #include <openssl/bio.h>
111107 #include <openssl/err.h>