VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
technologyinspired at ... Guest
|
Posted: Tue Apr 21, 2009 3:36 pm Post subject: [Freeswitch-users] Asterisk Fast AGI like support from FreeS |
|
|
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 |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
|
Back to top |
|
|
mrene_lists at avgs.ca Guest
|
Posted: Tue Apr 21, 2009 3:57 pm Post subject: [Freeswitch-users] Asterisk Fast AGI like support from FreeS |
|
|
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!)
Mathieu
On 21-Apr-09, at 3:13 PM, technologyinspired wrote:
Quote: | 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
Freeswitch-users@lists.freeswitch.org
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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
jmesquita at gmail.com Guest
|
Posted: Tue Apr 21, 2009 4:01 pm Post subject: [Freeswitch-users] Asterisk Fast AGI like support from FreeS |
|
|
On Apr 21, 2009, at 4:13 PM, technologyinspired wrote:
Quote: | 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?
| ESL is the answer to your question. Take a look at the wiki. There is
a Python binding for it as well.
Quote: | 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.
| Ok, I don't see a problem there ...
Quote: |
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?
| Carefull with Django + FS. You could run over the problem that, since
FS is multi domain, you might want to have a SaaS sometime and Django
does not connect to multiple DBs with its native ORM. What kind of
pointers are you looking for?
Jmesquita
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
egghunt at gmail.com Guest
|
Posted: Tue Apr 21, 2009 4:03 pm Post subject: [Freeswitch-users] Asterisk Fast AGI like support from FreeS |
|
|
On Tue, Apr 21, 2009 at 5:47 PM, Mathieu Rene <mrene_lists@avgs.ca (mrene_lists@avgs.ca)> wrote:
Quote: | 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
--
Arnaldo M Pereira |
|
Back to top |
|
|
freeswitch at cartisso... Guest
|
Posted: Tue Apr 21, 2009 4:04 pm Post subject: [Freeswitch-users] Asterisk Fast AGI like support from FreeS |
|
|
I'm not sure what is meant by this. It's been ages since I did anything
with Asterisk so I grow senile. But shouldn't you just be able to use
django as your framework and bring the FS functionality into your
specific app (or into django if django supports modules) ?
One possibility is for your web app to interface with FS's event socket
or similar method.
Sorry I can't be of much more assistance...
--
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com
technologyinspired wrote:
Quote: | 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
Freeswitch-users@lists.freeswitch.org
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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
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
|