RECORD FILERECORD FILEDateinameFormatEscape_ZiffernTimeout[Offset] [BEEP] [s=Stille]
Dateiname im angegebenen
Format aufzeichnet. Beendet werden kann dies durch
einen definierten DTMF-Ton Escape_Ziffern oder
durch einen Timeout in Millisekunden. (Dabei steht
-1 für keinen Timeout.)BEEP spielt vor der Aufnahme einen Signalton.
Stille definiert die Anzahl der Stille-Sekunden,
bis die Applikation auch ohne Eingabe von DTMF-Tönen einen Timeout
ausgibt.Offset wird vor Beginn der Aufnahme so
viele Sekunden wie angegeben gewartet.| -1 | Fehler |
| 0 | Erfolgreich |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: RECORD FILE <filename> <format> <escape digits> <timeout> \
[offset samples] [BEEP] [s=silence]
Record to a file until a given dtmf digit in the sequence is received
Returns -1 on hangup or error. The format will specify what kind of file
will be recorded. The timeout is the maximum record time in milliseconds, or
-1 for no timeout. "Offset samples" is optional, and, if provided, will seek
to the offset without exceeding the end of the file. "silence" is the number
of seconds of silence allowed before the function returns despite the
lack of dtmf digits or reaching timeout. Silence value must be
preceeded by "s=" and is also optional.--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -8,3 +8,4 @@
of seconds of silence allowed before the function returns despite the
lack of dtmf digits or reaching timeout. Silence value must be
preceeded by "s=" and is also optional.
+ Runs Dead : No