similar to: Bridged Call

Displaying 20 results from an estimated 50000 matches similar to: "Bridged Call"

2011 Jun 02
0
ChannelRedirect
Hello, I am implementing a small ACD system on Asterisk 1.6.2.17.2 I need help with ChannelRedirect. I have a caller connected to an agent. The agent may request additional help by consulting another department. I can't use manual process with blind or directed transfer as the agent have many different numbers to dial. The message with the proper dial number is coming from the host. I got
2007 Apr 10
0
Dialplan help - MeetMe (or ChannelRedirect) and call monitoring
Hi guys, I need to realize a sort of automatic call monitoring dialplan. This is exactly what I need: - A user originate a call - When the call is bridged (or just before) I need to invite automatically a third party to the conversation that should hear the audio channel but not speak (it's a monitoring application for a callcenter) The person in charge of monitoring cannot use
2009 Jul 26
0
MeetMe time doesn't show up in CDRs?
Hello, I'm working on some dialplan rules to pull multiple users into a conference call. I have some fairly straightforward rules which start up a new MeetMe conference, allow escape with the * key to invite more users, then use a features.conf sequence to bring the new user into the conference with ChannelRedirect. The problem I'm running into is the time in the MeetMe conference
2010 Jun 17
1
applicationmap and ChannelRedirect
Hi, I'm struggling with a feature in my home phone setup. I have several phones using both SIP and SCCP. What I try to do is to create a dynamic feature that works similar to the blindxfer feature built into Asterisk. What I want is the possibility for the called part to push a number sequence (for example *#) to redirect the callee to a fixed extension or (for example *123#) to redirect the
2007 Oct 08
1
Injecting a sound file into a bridged call
Hello everyone, I'm looking for a way to play a sound file to an already established bridged call. It is meant for one party, but it's ok if both parties would hear it. Ideally, I'd like to be able to trigger this from the Management Interface with something like: Action: Playback File: tt-weasels Channel: Zap/nn However, I haven't seen anything like that being
2008 Aug 20
1
3-way conference call
Hi, I am trying to achieve 3-way conferencing taking hint from wiki link http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO Here is the scenario: 1. user "user1" calls user "user2" 2. "user1" then presses the feature code "*0" to redirect "user2" to conference room 300 3. "user1" then dials the user "user3" 4.
2007 Apr 23
1
problem with 3-way conferenicing
Hi, I am trying to achieve 3-way conferencing taking hint from wiki link http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO Here is the scenario: 1. user "ua1" calls user "ca1" 2. "ua1" then presses the feature code "*0" to redirect "ca1" to conference room 300 3. "ua1" then dials the user "33" 4. user
2007 May 16
1
MeetMe and ChannelRedirect
Hi, i'm trying to implement the following scenario: - A user calls number 700 - Asterisk then dials to extensions 100, 200, 300, 400 and 500 - And then bridges all calls to a conference room I tried to use MeetMe and ChannelRedirect, but seems that after channel redirect nothing more is executed. So, this seem to work for the caller and first called, but the others
2011 Jan 19
0
Make ConfBridge hang up on last participant
Is there a way to make ConfBridge hang up on the final participant in a conference (obviously after some sort of initial grace period)? Background - I have just moved all of the phones in my house to separate extensions. As a replacement for the POTS-style shared line, I have implemented a "barge in" feature; any internal extension is able to join the call of any other internal
2003 Nov 02
2
Threeway calling leaves outside trunks bridged
I think I found another interesting 'feature' with threeway calling. If you hang up while on a 3 way call with both parties on outside lines, Asterisk ends up removing the conference initiator and leaving the outside trunks bridged together. Is this a good idea? This could cause congestion problems on small configurations with limited outgoing lines. Maybe we should add an option to
2010 Feb 08
0
moving a bridged call to a conference room
I'm just figuring out conferencing. I have a super-simple setup with one room: exten => 600,1,Answer exten => 600,2,ConfBridge(1234,c|M|s) exten => 600,3,hangup If two people want to take their (bridged) call to the conference room, the local user has to do a transfer (to 600), and then dial 600 themselves. Is there an easier way to transfer both ends of a bridged call to the
2007 Mar 15
1
asterisk n-way call problem
Hi, i am using the n-way-call dialplan solution found on voip-info. i have added its entry in applicationmap of features.conf file. the problem is......its not working. to activate the n-way call i dial *0 but nothing happens. i have played around with dtmf and codec settings but no success. the extensions and sip configuration is below if you want to have a look. I dont have any clue why its not
2004 Aug 10
0
Personal Meetme conferences; is there a better way to do this?
I want to have a "personal meetme conference", so when on a call I can transfer the other party to my personal conference with "#7". (I can then make other calls, and dump them into the conference using "#7" as well, then join myself by dialing "7"). Using: exten => 7,1,MeetMe(${CALLERIDNUM}|Mpd) this works as long as I originate the call. However,
2014 Dec 09
0
Playing audio to bridged channels using ControlPlayBack
One thing that concerns me is that this post is from 2009, even though the newest version of the app on Sourceforge is up to date. I have a customer who has been using a conference server that I built for him using app_konference for several years now and he routinely runs conferences with anywhere from 10 ? 125 active users. The ultimate goal is several hundred concurrent users and I can see that
2014 Dec 17
0
AMI Redirect both calls from a bridge
Hi Neil, Am Mittwoch, den 17.12.2014, 09:08 -0500 schrieb Neil Cherry: > Doe anybody know of a way to redirect both channels from a bridge to > different dial plan extensions from the using the AMI. > > Currently, as soon as I redirect one of the channels the other appears > to be dropped and gets reorder tone (congestion, fast busy). > > I guess what I really need is a
2005 Jul 26
0
ABI manager - redirect
I'm very interested in the redirect feature of Asterisk. So far I haven't gotten it to work. My scenario is that there is a two party call going on where I want to send one of those parties somewhere else. In the wiki is only an example how to send both parties to a meetme room. Is the ExtraChannel parameter required? This is what I have: Action: Redirect Channel: SIP/8080-e2a7
2005 Jul 28
0
SIP and consultative transfer
hello all- Long time listener, first time caller. This is a great list and has given me tons of help as I've set up * for the first time. I've got an asterisk system up and running at a new company, and it does about 99% of what we need it to do. TelephonyWare has been our equipment supplier, and has been great with support, but I've got an issue that has us both stumped.
2014 Feb 20
2
Variables are empty after Redirecting a channel
Guys, I am using Asterisk 1.8.20.0 built by mockbuild @ buildvm-24.phx2.fedoraproject.org on a x86_64 running Linux on 2013-01-18 19:52:25 UTC How can I set variable in one context and then Redirect a channel to another context and use variable there? The code below doesn't work, so I've got empty VAR1 in context_2 [context_1] exten => s,1,SET(__VAR1=VALUE1) exten =>
2005 Feb 16
0
Outbound calling timeout
I am running asterisk 1.0.1 with OH323 compiled in. We have a 323 trunk to CallManager with a mgcp controlled pri router. When using sip phones (directly registered with asterisk) to call out the 323 trunnk to PSTN, calls timeout after 3 rings. If I answer b4 3 rings - no problem, otherwise I get "no one is available to answer at this time" on the consoel and it redirects to an
2009 Jun 30
0
Redirect with ExtraChannel on Bridged call give AMI event with second channel name AsyncGoto/...<ZOMBIE>
Originally posted on asterisk-dev with no response for 5 days, so posting it to the wider audience now. Asterisk Release 1.6.1.1 Scenario:- 1. 2 SIP peers (Zoiper softphone, if it matters) registered as 901 and 902 2. Using AMI, 901 is Originated 3. When 901 answers, it is Redirected to an extension "exten => dial,1,Dial(SIP/902)" 4. 902 rings, then answers 5.