Displaying 3 results from an estimated 3 matches for "wait_marked".
Did you mean:
last_marked
2020 Aug 07
1
Confbridge
...rch) ; "Please hold while..."
exten => s,n,Set(CONFBRIDGE(user,announce_join_leave)=no)
exten => s,n,Set(CONFBRIDGE(user,startmuted)=yes)
exten => s,n,Set(CONFBRIDGE(user,template)=church)
exten => s,n,Set(CONFBRIDGE(user,marked)=no)
exten => s,n,Set(CONFBRIDGE(user,wait_marked)=yes)
exten => s,n,Set(CONFBRIDGE(user,end_marked)=yes)
exten => s,n,ConfBridge(xaccel)
exten => s,n,hangup
confbridge.conf
[general]
[church]
type=user
startmuted=yes
announce_join_leave=no
announce_user_count=no
wait_marked=yes
end_marked=yes
music_on_hold_when_empty=no
quiet=yes
;
[xa...
2019 Mar 13
2
Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video
...vp9,vp8,h264
Both calls use the same bridge and user settings.
[3]
type = bridge
language = en
internal_sample_rate = 0
mixing_interval = 20
record_file_append = no
max_members = 10
video_mode = none
[4]
type = user
admin = no
marked = no
startmuted = no
music_on_hold_when_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 =...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...o;
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;
CONFBRIDGE(user,timeout)=${cnftmt_};
CONFBRIDGE(user,wait_marked)=no;
CONFBRIDGE(user,dtmf_passthrough)=yes;
return;
}
/* The "cbo" macro defines human member items for the conference. */
macro pngnpbx-abc-cbo(abcid_) {
local cnftmt=;
local dorecord=;
local abctype=;
local certversion="${VERSION()}";
Set(LOCAL(say...