Displaying 20 results from an estimated 110 matches similar to: "which pci has the dell / hp"
2005 Jun 02
3
Pricing for DS3000P
Yep anything over $7k makes it more feasible/reliable to go for multiple
server multi-card solution.
Cheers,
Dean
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of izo
> Sent: Thursday, 2 June 2005 8:21 PM
> To: Andrew Latham; Asterisk Users Mailing List - Non-Commercial
Discussion
>
2007 Jul 02
8
Kernel Packet Traveling Diagram
Hi,
I find this diagram which details the kernel packet traveling :
http://www.docum.org/docum.org/kptd/
Is it up to date ?
I made some test and I put a DNAT rules in the PREROUTING table of an
interface and I attach it a ingress policy, the dst IP wasn''t changed. the
DNAT it isn''t yet make.
I''ve another question (I''m not sure is it the good mailing list), for
2004 Jan 14
2
Single/Dual DS3 - anyone seen this?
http://www.imagestream.com/PCI_720.html
Regards,
Andrew
2007 Mar 29
0
DISCONNECT 41 hangup problem on PRI
Hey everyone,
we are using several TE410 cards in a production environment that are
connected to several operators PRI's and it works great..
For one of the operators we have seen some strange problems in cdr
mismatches however.
Our cdr's show phonecalls that are disconnected at a certain timelimit
while the operators cdr's show the user has disconnected a lot
earlier.
I thought
2006 Oct 06
12
Two outbound internet links, using one network interface
Hi,
I am trying to categorize the network traffic and to send it out across
two different providers.
For this I mark the packets in the firewall (in the PREROUTING chain of
table mangle),
and then use another routing table for the marked packets, which has a
different gateway
from the main routing table. Basicaly I am following the cookbook
example in this page:
2000 Apr 28
4
problem need help
I've installed the openss* rpm's from
metalab.unc.edu/pub/Linux/distributions/redhat/contrib/libc6/i386
on a redhat 6.2 system.
sshd is running but refuses all connections from all hosts including
localhost. The client reports debug: Connection established.
ssh_exchange_identification: Connection closed by remote host
debug: Calling cleanup 0x8056160(0x0)
2011 May 10
2
Problem with a program called winbox
This winbox application is one that I use to manage routers for myself
and my customers, so it is unlikely that there are many others trying to
use it. I have used this program (through several versions of the
program itself) on my Fedora laptop from FC8 all the way to Fedora 14.
I don't know what wine versions that spans, but it's over 5 years and it
has worked flawlessly. When I first
2007 Jun 26
0
TE412 / HPDL380G5 / * 1.4 / CentOS 4.5 Experience
Has anyone successfully run * 1.4 with the following configuration (or
something very similar)?
HP DL380 G5 (3Ghz Xeon)
CentOS 4.5 (kernel 2.6.9-55)
Asterisk 1.4.5 (or 1.4.4)
Zaptel 1.4.3 (or 1.4.2.1)
TE412P
TDM400B (2x FXO and 2x FXS modules)
I've had this rig running * 1.2.18 with Zaptel 1.2.17.1 for several months
without any issues. Upon trying to upgrade to * 1.4.4 and Zaptel 1.4.2.1 a
2009 Sep 29
1
vectors levels are carried through to subsets...
I have a dataset. Initially, it has 25 levels for a certain factor,
Description.
However, I then subset it, because I am only interested in 2 of the 25
factors. When I subset it, I get the following. The vector lists only the
two factors, yet there remain 25 levels:
> Quadrats.df$Description
[1] Emergent 25x75 Emergent 25x75 Emergent 25x75 Emergent 25x75
Emergent 25x75 Emergent 25x75
2009 Oct 21
1
How do I vectorize this loop....
Basically I need to use the following data to calculate a squared error for
each Sample based on the expected Survival for the zone.
Basically, this code has Live/Dead for each sample, and I need to calculate
the square error based on the Expected Mean (ie, Survival). The code looks
up the expectation for each zone and applies for each sample in the zone
using a loop:
Data1 <-
2005 Jul 13
6
OT: DS3 -> VoIP Hardware Recommendations
Hello all,
We are looking for some hardware requirements/recommendations to be
able to handle a full DS3's worth of TDM -> VoIP traffic. The DS3 would
bring 24 calls per T1 x 28 T1s = 672 simultaneous calls. We would then
need to convert those calls into G729 SIP VoIP calls to send to our
asterisk box over ethernet. Since everything is going in/out of asterisk
is 729, and no features
2004 Jul 08
9
Is Linux based Router feasible
Hi,
I''ve a local LAN consisting of about 150 machines. I''m using a Linux
machine as the gateway machine which inturn connects to two different
ISPs. My question is can a Linux based machine match the performance of
a hardware based routers provided by Cisco,... OR is my decision to go
for a Linux based solution is a wrong one?.
Is there so much difference between these
2004 Jul 09
0
Re: the "cisco vs. Linux" thread (two answers (I have digest, sorry), Nick Erkert, Joshua Snyder)
> Message: 5
> Date: Thu, 08 Jul 2004 14:44:26 -0700
> From: Nicholas Erkert <nick@erkert.com>
> To: lartc@mailman.ds9a.nl
> Subject: Re: [LARTC] the "cisco vs. Linux" thread
>
> Glen Mabey wrote:
>
>>> On Thu, Jul 08, 2004 at 12:07:57PM -0400, Jos? Ildefonso Camargo Tolosa wrote:
>>>
>>
>>>>>you can use an Athlon
2003 Dec 04
9
Port density: DS3 cards?
Obviously, there are no DS3 TDM cards that are currently compatible
with Zap channels. (or are there?)
Does anyone know of an inexpensive DS3 card that could perhaps be
used with Asterisk if one were to try to port the Zap drivers to such
a card? PCI, of course, would be the bus of choice.
I think there are quite a few discouraging comments to be made on
that question. Firstly, most
2005 Mar 20
3
Soekris net4801 and analog interface?
Is anyone using a net4801 and an analog only setup? I am looking for a
modem that is PCI 3.3V, apparently the X100P is 5.0V PCI only so it
won't work with the net4801.
2006 May 19
25
iptables CLASSIFY and MARK not working?
I have to match my packets based on MAC address, which I cannot do in
the POSTROUTING chain, so I do it in PREROUTING using MARK. Then, I
match on the MARK in the POSTROUTING chain to do a CLASSIFY. But this
does not seem to work:
wireless-r1 bwlimit # iptables -L -v -n -t mangle
Chain PREROUTING (policy ACCEPT 3353K packets, 941M bytes)
pkts bytes target prot opt in out source
2004 Jan 10
5
Need 3.3v 64 PCI Booard with 800FSB (for ordinary Pentium4, not Xeon)
Just spended ~ hour googling - all boards are based on GC-XX or I750X
Chipsets - all for Xeons. There also some boards for Pentium 3.
Can someone point me to a board with 64Bit 3.3v PCI for ordinary P4 with
800Mhz FSB.
Thanks
2008 Apr 15
0
Same output in NUT as from APC tools?
Hello,
Since I have now nearly all stuff running on my LH7A404 and now I am
working on my DS80C411, I like to know, whether NUT show the APC UPS
stats like the APC tools.
Currently I do not know, HOW NUT triber the USB-Poert to get out the
infos of the UPS. In theory I do send out only arround 5-60 lines of
data which then NUT or any other programs must parse or something
2011 Jan 14
1
Selecing the E1 cards for the call center
Hi All;
We would like to build a call center having 2 E1, but we would like to know which card to select:
Sangoma or Digium?
And card type to be PCI express or PCI 5.0V or PCI 3.3V ?
Any advise or special recommendations for the call center?
Regards
Bilal
2008 Nov 14
3
asterisk/E1
Dear All
I installed a Digium card TE405P with zaptel and its running successfully
with no alarms, but asterisk is not running .
Any one have a cure or advice
03:09.0 Communication controller: Digium, Inc. Wildcard TE405P quad-span
T1/E1/J1 card 5.0V (rev 02)
Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 2
Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing