Displaying 20 results from an estimated 600 matches similar to: "Linux distribution"
2004 Dec 14
6
least sucky FXO interface?
Would anyone care to offer opinions as to the FXO interface which sucks
the least :) I have an application in which it appears I must route
certain calls out an analog PSTN line. Presently, I am testing an
SPA-3000, but I can't seem to get the echo heard on the IP end of the
call down to a non-annoying level.
Any suggestions welcomed :)
-Dorn
2004 Dec 22
5
TDM400P install on Debian 2.6.10
I just installed a new TDM400P with one FXO interface
in slot 4 (how it came from Digium). This box is
running Debian with a 2.6.10-rc2-mm3 kernel. After
the make linux26 and make install in /usr/local/src/zaptel,
I can see contents in /dev/zap but any attemp to
touch for example /dev/zap/ctl gets a no such
device or address ...
Any suggestions?
2005 Jan 13
2
1xT1 PCI card for *
I have a nice used zhone channel bank I want to experiment with, but need
a T1 interface for my * box to do so. The TE410P looks nice, but more
money than I want to spend to experiment, and I don't need 4xT1, only
1xT1.
Are there any good 1xT1 PCI cards that are recommended?
Regards,
-Dorn
2004 Dec 25
1
VM_CALLERID (how to get name+number)
I'd like to get VM_CALLERID to include number in addition to name
since often when calls come from cell lines or various other,
the name is just a city, state and the number would be more
usefull. Is there a way to get the number in the VM_CALLERID
string, or is there a second variable I can use in formatting
email vmail notifications to get the number?
Regards,
-Dorn
2004 Dec 23
2
Asterisk in parallel with PSTN
Hi,
I have the following scenario:
We currently have 1 incoming line, that 2 POT phones plug into, and when
we have an incoming call, both phones ring. Is it possible to have
Asterisks in parallel, so that when the 2 POT phones ring, I can have a
Voip phone, which "is" plugged in and configured through Asterisk also
ring (so that all three of them are ringing), and then someone can
2004 Dec 23
1
where I can find some learning book about asterisk?
Hello ,
I learn handbook-draft.but I think I don't understand asterisk.
where I can find some learning book about asterisk?
thank u.
B.R.
John.
-----????-----
???: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]??
asterisk-users-request@lists.digium.com
????: 2004?12?24? 7:51
???: asterisk-users@lists.digium.com
??: Asterisk-Users Digest, Vol 5,
2006 Mar 17
1
how to get separate CDR for inbound and outbound legs of a call
If I have a call coming in on one line and then I am using Dial to send it
out to another outside line, is there a good way to get separate CDR for
both call legs?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060317/ac95b2fc/attachment.htm
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed.
attached the updated patch to apply to svn/trunk.
j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: theora-mmx.patch.gz
Type: application/x-gzip
Size: 8648 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently
down...
TIA,
Simone.
2012 Apr 10
2
substitution of the ASCII character "squared" AKA "^2" AKA (alt+0178) with a tractable one
Deae R helpers,
the problem I'm facing today is related to the manipulation of a string.
The string is coming from a a porosimeter, whose control is under a
complicate set-up of two computers
One (running on DOS) is controlling directly the hardware, while the
other (running on win XP) which process the data is connected to the
first one via serial. I get the data from this last computer.
2014 Dec 24
2
[LLVMdev] X86 disassembler is quite broken on handling REX
hi,
i think the current X86 disassembler is quite broken and fails badly on
handling REX for x86_64 code.
below are some examples:
$ echo "0x0f,0xeb,0xc3"|./Release+Asserts/bin/llvm-mc -disassemble
-triple=x86_64
.text
por %mm3, %mm0
$ echo "0x40,0x0f,0xeb,0xc3"|./Release+Asserts/bin/llvm-mc -disassemble
-triple=x86_64
.text
por %mm3, %mm0
$ echo
2014 Dec 24
2
[LLVMdev] X86 disassembler is quite broken on handling REX
On Wed, Dec 24, 2014 at 2:43 PM, Craig Topper <craig.topper at gmail.com>
wrote:
> I believe this particular error is caused by this. That seems easy enough
> to just drop the bit. Do you have other non-mmx examples?
>
> case TYPE_MM: \
> if (index > 7) \
> *valid = 0;
2005 Mar 23
3
[PATCH] promised MMX patches rc1
Hello,
Here is my first speedup patch. Like 10-11%. No IDCT yet.
Please feel free to comment my code or even better think about
improvements. :) I belive my routines are not so bad, maybe
one day they will be even more faster.
What needs to be optimized is the loop filter fuction. I have
no ideas now how to do it. It does not leave much space for parallel
stuff, copying memory from lot of
2008 Jul 04
1
[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.2.0: Introduction
Hi everyone,
This is the dm-ioband version 1.2.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.26-rc5-mm3.
- Changes from 1.1.0 (posted on June 2, 2008):
- Dynamic policy switching
A user can change the bandwidth control policy
2008 Jul 04
1
[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.2.0: Introduction
Hi everyone,
This is the dm-ioband version 1.2.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.26-rc5-mm3.
- Changes from 1.1.0 (posted on June 2, 2008):
- Dynamic policy switching
A user can change the bandwidth control policy
2008 Jul 04
1
[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.2.0: Introduction
Hi everyone,
This is the dm-ioband version 1.2.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.26-rc5-mm3.
- Changes from 1.1.0 (posted on June 2, 2008):
- Dynamic policy switching
A user can change the bandwidth control policy
2008 Jul 11
1
Subject: [PATCH 0/2] dm-ioband: I/O bandwidth controller v1.3.0: Introduction
Hi everyone,
This is the dm-ioband version 1.3.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.26-rc5-mm3.
- Changes from 1.2.0 (posted on Jul 4, 2008):
- I/O smoothing take #2
This feature makes I/O requests of each group issued
2008 Jul 11
1
Subject: [PATCH 0/2] dm-ioband: I/O bandwidth controller v1.3.0: Introduction
Hi everyone,
This is the dm-ioband version 1.3.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.26-rc5-mm3.
- Changes from 1.2.0 (posted on Jul 4, 2008):
- I/O smoothing take #2
This feature makes I/O requests of each group issued
2008 Jul 11
1
Subject: [PATCH 0/2] dm-ioband: I/O bandwidth controller v1.3.0: Introduction
Hi everyone,
This is the dm-ioband version 1.3.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.26-rc5-mm3.
- Changes from 1.2.0 (posted on Jul 4, 2008):
- I/O smoothing take #2
This feature makes I/O requests of each group issued
2006 May 09
7
Problem Installing Freebsd 6.0 64 bit
I can't install freebsd 6.0 STABLE amd64 on my notebook:
HP Pavilion 2420la AMD Turion ML 32 , 1024 RAM, 80 GB HD, ATI
Radeon XPRESS 200M.
I try all modes , default, whitout acpi, safe mode. In all the cases after the
next message the installation doesn't work:
timecounters tick every 1000 msec
Linux ELF exec handler install
lo0.bpf attached
I installed linux with parameter noapic