From 0a1121e435c240bc917130fdf86afcc34f7a8a7f Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 16 Apr 2004 17:59:07 +0000 Subject: Add support for E&M / E1 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@366 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zaptel.h') diff --git a/zaptel.h b/zaptel.h index 2748037..9e2350e 100755 --- a/zaptel.h +++ b/zaptel.h @@ -101,6 +101,7 @@ #define ZT_SIG_SF (1 << 14) /* Single Freq. tone only, no sig bits */ #define ZT_SIG_CAS (1 << 15) /* Just get bits */ #define ZT_SIG_DACS ((1 << 16) | ZT_SIG_CLEAR) /* Cross connect */ +#define ZT_SIG_EM_E1 (1 << 17) /* E1 E&M Variation */ /* tone flag values */ #define ZT_REVERSE_RXTONE 1 /* reverse polarity rx tone logic */ -- cgit v1.2.3