Python

Status
Not open for further replies.

agree

Member
Aug 26, 2018
135
24
18
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
 
Last edited:

agree

Member
Aug 26, 2018
135
24
18
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?
 

agree

Member
Aug 26, 2018
135
24
18
sure I did!
anyhow I start using lua it's the recommended one by freeswitch over all others
 

jsteel

New Member
Feb 9, 2017
28
3
3
53
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
 
  • Like
Reactions: shabhaz

agree

Member
Aug 26, 2018
135
24
18
I got it working but I had difficulties to execute the python scripts from the dialplans
 
Status
Not open for further replies.