[Pkg-voip-commits] [dahdi-tools] 88/285: README.Astribank: load module => module load

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 241e5e014416e348310b2527c21ea5f1cc5cf0c1
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Sun Jul 29 11:31:39 2012 +0000

    README.Astribank: load module => module load
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@10701 17933a7a-c749-41c5-a318-cba88f637d49
---
 xpp/README.Astribank | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index f606881..2e0001f 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -635,7 +635,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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list