SAY PHONETIC
SAY PHONETICString
[Escape_Ziffern
]
String
im phonetischen
NATO-Alphabet an (z. B. wird a
als „alpha“
gesprochen). Die Ausgabe kann durch die Eingabe einer Ziffer abgebrochen
werden, die in Escape_Ziffern
bestimmt wird.-1 | Fehler |
0 | Erfolgreich |
Wert | ASCII-Wert der Eingabe, die zum Abbruch geführt hat |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: SAY PHONETIC <string> <escape digits>
Say a given character string with phonetics, returning early if any of the
given DTMF digits are received on the channel. Returns 0 if playback
completes without a digit pressed, the ASCII numerical value of the digit
if one was pressed, or -1 on error/hangup.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -3,3 +3,4 @@
given DTMF digits are received on the channel. Returns 0 if playback
completes without a digit pressed, the ASCII numerical value of the digit
if one was pressed, or -1 on error/hangup.
+ Runs Dead : No