[svn-commits] tzafrir: branch tools/2.6 r10703 - /tools/branches/2.6/xpp/README.Astribank

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jul 29 07:10:02 CDT 2012


Author: tzafrir
Date: Sun Jul 29 07:09:57 2012
New Revision: 10703

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10703
Log:
README.Astribank: load module => module load

Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10701

Modified:
    tools/branches/2.6/xpp/README.Astribank

Modified: tools/branches/2.6/xpp/README.Astribank
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.6/xpp/README.Astribank?view=diff&rev=10703&r1=10702&r2=10703
==============================================================================
--- tools/branches/2.6/xpp/README.Astribank (original)
+++ tools/branches/2.6/xpp/README.Astribank Sun Jul 29 07:09:57 2012
@@ -634,7 +634,13 @@
 
   * 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




More information about the svn-commits mailing list