freeswitch/scripts/lua
Andrew Siplas 5e895b28c7 FS-11444: Capture return code from `os.execute()`; stop attempting to concat boolean/nil to error string.
os.execute() returns [3
variables](f59e6a93c0/lauxlib.c (L286)).
Capture the 2nd (e.g. "exit") and 3rd (e.g. 0) in addition to the first
which would be merely `true` on success or `nil` on error.
2018-10-06 22:53:49 -04:00
..
portal add create user and gateway lua scripts 2014-03-15 00:15:02 +08:00
api.lua cleanup 2009-06-27 00:35:05 +00:00
callback.lua seek 0 starts over 2009-02-24 00:29:12 +00:00
directory.gram updated directory using asr/tts 2014-07-05 09:22:59 -05:00
directory.lua updated directory using asr/tts 2014-07-05 09:22:59 -05:00
helloworld.lua elaborate 2008-05-02 00:24:09 +00:00
lua_ivr.lua Commit an example of using the IVRMenu object to build the ivr in lua. 2016-10-31 12:27:13 -05:00
mwi_event.lua thanks CtRiX 2008-05-08 16:44:33 +00:00
originate.lua fix bad pointer memory snafu in wrapped language libs 2008-05-01 19:03:57 +00:00
sound_test.lua FS-11444: Capture return code from `os.execute()`; stop attempting to concat boolean/nil to error string. 2018-10-06 22:53:49 -04:00
tdd_echo.lua FS-9638 2016-11-10 12:09:00 -06:00
test_cond_api.lua testing example, need to form this into a framework 2015-07-02 09:53:48 -05:00
zrtp_agent.lua Use the right variable 2010-11-12 13:50:12 -06:00
zrtp_proxy_media.lua add zrtp_proxy_media.lua script to intelligently enable proxy_media mode 2012-03-06 22:38:44 +00:00
zrtp_sas_proxy.lua Add lua script for proxying ZRTP SAS values to legacy phones 2013-08-13 20:29:01 +00:00