similar to: Manager API 'Redirect' is not working for both end of a call.

Displaying 20 results from an estimated 10000 matches similar to: "Manager API 'Redirect' is not working for both end of a call."

2006 Feb 08
6
Connecting to live calls
Hi all, Is there a way to connect two live calls through the manager api without directing them to a meeting room? Currently, I can connect them by sending them to a meeting room. However, I don't know what the overhead is, and I kind of think that if I can connect them or link them up, the overhead would be minimum. -------------- next part -------------- An HTML attachment was scrubbed...
2006 Apr 12
4
call center running Asterisk -sound quality-critical!
Except that mixmonitor still has a bug in it. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kevin P. Fleming Sent: Wednesday, April 12, 2006 11:45 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] call center running Asterisk -sound quality-critical! Matt Roth
2006 Mar 22
6
Can this box handle 8 T1s (PSTN) with Asterisk?
Hi all, I am handed a project to setup *. The requirement is that it can handle 8 T1s. Half of the calls coming into the system will be routed to SIP extensions (with transcoding). The machine we have in our disposal is a new dual Xeon 3.2gHz server with 2g of ram and an dual 1000mb nic. Voice will be coming in from the PSTN (through 2 quad digium cards) in g711ulaw, and most of the time will
2006 Apr 27
12
PRIs from two different telco
My TE411p does not seem to like to have two PRIs from different telcos (span 1 and span 2). I can get one working, but not the other. However, if I use vpmsupport=0 when loading the wct4xxp module, they both work. But here is the problem, vpmsupport=0 disables the on board echo cancellation. Any ideas? BTW, here is zaptel.conf span=1,1,0,esf,b8zs span=2,2,0,esf,b8zs bchan=1-23 dchan=24
2006 Mar 13
1
Need help implementing call center featuresofAsterisk
It sounds like Naren and company has their own CRM application. They need a predictive dialer that allows third party app integration. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Matt Florell Sent: Monday, March 13, 2006 8:03 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:
2006 Apr 03
3
Monitor or mixmonitor
Hi all, I am setting up a script to record all the call. There are two app for recording. "Monitor" and "Mixmonitor", one mixing the audio on the fly and one mixing it at the end but also allow a option not to mixing the audio at all. If mixing the audio on the fly is not that taxing on the CPU, I would like to use 'mixmonitor' app. My question is, what is penalty on
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
2006 Apr 13
1
call center running Asterisk -soundquality-critical!
I did not install soxmix in my linux box. If you having issues with mixmonitor, you can put both legs of the call into a conference and record the conference -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt Roth Sent: Thursday, April 13, 2006 1:20 PM To: Asterisk Users Mailing List - Non-Commercial
2006 Jan 30
1
Manage api- Matching 'Newchannel' event with the 'Originate' command
Hi all, When the 'Originate' command is issued with 'Async' open set to 'yes', I got the response right away with the correct 'ActionID'. What follows is the 'Newchannel' event with a 'Channel' ID, but their is no 'ActionID' to tie it back to the command. How do you guys deal with this? -------------- next part -------------- An HTML
2007 Sep 10
5
Asterisk Manager API - Originate command
Hi all, Just ran into some issue with the originate AMI command. It seems that there is a limit of around 120 calls I can place with the originate command simutanously. By that I mean sending Asterisk a lot of originate command very fast. Anyone know if there is a limitation? Thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 13
1
call center running Asterisk-soundquality-critical!
I just check the source code, Monitor uses ast_writestream and it eventurally goes down to au_write, g723_write, etc. They don't commit to the disk. So, in effect, if you have a lot of ram, the audio should stay in ram until it gets swap out or the file is closed. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On
2017 Jun 26
4
Autodialer - call simultaneously to both ends
Hello List, I'm working on an autodialer project. At the moment I use the Originate application then I "throw" it to an extension where I Dial() the other party and then both legs are bridged. The problem is that the Dial() will only run after the Originate finish its bit and I have lots of wasted time or even worse, the remote party hanging the call because instead of a human
2006 May 02
3
Need help configuring TE100P and 3 X100P clone with MD3200 chipset
I can either get the TE100P working or the 3 X100P clones working, but never both. I have the TE100P connected to a channel bank, and X100P clones to lines from the phone company. This is my zaptel.conf span=1,1,0,d4,ami fxsks=1-24 loadzone=us fxols=25-27 loadzone=us I then do [root@asterix root]# modprobe zaptel [root@asterix root]# modprobe wcte11xp ZT_CHANCONFIG failed on channel
2009 Jan 21
0
Playfile to both legs of call
Is there any way that I can use AMI to play a sound file to both legs of a call without either issuing two commands, one per leg, or setting up meeting rooms? I would like to be able to play a sound file that can be heard by the caller and the person called using AMI. The only way so far I have been able to do this is the following. One problem with this is that people will hear sound out of
2014 Jul 11
0
Send fax when asterisk is callee legs
Hello, I have a simple ivr, In one submenu (such as 9), i want to send a fax. so anybody call with server and then press 9 dtmf . should send a fax. How can asterisk send fax for current channel? I use SendFax() function in dialplan but when the application is run, the Asterisk CLI closed and dont send fax. I could send fax if asterisk works as caller legs but dont send fax if asterisk was
2014 Dec 17
3
AMI Redirect both calls from a bridge
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 way to redirect one of the channels and hold on to the other. Thanks, Neil Cherry
2011 Apr 29
0
Local channel scenario flushes CDR before dialplan end
Hi, There's a quite complex dialplan scenario and I found out that CDR of main channel is flushed right after hangup on Local channel. I will try to simplify my scenario: [incoming] exten => 555,1,Noop(do something before using local channel, fill some variables, play IVR menus and so on) same => n,Dial(Local/555 at office/n,,g) same => n,Noop(Notice the option "/n" and
2006 Mar 03
1
Call Transfer - "Both legs must reside on Asterisk box to transfer at this time"
I have a SIP user, 2944093 that dialled 3254102. I'm trying to transfer the call from 3254102 to 3254104. When I try and transfer the call, I get the following on the Asterisk console. Mar 3 15:14:18 NOTICE[23124]: chan_sip.c:6731 get_refer_info: Supervised transfer requested, but unable to find callid '16749440-c28be02e-64b73be7@172.31.16.67'. Both legs must reside on Asterisk box
2006 Mar 30
1
Questions on call recording and conference.
Hi, In Asterisk, what happens to the files when both legs of the call hangs up? Is there a way to create a conference room on the flight? i.e. without pre-defining the conference ID in meetme.conf. Thnx much. -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 2872 bytes Desc: not available Url :
2007 May 10
1
call transfer to asterik.. asterisk as an end point
Hello All. I am having some trouble with call transfers when asterisk is the 2nd party called and I hope to benefit from your experience. I want to use asterisk for call park/pickup and have configured openser to relay calls made to ruri 700-720 to asterisk running on localhost:5069 Call flow: phone A calls phone B (both phones are polycom) Phone B answers then phone b