summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-12 07:50:20 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-12 07:50:20 +0000
commit79a9a0a13bdddf555b40d21a9d2814f043471c36 (patch)
treed9eb0eab70d2332705529c15d60946dba7aaf22c
parentef184ed38e1d97cda80cb8e8896c9c263429f1d0 (diff)
A few more chan_zap -> chan_dahdi in README.Astribank .
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6603 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/README.Astribank4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index dfbc79e..b6d3c2f 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -612,11 +612,11 @@ Asterisk Level Information
Check /var/log/asterisk/messages or /var/log/asterisk/full .
- If you get the error that "there is no such command" then it means that
chan_zap.so is not loaded. There are two reasons for such problem:
- * chan_zap.so is not even built. Check if the file exists:
+ * chan_dahdi.so is not even built. Check if the file exists:
ls -l /usr/lib/asterisk/modules/chan_dahdi.so
- * the chan_zap.so file exists but it is not loaded. Try to load it manually:
+ * the chan_dahdi.so file exists but it is not loaded. Try to load it manually:
asterisk -rx 'load module chan_dahdi.so'