[zaptel-commits] trunk r948 - in /trunk: ./ wctdm.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Tue Feb 14 18:07:54 MST 2006


Author: kpfleming
Date: Tue Feb 14 19:07:53 2006
New Revision: 948

URL: http://svn.digium.com/view/zaptel?rev=948&view=rev
Log:
Merged revisions 947 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r947 | kpfleming | 2006-02-14 19:05:56 -0600 (Tue, 14 Feb 2006) | 2 lines

automatically set operational paramters for Australia when that opermode is seleced (issue #6454)

........

Modified:
    trunk/   (props changed)
    trunk/wctdm.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Tue Feb 14 19:07:53 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-916,918-936,938-943
+/branches/1.2:1-916,918-936,938-947

Modified: trunk/wctdm.c
URL: http://svn.digium.com/view/zaptel/trunk/wctdm.c?rev=948&r1=947&r2=948&view=diff
==============================================================================
--- trunk/wctdm.c (original)
+++ trunk/wctdm.c Tue Feb 14 19:07:53 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