freeswitch/scripts/socket/freepy
Traun Leyden f01fde034c add debugging information
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9008 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-13 03:14:44 +00:00
..
INSTALL broadcast wav functionality 2007-10-22 19:50:34 +00:00
README add debugging information 2008-07-13 03:14:44 +00:00
__init__.py improve logging a bit 2008-03-01 20:36:38 +00:00
apirequest.sm add debugging information 2008-07-13 03:14:44 +00:00
apirequest_sm.py add debugging information 2008-07-13 03:14:44 +00:00
bgapirequest.sm add debugging information 2008-07-13 03:14:44 +00:00
bgapirequest_sm.py add debugging information 2008-07-13 03:14:44 +00:00
fseventlistener.py attempt to fix data must not be unicode error 2008-04-28 04:02:34 +00:00
fshelper.py transfer calls 2007-10-26 05:52:41 +00:00
globals.py forgot to check something in 2008-03-02 17:23:02 +00:00
loginrequest.sm add debugging information 2008-07-13 03:14:44 +00:00
loginrequest_sm.py add debugging information 2008-07-13 03:14:44 +00:00
models.py event_socket connection lib for twisted python apps 2007-10-07 16:47:10 +00:00
request.py add debugging information 2008-07-13 03:14:44 +00:00

README

DESCRIPTION
===========

Socket library to interface w/ freeswitch mod_event_socket from Twisted python applications.  Used by WikiPBX for all non-http communication w/ Freeswitch.

Install
=======

See INSTALL

Rebulding State Machines
========================
for each .sm file:

java -jar /usr/src/smc/bin/Smc.jar -python -g THE.sm

and loginrequest.sm -> loginrequest_sm.py with the state machine.

TODO: create a Makefile to do this stuff
TODO: use Miro Samek's HSM framework instead of SMC