Asterisk func keypadhash
Synopsis:
Hash the letters in the string into the equivalent keypad numbers.Description:
KEYPADHASH(characterstring)Notes
- *CLI> show function KEYPADHASH
Return value
Returns the string input, with the characters a, b, or c mapped to "2"; the characters d, e, or f mapped to "3"; etc.Example
exten => s,1,Set(foo=${KEYPADHASH(MURPHY)})should set foo to the value "687749".
See also
Featured -
Search:

Page Changes















