Mitel Forums - The Unofficial Source

Mitel Forums => Mitel MiVoice Business/MCD/3300 => Topic started by: haltun on February 20, 2009, 09:32:37 AM

Title: 3300 development issue
Post by: haltun on February 20, 2009, 09:32:37 AM
Hi,

I am new to Mitel development. What I want to to is to retrieve callerId for any DN.
we have mitel Mitel 3300 ICP.

I couldn't execute mitel sample applications.
can you give me small running code sample.

also, is there any way to program mitel API using other than C++.

thanks in advance..
Title: Re: 3300 development issue
Post by: chadmaynard on February 20, 2009, 11:46:05 AM
Which API are you using?
Title: Re: 3300 development issue
Post by: haltun on February 23, 2009, 03:19:21 AM

I am using MitaiClient.dll and MitaiClient.lib.



Title: Re: 3300 development issue
Post by: chadmaynard on February 23, 2009, 04:55:04 PM
I don't have a copy of that particular DLL in front of me but I assume it is written in C++ and has exported functions so that you can call them from your application. If this is true then you can use any language that can load up a DLL: C, C++, Python, C#, JAVA... and the list goes on an on since most languages can do this. What programming language do you want to try?
Title: Re: 3300 development issue
Post by: haltun on February 24, 2009, 01:30:05 AM

you cannot help me if you never done any programming for mitel.
there is a lib file which is mitelclient.lib. It is a C++ library.
I prefer to use c#, if possible.

Is it the right place to ask development related questions ?

regards.
Title: Re: 3300 development issue
Post by: chadmaynard on February 24, 2009, 03:59:27 PM
Haha. Ok.
Title: Re: 3300 development issue
Post by: septopus on June 19, 2009, 03:10:45 PM
haltun, did you ever get anywhere with this?  I am in the same boat as you, go the SDK but need to use it with VB.NET.  If you got anywhere towards a solution I would be very greatful to hear how you did it.  Thanks!