OpenWrt Forum Archive

Topic: I can't get chan_mobile working on asterisk

The content of this topic has been archived on 18 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi, I'm trying to get chan_mobile working with my asterisk 1.4.18 (downloaded from http://members.home.nl/hans.zandbelt/op … kaze/7.09/ ) , but with version 1.4.6-2 of chan_mobile I have the following log and it doesn't load the module; with the previous module version (1.4.2-4) I have a segmentation fault error (as written in page 1 of this topic)

Please, someone can help me to sort out of this problem?

Thanks


[Jan  1 02:52:29] NOTICE[5202] loader.c: 59 modules will be loaded.
[Jan  1 02:52:29] WARNING[5202] loader.c: Error loading module 'chan_mobile.so': File not found
[Jan  1 02:52:29] WARNING[5202] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener.
[Jan  1 02:52:29] WARNING[5202] chan_iax2.c: Unable to open IAX timing interface: No such file or directory
[Jan  1 02:52:29] WARNING[5202] loader.c: Module 'chan_mobile.so' did not register itself during load
[Jan  1 02:52:29] WARNING[5202] loader.c: Module 'chan_mobile.so' could not be loaded.

Nobody Could Help Me??????????????????
Is There Someone?????

Nobody Could Help Me??????????????????
Is There Someone?????

Stop crying my friend,
let me see if I can be a help.

You need to check your /etc/asterisk/asterisk.conf for the proper location of your modules
Make sure you have a line like this:


astmoddir => /lib/asterisk/modules

Then edit your /etc/asterisk/modules.conf and add the following:

load => chan_mobile.so

---------------------------

Please post the 2 files i mentioned above if you want others to help you.
It appears as per your log, none of your asterisk modules are being loaded

(Last edited by ratbug on 2 Aug 2008, 02:12)

The discussion might have continued from here.