login | register
Wed 03 of Dec, 2008 [23:56 UTC]

voip-info.org

Discuss [0] History

Asterisk func uriencode

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

Synopsis:

 Encodes a string to URI-safe encoding.

Description:

 URIENCODE(<data>)
 


Notes

  • *CLI> show function URIENCODE

Return value

Returns the resulting string.

Example

exten => s,1,Set(foo=${URIENCODE(what a wild string to input!)})


See also



Comments