[Freeswitch-users] lua calling bash script not working
Mike Jerris
mike at freeswitch.org
Mon Sep 16 20:09:45 UTC 2019
There was some things fixed quite a long time ago with stack size in shelled scripts, newer freeswitch might help. 1.6 is EOL over 2 years ago now
> On Sep 13, 2019, at 8:09 AM, Joli Martinez <mrjoli021 at gmail.com> wrote:
>
> I have a batch script that needs to run when a call comes in. I created a lua script that gathers all the variables needed and sends it to the bash script. If I run the lua script from the linux cli the script calls the bash script without any issues and it executes correctly. Now when I make a call the bash script does not get called. I have outputted messages before and after the call to the script and they show up on the fs_cli, but again my bash script which is the middle of both messages does not get called.
>
> I am running Debian 8 on FS 1.6. Both my scripts are in /usr/share/freeswitch/scripts/
>
> I have validated that all the permissions are the same on both scripts. What am I missing?
>
More information about the FreeSWITCH-users
mailing list