freeswitch/scripts/python/freepy
areski b0e86e65cf misc of python pep8 fixes 2014-07-03 13:46:56 +02:00
..
INSTALL more clean up 2009-06-27 00:40:56 +00:00
README more clean up 2009-06-27 00:40:56 +00:00
__init__.py update copyright header for 2014 2014-02-12 12:08:56 -06:00
apirequest.sm more clean up 2009-06-27 00:40:56 +00:00
apirequest_sm.py more clean up 2009-06-27 00:40:56 +00:00
bgapirequest.sm more clean up 2009-06-27 00:40:56 +00:00
bgapirequest_sm.py more clean up 2009-06-27 00:40:56 +00:00
fseventlistener.py update copyright header for 2014 2014-02-12 12:08:56 -06:00
fshelper.py misc of python pep8 fixes 2014-07-03 13:46:56 +02:00
globals.py more clean up 2009-06-27 00:40:56 +00:00
loginrequest.sm more clean up 2009-06-27 00:40:56 +00:00
loginrequest_sm.py more clean up 2009-06-27 00:40:56 +00:00
models.py misc of python pep8 fixes 2014-07-03 13:46:56 +02:00
request.py misc of python pep8 fixes 2014-07-03 13:46:56 +02: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

Using/Examples
==============

The WikiPBX project uses this lib heavily, so looking at that code (wikipbx.org) is a good example until more docs are added.


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