Displaying 20 results from an estimated 1100 matches similar to: "ILEC Interconnect"
2008 Apr 06
7
Where is the Digium DS3 card?
Any know what Digium hasn't released the DS3 card?
It was supposed to be out a while ago.
-Matt
2007 Aug 03
4
PRI - DS3 Calls Dropped
I have a customer installation with an Adtran DS3 mux. The DS1's go into my Asterisk servers that run IVR/Call recorders. The DS3 provider is Qwest, and they tell me that they routinely drop the DS3 service to redundant back-up's and that this is a common practice that happens thousands of times to DS3 lines daily across the US without any service interruptions. They say that the
2006 Jan 22
5
T3 Mux and Asterisk Question
I have a T3 coming from my carrier.  From there I want to use an Adtran
mx2800 T1 Mux to break the T3 into 28 T1/PRI which feed into seven quad
T1/PRI equipped servers.
Everything seems very straight forward with the exception of the D
channels for the T1/PRI.
I am not very familiar with large circuits such as T3s.  I know that I
can use one D channel per set of quad port on each server.  So if
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
2005 May 19
1
(no subject)
BJ,
>BJ Weschke <bweschke@gmail.com>
>Subject: Re: [Asterisk-Users] Do Both! :) Re: Telecom
>SIP termination vs. DS3
>To: Asterisk Users Mailing List - Non-Commercial
>Discussion <asterisk-users@lists.digium.com>
>Message-ID:
<79cf63305051908056c284cc9@mail.gmail.com>
>Content-Type: text/plain; charset=ISO-8859-1
>Did I miss pricing/availability
2009 Dec 31
1
xyplot - help with multiple Y's vs. X of a member data in multiple panels
Dear R experts,
Wish you all a HAPPY NEW YEAR!
How do I go about plotting (using lattice) overlays of an ID (group=ID)
observed, fitted data in each panel of a multiple panel plot (each panel
identified by DS1 + DS2 + DS3)? "x" variable is X1 in the accompanying
section of a dataset. each individual is identified by color and Y's are
identified by "pch" or "lty".
2009 Sep 28
6
SAS user now converting to R - Help with Transpose
I am just starting to code in R and need some help as I am used to doing this
in SAS.
I have a dataset that looks like this:
Chemical Well1 Well2 Well3 Well4
BOD 13.2 14.2 15.5 14.2
O2 7.8 2.6 3.5 2.4
TURB 10.2 14.6 18.5 17.3
and so on with more chemicals....
I would like to transpose my data so that it looks like this:
Chemical WellID Value
BOD Well1 13.2
BOD Well2 14.2
BOD Well3 15.5
BOD
2007 May 12
3
Asterisk High-Capacity Stability
Thanks Alex, some great ideas.
I think, however, I'm leaning towards Asterisk at this point- since I have
quite a bit of experience there, and very little with SER. At this point,
I'm wondering from a dimensioning standpoint, what kind of capacity my
machine will have (Dual Core Xeon 2.4GHz 4GB RAM). As I said, I don't plan
to do any transcoding. I read the voip-info page on
2003 Apr 28
2
VoIP Gateway
hello,
I would like to realize a VoIP Gateway, with some extra-features. The
aim is to get the phone number of the caller, to make research in our
database, and to put him automatically through the good employee. The
company is equipped with a VoIP network :
software :
 - PSTNgw
 - Ohphone
 - OpenGatekeeper
hardware :
 - Quicknet phonejack
 - gateway : Voicetroniw OpenLine4
Is it possible to
2008 Apr 01
2
Applying rbind() to a sequence of data frame names
I have a set of data frames ds1, ds2, ... each having the same columns
and column names:
  ds1 <- data.frame(x=c(1,2,3,4), y=c(5,6,7,8))
  ds1 <- data.frame(x=c(9,10,11,12), y=c(13,14,15,16))
  ...
and I would like to combine them into just one data frame like
  ds <- rbind(ds1, ds2, ...)
