mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
add debugging information
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9008 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
|
||||
Socket library to interface w/ freeswitch mod_event_socket from Twisted python applications.
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user