PagingIntercom with Music background

My requirement create a Page while Page running (Some music) and the someone Page to this extension need system fade out Music and Page after end page system will back play music again.

[mplayback]

exten => s,1,Playback(custom/s1)
exten => s,2,Playback(custom/s2)
exten => s,3,Playback(custom/s3)

exten => s,4,Playback(custom/s4)

[Paging]

exten => 5002,1,NoOp()
exten => 5002,n,Page(PJSIP/103,B(mplayback,s,1),60)
exten => 5002,n,Hangup()

The only option that gets close is A, but that would only allow lead in music, not the fade out. B is running on the wrong channel and too early.

There are some paging adaptors that allows you to do that.
With Asterisk, I think the most ideal way would be to join the paging device to a Confbridge.
Set that it should play MOH when there’s only 1 participant, and whenever you want to page, call the conference bridge.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.