Lua examples
About
This page will list all FreeSWITCH Lua examples.
- Lua Welcome IVR example - A simple Lua IVR to start with.
- Lua Intercom example - Calls a defined list of extensions that are not currently active in a call then auto answers the call.
- Lua MythTV alert example - Example to send alert to MythTV
- Lua Conference Room Management example - Simple conference room management
- Lua ASR TTS Directory example - Guide to configure automatic speech recognition (ASR) to look up users in a company directory
- Lua Directory example - Example of directory in Lua
- Lua Database agent login example - Simple agent login script using a PostgreSQL database
- Lua example Bridging two calls with retry
- Lua Fakecall responder example - Simulate random call answering and saying things for a random times once answered
- Lua Group Pickup example - Simulate group pickup as in Asterisk.
- Lua example Send mail when no answer - Test the bridge status and send mail to the destination's owner to notify the missed call.
- Lua TeleCaptcha example - script Tele-Captcha, this allows to act as a simple audio captcha to verify human.
- Lua Mail Call example
- Lua Mail on NoAnswer example