On Tue, Apr 21, 2009 at 5:47 PM, Mathieu Rene <[email protected]> wrote:
> You can use ESL (Event Socket Library) to talk to freeswitch and do > the same thing as fastagi. > > Check out http://wiki.freeswitch.org/wiki/Esl (it builds a native > python module too!) There's also the eventsocket protocol for twisted, which allows one to create inbound and outbound socket apps within the same code: http://code.google.com/p/eventsocket > > > Mathieu > > On 21-Apr-09, at 3:13 PM, technologyinspired wrote: > > > Hello users, > > > > I am new to FreeSwitch. I have used Asterisk a lot but now want to > > use FreeSwitch. Presently I write complex Asterisk applications > > using Fast AGI in Python. How could I achieve the same from > > FreeSwitch? The main reason is that the server has heavy call load > > and I want to shift that load on two systems one the FreeSwitch and > > another the application server. > > > > Could you also give a pointer to such an example or documentation > > where it says how to run FreeSwitch applications in client server > > mode (Fast AGI mode in Asterisk). Is there any good documentation on > > mod_python + Django support in FreeSwitch? > > > > Thanks, > > > > Regards, > > Vin > > _______________________________________________ > > 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 > -- Arnaldo M Pereira
_______________________________________________ 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
