RECEIVE TEXT
RECEIVE TEXT Timeout
RECEIVE CHAR
ein solcher Text empfangen werden.
Timeout
gibt die Wartezeit für den Empfang in
Millisekunden an (0 für unendlich).-1 | Fehler oder Hangup |
Wert (timeout) | Der empfangene Text bei Timeout |
Wert | Der empfangene Text |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: RECEIVE TEXT <timeout>
Receives a string of text on a channel. Specify timeout to be the
maximum time to wait for input in milliseconds, or 0 for infinite. Most channels
do not support the reception of text. Returns -1 for failure or 1 for success, and the string in parentheses.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -2,3 +2,4 @@
Receives a string of text on a channel. Specify timeout to be the
maximum time to wait for input in milliseconds, or 0 for infinite. Most channels
do not support the reception of text. Returns -1 for failure or 1 for success, and the string in parentheses.
+ Runs Dead : No