Part of aculab.speech View Source View In Hierarchy
| Method | __init__ | Prepare to play a string of DTMF digits. |
| Method | start | Generic job interface method. |
| Method | on_write | Reactor callback. |
| Method | stop | Generic job interface method. |
Prepare to play a string of DTMF digits.
Related Aculab documentation sm_play_digits.
Only kSMDTMFDigits is supported as
type.
SpeechChannel.digits
for shorthand.
| Parameters | digits | String of DTMF Digits. A digit can be 0-9, A-D, * and #. |
| inter_digit_delay | Delay between digits in milliseconds. Zero for the default value (exact value unknown). | |
| digit_duration | Duration of each digit in milliseconds. Zero for the default value (exact value unknown). |