search for: calee

Displaying 20 results from an estimated 62 matches for "calee".

Did you mean: callee
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 Out...
2005 Apr 12
5
File listing problems in 3.0.13
Over the weekend I upgraded my IRIX servers to 3.0.13 and have found many strange issues regarding the creation of new folders. When I attempt to add a new folder through the Windows side I get an immediate error dialog box stating "You may not be able to access file created in the folder X:\New Folder." When I select to continue the folder is created, looking on the IRIX side the
2015 Jun 16
1
[PATCH] guestfs.pod: fix a typo
s/caling/calling Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- src/guestfs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index fa04c86..5ceef92 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -586,7 +586,7 @@ The logical volume(s) can now be mounted in the usual way. Use the reverse process to close a LUKS
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 work, but I...
2005 Apr 19
1
Re: missing directory entries on irix
Thanks for the patch, unfortunately when I installed it I had a lot more files missing from the directory listing and I have not taken much time to look at why. But it certainly is the cast that off_t on the IRIX box is 8 bytes in the current OS, however the compilers seem to convert the long values properly so long as overflow does not occur. Thanks to your suggestion on looking at the
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
3
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...w.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. I am not sure if I am completely following. The issue that required aligning the frame to 32 bytes is when there are variable sized objects on the stack (e.g. alloca). In that case, the RBP frame pointer is required to access the spill slots. If I'm not mistaken, calculating the add...
2006 Aug 10
3
MD raid tools ... did i missed something?
Hi I have a degraded array /dev/md2 ===================================================================== $ mdadm -D /dev/md2 /dev/md2: Version : 00.90.01 Creation Time : Thu Oct 6 20:31:57 2005 Raid Level : raid5 Array Size : 221953536 (211.67 GiB 227.28 GB) Device Size : 110976768 (105.84 GiB 113.64 GB) Raid Devices : 3 Total Devices : 2 Preferred Minor : 2
2017 Nov 15
3
?==?utf-8?q? add machine script not running
Thanks for your response Le Mercredi, Novembre 15, 2017 17:38 CET, Rowland Penny via samba <samba at lists.samba.org> a écrit: > I suppose the obvious question is, is the script executable ? It is. It's a simple perl script with +x. I can exec it from the comande line like /usr/local/bin/addworkstation.pl foo$ which creates the machin account like it should. I've also
2005 Apr 17
1
inotify on rhel systems?
I just read an interesting article caleed "Monitor Linux file system events with inotify.", see http://www-128.ibm.com/developerworks/linux/library/l-inotify.html?ca=dgr-lnxw02Inotify. I notice that /dev/inotify is not present on my CentOS4 system, so the necessary kernel patches are probably not present. Does anyone know if t...
2005 Jan 07
1
specific call transfer
Hi, is it possible to transfer an incomming call to another ext. without answering? I'm not talking about (un)conditional redirection but functionality, when calee can each time decide whether answer the phone or transfer it to any other phone.
2008 Feb 19
1
Problem with sync files when no dir in the destin
Hi i'm a new user but rsync is easy and a great tool I have a folder caled source and a folder caled destini, like this + Source |_ FolderA |____ File1 |____ File2 + Destini I use this comando to sync only File 1 rsync -a Souce/FolderA/File1 Destini it's copy the File 1 to Destini but i would like who rsync create te Folder A in the destini and put the File 1 inside Then. I read
2006 May 02
0
[LLVMdev] Re: Newbie questions
On 29 Apr 2006 20:38:58 -0600, Tom Tromey <tromey at redhat.com> wrote: > >>>>> "Archie" == Archie Cobbs <archie at dellroad.org> writes: > > >> In the JIT, devirtualization looks doable, though somewhat fiddly. At > >> least, that is true for straightforward things like calls to methods > >> in final classes, or calls to
2012 Mar 02
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...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 codeaurora.org Qualcomm Innovation Center, Inc is a member of the Code Aurora Forum On 03/02/12 10:17, Cameron McInally wrote: > At least for 32bit x86 reserving another register as alternative frame > pointer...
2008 Feb 23
1
[LLVMdev] Obligatory monthly tail call patch
Hello everybody, hi Evan, this patch changes the lowering of arguments for tail call optimized calls. Before arguments that could be overwritten by each other were explicitly lowered to a stack slot, not giving the register allocator a chance to optimize. Now a sequence of copyto/copyfrom virtual registers ensures that arguments are loaded in (virtual) registers before they are lowered to the
2010 Feb 20
2
Hiding dot files from Windows
The user section of one of my smb.conf files looks like this yet when I bring up XP (a guest under VirtualBox) on my system, all linux dot files are visible. Am I missing somethng? [fred] comment = Alan's service path = /home/fred writeable = yes valid users = fred admin users = fred browseable = yes case sensitive = no printing = bsd #print command =
2005 Jun 08
8
Building on Windows
...ct configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating include/Makefile config.status: creating common/Makefile ... d. I then realized that my $HOME path had a space in it, so I re-ran configure with --prefix=/home/calee (after creating that directory under cygwin/home). I get the same FIND errors. e. I then proceeded to try the 'make' command. This does place some include files in my home path correctly, but no binaries get built. I see the following errors. It looks like the directories below '....
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 speakers and a mic - Asterisk is running on a computer inside that box - the box is embedded in a door - There are two user accounts, UserA and userB - UserA is a client that runs on th...
2012 Mar 02
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...n/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. > > I am not sure if I am completely following. The issue that required > aligning the frame to 32 bytes is when there are variable sized objects on > the stack (e.g. alloca). In that case, the RBP frame pointer is required to > access the spill slots. If I'm not mist...
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