Traun Leyden 1daedabfbb improve debuggability
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9583 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 00:07:15 +00:00
..
2008-09-18 00:07:15 +00:00
2008-07-13 03:14:44 +00:00
2008-07-13 03:14:44 +00:00
2007-10-26 05:52:41 +00:00
2008-09-18 00:07:15 +00:00
2007-10-22 19:50:34 +00:00
2008-07-13 03:14:44 +00:00
2008-07-13 03:14:44 +00:00
2008-09-11 22:25:35 +00:00
2008-09-18 00:07:15 +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

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