Because there are so many of them, I will have to use a character array
  nms <-
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 Aug 10
2
ZAP bchan and dchan HELP!!
We have install a DS3 with 28 DS1's we have an Adtran MUX breaking out 
the DS1's, we are trying to setup the system with 2 dchannels for each 4 
DS1's.
Everything looks fine when modprobe zaptel and wct4xxp and ztcfg -vvvvvv
but when I asterisk asterisk it says:
Aug 10 16:33:32 ERROR[8954]: chan_zap.c:6750 mkintf: Channel 24 is 
reserved for D-channel.
Aug 10 16:33:32 ERROR[8954]:
2005 Aug 25
1
OT: Are you using a Lucent?
Is anyone out there using Lucent brand equipment to handle an incomming 
DS3, converting all 672 calls to SIP (as G729) and sending those to 
Asterisk/SER over ethernet?
If you are and are willing to speak to my boss about your experiences 
(over the phone) with it, please contact me off list.
We have a possible contract with a local CLEC to handle their long 
distance, and they want to send to
2009 Oct 15
3
DS3 capacity calls using asterisk
Hi All,
We are trying to implement a DS3 capacity calls (672 concurrent calls) using
asterisk server. I wanted to ask are there any compatible DS3 cards with
asterisk? I tried searching a lot but could find DS3000P from digium but
unable to get this product. Does anybody have any idea of having any DS3
card in asterisk box so as to handle around 600 calls?
Thanks
Sandesh
-------------- next part
2005 Jul 01
1
scope argument in step function
Thanks a lot for help in advance. I am switching from matlab to R and I guess I need some time to get rolling. I was wondering why this code : 
 
> fit.0 <- lm( Response ~ 1, data = ds3)
> step(fit.0,scope=list(upper=~.,lower=~1),data=ds3)
Start:  AIC= -32.66 
 Response ~ 1 
Call:
lm(formula = Response ~ 1, data = ds3)
Coefficients:
(Intercept)  
      1.301  
 
 
is not working
2014 Aug 12
3
doveadm pw with SHA512-CRYPT won't roundtrip
Hi,
Not sure if this is a PBKAC or not:-
root at ds3:/usr/share/postfixadmin# doveadm pw -s SHA512-CRYPT -p password
{SHA512-CRYPT}$6$aUgGXP0UshkMj7hY$9JV4yMRsjIe/98CzmglYrMjf.9NJ.FXzxcLE9B0v3doCRUWo2wRncc6hg6VCs0DCUHQbeC/bRDZdGCge/nB/h/
root at ds3:/usr/share/postfixadmin# doveadm pw -t
2004 Apr 15
2
T1 Line install.. (UK Muppet)
Hi all, Muppet from the UK asking for help
We are just about to have a T1 line installed in our office in Dallas
and "Advantex" the supplier has sent a questionnaire asking a number of
questions. I have put the question area at the bottom of the email, we
will be using Digium's hardware. could anybody help :-)
In the UK when I asked for a E1, number of trunks required and the
2005 May 19
1
Do Both! :) Re: Telecom SIP termination vs. DS3
Message: 16
Date: Thu, 19 May 2005 00:16:34 -0600
Michael,
Do both!
As for Sip Termination:
-----------------------
Contact Kristi Eggers @ Txlink.net for month to month
Originating/Termination VoIP Toll Free or Local USA 
DID #s.  Yes they do both Sip and IAX.  You must have
seperate accounts for either Sip or IAX and fund your
account with a minimum of $100.  This is what I did.
Once I get
2011 Jun 15
1
call file challenge...
Greetings!!
We're getting some strange results using call files..  no matter the
technology, DAHDI, SIP, etc., we get a "Call failed to go through, reason
(3) Remote end Ringing" message when attempting to originate a call from a
call file.  Numbers changed to protect the innocent....
using call file....
//------------CALL FILE------------//
Channel: DAHDI/g1/918005551212
2010 Nov 07
7
Big practical systems
I don't want to start the "How many calls can Asterisk handle?" discussion
or "How many angels can stand on the point of a pin?" discussion either.
But can anyone contribute some practical knowledge of systems that take in
channel bank T1s or DS3s from "far away", and process the calls?
I am looking for real world, been there, done that, or "check the