Riccardo Magliocchetti wrote:
Hi,
i'm having some trouble with get_fs_connections() which is returning
nothing. The strange thing is that the telephony side is fine and i see
freeswitch xml requests in the logs.
wikipbx is bzr 223, freeswitch is 1.0.6.
Some time ago I was able to make it work rebuilding FreeSSWITCH ESL
python interface.
1. I've installed latest SWIG (2.0.0)
2. Rebuild SWIG generated files in libs/esl/python directory:
make reswig
3. Then in libs/esl/ directory:
make clean; make pymod
After that wikipbx was able to call ESL functions properly.