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 SkipVought 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: *

  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! ;)...
  16. 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 (...
  17. majidjm

    Callback - Mitel 3300 CXI - C#

    Hi My problem is that I don't know what I have to set in this function except of callback: int result = MitaiClient80.SXSetCallback(__arglist ( Constants.SX_PBX_HANDLE...
  18. majidjm

    Callback - Mitel 3300 CXI - C#

    Hi Please let me say what I need. I have to develop an application which gets all event information from a Mitel 3300 CXI. I used SDK for connecting to Mitel 3300 and selected monitors on the phone. I wrote a wrapper round the whole MitelClient80.dll By using wrapper I connected to PBX and set...
  19. 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
  20. majidjm

    MiTai SDK with .net

    Can anybody assist me to getting callback? How can I get callback? Wich one do I have to use? SXMonitor or SXGetEvent? I will appreciate you if you help me ASAP

Part and Inventory Search

Back
Top