Re: [asterisk-users] Use modprobe to find E1/T1 jumper setting onPRI card

2010-09-30 Thread Lee, John (Sydney)
Thanks Shaun.
Unfortunately, I am still using zaptel.
Is there a similar command in zaptel?

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Shaun Ruffell
 Sent: Thursday, 30 September 2010 1:00 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Use modprobe to find E1/T1 jumper
setting
 onPRI card
 
 On 09/29/2010 02:52 AM, Lee, John (Sydney) wrote:
  Do you mean that if I could define 30 channels in span 1 for
  example, then span 1 is set to E1?
 
  If not, then it is T1.
 
 
 You could also see this information in the type output from
 dahdi_scan.  For example before configuring a span:
 
 # ./dahdi_scan
 [1]
 active=yes
 alarms=UNCONFIGURED
 description=Wildcard TE122 Card 0
 name=WCT1/0
 manufacturer=Digium
 devicetype=Wildcard TE122
 location=PCI Bus 15 Slot 05
 basechan=1
 totchans=24
 irq=90
 type=digital-T1
 syncsrc=0
 lbo=0 db (CSU)/0-133 feet (DSX-1)
 coding_opts=B8ZS,AMI
 framing_opts=ESF,D4
 coding=
 framing=
 
 
 --
 Shaun Ruffell
 Digium, Inc. | Linux Kernel Developer
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 Check us out at: www.digium.com  www.asterisk.org
 
 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Use modprobe to find E1/T1 jumper setting onPRI card

2010-09-29 Thread Lee, John (Sydney)
Do you mean that if I could define 30 channels in span 1 for example, then span 
1 is set to E1?

If not, then it is T1.

 



From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Carlos Chavez
Sent: Wednesday, 29 September 2010 4:12 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Use modprobe to find E1/T1 jumper setting onPRI 
card

 

Simple enough.  If your card says it has 30 ports then it is on, if it only 
says 24 it is off. 

On Wed, 29 Sep 2010 12:06:30 +1000, Lee, John (Sydney) wrote 
 Does anyone know if I could use modprobe command to find out rather than set 
 the jumper on a Digium PRI card? 
 I want to find out the jumper settings on the card without opening the box 
 which will cause down time. 
   
 Thanks. 


-- 
Carlos Chavez 
Director de Tecnología 
Telecomunicaciones Abiertas de México S.A. de C.V. 
Tel: +52-55-91169161 Ext 2001 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Use modprobe to find E1/T1 jumper setting onPRI card

2010-09-29 Thread A J Stiles
On Wednesday 29 Sep 2010, Lee, John (Sydney) wrote:
 Do you mean that if I could define 30 channels in span 1 for example, then
 span 1 is set to E1?

 If not, then it is T1.

Yes!  That's how it works.

Civilised countries manage to squeeze 30 B-channels and two D-channels onto an 
ISDN line by using trinary encoding, where three trits represent four bits.  
DC balancing is achieved by using two  (equal and opposite)  3-trit 
representations for each of the nybbles represented by unbalanced symbols, 
and sending one or the other depending whether the imbalance is positive or 
negative.

This gives 33% extra capacity as compared to simply sending ones as positive 
or negative in strict alternation, hence 30 + 2 aot 23 + 1.

-- 
AJS

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Use modprobe to find E1/T1 jumper setting onPRI card

2010-09-29 Thread Shaun Ruffell
On 09/29/2010 02:52 AM, Lee, John (Sydney) wrote:
 Do you mean that if I could define 30 channels in span 1 for
 example, then span 1 is set to E1?
 
 If not, then it is T1.
 

You could also see this information in the type output from
dahdi_scan.  For example before configuring a span:

# ./dahdi_scan
[1]
active=yes
alarms=UNCONFIGURED
description=Wildcard TE122 Card 0
name=WCT1/0
manufacturer=Digium
devicetype=Wildcard TE122
location=PCI Bus 15 Slot 05
basechan=1
totchans=24
irq=90
type=digital-T1
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI
framing_opts=ESF,D4
coding=
framing=


-- 
Shaun Ruffell
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: www.digium.com  www.asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users