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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by majidjm

  1. majidjm

    Mitel C# Programing

    Isn't any body to help me?
  2. majidjm

    Mitel C# Programing

    Isn't any body to help me?
  3. majidjm

    Mitel C# Programing

    Isn't any body to help me?
  4. 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...
  5. majidjm

    Mirror Port

    so sorry where is the VXWorks? Is it true that I have to connect by serial port and then reset switch and ....? Is any easier way?
  6. majidjm

    Mirror Port

    How can I send this command to Mitel switch?
  7. 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
  8. majidjm

    Security

    Hi, is there any way to change the ip adress of the request header while sending email using smtp service using asp.net/c#? or any solution with c++/.exe etc? Regards
  9. majidjm

    Security

    Hi Is there any way to change Sender IP manually when I use SMTP C# class?
  10. 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->...
  11. majidjm

    MiTai SDK with .net

    Do I have to use SXGetEvent after SXMonitor for getting callback?
  12. majidjm

    SXOpenPBX in C#

    Please let me know it is correct? I have to get callback from SXSetCallback and SX_CALLBACK_PROC which sets a callback after SXMonitor in a loop (thread)? I will appreciate you if you help me
  13. majidjm

    MiTai SDK with .net

    Please let me know it is correct? I have to get callback from SXSetCallback and SX_CALLBACK_PROC which sets a callback after SXMonitor in a loop (thread)? I will appreciate you if you help me
  14. majidjm

    Mitel 3300 SDK

    Isn't anybody help me?
  15. majidjm

    Mitel 3300 SDK

    I'm having a lot of trouble getting a call to GetMonitorInfo to work, and I suspect the problem is to do with how I've declared the MonitorInfo structure and how it gets marshalled to the call. Anyone out there done this, and if so, what's wrong with the code below. Thanks in advance! ;)...

Part and Inventory Search

Back
Top