<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Don't forget to keep the mailing list cc-ed -- private emails sent
    from mailing lists discussion are going to be discarded.<br>
    <br>
    If you have libsctp devel package installed, try compilation with:<br>
    <br>
    make SCTP=1 ... all<br>
    <br>
    Cheers,<br>
    Daniel<br>
    &nbsp;<br>
    On 11/18/11 12:13 PM, Stefan Ljung wrote:
    <blockquote
cite="mid:D29A852E93A36C4CA2A9B5A4BEF46E60271EE4E7FF@ESESSCMS0364.eemea.ericsson.se"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta content="MSHTML 6.00.6002.18494" name="GENERATOR">
      <div dir="ltr" align="left"><span lang="SV">
          <p>So, its not. </p>
          <p>[test032@wslint90]# ./ser -V</p>
          <p>version: ser 3.1.2 (i386/linux) 2fe4d6</p>
          <p>flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS,
            USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK,
            SHM_MEM, SHM_MMAP, PKG_MALLOC, DBG_QM_MALLOC, USE_FUTEX,
            FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER,
            USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES</p>
          <p>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144,
            MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, PKG_SIZE
            4MB</p>
          <p>poll method support: poll, epoll_lt, epoll_et, sigio_rt,
            select.</p>
          <p>id: 2fe4d6</p>
          <p>compiled on 11:31:57 Nov 18 2011 with gcc 4.1.2</p>
          <p>&nbsp;</p>
          <p>&nbsp;</p>
          <p>This result came after a<span class="340421211-18112011">n</span>
            untar and then make command.</p>
          <p>&nbsp;</p>
          <p>&nbsp;</p>
          <p>Here's my machine :</p>
          <p>[linux]# uname -a</p>
          <p>Linux wslint90 2.6.23.1-21.fc7 #1 SMP Thu Nov 1 21:09:24
            EDT 2007 i686 i686 i386 GNU/Linux</p>
          <p>&nbsp;</p>
          <p>What can I do to force it in ?</p>
          <p>&nbsp;</p>
          <p>/Stefan</p>
          <p>&nbsp;</p>
        </span></div>
      <br>
      <div class="OutlookMessageHeader" dir="ltr" align="left"
        lang="en-us">
        <hr tabindex="-1">
        <font face="Tahoma" size="2"><b>From:</b> Daniel-Constantin
          Mierla [<a class="moz-txt-link-freetext" href="mailto:miconda@gmail.com">mailto:miconda@gmail.com</a>] <br>
          <b>Sent:</b> den 18 november 2011 11:59<br>
          <b>To:</b> SIP Router - Kamailio (OpenSER) and SIP Express
          Router (SER) - Users Mailing List<br>
          <b>Cc:</b> Stefan Ljung<br>
          <b>Subject:</b> Re: [SR-Users] Core compiled with Sctp support<br>
        </font><br>
      </div>
      Hello,<br>
      <br>
      when sctp support is available, if you do 'kamailio -V' or 'ser
      -V' you should see USE_SCTP flag there.<br>
      <br>
      Not sure if sctp is enabled by default in listen sockets, you can
      do it anyhow with global parameter:<br>
      <br>
      enable_sctp=yes<br>
      <br>
      Cheers,<br>
      Daniel<br>
      <br>
      On 11/18/11 11:49 AM, Stefan Ljung wrote:
      <blockquote
cite="mid:D29A852E93A36C4CA2A9B5A4BEF46E60271EE4E7D2@ESESSCMS0364.eemea.ericsson.se"
        type="cite">
        <meta content="Microsoft Exchange Server" name="Generator">
        <!-- converted from rtf -->
        <style>.EmailQuote {
        PADDING-LEFT: 4pt; MARGIN-LEFT: 1pt; BORDER-LEFT: #800000 2px solid
}
</style> <font face="Arial, sans-serif" size="2">
          <div>I've downloaded sip-router 3.1.2 and have been struggling
            with the make commands&nbsp; for configuring. Compiling and
            installing.</div>
          <div>Can't really say that I master it.</div>
          <div>But I have finally managed to do all steps and started a
            example ser.cfg.</div>
          <div>&nbsp;</div>
          <div>One of the features I want to play around eith is the
            sctp transport.</div>
          <div>From previous experiments with OpenSER I kearned that if
            I only specify a listen host address without transport
            protocol all three UDP TCP and SCTP sockets will be started.</div>
          <div>Ths time I only see UDP and TCP:</div>
          <div>Listening on</div>
          <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 127.0.0.1:5060</div>
          <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: 127.0.0.1:5060</div>
          <div>Aliases:</div>
          <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: localhost:5060</div>
          <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: localhost.localdomain:5060</div>
          <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: localhost:5060</div>
          <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: localhost.localdomain:5060</div>
          <div>&nbsp;</div>
          <div>I have read the c sources to verify that the sctp libs
            and header files are in the right places, and they are.</div>
          <div>&nbsp;</div>
          <div>What I could need is a tip on how to verify that my core
            has been compiled with sctp support. How can I see that ?</div>
          <div>In what files would there be a confimation of that the
            sctp feature will be compiled in?</div>
          <div>&nbsp;</div>
          <div>&nbsp;</div>
          <div>/Stefan</div>
          <div>&nbsp;</div>
        </font><br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
Kamailio Advanced Training, Dec 5-8, Berlin: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://asipto.com/u/kat">http://asipto.com/u/kat</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://linkedin.com/in/miconda">http://linkedin.com/in/miconda</a> -- <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/miconda">http://twitter.com/miconda</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
Kamailio Advanced Training, Dec 5-8, Berlin: <a class="moz-txt-link-freetext" href="http://asipto.com/u/kat">http://asipto.com/u/kat</a>
<a class="moz-txt-link-freetext" href="http://linkedin.com/in/miconda">http://linkedin.com/in/miconda</a> -- <a class="moz-txt-link-freetext" href="http://twitter.com/miconda">http://twitter.com/miconda</a></pre>
  </body>
</html>