search for: record_conference

Displaying 7 results from an estimated 7 matches for "record_conference".

2014 Nov 14
0
Asterisk 13 confbridge recordings not working
We upgraded from asterisk 11 to asterisk 13. Recordings were working fine in 11 but nothing is being written on 13. Here is the dialplan segment same => n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_conference)=yes)) same => n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${TL_PHONE_CALL_ID}.wav)) same => n,ConfBridge(${TL_PHONE_CALL_ID},default_bridge,TTM_caller,TTM_caller_menu) Here is the log from asteris...
2020 Aug 07
1
Confbridge
...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 calling in I see this Conference Bridge Name Users Marked Locked Muted ================================ ====== ====== ====== ===== xaccel 1 0 No No John Bittner CTO [xaccellogoemail] 380 US Highway 46, Suite 500 Totowa, NJ 07512 Phone:...
2023 May 26
1
Function DENOISE not registered
Hello, when I call my conference, I see this error in my logs: ERROR: Function DENOISE not registered here is snippet from extensions.conf ... same => n,Set(CONFBRIDGE(user,announce_join_leave)=yes) same => n,Set(CONFBRIDGE(bridge,record_conference)=yes) same => n,Set(CONFBRIDGE(bridge,record_file)=/home/asterisk/file.wav) same => n,ConfBridge(1000) same => n,Hangup() and I have "denoise = yes" in confbridge.conf: how do I fix this? What do I have to do to "register" denoise ? thanks,
2013 May 08
0
Confbridge Dynamic video_mode
...nd joins the conference, he does not become the single video source of the conf. The video mode stays follow_talker. I have tried changing conf mode dynamically in dialplan but does not work following is my settings and dialplan: confbridge.conf ---------------------- [common_bridge] type=bridge record_conference=yes internal_sample_rate=auto mixing_interval=20 video_mode = none conference participants. release_as_single_video_src [default_user] type=user dsp_talking_threshold=128 dsp_silence_threshold=2000 talk_detection_events=yes extensions.conf ----------------------- exten => 200,1,Noop(Going to...
2014 Jan 23
0
Recording conferences with changing bitrate
I'm running 10.7.1 (yes, I know it's old, but this may be a problem in later versions too) and had a conference being recorded via: Set(CONFBRIDGE(bridge,record_conference)=yes) The bridge started out at 8KHz despite one HD device. But when the second came in (G.722), it switched to 16KHz. At that point, the recording file had the bitrate change in the middle. That seems wrong. I'd expect the bitrate of the recording channel to remain unchanged and transcodi...
2014 Jun 18
0
Start/Stop recording in confbridge
Hi guys How can I record the confbridge only when after a marked user is logged in to conference ? Is there any option on the confbridge to start recording when marked user is logged in instead of when the first user logs in ? I tried setting up "same => n,Set(CONFBRIDGE(bridge,record_conference)=yes)" before sending marked user to the conference but it won't start the recording as there are already other users logged in with confbridge profile recording set to NO. I can re-initiate the recording from CLI with "confbridge record start {confbridgename}" or with system co...
2013 Jun 03
1
Confbridge doesn't kick chan_local
...admin,1,Answer() exten => 1000_admin,n,Set(CALLERID(name)=ConfLeader) exten => 1000_admin,n,Set(CALLERID(num)=0000001000) exten => 1000_admin,n,Set(CONFBRIDGE(user,admin)=yes) exten => 1000_admin,n,Set(CONFBRIDGE(user,marked)=yes) exten => 1000_admin,n,Set(CONFBRIDGE(bridge,record_conference)=yes) exten => 1000_admin,n,ConfBridge(1000,testfone_bridge,testfone_user,testfone_user_menu) exten => 1000_admin,n,Hangup() ; this is the Local channel that connects to app_ices exten => 1000_ices,1,Answer() exten => 1000_ices,n,Ices(/home/asterisk/asterisk-ices-1000.xml) ;...