summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h8
1 files changed, 7 insertions, 1 deletions
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