> > I'm working on screen pop functionality for XRMS, an open source CRM/SFA > package. I would be very interested to see your jabber implementation.
Screen pop is probably a strong term for what I'm doing - just sending a message through Jabber. I like that it queues when I'm offline. Not much to it, I echoed some info to "sendxmpp" (http://www.djcbsoftware.nl/code/sendxmpp/) which gets it to a Jabber server. > > >The easiest way to do this is using ServiceObjects "GeoPhone" web service > - > >although it's expensive for small shops (free trial, but $50+/mo after > >that). The interface would be pretty simple using Perl and SOAP::Lite, > if > >one knew Perl. Which, after a few hours of tinkering, I can safely say I > >don't. > > > > > > Where can I find out more about GeoPhone? (Google didn't produce any > obvious results on the name.) > Sorry - www.serviceobjects.com > >My question is twofold: > >Has anyone written an interface to this by any chance? > >Or even better - > >Has anyone written an interface to Google's search, which appears to have > >free reverse # lookup? > > > > > > Are refering to a Google API implementation or just opening the google > search page? > If you just want a search page, use > http://www.google.com/search?q=$phone_number > Either.. I would think the XML interface would be cleaner, but I suppose you could screen scrape HTML queries. The API has 1,000 query limit, but I'm only getting a handful of calls a day, so that's not an issue. _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
