summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxpp/utils/genzaptelconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/xpp/utils/genzaptelconf b/xpp/utils/genzaptelconf
index 47d7dd1..03c28be 100755
--- a/xpp/utils/genzaptelconf
+++ b/xpp/utils/genzaptelconf
@@ -216,8 +216,8 @@ zap_reg_xpp() {
# the USB connector. That order is rather arbitrary, but will not
# change without changes to the cabling.
xbusses=`sed -e '/STATUS=connected/!d' -e 's/ *STATUS=.*//' -e 's/ *CONNECTOR=//' /proc/xpp/xbuses | sort -t: -k 2 | cut -d: -f1`
- echo 1>&2 "Zaptel registration order:"
- echo 1>&2 "$xbusses"
+ say "Zaptel registration order:"
+ say "$xbusses"
# get a list of XPDs that were not yet registered as zaptel spans.
# this will be the case if you set the parameter zap_autoreg=0 to
@@ -902,7 +902,7 @@ EOF
echo "context=$context_phones" >> $zapata_file
fi
else # we have may have set it. So reset it:
- echo "callerid=asreceived"
+ echo "callerid=asreceived" >> $zapata_file
reset_values="$reset_values callerid"
#echo "mailbox="
if [ "$group_manual" != "yes" ]