System Execution "Failure"?

I’ve done a bash script and I’m trying calling it using System directive:

exten => s,1,NoOp(Execute Bash CMD) exten => s,n,System(/usr/local/bin/<myscript>.sh <params>)

Than I can read:

But the script doesn’t run.

I set up asterisk as owner but nothing:

Any Idea?

Solved

Fullpath issue!