]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
up
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 21 Jun 2007 04:05:37 +0000 (04:05 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 21 Jun 2007 04:05:37 +0000 (04:05 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@283 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/include/zap_types.h

index 1caa08823dd76d94838ea2439ce3264b5fe13474..68712f05966786ad34dc84a8a82e15fd767060b7 100644 (file)
@@ -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;