Discussion:
TAPI & PPC : phonecall problem
(too old to reply)
Yves Caudron
2005-06-30 14:04:04 UTC
Permalink
Hi all,

I have developped a phonecall functionnality for my PPC application. It
works but I have an unpredictable problem.

First of all, some feature of my config: I am developping for Qtek 2020 and
9090 (both), with embedded Visual C++ (4.0 Sp4).

To make a phonecall, I used the following TAPI functions (like Microsoft
Dialit sample):

- lineInitialize
- lineNegotiateAPIVersion
- lineGetDevCaps
- lineOpen
- lineMakeCall

and then (after conversation):

- lineGetCallStatus
- lineDrop (if needed)
- lineDeallocateCall
- lineClose
- lineShutdown

I am also using a callback function to manage line messages, info and
states.

it can work correctly 20 times then crash or it can crash during the first
call. Apparently the crash (application freezing) comes after lineMakeCall
during line reply waiting.

Did you already heard anything about this kind of problem?

Please I need some help, it becomes very important and very urgent.

Best Regards
--
@+
Yves
Andreas Marschall [MVP TAPI]
2005-06-30 14:13:37 UTC
Permalink
Post by Yves Caudron
I have developped a phonecall functionnality for my PPC application. It
works but I have an unpredictable problem.
Yves,
If you post the same message to several newsgoups don't multi-post (send it
several times) but cross-post (send it one time with all the newsgroups
separated by comma) it.

It is recommended to post TAPI questions only to the managed TAPI newsgroup:
microsoft.public.win32.programmer.tapi
See my TAPI and TSPI FAQ:
Q: What newsgroups are covering TAPI ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_What_newsgroups
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
Yves Caudron
2005-06-30 14:30:37 UTC
Permalink
Post by Andreas Marschall [MVP TAPI]
Post by Yves Caudron
I have developped a phonecall functionnality for my PPC application. It
works but I have an unpredictable problem.
Yves,
If you post the same message to several newsgoups don't multi-post (send it
several times) but cross-post (send it one time with all the newsgroups
separated by comma) it.
microsoft.public.win32.programmer.tapi
Q: What newsgroups are covering TAPI ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_What_newsgroups

Ok Andreas, sorry for that
--
@+
Yves
Loading...