[zaptel-commits] branch 1.2 r947 - /branches/1.2/wctdm.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Tue Feb 14 18:05:57 MST 2006
Author: kpfleming
Date: Tue Feb 14 19:05:56 2006
New Revision: 947
URL: http://svn.digium.com/view/zaptel?rev=947&view=rev
Log:
automatically set operational paramters for Australia when that opermode is seleced (issue #6454)
Modified:
branches/1.2/wctdm.c
Modified: branches/1.2/wctdm.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm.c?rev=947&r1=946&r2=947&view=diff
==============================================================================
--- branches/1.2/wctdm.c (original)
+++ branches/1.2/wctdm.c Tue Feb 14 19:05:56 2006
@@ -2377,6 +2377,11 @@
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)
More information about the zaptel-commits
mailing list