diff options
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r-- | Protocols/IAX/IAXProto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h index fc21714..db0549b 100644 --- a/Protocols/IAX/IAXProto.h +++ b/Protocols/IAX/IAXProto.h @@ -136,7 +136,8 @@ private: void ConfigureDevices();
// Voice services
- void NotifyCall(int callNo, int state, HANDLE hContact = NULL, TCHAR *number = NULL);
+ void NotifyCall(int callNo, int state, HANDLE hContact = NULL, TCHAR *name = NULL, TCHAR *number = NULL);
+ int __cdecl VoiceCaps(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceCall(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceAnswerCall(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceDropCall(WPARAM wParam,LPARAM lParam);
|