Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: majidjm
  • Content: Threads
  • Order by date
  1. majidjm

    Mitel C# Programing

    Hi I want to wrap the mitel 3300 sdk to C#. I've done the below: int result = 0; if (InitializServer()) { if (GeneratePbx()) { //System.IntPtr ip2 = new System.IntPtr(0); //System.IntPtr...
  2. majidjm

    Mirror Port

    Is it possible I config a Mitel CXI 3300 switch Layer 2 for mirroring port? I need to send a copy from all packets which come in Mitel 3300 to a computer which I configed it into switch layer 2. I will appreciate you if you help me
  3. majidjm

    Security

    Hi Is there any way to change Sender IP manually when I use SMTP C# class?
  4. majidjm

    Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'

    Hi I transfered a VC++ application into VS C++. But when I builed it I found this error: Error 1 Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. Project I googled in internet and found that if I changed this Project property->Configuration property->Monifest tool->Input and Output->...
  5. majidjm

    Mitel 3300 SDK

    Hi My problem is that I don't know what I have to set in in the below function stead of [COLOR=red]callback1[/color red] parameter: int result = MitaiClient80.SXSetCallback(__arglist (...
  6. majidjm

    Callback - Mitel 3300 CXI - C#

    Can anybody assist me to getting callback? How can I get callback? I've been struggling with this for quite a while now, but I've been able to connect to the PBX, set monitors on the phones, but I don't know how I can get the call backs from the phones. I will appreciate you if you help me ASAP
  7. majidjm

    SXOpenPBX in C#

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

Part and Inventory Search

Back
Top