Choosing The Right Language
From FreeSWITCH Wiki
Revision as of 14:30, 3 February 2010 by Diego.viola (Talk | contribs)
This aims to provide information to aid in choosing a scripting language for FreeSWITCH.
You have a lot of options when choosing how to extend FreeSWITCH's functionality.
- Use a scripting language and execute it from the FreeSWITCH dialplan.
- JavaScript via mod_spidermonkey.
- Lua via mod_lua.
- Python via mod_python.
- Write a full freeswitch module.
- Use the event socket.
The pros and cons of each one will be covered below.

