freeswitch/scripts/socket/freepy
2008-07-13 04:10:52 +00:00
..
__init__.py fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default 2008-07-13 04:10:52 +00:00
apirequest_sm.py add debugging information 2008-07-13 03:14:44 +00:00
apirequest.sm add debugging information 2008-07-13 03:14:44 +00:00
bgapirequest_sm.py fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default 2008-07-13 04:10:52 +00:00
bgapirequest.sm fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default 2008-07-13 04:10:52 +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 fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default 2008-07-13 04:10:52 +00:00
INSTALL
loginrequest_sm.py add debugging information 2008-07-13 03:14:44 +00:00
loginrequest.sm add debugging information 2008-07-13 03:14:44 +00:00
models.py
README fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default 2008-07-13 04:10:52 +00:00
request.py fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default 2008-07-13 04:10:52 +00:00

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

Debugging
=========

Set FREEPY_DEBUG_ON = True in globals.py

TODO: pull this from an environment variable or a config file

Rebulding State Machines
========================

(you only need to do this if you changed an .sm file)

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