StartMusicOnHold()StartMusicOnHold([Klasse])Klasse spezifizierte
Wartemusik, wie in musiconhold.conf konfiguriert. Wird
Klasse nicht angegeben, wird die
Standardmusik-Klasse für diesen Channel verwendet.————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'StartMusicOnHold' =-
[Synopsis]
Play Music On Hold
[Description]
StartMusicOnHold(class): Starts playing music on hold, uses default music class for channel.
Starts playing music specified by class. If omitted, the default
music source for the channel will be used. Always returns 0.--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,6 +4,7 @@
Play Music On Hold
[Description]
- StartMusicOnHold(class): Starts playing music on hold, uses default music class for channel.
+ StartMusicOnHold(class):
+ Starts playing music on hold, uses default music class for channel.
Starts playing music specified by class. If omitted, the default
music source for the channel will be used. Always returns 0.