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
Post a Comment