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.
1. git clone --depth 1
git://git.sip-router.org/sip-router kamailio
2. cd kamailio
3. git checkout -b 3.1 origin/3.1
4. make FLAVOUR=kamailio cfg
5. nano -w modules.lst
6. make FLAVOUR=kamailio include_modules="db_mysql dialplan" cfg
7. 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