Link to home
Start Free TrialLog in
Avatar of tradinfo
tradinfo

asked on

How to detect incoming/outcoming phone calls ?

Hello,
do you know where I can find a sample code which allow an automatic detectection of incoming and outcoming phone calls (phone numbers) iin (Visual) C++ ?


Thanks in advance !
Best regards.
David.
ASKER CERTIFIED SOLUTION
Avatar of bkfirebird
bkfirebird

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi tradinfo,
A Hayes standard (using "AT" commands) modem will send "RING" over the serial line if it is configured correctly. Even most  ISDN modems support this. Nice for toying around.

But detecting phone numbers is probably better with TAPI/TSPI.


Cheers,
Stefan