search for: confbridge

Displaying 20 results from an estimated 312 matches for "confbridge".

2019 Oct 22
2
ConfBridge and sound prompts
We have a product that uses Asterisk via AMI. I am relatively certain we used to be able to play prompts by actions like the following to make asterisk play the confbridge-join prompt when a new user joins the confbridge. However, that doesn't seem to work now. Action: SetVar ActionID: C58 Channel: PJSIP/1003-00000003 Variable: CONFBRIDGE(bridge,sound_join) Value: en/confbridge-join Does anyone know if the ConfBridge sound____ variable setting approach changed?...
2010 Dec 21
1
MeetMe -> ConfBridge: hint not working
I'm trying to migrate from MeetMe to ConfBridge: [conferences] exten=>_8[1-9],1,Answer() ;;exten=>_8[1-9],1,Meetme(${EXTEN},1Ms,1234) exten=>_8[1-9],2,ConfBridge(${EXTEN},1Ms) exten=>_8[1-9],n,Hangup And that works. Also changed the hints: ;;exten => 81,hint,MeetMe:81 exten => 81,hint,ConfBridge:81 ;;exten => 82,hint,Me...
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) Her...
2012 Jan 23
1
ConfBridge details
running Asterisk 1.8.9.0-rc2, what are the ways to interface with ConfBridge ? I see the CLI command 'confbridge' documented for asterisk 10, but i dont see how to interface with confbridge on 1.8 What I'm trying to do is keep track of conferences that are used. I tried something like the below, but not only does Confbridge not return, but i'd need some...
2014 Oct 21
1
[asterisk-user] Confbridge Kick Action
Hi All, I am working on Asterisk 12.6.0 with ConfBridge module, when there are multiple user like admin and normal participant running with conference. When I try to kicked 2 user (Normal User), it play file "conf-kicked" and again join conference My scenario in confbridge like. 1] Admin User (e.g. SIP/8484-00000000) 2] Normal User (e.g. SIP...
2011 Nov 09
1
ConfBridge 1.6.20 user count
Hi all, I'm using ConfBridge within Asterisk 1.6.20 and want to record the conference, so I'd like to start the recording when the second user joins, so in the example below, for example, how can I get the current user count in ConfBridge 3000? [conferences] ;authenticated conference (ext C-O-N-F = 2663) exten => 2663,...
2013 Feb 11
1
how to join calls - not barge?
...xtension "join" a call. That is, C can join A and B, just as if it were an analog extension phone. ChanSpy works, sort of. The problem is that once A or B hangs up, the channel is gone. With an analog extension, C would remain connected with B if A hung up. Can I throw A and B into a confbridge and then add C? Create a new channel that grabs the A <-> B channel? Or is there a more straight forward way to do this? sean
2013 Jun 03
1
Confbridge doesn't kick chan_local
I have a confbridge setup that feeds the conference from the ALSA microphone input (this is the conference leader) and then uses app_ices to send the conference audio to icecast. I start the conference leader like this: console dial 1000_admin at conferences I join the ices user to the confbridge with a call file:...
2020 Aug 07
1
Confbridge
...ialplan. exten => s,1,Wait(1) exten => s,n,Answer exten => s,n,Set(TIMEOUT(absolute)=14400) exten => s,n,NoOp(${CALLERID(name)}) exten => s,n,NoOp(${CALLERID(num)}) exten => s,n,NoOp() exten => s,n,Playback(church) ; "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 =...
2009 May 06
1
ConfBridge versus MeetMe
...e On Wed, May 6, 2009 at 7:38 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote: >> Can someone please tell me in which file the code for the application to >> be found? I was not able to find a file named app_bridge.c in the folder >> apps. > > app_bridge.c ? app_confbridge.c ? What are you looking for, exactly? > > The apps folder: > > http://svn.digium.com/svn/asterisk/trunk/apps/ So I have a question with regard to app_confbridge, which provides an application called ConfBridge. I did find a bug here that discusses bridging and confbridge, but not re...
2017 Nov 14
2
Confbridge SFU for Asterisk 15
I am trying to get the "Mega Phone" demo working on my office PBX but there seems to be a problem when trying to set the default bridge to sfu mode. I have the following configuration in confbridge.conf in the default_bridge section: video_mode = sfu but when I do a "confbridge show profile bridge default_bridge" I see: Video Mode: no video I can change it to follow_talker, last_marked or first_marked and it does change, it is just the sfu option that does not se...
2011 Apr 25
4
The new ConfBridge application is now in Asterisk Trunk!
Howdy, I am proud to announce that after a good bit of development, community feedback, testing, and code review, the brand new ConfBridge application has been officially merged into Asterisk Trunk!!! http://svnview.digium.com/svn/asterisk?view=revision&revision=314598 If you are already familiar with ConfBridge from Asterisk 1.6.X and 1.8, forget everything you know. This is a completely revamped, highly optimized, and feature...
2019 Aug 05
2
ConfBridge audio issues
We have a system where two calls are in a ConfBridge with recording. This is Asterisk 16.3.0 Channel A seems to work perfectly. Wireshark is showing the RTP to/from working fine and having no jitter/lag issues. This call hears everything from channel B. Channel B we have more issues capturing a wireshark trace because their channel can be in the...
2010 Mar 19
2
confbridge not working?
Hi guys, I'm trying to move away from meetme to loose the dependency on dahdi. ConfBridge seems to be a good fit but I can't get it going. The document sounds like an easy to use app. Am I missing any bridge_ modules? Asterisk 1.6.2.0~rc2-0ubuntu1.2 -- Executing [521 at outbound:1] Answer("SIP/109-b877a8c8", "") in new stack -- Executing [521 at o...
2015 Mar 02
0
CDR with conference asterisk 12
...at extensions:2] Playback("SIP/199.73.108.66-00000003", "churchwelcome") in new stack ??? -- <SIP/199.73.108.66-00000003> Playing 'churchwelcome.slin' (language 'en') ??? -- Executing [2551 at extensions:3] Set("SIP/199.73.108.66-00000003", "CONFBRIDGE(user,announce_join_leave)=no") in new stack ??? -- Executing [2551 at extensions:4] Set("SIP/199.73.108.66-00000003", "CONFBRIDGE(user,startmuted)=yes") in new stack ??? -- Executing [2551 at extensions:5] Set("SIP/199.73.108.66-00000003", "CONFBRIDGE(user,te...
2017 Nov 14
2
Confbridge SFU for Asterisk 15
...wrote: > On Tue, Nov 14, 2017, at 05:23 PM, Carlos Chavez wrote: >> I am trying to get the "Mega Phone" demo working on my office PBX >> but there seems to be a problem when trying to set the default bridge to >> sfu mode. I have the following configuration in confbridge.conf in the >> default_bridge section: video_mode = sfu but when I do a "confbridge >> show profile bridge default_bridge" I see: >> >> Video Mode: no video >> >> I can change it to follow_talker, last_marked or first_marked and >>...
2015 Apr 13
1
meetme vs confbridge max user comparison wanted
I've got some Asterisk 11 (I could 'upgrade' if needed) hosts using meetme and I'd like to switch to confbridge to service more callers. Can anyone reply with their experience along the lines of 'using meetme I was only getting x callers per server but with confbridge I now get y callers per server?' -- Thanks in advance, -------------------------------------------------------------------------...
2017 Oct 13
2
Confbridge GUI?
...very old server that is used only for conferences on Meetme. To manage the conference rooms we use Web Meetme. Now it is time to upgrade everything but since Meetme is no longer available I need to find a replacement GUI to manage the conference rooms. Anyone know a solution that works with Confbridge? I found "Asterisk Confbridge Manager" from a russian company but it does not let you schedule conference rooms that only last a certain time. -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez +52 (55)8116-9161
2013 May 08
0
Confbridge Dynamic video_mode
Hi All, I want to set the video_mode of the confbridge dynamically in the dialplan. SO say if 5 users join the conference with follow_talker mode, it should work like that (and it does). But if 6th user changes the video_mode to first_marked and gets marked in the dial plan and joins the conference, he does not become the single video source of the co...
2011 May 19
6
ConfBridge - Failed to find a bridge technology to satisfy capabilities
Hi, I am trying to use ConfBridge application, but it throws "Failed to find a bridge technology to satisfy capabilities 0x4 (ulaw)" error. Please see console output below. -- Executing [501 at services:9] ConfBridge("SIP/OpenSER-00000005", "1001") in new stack [May 19 13:36:05] DEBUG[7452]: app_c...