[zaptel-commits] branch 1.2 r1228 -
/branches/1.2/xpp/utils/genzaptelconf
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Fri Jul 14 13:03:00 MST 2006
Author: tzafrir
Date: Fri Jul 14 15:03:00 2006
New Revision: 1228
URL: http://svn.digium.com/view/zaptel?rev=1228&view=rev
Log:
genzaptelconf: fixed confusion between framing and coding for E1/{il/nl}
Modified:
branches/1.2/xpp/utils/genzaptelconf
Modified: branches/1.2/xpp/utils/genzaptelconf
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/utils/genzaptelconf?rev=1228&r1=1227&r2=1228&view=diff
==============================================================================
--- branches/1.2/xpp/utils/genzaptelconf (original)
+++ branches/1.2/xpp/utils/genzaptelconf Fri Jul 14 15:03:00 2006
@@ -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 @@
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
More information about the zaptel-commits
mailing list