|
Posted by Sergey on October 12, 2006, 10:44 am
Please log in for more thread options
I use TAPI lineDrop routine call to drop the call in DATA mode:
- rc = lineDrop(hcall, NULL, 0);
lineDrop returns a positive value and I call lineDeallocateCall to
deallocate handle:
- rc = lineDeallocateCall(hcall);
lineDrop returns LINEERR_INVALCALLSTATE and it seems that call is not
in the idle state.
And after that my TAPI message handler doesn't receive any disconnect
messages.
TAPI message handler receive disconnect message only after other side
droped the line.
This problem appeares only on smartphone devices (Qtek 8300 and 8500).
On PDA (HP 6515, Qtek s100, MIO A-70x) these routines calls work
without any problems.
What is specific in TAPI lineDrop and lineDeallocateCall calls on
smartphone devices?
|