Reading the phone number of incoming call on ISDN modem

  • Thread starter Thread starter Jaroslaw Sos
  • Start date Start date
J

Jaroslaw Sos

Hello,

I would like to implement a small program that shows me the phone number
(if sent by the provider) of the calling person. My computer is
connected to the phone through an ISDN card. It's the same feature
I already have on my phone display :-).Is there a way in c# to acomplish
this?

Thanks for any help
Jaroslaw
 
Jaroslaw,

Natively, no, there isn't a way. The only way to do this, I would
think, is to access the connection through the RAS api, which you will have
to call through the P/Invoke layer.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top