[asterisk-users] How to implement outlook popup

Olivier oza_4h07 at yahoo.fr
Tue Feb 14 11:24:26 CST 2012


2012/2/14, Luke Hamburg <luke at solvent-llc.com>:
> Try TAPIRex
> http://www.tapirex.com/en/
>
> It's not free, but I've been using it with Asterisk + Outlook 2010
> successfully.  Users can also click on the screenpop and it will open up the
> contact in Outlook.  Pretty handy.  You will need to make dialplan
> modifications to send out the call info to the user's workstations.  TAPIRex
> implements a YAC listener on port 10629 so something like
>
> same => n,Set(cnam=CALLERID(name))
> same => n,Set(cnum=CALLERID(num))
> same => n,System(echo -e -n @CALL${cnam}~${cnum}|nc -w 1
> ${IP_of_screenpop_user} 10629)
>
> That code hasn't been tested -- it's just an example.
>
It's interesting : I'll give it close look !

>
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier
> Sent: Tuesday, February 14, 2012 5:56 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [asterisk-users] How to implement outlook popup
>
> Hi,
>
> For an RFP, I need to implement screen popup where caller names are searched
> in outlook folders.
> I would both consider free or paid solutions.
>
> Regards
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
> Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list