SAY DATETIME
SAY DATETIMETimestamp
[Escape_Ziffern
] [Format
] [Zeitzone
]
Timestamp
ist
dabei die Anzahl der Sekunden seit 00:00:00 Uhr am 1. Januar 1970. Das
Format
bestimmt die Art der Ausgabe. Folgende Werte
sind dabei möglich:' | Eine Sounddatei |
${ | Eine Variable |
A oder a | Tag der Woche (z. B. Montag oder Dienstag) |
B , b oder
h | Name des Monats (z. B. Januar) |
d oder e | Ordnungseinheit des Tages im Monat (z. B. erster, zweiter, dritter) |
Y | Jahr |
I oder i | Stunde (im 12-Stunden-System) |
H | Stunde (im 24-Stunden-System). Dabei wird 07 als „Null - Sieben“ ausgesprochen! |
k | Stunde (im 24-Stunden-System). Dabei wird 07 nur als „Sieben“ ausgesprochen. |
M | Minuten |
P oder p | AM oder PM |
Q | „Heute“, „Gestern“ oder der
Inhalt der Werte ABdY |
q | „ “ (für heute), „Gestern“, der
Wochentag oder ABdY |
R | Zeit inklusive Minuten im 24-Stunden-System |
Zeitzone
wird wie in der
Konfigurationsdatei /etc/asterisk/voicemail.conf
angegeben.Escape_Ziffern
bestimmt wird, abgebrochen werden.
Wenn Escape_Ziffern
oder
Format
ausgelassen werden soll, muss stattdessen
""
angegeben werden.-1 | Fehler |
0 | Erfolgreich |
Wert | ASCII-Wert der Eingabe, die zum Abbruch geführt hat |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: SAY DATETIME <time> <escape digits> [format] [timezone]
Say a given time, returning early if any of the given DTMF digits are
received on the channel. <time> is number of seconds elapsed since 00:00:00
on January 1, 1970, Coordinated Universal Time (UTC). [format] is the format
the time should be said in. See voicemail.conf (defaults to "ABdY
'digits/at' IMp"). Acceptable values for [timezone] can be found in
/usr/share/zoneinfo. Defaults to machine default. Returns 0 if playback
completes without a digit being pressed, or the ASCII numerical value of the
digit if one was pressed or -1 on error/hangup.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -7,3 +7,4 @@
/usr/share/zoneinfo. Defaults to machine default. Returns 0 if playback
completes without a digit being pressed, or the ASCII numerical value of the
digit if one was pressed or -1 on error/hangup.
+ Runs Dead : No