Hi I would like to write python dialplan applications how do I make it working with fusion? <action application="python"
Does it work out of the box or I need to configure some stuff?
Thanks
OK I installed it with apt-get install freeswitch-mod-python
I added to modules.conf.xml <load module="mod_python"/>
what's the next step I need to do?
I had to do the same for mod_v8 to use javascript:
1. installed it with apt-get install freeswitch-mod-v8
2. added to modules.conf.xml <load module="mod_v8"/>
3. fs_cli -x "reloadxml"
4. had to reboot box to get it to work