Displaying 4 results from an estimated 4 matches for "announce_only_us".
Did you mean:
announce_only_user
2014 Apr 04
1
Confbridge options
Hi,
I'm doing an evaluation of Confbridge (migrating from Meetme). Looking
at: https://wiki.asterisk.org/wiki/display/AST/ConfBridge+10
Under the heading "User Profile Configuration Options" the option
announce_only_user is present. The sample config looks like this:
--
;announce_only_user=yes ;Sets if the only user announcement should be
played when a channel enters a empty conference. On by default.
--
But - disabling it (announce_only_user=no) doesn't take effect. And
looking at the source asterisk-11.8...
2014 Mar 24
1
Asterisk 11.8.0 and 11.8.1
I have used every asterisk 11.8.X version.
Have not had an issue till 11.8.0 and 11.8.1
When I use ConfBridge I am attempting to put all
participants in MUTE mode and just one talker...
However, since 11.8.0 I am hearing feedback in the
announcement like the channel is not really muted.
I dropped back to 11.7.0 and I hear no feedback.
Has something changed - or - am I not correctly setting
up
2019 Mar 13
2
Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video
...en_empty = no
quiet = yes
wait_marked = no
end_marked = no
dsp_drop_silence = yes
dsp_silence_threshold = 2500
dsp_talking_threshold = 160
denoise = no
jitterbuffer = yes
talk_detection_events = yes
dtmf_passthrough = no
announce_user_count = no
announce_join_leave = no
announce_user_count_all = no
announce_only_user = no
send_events = no
echo_events = no
announce_join_leave_review = no
Have a great day!
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190313/557c5507/attachment.html>
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...n;
}
/* The "cbo-user" macro defines only 'user' items for the conference. */
macro pngnpbx-abc-cbo-user(cnftmt_) {
// TODO: play beeperr sound when the OG caller leaves the bridge
CONFBRIDGE(user,admin)=no;
CONFBRIDGE(user,announce_join_leave)=no;
CONFBRIDGE(user,announce_only_user)=no;
CONFBRIDGE(user,announce_user_count)=no;
CONFBRIDGE(user,dsp_drop_silence)=yes;
CONFBRIDGE(user,end_marked)=no;
CONFBRIDGE(user,jitterbuffer)=yes;
CONFBRIDGE(user,music_on_hold_when_empty)=no;
CONFBRIDGE(user,quiet)=yes;
CONFBRIDGE(user,startmuted)=no;
CONFBRI...