Trying To Add MoH To Conference Bridge

Home » Asterisk Users » Trying To Add MoH To Conference Bridge
Asterisk Users 3 Comments

Hi all,

I’ve got an AGI script that launches the conference bridge with a line like:

“$main::agi->exec(ConfBridge,$conf,default_bridge,default_user,$menu_profile)”

The $conf variable contains the room number.

I’m trying to configure it so that when only one person is in the conference, they hear moh.

My /etc/asterisk/confbridge.conf looks like:

======================================[general]

[default_bridge]
type=bridge

[default_user]
type=user quiet=no announce_join_leave=yes music_on_hold_class

3 thoughts on - Trying To Add MoH To Conference Bridge

  • could you switch asterisk to verbose >=3 and show the output from the cli?
    which version of asterisk do you use?

    yves

    Am 23.05.2018 um 23:23 schrieb Mike Diehl:

  • The only difference between your setup and mine is that I’m having them wait for the marked user.  In that case, MOH does play.

    What does your console output look like?

    Doug

  • Well, it SEEMS to be working now. I don’t know what I did, and frankly, don’t have time to back track to find out.

    Thanks for your time.

    Mike.