c# - Idendifying caller number. What is the easiest way? -


i have pc , voip phone. when calls account , answer using voip phone, want phone number stored on pc.

what easiest way receive caller number? finding voip java/c# sdk , developing application (just caller number) way or there clever shortcuts?

note: familiar softphones displaying callerid there no (reasonble, non hack'ish) way can read softphone.

depending on softphone might able configure save calls log. alternatively obtain cdrs (call detail records) voip server.

another route go monitor incoming voip tcp connections , extract caller data sniffed packets.

or write small program run in background , check periodically active window. if active window softphone, take screenshot , dump folder.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -