Hi All, Did anyone came across a 411 XML service I can feed to the "service" button with XML? Some other feed I can manipulate to XML query? Assaf Benharoosh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041004/dbf552ac/attachment.htm
On Mon, 2004-10-04 at 14:11, Assaf Benharoosh wrote:> Hi All, > Did anyone came across a 411 XML service I can feed to the "service" > button with XML? > Some other feed I can manipulate to XML query? > > Assaf Benharoosh >The Wiki has reference to the structure of the XML files for the Cisco 79XX phones (link below). Since it pulls the data from a URL, you could create a PHP, Perl... whatever kind of page you want that builds the proper XML output. I use static files at home because of the simplicity of my installation. http://www.voip-info.org/wiki-Asterisk%20Cisco%2079XX%20XML%20Services On that same page there are a couple links to services you can use, but none of them are really that useful to the random Joe other than getting weather or zip code information, but there's plenty of information there to get you building your own solution! Mitch Sharp Innovative Solutions
I've been looking into those- the XML programming is not the problem- the question is if there's a known way to query some online 411 database for US numbers. Assaf Benharoosh -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mitchell S. Sharp Sent: Monday, October 04, 2004 3:38 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Cisco XML 411 Interface On Mon, 2004-10-04 at 14:11, Assaf Benharoosh wrote:> Hi All, > Did anyone came across a 411 XML service I can feed to the "service" > button with XML? > Some other feed I can manipulate to XML query? > > Assaf Benharoosh >The Wiki has reference to the structure of the XML files for the Cisco 79XX phones (link below). Since it pulls the data from a URL, you could create a PHP, Perl... whatever kind of page you want that builds the proper XML output. I use static files at home because of the simplicity of my installation. http://www.voip-info.org/wiki-Asterisk%20Cisco%2079XX%20XML%20Services On that same page there are a couple links to services you can use, but none of them are really that useful to the random Joe other than getting weather or zip code information, but there's plenty of information there to get you building your own solution! Mitch Sharp Innovative Solutions _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I'll put it in development and post when ready. It doesn't give me forward lookup. Assaf Benharoosh -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt Darnell Sent: Monday, October 04, 2004 5:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Cisco XML 411 Interface On Mon, 4 Oct 2004 15:46:47 -0400, Assaf Benharoosh <ab@franticllc.com> wrote:> > I've been looking into those- the XML programming is not the problem- > the question is if there's a known way to query some online 411 > database for US numbers. > > Assaf BenharooshHere are some Perl modules that will provide the info you need. You would just need to wrap them up. http://search.cpan.org/~glennwood/Scraper-3.05/lib/WWW/Scraper/Google.pm Does a scrape of google. They have lots of phone numbers. http://search.cpan.org/~kennedyh/Number-Phone-US-1.5/lib/Number/Phone/US .pm Does phone number validation for US phone numbers. They have modules for all around the world http://search.cpan.org/~phocus/revphone-0.01/lib/revphone.pm Uses anywho.com and mines a reverse phone number lookup That would be a cool XML app someone could write and put on the web. You could wrap other sites like whitepages.com Aloha, Matt _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users