Spielt dem Anrufer eine Audiodatei vor.
Playback(Dateiname
[,Optionen
])
Spielt dem Anrufer die Audiodatei Dateiname
(aus dem
Verzeichnis /var/lib/asterisk/sounds/
) vor. Der
Dateiname enthält keine Dateiendung, damit Asterisk automatisch die
Audiodatei mit dem niedrigsten Konvertierungsaufwand auswählen kann.
Keine, eine oder mehr Optionen können hinzugefügt werden.
Die Option skip
bewirkt, dass die Wiedergabe der
Nachricht übersprungen wird, wenn sich der Channel nicht im Up-Status
befindet.
Normalerweise wird der Channel beantwortet, bevor die Audiodatei
wiedergegeben wird, es sei denn, noanswer
ist angegeben.
(Nicht alle Kanäle unterstützen die Wiedergabe von Nachrichten, wenn sie
noch aufgelegt sind.)
Liefert -1 zurück, wenn der Channel aufgelegt wurde. Wenn die Datei nicht existiert, wird zur Priorität n+101 übergegangen, falls diese existiert.
exten => 123,1,Answer() exten => 123,n,Playback(tt-weasels)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'Playback' =- [Synopsis] Play a file [Description] Playback(filename[&filename2...][|option]): Plays back given filename s (do not put extension). Options may also be included following a pipe symbol. The 's kip' option causes the playback of the message to be skipped if the channel is not in the 'up' state (i.e. it hasn't been answered yet). If 'skip' is specified, the application will return immediately should the channel no t be off hook. Otherwise, unless 'noanswer' is specified, the channel will be answered before the sound is played. Not all channels support playing messages while still on hook. If 'j' is specified, the application will jump to priority n+101 if present when a file specified to be playe d does not exist. This application sets the following channel variable upon completion: PLAYBACKSTATUS The status of the playback attempt as a text string, one of SUCCESS | FAILED Differenz zum internen Hilfetext in Asterisk 1.2: - keine - |
Siehe auch.
„Background()
“