TOUPPER(String); Wandle den Namen des Anrufers in Großbuchstaben um
exten => 123,1,Answer()
exten => 123,n,Set(Foo=${TOUPPER(${CALLERID(name)})})
exten => 123,n,Hangup()
| | | | | 1.6 |———————— -= Info about function 'TOUPPER' =-
[Syntax]
TOUPPER(<string>)
[Synopsis]
Convert the string to upper case.
[Description]
Example: ${TOUPPER(Example)} returns "EXAMPLE"TOLOWER()“