From 33626da2f717af9f0b87f502d451814b72390222 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Wed, 27 Jul 2005 17:18:03 +0000 Subject: [PATCH] Added state 'INCALL' --- chan_capi_pvt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/chan_capi_pvt.h b/chan_capi_pvt.h index 05865c4..0ee1c9e 100644 --- a/chan_capi_pvt.h +++ b/chan_capi_pvt.h @@ -90,6 +90,7 @@ static inline void write_capi_word(void *m, unsigned short val) #define CAPI_STATE_CONNECTPENDING 6 #define CAPI_STATE_ANSWERING 7 #define CAPI_STATE_DID 8 +#define CAPI_STATE_INCALL 9 #define CAPI_STATE_PUTTINGONHOLD 10 #define CAPI_STATE_RETRIEVING 11