Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-18-ff80a61

...

Generate a SHA1 digest via the SHA1 algorythm.

Code Block
titleExample: Set sha1hash variable to SHA1 hash of junky
linenumberstrue


exten => s,1,Set(sha1hash=${SHA1(junky)})

...



The example above sets the asterisk variable sha1hash to the string 60fa5675b9303eb62f99a9cd47f9f5837d18f9a0 which is known as his its hash

Syntax

No Format
SHA1(data)

...

This documentation was imported from Asterisk Version GIT-18-ff80a61