WaitMusicOnHold()
WaitMusicOnHold(Dauer
)
Dauer
Wartemusik. Ist keine Wartemusik vorhanden, wird die Verzögerung dennoch
ausgeführt, jedoch ohne Musik.; 5 Minuten Wartemusik: exten => 123,1,Answer() exten => 123,n,WaitMusicOnHold(300) exten => 123,n,Hangup()
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'WaitMusicOnHold' =-
[Synopsis]
Wait, playing Music On Hold
[Description]
WaitMusicOnHold(delay): Plays hold music specified number of seconds. Returns 0 when
done, or -1 on hangup. If no hold music is available, the delay will
still occur with no sound.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,6 +4,12 @@
Wait, playing Music On Hold
[Description]
- WaitMusicOnHold(delay): Plays hold music specified number of seconds. Returns 0 when
+ WaitMusicOnHold(delay):
+
+ !!! DEPRECATED. Use MusicOnHold instead !!!
+
+ Plays hold music specified number of seconds. Returns 0 when
done, or -1 on hangup. If no hold music is available, the delay will
still occur with no sound.
+
+ !!! DEPRECATED. Use MusicOnHold instead !!!