similar to: specific call transfer

Displaying 20 results from an estimated 10000 matches similar to: "specific call transfer"

2006 Jun 22
1
Action: Originate PROBLEM
Hi, I'm straggling with setting up a call via manager interface. Basic functionality works fine but I try to use this addons: Application: Playback Data: beep when a call is answered by A side, 'beep' is played correctly but no further action is taken - I got hangup !!! Why it's not connecting to B side of connection after playing the 'beep'. When removing
2008 Feb 14
1
Touch monitor file name format
Hi list, The default file name format for touch monitor (automon) recordings is: auto-${EPOCH}-caller-calee It's possible to use the ${TOUCH_MONITOR} variable to change the 'caller-calee' part, but what about the 'auto-${EPOCH}-' part? I've been trying to use ${MONITOR_EXEC_ARGS} to add some more commands after the somix sequence for mp3 conversion. This should
2012 Mar 02
3
[LLVMdev] Stack alignment on X86 AVX seems incorrect
On Fri, Mar 2, 2012 at 11:32 AM, Evandro Menezes <emenezes at codeaurora.org> wrote: ... > Figure 3.3 on page 16 of www.x86-64.org/documentation/abi.pdf is not > normative. See foot note 7 in the same page. Figure 3.4 on page 21 > confirms that the use of a frame-pointer is optional. > > So, if one doesn't use ENTER in the prologue and uses RSP to access local >
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone, I am facing lots for problem with CDRs in 1.6 and above versions,its shows wrong records when I do transfer(caller side and calee side),callforward,call parking.Is the present CDRs in 1.6 is enough for Complete billing.?What I need to do to make it proper.Please help me on this. Thanks Nikhil
2012 Mar 02
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
Cameron, Figure 3.3 on page 16 of www.x86-64.org/documentation/abi.pdf is not normative. See foot note 7 in the same page. Figure 3.4 on page 21 confirms that the use of a frame-pointer is optional. So, if one doesn't use ENTER in the prologue and uses RSP to access local variables, RBP may be used as a calee-saved GPR. -- Evandro Menezes Austin, TX emenezes at
2010 May 05
1
Getting calee audio in Asterisk (real time)
Hello, I need to capture calee's audio in real-time in order to capture operator messages (I've written sound recognition software that works with Jack: http://github.com/Motiejus/SoundPatty/). Jack does the following: Incoming call audio -> audio in to jack, audio out from jack -> current Asterisk application Outgoing call audio <- current Asterisk application However, I need
2013 Dec 20
1
Reading DTMF sent by callee during a SIP call
Hi everyone, I am looking for advice about the design of a SIP-based intercom. I count on your help, as my current attempts are not fruitful (yet). This will be a pretty long message, so here's my fundamental question: Is there a way to interpret DTMF tones sent by the calee (not the caller) while a voice call is in progress? Here's the desired scenario: - there is a box with
2012 Mar 02
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
On Fri, Mar 02, 2012 at 11:58:29AM -0500, Cameron McInally wrote: > On Fri, Mar 2, 2012 at 11:32 AM, Evandro Menezes <emenezes at codeaurora.org> > wrote: > ... > > Figure 3.3 on page 16 of www.x86-64.org/documentation/abi.pdf is not > > normative. See foot note 7 in the same page. Figure 3.4 on page 21 > > confirms that the use of a frame-pointer is optional.
2002 Sep 02
3
smbd + nmbd don't want to start
hi, masters! i have installed RedHat 7.2 and Samba 2.2.5. i did everything step by step: ./configure , make , make install , etc... i cannot start 'smbd' and 'nmbd' daemons. i try to run them from the command line or from inetd and i get something like: "there is no such command" all Samba commands are in the same hierarchy /usr/local/samba/bin. i can run other
2005 Jun 08
8
Building on Windows
Hi, I am brand new to Xapian and am trying to get it to build on my Windows XP SP2 computer. I have downloaded cygwin and did a full install. I have downloaded the most recent xapian-core code. Here is what I have done so far: a. I unpacked the core and put in at c:\xapian-core-0.9.0 b. I then opened a cmd window, typed 'sh' to open up the cygwin shell and then typed in the
2009 Jan 07
12
glusterfs alternative ? :P
I know that this is not the appropriate place :). You know someone can alternative to gluserfs ?:) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090107/63b68a0d/attachment.html>
2004 Aug 03
3
PRI Call Redirection / Transfers
I have a PRI comming into each of 2 buildings. How do I redirect an incomming call on PRI_A of particular DIDs to arrive at PRI_B instead? Thanks, John
2011 Jan 28
8
[Bug 33668] New: [regression] [nv4c] Screen corruption
https://bugs.freedesktop.org/show_bug.cgi?id=33668 Summary: [regression] [nv4c] Screen corruption Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2005 Feb 21
1
Monitoring calls through a transfer
We have the following scenario: Incoming call to a queue, Agent "A" answers. Agent "A" determines after about 20 seconds that agent "B" needs to deal with this call. A puts call on hold, calls and speaks to B, and then transfers the call to B. B speaks to the incomming caller for 5 minutes. That's all fine. However, the CDR records the call as incomming to
2014 Aug 07
2
Per process memory monitoring tool
Hi all, I am looking for a tool which let me monitor memory consumption per process on CentOS 5/6. The tool should be able to save its history so I could see what amount of memory was consumed yesterday/week ago/etc by each process. Can you recommend anything like that ? Best regards P.
2004 Jul 28
3
Re: Re: HTB 3.13 please help
//Just to not forget eth0 is WAN and eth1 is LAN . The box is NATing my lan. I configured tcng to shape both download and upload and i got connection loss again. Maybe it is my script fault or it is something bad with packets marking . this is how i mark outgoing packets iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.1.23 -j MARK --set-mark $ip and this part of my script which is intented
2012 Mar 02
2
[LLVMdev] Stack alignment on X86 AVX seems incorrect
> > At least for 32bit x86 reserving another register as alternative frame > pointer is very heavy. The above would allow normal spill logic to > decide when to keep a reference in register and when not. It also reuses > existing functionality as much as possible. > Hi Joerg, Yes, this was a problem in my implementation also. Empirically, for the chips I work on, reserving the
2007 Nov 13
4
sd_max_throttle
Hello, we are using hardware array and its vendor recommends the following setting in /etc/system: set sd:sd_max_throttle = <value> or set ssd:ssd_max_throttle = <value> Is it possible to monitor *somehow* whether the variable becomes sort of bottleneck ? Or how its value influences io traffic ? Regards przemol
2009 Jun 25
5
64-bit CentOS - your experience
Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the stability of 64-bit Linux. Can you share your experience regarding stability of 32-bit and 64-bit CentOS ? Does anybody use 64-bit CentOS
2009 Aug 26
4
How to clone CentOS server ?
Hello, I'd like to clone existing CentOS server. Can anybody recommend any working solution to achieve that ? Regards Przemyslaw Bak (przemol) -- http://przemol.blogspot.com/ ---------------------------------------------------------------------- Wygraj nawigacje GPS! 14 sztuk czeka. Sprawdz >> http://link.interia.pl/f22f3