summaryrefslogtreecommitdiff
path: root/xpp/init_card_4_29
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-14 15:22:59 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-14 15:22:59 +0000
commitb422b5cdc54e53448e62996e6bbcabb8d38fcd71 (patch)
tree6470f62da290f1a4af2174a90e5cba8964b7fee7 /xpp/init_card_4_29
parent961fd56e1abd5421be4b9f0a5e653e74513dc1b9 (diff)
xpp r5010:
* Fix a deadlock spotted on some SMP installations. * Improve (reduce) signal attenuation on FXO ports. * Increase FXS ring detect debounce interval. Merged revisions 3229-3232 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3233 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/init_card_4_29')
-rwxr-xr-xxpp/init_card_4_294
1 files changed, 2 insertions, 2 deletions
diff --git a/xpp/init_card_4_29 b/xpp/init_card_4_29
index 760e711..5dda0b2 100755
--- a/xpp/init_card_4_29
+++ b/xpp/init_card_4_29
@@ -141,8 +141,8 @@ for i in `seq 0 7`; do
echo "$i WD 20 A0"
done
-# based on fxo_modes from wctdm.c . TODO: more decent calculation?
-reg16=00; reg26=00; reg30=00; reg31=A3; ring_osc=; ring_x=;
+# based on fxo_modes from wctdm.c .
+reg16=00; reg26=00; reg30=00; reg31=20; ring_osc=; ring_x=;
mode="$opermode"
if [ -r $INIT_DIR/init_fxo_modes ]; then
. $INIT_DIR/init_fxo_modes