Name

MusicOnHold() — Plays Music on Hold indefinitely

Synopsis

    MusicOnHold(class)

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 SetMusicOnHold() application to set the default music class for the channel.

Returns -1 on hangup; otherwise, does not return.

    ; transfer telemarketers to this extension to keep them busy
    exten => 123,1,Answer()
    exten => 123,2,Playback(tt-allbusy)
    exten => 123,3,MusicOnHold(default)

Get Asterisk: The Future of Telephony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.