Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-16-37c29b6

...

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
titleExample: Store digits in CDR variable
linenumberstrue


same => n,StoreDTMF(TX,CDR(digits))

Code Block
titleExample: Store up to 24 digits
linenumberstrue


same => n,StoreDTMF(RX,testvar,24)

Code Block
titleExample: Disable digit collection
linenumberstrue


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