summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-15 01:05:56 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-15 01:05:56 +0000
commit6aa681528c72a21a011883dcdcd35130bd066eac (patch)
treebe3eb76649ddb3991aa806a4a8533df07db7ee02 /wctdm.c
parent52c59eabcf748dbe4188ea37b967f3d9aa0ca447 (diff)
automatically set operational paramters for Australia when that opermode is seleced (issue #6454)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@947 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rw-r--r--wctdm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/wctdm.c b/wctdm.c
index fefaefb..42228ec 100644
--- a/wctdm.c
+++ b/wctdm.c
@@ -2377,6 +2377,11 @@ static int __init wctdm_init(void)
printk("Note this option is CASE SENSITIVE!\n");
return -ENODEV;
}
+ if (!strcmp(fxo_modes[_opermode].name, "AUSTRALIA")) {
+ boostringer=1;
+ fxshonormode=1;
+ }
+
res = zap_pci_module(&wctdm_driver);
if (res)