From f0c3f11388d96bd0dbb0756db65b3fa3cdce561f Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 30 Sep 2005 15:19:45 +0000 Subject: optionally support flash events on FXS signaling (work done by Jim Dixon) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@786 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 9a5ce3f..368ed9c 100755 --- a/zconfig.h +++ b/zconfig.h @@ -137,9 +137,15 @@ /* * Comment out the following if you dont want events to indicate the - * beginning of an incomming ring. Most non-asterisk applications will + * beginning of an incoming ring. Most non-Asterisk applications will * want this commented out. */ #define RINGBEGIN +/* + * Uncomment the following if you need to support FXS Flash events. + * Most applications will want this commented out. + */ +/* #define FXSFLASH */ + #endif -- cgit v1.2.3