summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 15:24:34 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 15:24:34 +0000
commit330fa69c63acebac9a8e8029438f8216de892169 (patch)
tree35f9d5e93b780684283a87c026b3d59db4bac126 /xpp
parent22e9480668ae7972eb5f82d5416a7615691c237e (diff)
Make opermode work again.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3152 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rwxr-xr-xxpp/init_card_4_292
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/init_card_4_29 b/xpp/init_card_4_29
index 93cbf33..760e711 100755
--- a/xpp/init_card_4_29
+++ b/xpp/init_card_4_29
@@ -143,7 +143,7 @@ done
# based on fxo_modes from wctdm.c . TODO: more decent calculation?
reg16=00; reg26=00; reg30=00; reg31=A3; ring_osc=; ring_x=;
-mode="$openmode"
+mode="$opermode"
if [ -r $INIT_DIR/init_fxo_modes ]; then
. $INIT_DIR/init_fxo_modes
fi