summaryrefslogtreecommitdiff
path: root/xpp/init_card_4_29
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 18:21:02 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 18:21:02 +0000
commit946d9fa846a7ef9aa681185f08add7903a1fbeda (patch)
tree8d6de4c79de5bc1534d21b5ba3a1d7ae3824468d /xpp/init_card_4_29
parent91f7650a0c02deff8489a37260f01b1debe32363 (diff)
* zaptel-perl should not panic when there is no /proc/bus/usb (Closes
#11020). * Don't build metering by default for now. * And this is xpp rev 4900. * Make opermode work again. Merged revisions 3152-3153 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3154 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/init_card_4_29')
-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