> I get a somewhat minimal set of standard shell environment variables > (BASH*, HOSTNAME, PWD, TERM, etc) including the same PATH environment > variable I passed to Asterisk when it was started. > That just means that you cant rely on environment variables in the script that you execute and you must make sure your script is fully aware of anything it needs to know about itself. IE, dont rely on a path being setup and enter full paths to all commands / executables or any other variables and explicitly define them in the script - no different to running jobs from Cron etc that dont have a full shell environment.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
