| Server IP : 189.126.111.107 / Your IP : 216.73.217.69 Web Server : Apache System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64 User : gadotticar ( 1000) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/freeswitch-1.10.12/scripts/python/freepy/ |
Upload File : |
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