similar to: confbridge play tone before speaking

Displaying 20 results from an estimated 20000 matches similar to: "confbridge play tone before speaking"

2014 Feb 15
1
ConfBridge speak wave file in conf
I have a confbridge in asterisk 11. I am using an AGI to bring people in the conf automatically. I want to speak a "pre-recorded" wave file message into the conf to all users. how might I do that? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Apr 25
1
new confbridge
Is the new conf bridge going to be in 1.8? or only 1.10? Jerry
2013 Sep 30
0
confbridge - play different sounds to caller and bridge at same time?
When a caller enters the confbridge, I want to play a sound file ('ring') for the caller and a different sound file ('type of caller') to the bridge (all participants or just the admin?) at the same time. It's OK if the bridge hears the 'ring,' but the caller should not hear the 'type of caller.' Any clues? -- Thanks in advance,
2014 Feb 14
1
ConfBridge on asterisk 11
I believe I am running an AGI (to put users in a conf) before the confbridge is built. So the users are not really get in the conf... exten X,1,run agi to put users in conf exten X,n,ConfBridge() How do I have in the dial plan ConfBridge() and someplace run an AGI that brings the users I want into that Conf. I cannot delay in the AGI and wait for the conf because the conf is not built until I
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 system for hours. When the two calls are in the
2007 Apr 24
5
tone generation
Does asterisk have a way in the dialplan to generate tones? Say I want to play a tone 300Hz for 3 seconds. Can I do that? If not, can I use some system command to generate the wav file then just have asterisk play it? Jerry
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
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 =>
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,MeetMe:82 exten => 82,hint,ConfBridge:82 ;;exten
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 something that erases the
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 conf. The video mode stays follow_talker. I
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: Channel: Local/1000 at conferences MaxRetries: 2 RetryTime: 60 WaitTime: 30
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/8484-00000001) 3] Admin User (e.g.
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
2013 Dec 19
0
Broadcasting DTMF to confbridge users or DTMF passthrough
Hi, Trying to properly broadcast / relay DTMF digits to other confbridge users, but does not appear to work. Goal is to have a conference user be able to receive the DTMF, so it has the effect of being 'broadcasted.' I have the following set up in 'confbridge.conf': dtmf_passthrough=yes From logger.conf, I can see the DTMF tones via setting "console => dtmf". When
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
2020 Aug 07
1
Confbridge
To all: No matter what I try, I cannot get the system to wait for the admin to join. It just dumps users into the bridge directly. I do not have a pin for users, does that matter? What am I missing? Another issue the absolute timeout is not working ? ... have recordings that last for over 24 hours... and this should not happen... All calls should hangup after 4 ? Any ideas ? Any help is much
2009 May 06
1
ConfBridge versus MeetMe
Formerly on a thread called [asterisk-dev] Where to find the code of application Bridge 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 ?
2017 Nov 14
2
Confbridge SFU for Asterisk 15
On 11/14/17 3:38 PM, Joshua Colp 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
2014 Nov 21
0
AST-2014-014: High call load may result in hung channels in ConfBridge.
Asterisk Project Security Advisory - AST-2014-014 Product Asterisk Summary High call load may result in hung channels in ConfBridge. Nature of Advisory Denial of Service Susceptibility Remote