login | register
Wed 03 of Dec, 2008 [22:38 UTC]

voip-info.org

Discuss [0] History

Asterisk func base64_decode

Created by: murf,Last modification on Sat 14 of Jan, 2006 [05:24 UTC]

Synopsis:

 Decode a base64 string

Description:

 BASE64_DECODE(<base64_string>)
 


Notes

  • CLI> show function BASE64_DECODE

Return value

Returns the resulting plain text string.

Example

exten => s,1,Set(foo=${BASE64_DECODE(lkasjdhf9876asdf9876dsf9sd8f769sda876fsd9fa876)})


See also



Comments