First, when my FXO Telephone stops to ring, first time is my Dahdi Command in CLI do not appear like below
- Code: Select all
Output of CLI : astrisks*CLI> dahdi show status
No such command 'dahdi show status' (type 'core show help dahdi show' for
other possible commands)
After I tried to fix it, run all this comands, like recompile and re-install DAHDI, or use
- Code: Select all
/etc/init.d/dahdi start
Or I have to use
- Code: Select all
dahdi_cfg -vvvvvvvv
And at least load it every week like below
- Code: Select all
asterisk*CLI> module unload chan_dahdi.so
Unable to unload resource chan_dahdi.so
Command 'module unload chan_dahdi.so' failed.
[Aug 31 15:28:42] WARNING[7873]: loader.c:607 ast_unload_resource: Unload failed, 'chan_dahdi.so' is not loaded.
asterisk*CLI> module load chan_dahdi.so
Loaded chan_dahdi.so
[Aug 31 15:28:47] WARNING[7873]: pbx.c:7390 ast_register_application2: Already have an application 'DAHDISendKeypadFacility'
[Aug 31 15:28:47] WARNING[7873]: pbx.c:7390 ast_register_application2: Already have an application 'DAHDISendCallreroutingFacility'
== Parsing '/etc/asterisk/chan_dahdi.conf': Found
== Parsing '/etc/asterisk/users.conf': Found
-- Registered channel 1, FXS Kewlstart signalling
-- Automatically generated pseudo channel
[Aug 31 15:28:47] WARNING[7873]: chan_dahdi.c:18716 process_dahdi: Ignoring any changes to 'userbase' (on reload) at line 23.
[Aug 31 15:28:47] WARNING[7873]: chan_dahdi.c:18716 process_dahdi: Ignoring any changes to 'vmsecret' (on reload) at line 31.
[Aug 31 15:28:47] WARNING[7873]: chan_dahdi.c:18716 process_dahdi: Ignoring any changes to 'hassip' (on reload) at line 35.
[Aug 31 15:28:47] WARNING[7873]: chan_dahdi.c:18716 process_dahdi: Ignoring any changes to 'hasiax' (on reload) at line 39.
[Aug 31 15:28:47] WARNING[7873]: chan_dahdi.c:18716 process_dahdi: Ignoring any changes to 'hasmanager' (on reload) at line 47.
== Registered channel type 'DAHDI' (DAHDI Telephony Driver w/PRI)
== Manager registered action DAHDITransfer
== Manager registered action DAHDIHangup
== Manager registered action DAHDIDialOffhook
== Manager registered action DAHDIDNDon
== Manager registered action DAHDIDNDoff
== Manager registered action DAHDIShowChannels
== Manager registered action DAHDIRestart
== Manager registered action PRIShowSpans
Loaded chan_dahdi.so => (DAHDI Telephony Driver w/PRI)
This problem happen ALL TIME in almost every week.
I don't know what I have to do for stops this problem in my Ubuntu Server.
Somebody has any idea for fix it permanently??
Thanks!