BASE64_DECODE(Base64_String)
(beginning Asterisk 1.4)
Decodes a base64-encoded string.
exten => 123,1,Set(foo=${BASE64_DECODE("SGFsbG8gV2VsdA==")})
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about function 'BASE64_DECODE' =- [Syntax] BASE64_DECODE(<base64_string>) [Synopsis] Decode a base64 string [Description] Returns the plain text string diff output to internal help in Asterisk 1.2: -- not available in Version 1.2 -- |