Jump to content

how to hookoff a call from delphi


AugustinMarc

Recommended Posts

Hello,

 

I just started to wirk with the ClientSDK and so far, I can make a call :-)

Thats not really hard to code, but to terminate the call is on another hand.

 To establish a call is simple:

var
  aLine: integer;
Begin
aLine := ClientLineMgr1.DispSelectedLineNumber;
ClientLineMgr1.DispSimpleDial(ed_Dial.Text);
end:

 But to terminate will not work :

TClientLine(ClientLineMgr1.DispGetLine(aLine)).DispHookOff;

So, who knows how to terminate thel call?

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.