<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 09/03/2016 12:54 AM, Abhik Biswas
wrote:<br>
</div>
<blockquote
cite="mid:MAXPR01MB01383F24D1772BC4BA7A3C7DDCE40@MAXPR01MB0138.INDPRD01.PROD.OUTLOOK.COM"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">I am a recent adopter of FS and sorry if
this has been addressed many times before.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I would like the incoming call on FS pop
up screen or update a page on my desktop. I need to know how
this incoming call event can be captured and the Caller-id be
picked up from the same.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Based on the above I am assuming a
notification can be sent to the webpage.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Abhik</p>
</div>
</blockquote>
<br>
You could use mod_cidlookup to trigger the pop-up. If you are using
Odoo, <a class="moz-txt-link-freetext" href="https://github.com/treveradams/connector-telephony">https://github.com/treveradams/connector-telephony</a> branches
freeswitch-odooversion or logcall-odooversion may have examples. The
modules in logcall and freeswitch_click2dial (scripts directory) may
have some relevant ideas even if you aren't using Odoo. If you are
using mod_verto and not just webrtc, I am sure you can easily do
this in other ways, but at least the example client (haven't tried
verto communicator) does a pop-up of sorts.<br>
<br>
Trever<br>
</body>
</html>