URIDECODE(String
)
URIENCODE()
.; "www.beispiel.de/?seite=Hallo%20Welt" dekodieren: exten => 123,1,Set(foo=${URIDECODE("Hallo%20Welt")}) ; ergibt "Hallo Welt"
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about function 'URIDECODE' =-
[Syntax]
URIDECODE(<data>)
[Synopsis]
Decodes a URI-encoded string according to RFC 2396.
[Description]
Not available
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -4,7 +4,7 @@
URIDECODE(<data>)
[Synopsis]
- Decodes an URI-encoded string.
+ Decodes a URI-encoded string according to RFC 2396.
[Description]
Not available