Added state 'INCALL'

This commit is contained in:
MelwareDE 2005-07-27 17:18:03 +00:00
parent aaec11fea0
commit 33626da2f7
1 changed files with 1 additions and 0 deletions

View File

@ -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