This are my 2 notifications
iLine.NotifyIncomingCall(iStatus, iCallName);
iLine.NotifyMobileLineStatusChange(iStatus, iLineStatus);
if I receive notification on LineStatusChange I call
NotifyIncomingCallClose()
If I receive notification on IncomingCall I call
NotifyStatusChangeCancel()
but after I try to add a new notification on the line I just crashes !
Any help will be greatily appreciated, is there a example somewhere regarding this type of calling ?
Regards,

Reply With Quote

