From c1344ffdda5662028bc9dd858fa93b41768e385f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 21 Jun 2007 04:05:37 +0000 Subject: [PATCH] up git-svn-id: http://svn.openzap.org/svn/openzap/trunk@283 a93c3328-9c30-0410-af19-c9cd2b2d52af --- libs/freetdm/src/include/zap_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/freetdm/src/include/zap_types.h b/libs/freetdm/src/include/zap_types.h index 1caa08823d..68712f0596 100644 --- a/libs/freetdm/src/include/zap_types.h +++ b/libs/freetdm/src/include/zap_types.h @@ -303,7 +303,8 @@ typedef enum { ZAP_CHANNEL_RINGING = (1 << 15), ZAP_CHANNEL_PROGRESS_DETECT = (1 << 16), ZAP_CHANNEL_CALLERID_DETECT = (1 << 17), - ZAP_CHANNEL_OUTBOUND = (1 << 18) + ZAP_CHANNEL_OUTBOUND = (1 << 18), + ZAP_CHANNEL_SUSPENDED = (1 << 19) } zap_channel_flag_t; typedef struct zap_channel zap_channel_t;