search for: end_marked

Displaying 4 results from an estimated 4 matches for "end_marked".

2020 Aug 07
1
Confbridge
...=> 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 ; [xaccel] type=bridge record_conference=yes ; Then callin...
2013 Jun 03
1
Confbridge doesn't kick chan_local
...the ices user to the confbridge with a call file: Channel: Local/1000 at conferences MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: conferences Extension: 1000_ices Priority: 1 This all seems to work great until I need to kill the conference. My confbridge user profile sets all users up with end_marked=yes so that they should be kicked when the leader exits. The Local channel doesn't seem to exit properly: << Hangup on console >> -- Stopped music on hold on Local/1000 at conferences-00000000;2 -- <Local/1000 at conferences-00000000;2> Playing 'custom/thank-you....
2019 Mar 13
2
Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video
...h 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 = no echo_events...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...{ // 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; CONFBRIDGE(user,timeout)=${cnftmt_}; CONFBRIDGE(user,wait_marked)=no; CONFBRIDGE(user,dtmf_passthrough)=yes; return; } /...