summaryrefslogtreecommitdiff
path: root/xpp/utils
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-10 02:53:20 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-10 02:53:20 +0000
commit4c0e4bc08ae3bed75639e1ac173ea53f26b7634b (patch)
tree250a9efa2f8ed486c50e15a939b09ec33ed6d123 /xpp/utils
parent04526a65c91acd24d736e0f01db231fbca625ce7 (diff)
genzaptelconf: fixed typo that prevented getting caller ID on zaptel trunks
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1283 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/utils')
-rwxr-xr-xxpp/utils/genzaptelconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpp/utils/genzaptelconf b/xpp/utils/genzaptelconf
index 90d80b8..1ee0062 100755
--- a/xpp/utils/genzaptelconf
+++ b/xpp/utils/genzaptelconf
@@ -349,7 +349,7 @@ print_pattern() {
fi
else # this is an FXO (trunk/phone: FXO signalling)
# we have may have set it. So reset it:
- echo "callerid=asrecieved"
+ echo "callerid=asreceived"
echo "mailbox="
if [ "$group_manual" != "yes" ]
then
@@ -785,7 +785,7 @@ EOF
echo "context=$context_phones"
fi
else # we have may have set it. So reset it:
- echo "callerid=asrecieved"
+ echo "callerid=asreceived"
#echo "mailbox="
if [ "$group_manual" != "yes" ]
then