Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-14 Thread Gilles
On Thu, 13 Jan 2011 17:59:10 -0500, Bruce B bruceb...@gmail.com
wrote:
http://bestof.nerdvittles.com/applications/screenpop/But better thing
would be to a have TAPI for outlook to query Outlook contact as well because
it allows for making notes on the contact. I am willing to pay for that if
it is added to URANG II

Has someone tried IdentaPop?

www.identafone.com/cidpop.html


--
_
-- 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


Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-14 Thread Bruce B
I tried a lot of these softwares in the past few days and lots of them are
just a pile of .. lots of compatibility issues with various versions of
Outlook and Windows or simply don't do either of inbound or outbound.
However, I have been testing Ingeniussoftware and their product so far works
with Inbound and pulls up Outlook contact. Haven't tried outbound.



On Fri, Jan 14, 2011 at 9:19 AM, Gilles codecompl...@free.fr wrote:

 On Thu, 13 Jan 2011 17:59:10 -0500, Bruce B bruceb...@gmail.com
 wrote:
 http://bestof.nerdvittles.com/applications/screenpop/But better thing
 would be to a have TAPI for outlook to query Outlook contact as well
 because
 it allows for making notes on the contact. I am willing to pay for that if
 it is added to URANG II

 Has someone tried IdentaPop?

 www.identafone.com/cidpop.html


 --
 _
 -- 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

[asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Carlos Chavez
Anyone has a good recommendation for a Windows program that will open a
browser URL when your phone receives a call?  We had been using Yaacid
but since it is no longer being developed we need to look for an
alternative.  It should be light weight and work on all versions of
Windows.

-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
--
_
-- 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

Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Carlos Chavez
Sent: Thursday, January 13, 2011 11:37 AM
To: Asterisk
Subject: [asterisk-users] CallerID and URL pop up for windows...

Anyone has a good recommendation for a Windows program that will
open a
browser URL when your phone receives a call?  We had been using Yaacid
but since it is no longer being developed we need to look for an
alternative.  It should be light weight and work on all versions of
Windows.

This might be useful (or not)
http://articleresource.org/internet-and-businesses-online/web-hosting/use-de
sktop-pop-up-application-with-asterisk-pbx-111454

Unless you need a canned app, this would be an easy program to develop on
your own.  The easiest way (IMO) to do this would be to put a small
instance of Apache on your Asterisk server and run a CGI program that
interfaces to the local instance of Asterisk and pops a new window when a
call comes in.  This would have the added benefit of being self-contained on
the Asterisk machine (no programs to install or ports to open).


--
_
-- 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


Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Gilles
On Thu, 13 Jan 2011 13:06:36 -0600, Danny Nicholas
da...@debsinc.com wrote:
Unless you need a canned app, this would be an easy program to develop on
your own.  The easiest way (IMO) to do this would be to put a small
instance of Apache on your Asterisk server and run a CGI program that
interfaces to the local instance of Asterisk and pops a new window when a
call comes in.

What about a single-EXE Windows app that would connect to the Asterisk
Manager Interface and display CID information when a call comes in?


--
_
-- 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


Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Danny Nicholas
-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gilles
Sent: Thursday, January 13, 2011 4:14 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] CallerID and URL pop up for windows...

On Thu, 13 Jan 2011 13:06:36 -0600, Danny Nicholas
da...@debsinc.com wrote:
Unless you need a canned app, this would be an easy program to develop on
your own.  The easiest way (IMO) to do this would be to put a small
instance of Apache on your Asterisk server and run a CGI program that
interfaces to the local instance of Asterisk and pops a new window when a
call comes in.

What about a single-EXE Windows app that would connect to the Asterisk
Manager Interface and display CID information when a call comes in?

Not a bad idea, but possibly a security hole in that the AMI password
would have to be imbedded in the application.


--
_
-- 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


Re: [asterisk-users] CallerID and URL pop up for windows...

2011-01-13 Thread Bruce B
What you need already exists:

http://bestof.nerdvittles.com/applications/screenpop/

http://bestof.nerdvittles.com/applications/screenpop/But better thing
would be to a have TAPI for outlook to query Outlook contact as well because
it allows for making notes on the contact. I am willing to pay for that if
it is added to URANG II

-Bruce

On Thu, Jan 13, 2011 at 5:30 PM, Danny Nicholas da...@debsinc.com wrote:

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gilles
 Sent: Thursday, January 13, 2011 4:14 PM
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] CallerID and URL pop up for windows...

 On Thu, 13 Jan 2011 13:06:36 -0600, Danny Nicholas
 da...@debsinc.com wrote:
 Unless you need a canned app, this would be an easy program to develop on
 your own.  The easiest way (IMO) to do this would be to put a small
 instance of Apache on your Asterisk server and run a CGI program that
 interfaces to the local instance of Asterisk and pops a new window when a
 call comes in.

 What about a single-EXE Windows app that would connect to the Asterisk
 Manager Interface and display CID information when a call comes in?

 Not a bad idea, but possibly a security hole in that the AMI password
 would have to be imbedded in the application.


 --
 _
 -- 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