login | register
Thu 04 of Dec, 2008 [01:05 UTC]

voip-info.org

Discuss [0] History

Asterisk func base64_encode

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

Synopsis:

 Encode a string in base64

Description:

 BASE64_ENCODE(<string>)

 Returns the base64 string

Notes

  • *CLI> show function BASE64_ENCODE

Return value

Returns the resulting base64 string.

Example

exten => s,1,Set(foo=${BASE64_ENCODE(Some Interesting Text to encode)})


See also



Comments