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)
| r5354 | r5357 | |
|---|---|---|
| 101 | 101 | #define IPTOS_MINCOST 0x02 |
| 102 | 102 | #endif |
| 103 | 103 | |
| 104 | /* Uncomment to enable SIP over TCP/TLS */ | |
| 105 | /* #define SIP_TCP_SUPPORT */ | |
| 106 | ||
| 107 | 104 | #ifdef SIP_TCP_SUPPORT |
| 108 | # warning "TCP/TLS support enabled" | |
| 109 | 105 | #define OPENSSL_NO_KRB5 /* to prevent compile error */ |
| 110 | 106 | #include <openssl/bio.h> |
| 111 | 107 | #include <openssl/err.h> |
![Home changeset 5357 [home]](/images/logo.png?1180520111)

RSS Feeds