<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>OK, in the source tree, i only see proto_tls and proto_sctp directors under modules. Searching proto_tcp lead me to net directory which indeed has proto_tcp and proto_udp directories however, there is no "so" file, so i guess these protos not compiled by default, however interestingly they also do not have any Makefile, so i can't even try to manually compile them (i.e. without relying on "make menuconfig").</p>
<p>Should i continue my attempt to compile and run v2.1 tunk or is it too early to test it? Please advise.</p>
<p>Thank you.</p>
<p>&nbsp;</p>
<p>On 2015-03-01 13:03, Bogdan-Andrei Iancu wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div>Hi,</div>
<div>&nbsp;</div>
<div>In 2.1 the protocols are loaded as modules and there is no disable param at all.</div>
<div>So just set the tcp listener and do loadmodule "proto_tcp.so" .</div>
<div>Note many parameters related to protocols were changed or moved and the docs were not yet updated.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Bogdan</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>
<div style="font-size: 9px; color: #575757;">Sent from Samsung Mobile</div>
</div>
<br /><br />-------- Original message --------<br />From: shahzad@voip-demos.com <br />Date:01/03/2015 03:25 (GMT+01:00) <br />To: users@lists.opensips.org <br />Subject: [OpenSIPS-Users] No support for TCP in OpenSIPS v2.1? <br /><br />OK, so i have successfully compiled opensip v2.1 trunk and tried to <br />start it with minimal configuration, it fails and gives error on global <br />TCP parameters. It does not even accepts "disable_tcp=no".<br /><br />I do not understand what is wrong here, i rechecked every option in <br />"make menuconfig" and didn't find anything related to TCP anywhere. <br />Please help, i need TCP support to test opensips capability to <br />interconnect with webrtc endpoints and rtpengine service.<br /><br />Here is the output of opensips -V command,<br /><br />--<br />version: opensips 2.1.1dev (x86_64/linux)<br />flags: STATS: On, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, <br />FAST_LOCK-FUTEX-ADAPTIVE_WAIT, USE_PTHREAD_MUTEX<br />ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, <br />MAX_URI_SIZE 1024, BUF_SIZE 65535<br />poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.<br />git revision: 2dd472a<br />main.c compiled on 03:10:21 Mar&nbsp; 1 2015 with gcc 4.7<br />--<br /><br /><br />Thank you.<br /><br />_______________________________________________<br />Users mailing list<br />Users@lists.opensips.org<br />http://lists.opensips.org/cgi-bin/mailman/listinfo/users</blockquote>
<div>&nbsp;</div>
</body></html>