summaryrefslogtreecommitdiff
path: root/xpp/utils
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-14 20:03:00 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-14 20:03:00 +0000
commit179f5f7b858fa5524f44802255454475c006af9f (patch)
tree617660f315d314747bfc61a049d1422d167d6818 /xpp/utils
parentd1a88b92d54c4467356f124ab11c746afb790e50 (diff)
genzaptelconf: fixed confusion between framing and coding for E1/{il/nl}
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1228 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/utils')
-rwxr-xr-xxpp/utils/genzaptelconf10
1 files changed, 6 insertions, 4 deletions
diff --git a/xpp/utils/genzaptelconf b/xpp/utils/genzaptelconf
index 5973c23..62bea1d 100755
--- a/xpp/utils/genzaptelconf
+++ b/xpp/utils/genzaptelconf
@@ -37,6 +37,8 @@
# * Fixed timeout for Astribank load
# * Delete unsuccessfully-probe modules
# * Pass callerid from trunks
+# * A simpler wait_for_xpp using new proc wait_for_xpds
+# * fixed confusion between framing and coding for E1/{il/nl}
# 0.5.2:
# * Now it should detect most PRI cards and even wcusb
# 0.5.1:
@@ -710,15 +712,15 @@ EOF
case "$lc_country" in
nl)
# (Just an example for per-country info)
- echo 'ami' >$tmp_dir/span_framing
- echo 'ccs' >$tmp_dir/span_coding
+ echo 'ccs' >$tmp_dir/span_framing
+ echo 'ami' >$tmp_dir/span_coding
#echo 'crc4' >$tmp_dir/span_yellow
#echo 'euroisdn' >$tmp_dir/span_switchtype
#echo 'pri_cpe' >$tmp_dir/span_signalling
;;
il)
- echo 'hdb3' >$tmp_dir/span_framing
- echo 'ccs' >$tmp_dir/span_coding
+ echo 'ccs' >$tmp_dir/span_framing
+ echo 'hdb3' >$tmp_dir/span_coding
echo 'crc4' >$tmp_dir/span_yellow
echo 'euroisdn' >$tmp_dir/span_switchtype
esac