From 9fa18f88e43786a803286c8189c80d18b242eada Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 8 Jun 2005 22:35:38 +0000 Subject: Added functionality so that e&m trunks can "flash" after going offhook added the #define EMFLASH to zconfig.h to enable this feature git-svn-id: http://svn.digium.com/svn/zaptel/trunk@666 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'zconfig.h') diff --git a/zconfig.h b/zconfig.h index 5f61364..602dea5 100755 --- a/zconfig.h +++ b/zconfig.h @@ -38,7 +38,7 @@ * processors and can cause system instability! * */ -/* #define CONFIG_ZAPTEL_MMX */ +#define CONFIG_ZAPTEL_MMX /* * Pick your echo canceller: MARK2, MARK3, STEVE, or STEVE2 :) @@ -127,4 +127,10 @@ */ /* #define TDM_REVH_MATCHALL */ +/* + * Uncomment the following if you want to support E&M trunks being + * able to "flash" after going off-hook (dont ask why, just nod :-) ). + */ +/* #define EMFLASH */ + #endif -- cgit v1.2.3