...
max_digits: The maximum number of digits to store in the variable. Defaults to 0 (no maximum). After reading maximum digits, no more digits will be stored.
For example:
Code Block |
---|
title | Example: Store digits in CDR variable |
---|
linenumbers | true |
---|
|
same => n,StoreDTMF(TX,CDR(digits))
|
Code Block |
---|
title | Example: Store up to 24 digits |
---|
linenumbers | true |
---|
|
same => n,StoreDTMF(RX,testvar,24)
|
Code Block |
---|
title | Example: Disable digit collection |
---|
linenumbers | true |
---|
|
same => n,StoreDTMF(remove)
|
Syntax
No Format |
---|
StoreDTMF(direction) |
Arguments
direction
- Must be TX
or RX
to store digits, or remove
to disable.
See Also
Import Version
This documentation was imported from Asterisk Version GIT-16-0460e7737c29b6