Re: [SR-Users] running kamilio on mac

2015-11-06 Thread Stefan Mancunianet
Hello Daniel, I’ve already figure it out. The actual error message was: “failed to create runtime dir" It’s because I was trying to run app without having superuser permissions, so using sudo solved the issue. Thanks. > On Nov 6, 2015, at 17:20, Daniel-Constantin Mierla wrote: > > > >

Re: [SR-Users] running kamilio on mac

2015-11-06 Thread Daniel-Constantin Mierla
On 06/11/15 12:13, Stefan Mancunianet wrote: > This should be added in /usr/local/etc/kamailio/kamailio.cfg file, right ? > > Now, it shows only this error: > > / 0(39660) INFO: [sctp_core.c:53]: sctp_core_destroy(): SCTP > API not initialized/ > These are not error messages, but INFO -- so the

Re: [SR-Users] running kamilio on mac

2015-11-06 Thread Stefan Mancunianet
This should be added in /usr/local/etc/kamailio/kamailio.cfg file, right ? Now, it shows only this error: 0(39660) INFO: [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized > On Nov 6, 2015, at 12:50, Sven Neuhaus wrote: > > Am 06.11.2015 um 11:33 schrieb Stefan Mancunianet: >>

Re: [SR-Users] running kamilio on mac

2015-11-06 Thread Sven Neuhaus
Am 06.11.2015 um 11:33 schrieb Stefan Mancunianet: > Can sctp flag be disabled ? It’s not required for my needs, and from > what I found on the web, it’s very tricky to use sctp on Mac. Have you tried: disable_sctp=yes enable_sctp=0 Cheers, -Sven signature.asc Description: OpenPGP digital si

[SR-Users] running kamilio on mac

2015-11-06 Thread Stefan Mancunianet
Hi, I’ve installed kamilio on mac, but when trying to run it i get the following error message: [sctp_core.c:75]: sctp_core_check_support(): SCTP API not enabled - if you want to use it, load sctp module [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized Can sctp flag be disabled ?