MD5()

MD5(string)

Calculates the MD5 hash (checksum) of a string (returns in hexadecimal format).

exten => 123,1,Set(foo=${MD5(${string})})
[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about function 'MD5' =- 

[Syntax]
MD5(<data>)

[Synopsis]
Computes an MD5 digest

[Description]
Not available

diff output to internal help in Asterisk 1.2: 

- none -