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
api.lua
callback.lua
directory.gram
directory.lua
helloworld.lua
lua_ivr.lua
mwi_event.lua
originate.lua
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
zrtp_agent.lua
zrtp_proxy_media.lua
zrtp_sas_proxy.lua