Upgrade 3CX to v18 and get it hosted free!

Asterisk func stat

Author image

Synopsis:

Does a check on the specified file (NEW in Asterisk 1.4)

Description:

STAT(<flag>,<filename>)

flag may be one of the following:

  • d: Checks if the file is a directory
  • e: Checks if the file exists
  • f: Checks if the file is a regular file
  • m: Returns the file mode (in octal)
  • s: Returns the size (in bytes) of the file
  • A: Returns the epoch at which the file was last accessed
  • C: Returns the epoch at which the inode was last changed
  • M: Returns the epoch at which the file was last modified

Notes

  • *CLI> show function STAT

Return value

Returns the resulting string.

Example

exten => s,1,Set(foo=${STAT(s,/var/t3)})

See Also

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.