I am using the ActiveX supplied by skype, I am using VB.NET 2005
This event doesnt trigger if the other party presses the dialpad.
Private Sub AxSkype_CallDtmfReceived(ByVal sender As Object, ByVal e As AxSKYPE4COMLib._ISkypeEvents_CallDtmfReceivedEvent) Handles AxSkype.CallDtmfReceived
MsgBox("Hello world")
End Sub
Scenario:
A calling party will push any number on the keypad to send DTMF and the application will receive the DTMF.
Anyone have the idea on this? Thank you in advance
Best Regards,
erwinpogz