Displaying 20 results from an estimated 27 matches for "_already_".
2010 Apr 16
3
Delay the HungUp
Hi,
I'm tying to delay the HungUp.
I tried this way:
exten => h,1,NoOp(Start)
exten => h,n,Wait(5)
exten => h,n,NoOp(End)
exten => h,n,Hangup()
but it doesn't work, Any idea?
Thanks in advance.
2005 Nov 15
4
OggPCM2 : chunked vs interleaved data
Hi all,
The remaining issue to be decided for the OggPCM2 spec is the support
of chunked vs interleaved data.
Just so that everyone understands what we are talking about, consider a
stereo file that gets stored as an OggPCM file. Within an OggPCM packet,
the audio samples for the left and right channels can be stored as
interleaved where the samples would be:
l0, r0, l1, r1, ..... lN, rN
2007 May 09
10
Load balancing using connmark
Hi,
I''ve been implementing a load balancing solution using CONNMARK, based
on solution described by Luciano Ruete at [1]. Gracias por el post y por
apuntar en la dirección correcta Luciano!
Once implemented, I''ve found that due to some reason packets aren''t
properly marked (or improperly remarked) and sent out using the wrong
interface.
My topo setup is:
2009 Apr 19
4
[PATCH] btrfs: remove crc32c.h and use libcrc32c directly.
There''s no need to preserve this abstraction; it used to let us use
hardware crc32c support directly, but libcrc32c now does that for us
through the crypto API -- so we''re already using the Intel crc32c
acceleration where appropriate, without having to do anything special.
As is right and proper.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
---
2015 Jun 27
2
Questions about hardlinks, alternate storage and compression
Hi all,
I have some questions about hardlinks, alternate storage and
compression. I already scanned the list for related information and I
have an idea of how things works, but I would like to have a definite
answer.
System spec:
- CentOS 6.6 x64
- dovecot-2.0.9-8.el6_6.4.x86_64 RPM package/version
- sdbox mail store
1) About hardlinks: when sending the same message to two different
2008 Jun 25
5
Number portability in other parts of the world.
Are phone numbers portable in other countries?
Are the same rules and conditions that exist here in the States mirrored
elsewhere?
How does a person in Europe go fully VoIP and still keep the main
number?
Do they use call forwarding?
Is their another way to use an origination carrier without loosing your
number?
Alex
-------------- next part --------------
An HTML
2005 Apr 26
10
Cannot force WeBRICK into submission (UTF-8)
Hello everyone!
Pushing my new rails project I stumbled upon some weird problem.
I cannot force WeBRICK to show me my MySQL records in UTF-8. All I
recieve into the object (instead of russian letters) are question marks
(a la ?????? style). I am running MySQL 4.1 (the one with switchable
charsets) and a binary Ruby extension for it, all on OSX.
To me it looks like MySQL never recieves what I
2015 Jun 29
0
Questions about hardlinks, alternate storage and compression
Hi all,
any ideas?
Especially point n.1 (no hardlink when sending the same email to
multiple addresses) confuse me a bit. Searching in old messages I even
stumbled on some users stating that, using Dovecot LMTP server, they
achieved what I want (one messagge, multiple hardlinks), but I am
_already_ using LMTP with no avail...
Regards.
On 27/06/15 18:18, Gionatan Danti wrote:
> Hi all,
> I have some questions about hardlinks, alternate storage and
> compression. I already scanned the list for related information and I
> have an idea of how things works, but I would like to have a...
2005 Nov 15
0
OggPCM2 : chunked vs interleaved data
...39;s what we need to feed to
audio hardware in the end usually, etc.
Whilst I accept that there are many good uses for chunked data, I
think the transformation is trivial, particularly given certain
characteristics of the Ogg container. Remember, the data, if you read
an ogg stream into memory, is _already_ likely to be non-contiguous,
due to ogg's structure. It's trivial, and has insignificant additional
overhead, to de-interleave as you read it into a packet buffer.
So, you've forced additional implementation complexity onto all
implementations, but the benefits aren't obviously sig...
2004 Nov 29
1
Record() and problems converting with sox.
Hi,
I'm trying to convert a high(er) quality wav/ulaw/alaw file (captured with
Record()) to a gsm file and can't get the bugger to work. The example on the
page http://www.voip-info.org/wiki-Asterisk+sound+files says that:
$ sox inputfile.wav -r 8000 -c 1 outputfile.gsm resample -ql
Should work, but I get the error message:
sox: Input and Output rates must be different to use resample
1997 Feb 05
0
about GNU tar
It seems that a lot of people think that the problem with preserving
permissions is not a ''misconfiguration''. Okay, let me say what I really
think about it - it is a user error and a solution to that is to replace a
user and press ''enter''. Seriously, if you are _already_ root on a system
than system should not try to prevent you from doing stupid things. You are
_god_. What is the difference between the problem with GNU tar and execution
of a script that copies a shell into /tmp, makes it suid to root? NONE! If
you are root, there is _no_ good reason to untar a fil...
2004 Aug 06
2
a new directory service
...on the webpage.
You won't need this for icecast if that's your use. You can use request
and parse the stats.xml which will dump all stats on the server. You
can also connect as a stats client, which will give you a dump, and then
realtime stats updates while you stay connected. And that _already_
works :)
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsu...
2005 Oct 03
1
xen_changeset : Mon Oct 3 05:26:29 2005 +0100 f22fba673196 updates 4k and 8 k kernel stacks
changeset: 7157:f22fba673196
#########################################
FC4 dom0, Tyan 2462 SMP, 4k kernel stack
#########################################
xm shutdown does not work at all, always get the d flag , that d flag
also seems to be the stopper for xm destroy as well.
I have yet to be able to destroy a domain with the d flag.
Unable to create SMP guests
ethtool for e1000 as eth0
2007 Nov 28
2
1.1beta9 'make' fails on osx/Tiger
...ill tell you to
> try the current 4.2.2 version or the new 4.3 version.
i'm using Apple's gcc 4.2.1:
http://www.opensource.apple.com/darwinsource/10.5/gcc_42-5531/
and the v4.2.1 Tiger equiv from the R-project provided at
http://r.research.att.com/tools/
both Apple & ATT are _already_ well plugged into both .. er .. Apple & GNU.
yes, 4.2.1 is "not distro" ... but it *is* up-n-coming, as evienced by
the fact that it *is* offered on the darwinsource page.
i'd gather tss would like to know about issues. (it shouldn't be
terribly surprising for a projects...
2003 May 19
6
XP Joining Samba Domain
I have successfully joined the XP machine to the domain. The strange part
is, that it only wanted to be joined if it connected to the PDC and not the
BDC.
The way it is set-up is that the XP machine and a BDC is in one branch and
the PDC is in another. Every time I would try to connect via the BDC, it
would return a value ACCESS DENIED
I stopped the smb service on the BDC, and got it to
2005 Nov 15
2
OggPCM2 : chunked vs interleaved data
Michael Smith wrote:
>Whilst I accept that there are many good uses for chunked data, I
>think the transformation is trivial, particularly given certain
>characteristics of the Ogg container. Remember, the data, if you read
>an ogg stream into memory, is _already_ likely to be non-contiguous,
>due to ogg's structure. It's trivial, and has insignificant additional
>overhead, to de-interleave as you read it into a packet buffer.
>
>
>
Could you elaborate on this? I'm not familiar enough with the ogg API,
but as far as I can tell,...
2001 Oct 28
8
Ext3 partition not appearing in df output
Hello,
I converted my / partition to ext3 from ext2 today, and I'm using kernel
2.4.13+ext3 patch
I used tune2fs -j and set the filesystem to auto in fstab, and compiled ext2
as well as ext3 in the kernel
Upon rebooting, I tried df -hT to see if it had worked, and to my surprise it
didn't list my root partition
dmesg say it's fine (and btw everything works fine)
kjournald
2004 Aug 06
0
a new directory service
...>You won't need this for icecast if that's your use. You can use request
>and parse the stats.xml which will dump all stats on the server. You
>can also connect as a stats client, which will give you a dump, and then
>realtime stats updates while you stay connected. And that _already_
>works :)
The request-and-parse approach is horribly inefficient. It requires me to
set up some kind of cron job or server side scripting to do this step and
then convert the output to the format I wish to display on the main site
for the stream. This causes linearly increasing load on a s...
2006 Feb 21
2
indexing within panels in xyplot
Dear R-helpers,
I need to show a linear fit through a subset of the data within each
combination of levels of two factors. So I prepared an xyplot with
different panels for each level of one of the factors, and different
symbols within each panel for the levels of the second factor. My problem
is selecting the subset of each combination through which the line should
be fit for subsequent
2004 Jan 06
4
[LLVMdev] 9 Ideas To Better Support Source Language Developers
...I prefer (b) because it
implies (a) ;> Such idioms as if-then-else, for (pre; cond; post),
while(cond), etc. should be just coded into a framework so that compiler
writers have a slightly higher level interface to work with.
Although I like this idea, its low on my list because I regard LLVM
_already_ incredibly easy to use as a compiler writer's tool. But, hey,
why stop at "incredibly easy" when there's "amazingly trivial" waiting
in the wings?
------------------------------------------------------------------
8. Create a ConstantString class
Constant strings are v...