Upgrade 3CX to v18 and get it hosted free!

Asterisk func shell

Author image

Executes a command as if you were at a shell. Introduced in Asterisk 1.6.x.

Description:

SHELL(command)
Runs command and returns its output

Notes

Uses /bin/sh , regardless of what shell you actually set for Asterisk.

Return value

The output of the command

For single line output, you often will need to trim the last character, which may be a newline character. Depending on your script, if the script sends a newline, you will need to use something like:
${SHELL(echo 123):0:-1}

Example

In AEL2 script, variable result is valued to 1 if /etc/asterisk/asterisk.conf file exists, or 0 otherwise :

Set(result=${SHELL(test -f /etc/asterisk/asterisk.conf && echo -n 1 || echo -n 0)});
NoOp(result is ${result});

See also


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.

Related Posts:

Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.