Page 466 - Asterisk™: The Future of Telephony
P. 466
Plays hold music specified by class, as configured in musiconhold.conf. If omitted, the
default music class for the channel will be used. You can use the
CHANNEL(musicclass) function to set the default music class for the channel.
Returns immediately.
; transfer telemarketers to this extension to keep them busy
exten => 123,1,Answer()
exten => 123,2,Playback(tt-allbusy)
exten => 123,3,StartMusicOnHold(default)
exten => 123,4,Wait(600)
exten => 123,5,StopMusicOnHold()
See Also
WaitMusicOnHold(), StopMusicOnHold()
StopMixMonitor() Stops monitoring a channel
StopMixMonitor()
Stops monitoring (recording) a channel. This application has no effect if the channel
is not currently being monitored.
exten => 123,1,Answer()
exten => 123,2,MixMonitor(monitor_test.wav)
exten => 123,3,SayDigits(12345678901234567890)
exten => 123,4,StopMixMonitor()
See Also
MixMonitor()
StopMonitor() Stops monitoring a channel
StopMonitor()
Stops monitoring (recording) a channel. This application has no effect if the channel
is not currently being monitored.
exten => 123,1,Answer()
exten => 123,2,Monitor(wav,monitor_test,mb)
exten => 123,3,SayDigits(12345678901234567890)
exten => 123,4,StopMonitor()
See Also
ChangeMonitor()
StopPlaytones() Stops playing a tone list
StopPlaytones()
438 | Appendix B: Application Reference