Hello,
I try to compile kamailio in freebsd.
I want to add carrierroute module.
I do :
1) cd /usr/ports/net/kamailio
2) make install
but carrierroute module is not compiled.
Could you help me?
Regards
Abdoul.
Hello,
not familiar with the bsd ports and how they perform the installation, but maybe you can compile it from kamailio sources taken from the github.com/kamailio/kamailio . Once you clone from the git repository and install common dependencies, try:
make include_modules="carrierroute" cfg
make all
make install
You should have kamailio in /usr/local/sbin/ and the config file in /usr/local/etc/kamailio/ .
Cheers, Daniel
On 24/10/16 23:46, AFRICALLSHOP wrote:
Hello,
I try to compile kamailio in freebsd.
I want to add carrierroute module.
I do :
cd /usr/ports/net/kamailio
make install
but carrierroute module is not compiled.
Could you help me?
Regards
Abdoul.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Thanks :)
2016-10-25 8:32 GMT+02:00 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
not familiar with the bsd ports and how they perform the installation, but maybe you can compile it from kamailio sources taken from the github.com/kamailio/kamailio . Once you clone from the git repository and install common dependencies, try:
make include_modules="carrierroute" cfg
make all
make install
You should have kamailio in /usr/local/sbin/ and the config file in /usr/local/etc/kamailio/ .
Cheers, Daniel
On 24/10/16 23:46, AFRICALLSHOP wrote:
Hello,
I try to compile kamailio in freebsd.
I want to add carrierroute module.
I do :
cd /usr/ports/net/kamailio
make install
but carrierroute module is not compiled.
Could you help me?
Regards
Abdoul.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierlahttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, Berlin, Oct 24-26, 2016 - http://www.asipto.com
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users