[SOLVED] 'module load chan_sip.so' failed

Hi, I’m getting the following error on a fresh Ubuntu 14.04 64bit machine with a fresh compiled Asterisk 1.8.15-cert7 :

*CLI> module load chan_sip.so Unable to load module chan_sip.so Command 'module load chan_sip.so' failed. SIP channel loading... == Parsing '/etc/asterisk/sip.conf': == Found == Parsing '/etc/asterisk/sip.port.conf': == Found *CLI>

The module chan_sip.so exist.

And on a fresh server with Ubuntu 12.04 32bit and Asterisk 1.8.15-cert7, same configuration, I don’t have the problem.
I also can’t see errors in verbose or messages log.

Thanks in advance.

Enable the full log, try load again and search the errors in the full log, if you are using an unlicensed codec remove it.

Thanks this helped me out!

The error was on a non-existing file:

ERROR[28417] config.c: The file 'sip.d/files.conf' was listed as a #include but it does not exist. ERROR[28417] chan_sip.c: Contents of sip.conf are invalid and cannot be parsed