programming Telephony controls

  • Thread starter Thread starter Emily
  • Start date Start date
E

Emily

Hi,

I'm trying to develop an application for monitoring incoming telephone
calls. I have caller ID on my telephone line and would the application
to make use of that. For example, I would it to monitor incoming calls
when I'm not home and save numbers in a file/database for later viewing.
Please could someone give me an idea as to what I need to do to take
advantage of the Caller ID system via controls available in Visual Basic
(telephony controls perhaps?). I've seen this in a number of offices and
thought it must somehow be possible to implement. If someone could give
me a push, I'd be most grateful. Thank you.

regards,

Emily
 
OK, that last response was pricless!

I don't know much about telephony, but a quick search of the MSDN revealed
the TAPI (Telephony API) and I found one entry that may be what you're
looking for.

Look up the lineGetCallInfo() function and the LINECALLINFO structure. It
seems that it returns everything you could ever want to know about the call,
including the CallerID Name and Number.


HTH,
Rocky
 
Rocky said:
OK, that last response was pricless!

It was indeed :)

I don't know much about telephony, but a quick search of the MSDN revealed
the TAPI (Telephony API) and I found one entry that may be what you're
looking for.

Look up the lineGetCallInfo() function and the LINECALLINFO structure. It
seems that it returns everything you could ever want to know about the call,
including the CallerID Name and Number.

Great! Thanks a lot Rocky, I'll give it a go.

cheers,

Emily
 
Hello Miss Emily
Hope u r fine... well desperately need a favor from u.. as I'm also
working on the same problem, on which u r or u have worked on.. I mean
the telephone one... have u done it..if yes,, can u plz plz plz plz send
me the source code of it..as I'm very tense at the moment..
thankx
 
Back
Top