From f4cfabc0a3838eda41669f7e0f63782aa8cefd88 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 3 Aug 2004 18:36:07 +0000 Subject: Merge polarity reversal detection (bug #9) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@447 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zaptel.h') diff --git a/zaptel.h b/zaptel.h index f1a1fa7..b3d5483 100755 --- a/zaptel.h +++ b/zaptel.h @@ -771,6 +771,9 @@ struct zt_tone_def { /* Structure for zone programming */ /* Timer event -- ping ready */ #define ZT_EVENT_TIMER_PING 16 +/* Polarity reversal event */ +#define ZT_EVENT_POLARITY 17 + #define ZT_EVENT_PULSEDIGIT (1 << 16) /* This is OR'd with the digit received */ #define ZT_EVENT_DTMFDIGIT (1 << 17) /* Ditto for DTMF */ -- cgit v1.2.3