Displaying 3 results from an estimated 3 matches for "increase_listening_volum".
Did you mean:
increase_listening_volume
2012 Aug 26
1
One leg in a conference and adjusting stream volume of other leg
Hi all,
I'm looking for some serious help. :) I couldn't find a better
description for my problem... I think it is quite complex! Here's what I
would like to achieve:
A SIP caller dials into to my Asterisk 10. He will automatically listen
to a specific MP3 stream.
Other SIP callers dial also into my Asterisk. They all will
automatically listen to the same MP3 stream.
All
2018 May 23
3
Trying to add MoH to conference bridge
...y /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...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
.../ HERE!
Set(CONFBRIDGE(menu,0)=playback_and_continue(${saymenu})); // Operator
Set(CONFBRIDGE(menu,1)=no_op); // (blank)
Set(CONFBRIDGE(menu,2)=dialplan_exec(pngnpbx-abc-hola-ainfo,${abcid_},1)); // A
Set(CONFBRIDGE(menu,3)=decrease_listening_volume); // D
Set(CONFBRIDGE(menu,4)=increase_listening_volume); // I
Set(CONFBRIDGE(menu,5)=dialplan_exec(pngnpbx-abc-hola-exten,${abcid_},1)); // L
Set(CONFBRIDGE(menu,6)=dialplan_exec(pngnpbx-abc-hola-cbnum,${abcid_},1)); // N
Set(CONFBRIDGE(menu,7)=dialplan_exec(pngnpbx-abc-hola-dloc,${abcid_},1)); // S
Set(CONFBRIDGE(menu,8)=no_op); // TU...