From 55162f6b82e3ca164fc6987144c6573ba03fb017 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 2 Sep 2022 21:54:41 +0300 Subject: VoiceService: fix for logic --- plugins/ExternalAPI/m_voice.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_voice.h b/plugins/ExternalAPI/m_voice.h index b538d6d4a3..bf6ae19881 100644 --- a/plugins/ExternalAPI/m_voice.h +++ b/plugins/ExternalAPI/m_voice.h @@ -46,6 +46,8 @@ return: VOICE_CAPS_* #define VOICE_STATE_ON_HOLD 3 #define VOICE_STATE_ENDED 4 #define VOICE_STATE_BUSY 5 +#define VOICE_STATE_READY 6 +#define VOICE_STATE_SETSTATUS 7 struct VOICE_CALL { @@ -63,6 +65,7 @@ struct VOICE_CALL // where no contact is associated and the caller has a name and a number. int state; // VOICE_STATE_* + const wchar_t *szStatus; }; /* -- cgit v1.2.3