summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-28 00:41:29 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-28 00:41:29 +0000
commite38c2c70d0f208421ffa1ad1e3ad8acbd209739c (patch)
tree59ea02d58c0ee7b669a690633d8ceee6627ada0b
parent6354de633ed82cd4a28d224461df8a32ba629916 (diff)
don't detect a pulse dial phone as ringing on an FXO (bug #3676)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@599 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xChangeLog2
-rwxr-xr-xwcfxs.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c92c61..fc30ae6 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ zaptel 1.0.6
-- zaptel.init
-- Added a wait time to the init script so that software that creates the device nodes dynamically
has time to create the zaptel devnode.
+ -- wcfxs
+ -- The ringing threshold was changed to not detect a pulse dial phone as ringing on an FXO.
zaptel 1.0.4
-- wcfxs
-- fix a compilation issue
diff --git a/wcfxs.c b/wcfxs.c
index 6261ccf..4377298 100755
--- a/wcfxs.c
+++ b/wcfxs.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,