majidjm
Programmer
- Aug 4, 2010
- 37
Hi every one
I insttaled Mitel SDK for 3300 CXI. after that, I open the sample which is C++. I saw the SXOpenPBX function there that it has 6 parameters like this:
int iRet = SXOpenPBX(
SX_PBX_HANDLE_PTR, &g_hPBX,
SX_PBX_IPADDRESS, srcSwitchIP,
SX_COMMS_ERROR_PROC, &CommErrorProc,
SX_COMMS_ERROR_DATA_PTR, NULL,
SX_KEEPALIVE_INTERVAL, 40,
NULL);
then I ran MitaiBrowser80.exe and checked the "open ICP" function there which calls SXOpenPBX function too. but here SXOpenPBX function calls deferente parameters type.
I wante to use this function in C# application.
I will appreciate you if you let me know how I can use SXOpenPBX function in C#
thanks again
I insttaled Mitel SDK for 3300 CXI. after that, I open the sample which is C++. I saw the SXOpenPBX function there that it has 6 parameters like this:
int iRet = SXOpenPBX(
SX_PBX_HANDLE_PTR, &g_hPBX,
SX_PBX_IPADDRESS, srcSwitchIP,
SX_COMMS_ERROR_PROC, &CommErrorProc,
SX_COMMS_ERROR_DATA_PTR, NULL,
SX_KEEPALIVE_INTERVAL, 40,
NULL);
then I ran MitaiBrowser80.exe and checked the "open ICP" function there which calls SXOpenPBX function too. but here SXOpenPBX function calls deferente parameters type.
I wante to use this function in C# application.
I will appreciate you if you let me know how I can use SXOpenPBX function in C#
thanks again