Name

WaitMusicOnHold() — Waits the specified number of seconds, playing Music on Hold

Synopsis

    WaitMusicOnHold(delay)

Plays hold music for the specified number of seconds. If no hold music is available the delay will still occur, but with no sound.

Returns 0 when done, or -1 on hangup.

    ; allow caller to hear Music on Hold for five minutes
    exten => 123,1,Answer()
    exten => 123,2,WaitMusicOnHold(300)
    exten => 123,3,Hangup()

See Also

SetMusicOnHold(), musiconhold.conf

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.