search for: cale

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

Did you mean: scale
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 Ou...
2005 Apr 12
5
File listing problems in 3.0.13
...--with-libiconv=/usr/local \ --with-acl-support \ --without-ldap \ --without-ads \ --without-python Although I have also tried it without the ACL support with the same results. Any suggestions would be greatly appreciated. Cale Fairchild Systems Administrator Computer Science Brock University cale@brocku.ca
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...
2005 Apr 19
1
Re: missing directory entries on irix
...est it before the SeekDir on the next iteration. Unfortunately you can not convert between version 1 naming and version 2 naming on the XFS filesystem without a full dump and restore. So I am wondering is someone can come up with a workaround for this. Thanks for your time in this concern. Cale Fairchild Systems Administrator Computer Science Brock University cale@brocku.ca On Mon, 18 Apr 2005, James Peach wrote: > Hi all, > > I had a look into Jeremy's idea that this could be due to using a 32bit > long to represent directory offsets. It turns out that ther...
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 ad...
2006 Aug 10
3
MD raid tools ... did i missed something?
...0.12152695 ===================================================================== I need to add the 3rd partition, so I open documentation http://www.centos.org/docs/4/html/rhel-isa-en-4/s1-storage-rhlspec.html#S2-STORAGE-RAID-DAY2DAY (I know the RTFM ;-) But in chapter 5.9.9.2. they want tool caled "raidhotadd" What was my wonder when it is not included in CentOS 4.3 ===================================================================== # yum provides raidhotadd Searching Packages: Setting up repositories update 100% |=========================| 951 B 00:00 base...
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...
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...
2006 May 02
0
[LLVMdev] Re: Newbie questions
...an object whose > class happens to be 'final'. In this case we need to know some > properties of the java type. (And, you can construct plenty of > examples where java type information yields optimization > opportunities.) I think this example is even simpler than the method caled on the result of new. When translating invokevitual on objects of final classes just call the method directly and don't perform an indirect function call though the vtable. Ditto for final methods. -- Alkis
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 t...
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 mis...
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