INSTALL 483 B

12345678910111213141516171819202122
  1. DEPENDENCIES
  2. ============
  3. The State Machine Compiler is needed for the freepy connection library to function.
  4. * wget http://ufpr.dl.sourceforge.net/sourceforge/smc/smc_5_0_0.tgz
  5. * tar xvfz smc_5_0_0.tgz
  6. * cd smc_5_0_0
  7. * cd lib
  8. * python setup.py install
  9. PYTHONPATH
  10. ==========
  11. - Add /path/to/freeswitch/scripts/socket to your PYTHONPATH
  12. TESTING
  13. =======
  14. - Copy/Paste the code from test1() in fshelper.py to your own test module
  15. - Adapt code as needed and run