BASE64_DECODE(Base64_String)
exten => 123,1,Set(foo=${BASE64_DECODE("SGFsbG8gV2VsdA==")})
| | | 1.4 |————————| 1.6 |————————
-= Info about function 'BASE64_DECODE' =-
[Syntax]
BASE64_DECODE(<base64_string>)
[Synopsis]
Decode a base64 string
[Description]
Returns the plain text string