I have done so in mod_spidermonkey using mod_spidermonkey_curl and the stuff from json.org, but it should be similarly trivial in pretty much any of the embedded languages.
mike On Jul 28, 2008, at 11:03 PM, Erol Akarsu wrote: > Mike, > > Can you elaborate some and give some pointers to examples? > Where has you used json/rest type calls? > > Thanks > > > > ----- Original Message ---- > From: Michael Jerris <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, July 28, 2008 12:00:42 PM > Subject: Re: [Freeswitch-users] Calling web services, JMS or EJB > from freeswitch > > I have generally just used json/rest type calls, otherwise you would > have to use a lua addin or some code in js. We do have exposed the > curl library so all of the http socket handling should be done, just > no specifics of whatever protocol you want. > > Mike > On Jul 28, 2008, at 11:57 AM, Brian West wrote: > >> I think most if not all of this type of functionality is there in >> both >> lua and javascript. I highly recommend lua. >> >> /b >> >> On Jul 28, 2008, at 10:52 AM, Erol Akarsu wrote: >> >>> >>> >>> I am interested in calling web services,JMS or EJB from inside >>> freeswitch, using lua or javascript. >>> Is this functionality existing? >>> If not, how hard to add this function? >>> If it is not so difficult, then I can volunteer. >>> >>> Best Regards >>> >>> Erol Akarsu >> >> Brian West >> sip:[EMAIL PROTECTED] >> >> >> >> >> _______________________________________________ >> Freeswitch-users mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
