summaryrefslogtreecommitdiff
path: root/xpp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils')
-rwxr-xr-xxpp/utils/genzaptelconf6
1 files changed, 4 insertions, 2 deletions
diff --git a/xpp/utils/genzaptelconf b/xpp/utils/genzaptelconf
index cbc0d19..90d80b8 100755
--- a/xpp/utils/genzaptelconf
+++ b/xpp/utils/genzaptelconf
@@ -31,6 +31,8 @@
# TODO: either ditch them or convert to perl
# Don't override variables here. Override them in /etc/default/zaptel
#
+# 0.5.4:
+# * fixed a typo: it's waitfor_xpds and not wait_for_xpds
# 0.5.3:
# * Experimental support for Sangoma analog cards (A20x)
# * Support OpenVox A1200P (A TDM400P clone refactored)
@@ -61,7 +63,7 @@
# * hence we can reduce the list of modules
# /etc/default/zaptel may override the following variables
-VERSION=0.5.3
+VERSION=0.5.4
rcsid='$Id$'
lc_country=us
base_exten=6000
@@ -488,7 +490,7 @@ wait_for_xpp() {
then
# wait for the XPDs to register:
# TODO: improve error reporting and produce a messagee here
- cat /proc/xpp/XBUS-*/wait_for_xpds 2>/dev/null >/dev/null || true
+ cat /proc/xpp/XBUS-*/waitfor_xpds 2>/dev/null >/dev/null || true
fi
}