From a9cc5ba80393f52f92291b15529966acf26ac509 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 27 Feb 2005 05:44:42 +0000 Subject: Fix ringer not to catch pulse dial pulses (bug #3676) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@598 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wctdm.c') diff --git a/wctdm.c b/wctdm.c index 32de79b..4fcb757 100755 --- a/wctdm.c +++ b/wctdm.c @@ -120,7 +120,7 @@ static struct fxo_mode { int ring_x; } fxo_modes[] = { - { "FCC", 0, 0, 0, 0, 0, 0x3, 0, 0, }, /* US, Canada */ + { "FCC", 0, 0, 0, 1, 0, 0x3, 0, 0, }, /* US, Canada */ { "TBR21", 0, 0, 0, 0, 1, 0x3, 0, 0x2, 0x7e6c, 0x023a, }, /* Austria, Belgium, Denmark, Finland, France, Germany, Greece, Iceland, Ireland, Italy, Luxembourg, Netherlands, -- cgit v1.2.3