VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
atux at null.net Guest
|
Posted: Thu Jun 11, 2015 5:45 am Post subject: [asterisk-users] asterisk & google contacts |
|
|
Hello everyone. i am running an asterisk server and i would like to have the contacts from google.
so every inbound call with fetch the caller ID from google contacts and present it to my screen.
could someone help me on that please? |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Thu Jun 11, 2015 6:06 am Post subject: [asterisk-users] asterisk & google contacts |
|
|
On Thursday 11 Jun 2015, tux john wrote:
Quote: | Hello everyone. i am running an asterisk server and i would like to have
the contacts from google. so every inbound call with fetch the caller ID
from google contacts and present it to my screen.
|
This is really three problems, as follows:
(1) Accessing the Google Contacts API to retrieve someone's details based on
their phone number.
(2) Passing the incoming caller's number to an AGI script.
(3) Displaying the details retrieved from Google on your screen.
Presuming you already know how to write a program to look up a Google
contact's details from their phone number, you just need to turn that into an
AGI script. Then, in your dialplan, pass the incoming number to that script.
If you want Asterisk itself to have anything to do with the Google data, you
will have to return them by setting channel variables within the script. Or
if you are going to use some external means to pass the data to the user, then
you can have your script fork itself, detach and return straight away.
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
atux at null.net Guest
|
Posted: Thu Jun 11, 2015 8:32 am Post subject: [asterisk-users] asterisk & google contacts |
|
|
I am afraid i do not know how to write that. Sent: Thursday, June 11, 2015 at 2:05 PM From: "A J Stiles" <asterisk_list@earthshod.co.uk> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Subject: Re: [asterisk-users] asterisk & google contacts
On Thursday 11 Jun 2015, tux john wrote: > Hello everyone. i am running an asterisk server and i would like to have > the contacts from google. so every inbound call with fetch the caller ID > from google contacts and present it to my screen. This is really three problems, as follows: (1) Accessing the Google Contacts API to retrieve someone's details based on their phone number. (2) Passing the incoming caller's number to an AGI script. (3) Displaying the details retrieved from Google on your screen. Presuming you already know how to write a program to look up a Google contact's details from their phone number, you just need to turn that into an AGI script. Then, in your dialplan, pass the incoming number to that script. If you want Asterisk itself to have anything to do with the Google data, you will have to return them by setting channel variables within the script. Or if you are going to use some external means to pass the data to the user, then you can have your script fork itself, detach and return straight away. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk . -- _____________________________________________________________________ -- 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 |
|
Back to top |
|
|
mitul at enterux.in Guest
|
Posted: Thu Jun 11, 2015 8:35 am Post subject: [asterisk-users] asterisk & google contacts |
|
|
In that case you would have to take some professional help.
Mitul
On Thursday, June 11, 2015, tux john <atux@null.net (atux@null.net)> wrote:
Quote: | I am afraid i do not know how to write that.
Sent: Thursday, June 11, 2015 at 2:05 PM
From: "A J Stiles" <[url=javascript:_e(%7B%7D,'cvml','asterisk_list@earthshod.co.uk');]asterisk_list@earthshod.co.uk[/url]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[url=javascript:_e(%7B%7D,'cvml','asterisk-users@lists.digium.com');]asterisk-users@lists.digium.com[/url]>
Subject: Re: [asterisk-users] asterisk & google contacts
On Thursday 11 Jun 2015, tux john wrote:
Quote: | Hello everyone. i am running an asterisk server and i would like to have
the contacts from google. so every inbound call with fetch the caller ID
from google contacts and present it to my screen.
|
This is really three problems, as follows:
(1) Accessing the Google Contacts API to retrieve someone's details based on
their phone number.
(2) Passing the incoming caller's number to an AGI script.
(3) Displaying the details retrieved from Google on your screen.
Presuming you already know how to write a program to look up a Google
contact's details from their phone number, you just need to turn that into an
AGI script. Then, in your dialplan, pass the incoming number to that script.
If you want Asterisk itself to have anything to do with the Google data, you
will have to return them by setting channel variables within the script. Or
if you are going to use some external means to pass the data to the user, then
you can have your script fork itself, detach and return straight away.
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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
|
--
Regards,
Mitul Limbani,
Business Head,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mitul@enterux.in (mitul@enterux.in)
DID: +91-22-71967196
Cell: +91-9820332422 |
|
Back to top |
|
|
mdupuis at ocg.ca Guest
|
Posted: Thu Jun 11, 2015 9:31 am Post subject: [asterisk-users] asterisk & google contacts |
|
|
Take a look at the smartCID script available from www.telium.ca
It does a web based CID lookup on incoming calls, you can at least use that as a starting point for development...
From: asterisk-users-bounces@lists.digium.com <asterisk-users-bounces@lists.digium.com> on behalf of tux john <atux@null.net>
Sent: Thursday, June 11, 2015 9:32 AM
To: Asterisk Users List
Cc: Asterisk Users List
Subject: Re: [asterisk-users] asterisk & google contacts
I am afraid i do not know how to write that. Sent: Thursday, June 11, 2015 at 2:05 PM
From: "A J Stiles" <asterisk_list@earthshod.co.uk>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] asterisk & google contacts
On Thursday 11 Jun 2015, tux john wrote:
Quote: | Hello everyone. i am running an asterisk server and i would like to have
the contacts from google. so every inbound call with fetch the caller ID
from google contacts and present it to my screen.
|
This is really three problems, as follows:
(1) Accessing the Google Contacts API to retrieve someone's details based on
their phone number.
(2) Passing the incoming caller's number to an AGI script.
(3) Displaying the details retrieved from Google on your screen.
Presuming you already know how to write a program to look up a Google
contact's details from their phone number, you just need to turn that into an
AGI script. Then, in your dialplan, pass the incoming number to that script.
If you want Asterisk itself to have anything to do with the Google data, you
will have to return them by setting channel variables within the script. Or
if you are going to use some external means to pass the data to the user, then
you can have your script fork itself, detach and return straight away.
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|