I have just installed Asterisk 13 + FreePBX 12.0.71. I installed, also, module chan_mobile and Bluetooth drivers on my Ubuntu 14.04.2LTS Server. I've connected my Nokia C7-00 to my machine, but I have errors when loading module chan_mobile:
server*CLI> module load chan_mobile.so
[2015-07-12 15:26:54] ERROR[14478]: chan_mobile.c:4725 load_module: Errors reading config file chan_mobile.conf. Not loading module.
I tried to restart amportal and check if module is loaded
amportal restart
asterisk -rx "module show" | grep chan_mobile
And the result is:
chan_mobile.so Bluetooth Mobile Device Channel Driver 0 Not Running extended
Also, I see that file chan_mobile.conf doesn't exist.
Can someone guide me? What should I do?