MP3Player()
MP3Player(Dateiname
)
mpg123
[206], um dem Anrufer eine MP3-Datei vorzuspielen. Der angegebene
Dateiname kann auch eine URL sein. Der Anrufer kann die Wiedergabe durch
Betätigung einer beliebigen Taste stoppen.mpg123
muss installiert sein,
damit diese Anwendung ordnungsgemäß funktioniert. Asterisk arbeitet momentan
mit der Version 0.59r ideal.————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'MP3Player' =-
[Synopsis]
Play an MP3 file or stream
[Description]
MP3Player(location) Executes mpg123 to play the given location,
which typically would be a filename or a URL. User can exit by pressing
any key on the dialpad, or by hanging up.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,6 +4,6 @@
Play an MP3 file or stream
[Description]
- MP3Player(location) Executes mpg123 to play the given location,
+ MP3Player(location): Executes mpg123 to play the given location,
which typically would be a filename or a URL. User can exit by pressing
any key on the dialpad, or by hanging up.