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:
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=default
music_on_hold_when_empty=yes

[default_menu]
type=menu
0=playback_and_continue(/none)
1=increase_listening_volume
2=toggle_mute
3=increase_talking_volume
4=reset_listening_volume
5=admin_toggle_mute_participants
6=reset_talking_volume
7=decrease_listening_volume
8=admin_toggle_conference_lock
9=decrease_talking_volume
*=admin_kick_last
\#=participant_count
=======================================

However, my user isn't hearing anything.  MoH does work otherwise.

What am I missing?

Thanks in advance,

Mike.



-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to