Brekeke SIP Server Wiki

$url.decode

Decode the string with UTF-8.

 

Syntax:
$url.decode( string )
Returns:

decoded string

 

Version Since:

3.2

 

Where the function can be used:
  • Preliminary rules
  • Regular rules

 

Example:
$url.decode($getDisplayname(From)) = (.+)

Decode the From header’s display name.

 

See Also:

$url.encode

Yes No
Suggest Edit