TAPI &TE_GATHERDIGITS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’m developing an application based on TAPI3.1 in IDE VC++.net under OS WindowsXP over a voice modem. My question is how to invoke TE_GATHERDIGITS? Would you please send sample codes to me? Or any other suggestions
Thanks in advance
 
eastdragon68cn said:
I'm developing an application based on TAPI3.1 in IDE VC++.net under OS
WindowsXP over a voice modem. My question is how to invoke TE_GATHERDIGITS?
Would you please send sample codes to me? Or any other suggestions?

If you are using modem / UniModem.TSP then only monitor digits (TE_DIGITEVENT)
is supported. Gather digit (TE_GATHERDIGITS) is not supported.

--
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.
 
Back
Top