📄 ezxtapi.h
字号:
/**************************************************************
*
* EZX系统的TAPI扩展函数列表,列表由程序整理,加上我个人的猜测,
* 有些返回值和参数我尚没有一一测试,带来不便请谅解,
* 如果有什么新的成果,请联系我。如果使用这个列表,
* 请开放源代码,期待你。
*
* EZX system TAPI extern function list.
* copyfrom psysun's code By SigarRon
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
*
* Unofficial EZX Native Software Development Kit
* Copyright (C) 2007 SigarRon.China. <sigarron@163.com>
*
**************************************************************/
//libezxtapi-xscalr-r
extern "C" int TAPI_VOICE_MakeCall(char *n1,int *size);
extern "C" int TAPI_VOICE_CancelCall(int *i);
extern "C" int TAPI_CLIENT_Init(int * pi,int j);
extern "C" void TAPI_CLIENT_Fini(void);
extern "C" int TAPI_CLIENT_GetSyncSocketFd(void);
extern "C" int TAPI_CLIENT_ReadAndMallocMsg(int i,char * pmsg8byte);//return 0 when successed;
//extern "C" int TAPI_VOICE_DropCurrentCall(int tapihandle);
extern "C" int TAPI_VOICE_DropAllCall();
extern "C" int TAPI_CALL_GetAllCallSessions(char * buf);
extern "C" int TAPI_CSD_GetCurrentConnectedDuration(char * buf);
extern "C" int TAPI_FIXDIALING_GetStatus(int tapihandle,char * buf);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -