WAIT FOR DIGIT
WAIT FOR DIGIT Timeout
Timeout
gibt den Timeout der Applikation in
Millisekunden an.-1 | Fehler |
0 | Timeout |
Wert | ASCII-Wert der Eingabe, die zum Abbruch geführt hat |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: WAIT FOR DIGIT <timeout>
Waits up to 'timeout' milliseconds for channel to receive a DTMF digit.
Returns -1 on channel failure, 0 if no digit is received in the timeout, or
the numerical value of the ascii of the digit if one is received. Use -1
for the timeout value if you desire the call to block indefinitely.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -3,3 +3,4 @@
Returns -1 on channel failure, 0 if no digit is received in the timeout, or
the numerical value of the ascii of the digit if one is received. Use -1
for the timeout value if you desire the call to block indefinitely.
+ Runs Dead : No