summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-07-29 11:37:55 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-07-29 11:37:55 +0000
commit4dbb6ae00b35ebee7c94dc5cdd86b13f1e388044 (patch)
treec350f31e468cbeb6cfe6c7949d267eeea1c3acef
parentdc9df399d701008d044965631fccadf0362f51dc (diff)
README.Astribank: load module => module loadsvn_2.5
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10701 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.5@10702 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/README.Astribank8
1 files changed, 7 insertions, 1 deletions
diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index 7f61886..76a5049 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -634,7 +634,13 @@ Asterisk Level Information
* the chan_dahdi.so file exists but it is not loaded. Try to load it manually:
- asterisk -rx 'load module chan_dahdi.so'
+ asterisk -rx 'module load chan_dahdi.so'
+
+ * In some cases chan_dahdi failed to load properly and needs to be unloaded
+ before re-loading:
+
+ asterisk -rx 'module unload chan_dahdi.so'
+ asterisk -rx 'module load chan_dahdi.so'
- You see "pseudo" channel only. It means that you have not configured any
channels. If you have configured channels in chan_dahdi.conf, you may