On Thursday 18 December 2008, Juan Asencio wrote:
Hi Henning, now the modules are available on the kamailio.cfg file, but when I run the command "kamctl start" I got the following error:
ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed
But, if comment on the .cfg file the carrierroute.so line, Kamailio is able to start. [..]
Here is the info that I get after checking the log/messages, any suggestions? INFO:carrierroute:bind_data_loader: use file as configuration source Dec 18 16:33:05 localhost /sbin/kamailio[5579]: ERROR:carrierroute:bind_data_loader: can't stat config file Dec 18 16:33:05 localhost /sbin/kamailio[5579]:
Hi Juan,
you need to supply a config file for the carrierroute module too, if its run in the 'file' mode. Take a look to the 'config_file' parameter in the docs. If you want to load the routing informations from the DB, change the config_source parameter.
Cheers,
Henning