Hi,
My sctp info value shows all zero. Is there any explanation?Is my setup correct?
$sercmd core.sctp_info { opened_connections: 0 tracked_connections: 0 total_connections: 0 }
Thanking you.
Asif
On Mon, Feb 7, 2011 at 3:14 PM, Klaus Darilion <klaus.mailinglists@pernau.at
wrote:
Make sure you have the sctp libraries installed.
regards klaus
Am 06.02.2011 06:21, schrieb Asif Iqbal syed:
Hi,
I have been trying to compile kamailio with sctp support enabled by following the installation instruction from
http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git.
Still no success. Here is what I am doing.
- git clone --depth 1 git://git.sip-router.org/sip-router kamailio
- cd kamailio
- git checkout -b 3.1 origin/3.1
- make FLAVOUR=kamailio cfg
- nano -w modules.lst
- make FLAVOUR=kamailio include_modules="db_mysql dialplan" cfg
- make PREFIX="/usr/local/kamailio-3.1" FLAVOUR=kamailio
include_modules="db_mysql dialplan" cfg 8. SCTP=1 make all 9. SCTP=1 make install
Then run kamailio and execute sercmd. Do core.sctp_info. It shows error
500:
sctp support not compiled.
I would appreciate if someone help me what I am missing.
Thanking you.
Asif
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Asif Iqbal syed wrote:
Hi,
My sctp info value shows all zero. Is there any explanation?Is my setup correct?
$sercmd core.sctp_info { opened_connections: 0 tracked_connections: 0 total_connections: 0 }
I think this is fine, but just indicates that the proxy has not sent any messages over SCTP yet.
klaus