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

MITAI hang-up

Status
Not open for further replies.

99dPit99

Programmer
Aug 19, 2015
1
GB
Hi

I'm trying to send a hang-up / cancel command to a handset.

I have a c# application successfully making calls on the MitaiClient80.dll but I am struggling to cancel the call.

This is my clear call command to the MitaiClient80.dll:

[DllImport(@"X:\Shared\bin\Mitel\MitaiClient80.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl, EntryPoint = "#33")]
public static extern int SX_ClearCall(__arglist);

But I am at a loss for what args to pass. Does anyone know?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top