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 wOOdy-Soft 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 gregoril

  1. gregoril

    MiTai SDK with .net

    and this is the code using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MitelWrapper { public static class CgtMitel { public static int Init(string LogDirectory) { return MitaiClient80.SXInit( __arglist(...
  2. gregoril

    MiTai SDK with .net

    Hi all, i think i can post here a sample of code to wrap mitai dll with c#. As i Wrote with this module i can connect to the 3300 and dial a number. What i cannot do is to read the status or receive events. Can someone help me? Luigi G. http://www.mediafire.com/download.php?afgh4544s3rcq2s
  3. gregoril

    MiTai SDK with .net

    we also have some big problems managing callback and retriving event detial using SXGetEvent()
  4. gregoril

    MiTai SDK with .net

    We are going to write a wrapper around the CPP Mitai library to use it in a c# environment. Can you share your code? Thanks!

Part and Inventory Search

Back
Top