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