Re: [asterisk-users] Trouble with PRI config

2008-06-23 Thread Eve-Ellen Cole
Steve,

I didn't do a very good copy and paste, that is why Primary d-channel set
to 01C14 in the message, although it was actually set to 01C1424.

I went back to square one, and stepped through the setup quite
methodically.  I now have a working PRI between my Avaya Definity G3R v11
and my Asterisk 1.4.20 system.

 - Eve Ellen

The working configuration:
Asterisk [Digium TE220B]
Zaptel.conf
  # G3R TN464GP 01C14
  span=1,1,0,esf,b8zs  # get clock from interface, primary
  bchan=1-23
  dchan=24
  loadzone = us
  defaultzone=us

Zapata.conf
  ; Span 1 G3R TN464GP 01C14
  switchtype=national
  signalling=pri_net ;G3R Connect: pbx, Interface: user
  context=from_pbx
  group=1
  channel = 1-23


Avaya [TN464GP]
  ds1 01C14
Framing mode: esf
Line coding: b8zs
Signaling mode: isdn-pri
Connect: pbx 
Interface: user
Protocol version: a
Near-end CSU type: other (for the T1 crossover)

  signaling group 6
Primary d-channel set to 01C1424

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro
Sent: Thursday, June 19, 2008 8:02 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Trouble with PRI config

Primary d-channel set to 01C14.  Why doesn't it say 01C1424 then?

On Thu, Jun 19, 2008 at 7:48 PM, Eve-Ellen [EMAIL PROTECTED]
wrote:
 The d-channel on the Avaya would be 01C1424.  The rest of 01C14 would be
the b-channels.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Steve Totaro
Try underscore _ rather than dash -

Thanks,
Steve T

On Thu, Jun 19, 2008 at 12:51 PM, Eve-Ellen Cole
[EMAIL PROTECTED] wrote:
 I'm trying to connect Asterisk 1.4.20 to Avaya Definity G3R v11.1 via a T1
 crossover, and I'm currently stuck.  Anyone have any thoughts on what I can
 do to get past this?

 Asterisk side

 Digium TE220B w/ green LED (using port 2)

 Zaptel.conf

   span=2,1,0,esf,b8zs

   bchan=25-47

   dchan=48

   loadzone = us

   defaultzone=us

 Zapata.conf

   context=default

   switchtype=national

   ; T1 PRI to Avaya Definity G3R

   context=from_pbx

   signalling=pri-cpe

   group=3

   channel = 25

 Avaya side

 TN464GP

 Ds1 01C14

   Framing mode: esf

   Line coding: b8zs

   Signaling mode: isdn-pri

   Connect: Network

   Protocol version: b (national)

   Near-end CSU type: other (for the T1 crossover)

 Signaling group 6

   Primary d-channel set to 01C14

 When I restart Asterisk, the following lines get logged to
 /var/log/asterisk/messages:

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Unknown signalling method
 'pri-cpe'

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Signalling must be specified
 before any channels are.

 If I change signaling method to pri-net:

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Unknown signalling method
 'pri-net'

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Signalling must be specified
 before any channels are.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Ron Joffe
try pri_cpe instead of pri-cpe



On Thursday 19 June 2008 12:51, Eve-Ellen Cole wrote:
 I'm trying to connect Asterisk 1.4.20 to Avaya Definity G3R v11.1 via a T1
 crossover, and I'm currently stuck.  Anyone have any thoughts on what I
 can do to get past this?


 Asterisk side
 Digium TE220B w/ green LED (using port 2)

 Zaptel.conf
   span=2,1,0,esf,b8zs
   bchan=25-47
   dchan=48
   loadzone = us
   defaultzone=us

 Zapata.conf
   context=default
   switchtype=national

   ; T1 PRI to Avaya Definity G3R
   context=from_pbx
   signalling=pri-cpe
   group=3
   channel = 25


 Avaya side
 TN464GP

 Ds1 01C14
   Framing mode: esf
   Line coding: b8zs
   Signaling mode: isdn-pri
   Connect: Network
   Protocol version: b (national)
   Near-end CSU type: other (for the T1 crossover)

 Signaling group 6
   Primary d-channel set to 01C14


 When I restart Asterisk, the following lines get logged to
 /var/log/asterisk/messages:

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Unknown signalling method
 'pri-cpe'
 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Signalling must be specified
 before any channels are.

 If I change signaling method to pri-net:
 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Unknown signalling method
 'pri-net'
 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Signalling must be specified
 before any channels are.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Eve-Ellen Cole
The underscore helped, but didn't resolve the real issue.  Now I get the
following messages:

[Jun 19 13:36:15] WARNING[4288] chan_zap.c: PRI Error on span 0: We think
we're the CPE, but they think they're the CPE too.

[Jun 19 13:36:16] WARNING[4288] chan_zap.c: No D-channels available!
Using Primary channel 48 as D-channel anyway!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro
Sent: Thursday, June 19, 2008 1:12 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Trouble with PRI config

Try underscore _ rather than dash -

Thanks,
Steve T

On Thu, Jun 19, 2008 at 12:51 PM, Eve-Ellen Cole
[EMAIL PROTECTED] wrote:
 I'm trying to connect Asterisk 1.4.20 to Avaya Definity G3R v11.1 via a
T1
 crossover, and I'm currently stuck.  Anyone have any thoughts on what I
can
 do to get past this?

 Asterisk side

 Digium TE220B w/ green LED (using port 2)

 Zaptel.conf

   span=2,1,0,esf,b8zs

   bchan=25-47

   dchan=48

   loadzone = us

   defaultzone=us

 Zapata.conf

   context=default

   switchtype=national

   ; T1 PRI to Avaya Definity G3R

   context=from_pbx

   signalling=pri-cpe

   group=3

   channel = 25

 Avaya side

 TN464GP

 Ds1 01C14

   Framing mode: esf

   Line coding: b8zs

   Signaling mode: isdn-pri

   Connect: Network

   Protocol version: b (national)

   Near-end CSU type: other (for the T1 crossover)

 Signaling group 6

   Primary d-channel set to 01C14

 When I restart Asterisk, the following lines get logged to
 /var/log/asterisk/messages:

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Unknown signalling method
 'pri-cpe'

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Signalling must be specified
 before any channels are.

 If I change signaling method to pri-net:

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Unknown signalling method
 'pri-net'

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Signalling must be specified
 before any channels are.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Steve Totaro
pri_net usually when connecting to a legacy system.

Thanks,
Steve T

On Thu, Jun 19, 2008 at 1:38 PM, Eve-Ellen Cole [EMAIL PROTECTED] wrote:
 The underscore helped, but didn't resolve the real issue.  Now I get the
 following messages:

 [Jun 19 13:36:15] WARNING[4288] chan_zap.c: PRI Error on span 0: We think
 we're the CPE, but they think they're the CPE too.

 [Jun 19 13:36:16] WARNING[4288] chan_zap.c: No D-channels available!  Using
 Primary channel 48 as D-channel anyway!

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro
 Sent: Thursday, June 19, 2008 1:12 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Trouble with PRI config

 Try underscore _ rather than dash -

 Thanks,
 Steve T

 On Thu, Jun 19, 2008 at 12:51 PM, Eve-Ellen Cole
 [EMAIL PROTECTED] wrote:
 I'm trying to connect Asterisk 1.4.20 to Avaya Definity G3R v11.1 via a T1
 crossover, and I'm currently stuck.  Anyone have any thoughts on what I
 can
 do to get past this?

 Asterisk side

 Digium TE220B w/ green LED (using port 2)

 Zaptel.conf

   span=2,1,0,esf,b8zs

   bchan=25-47

   dchan=48

   loadzone = us

   defaultzone=us

 Zapata.conf

   context=default

   switchtype=national

   ; T1 PRI to Avaya Definity G3R

   context=from_pbx

   signalling=pri-cpe

   group=3

   channel = 25

 Avaya side

 TN464GP

 Ds1 01C14

   Framing mode: esf

   Line coding: b8zs

   Signaling mode: isdn-pri

   Connect: Network

   Protocol version: b (national)

   Near-end CSU type: other (for the T1 crossover)

 Signaling group 6

   Primary d-channel set to 01C14

 When I restart Asterisk, the following lines get logged to
 /var/log/asterisk/messages:

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Unknown signalling method
 'pri-cpe'

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Signalling must be specified
 before any channels are.

 If I change signaling method to pri-net:

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Unknown signalling method
 'pri-net'

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Signalling must be specified
 before any channels are.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Michael Collins
Agreed.  It looks like you've tried to tell the Avaya to be the network
side but it doesn't seem to be acting like the network.  Do what Steve
suggested and see if you get a different result...

-MC

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Steve Totaro
 Sent: Thursday, June 19, 2008 10:41 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Trouble with PRI config
 
 pri_net usually when connecting to a legacy system.
 
 Thanks,
 Steve T


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Eric ManxPower Wieling
This will happen if the other side is configured the same as the 
Asterisk side.  i.e. PRI CPU mode on both ends or PRI NET mode on both 
ends.  This can also happen if the line is in loopback mode at the far end.

Eve-Ellen Cole wrote:
 
 
 The underscore helped, but didn't resolve the real issue.  Now I get the 
 following messages:
 
 [Jun 19 13:36:15] WARNING[4288] chan_zap.c: PRI Error on span 0: We 
 think we're the CPE, but they think they're the CPE too.
 
 [Jun 19 13:36:16] WARNING[4288] chan_zap.c: No D-channels available!  
 Using Primary channel 48 as D-channel anyway!

-- 
Consulting for Asterisk, Polycom, Sangoma, Digium, Cisco, LAN, WAN, QoS, 
T-1, PRI, Frame Relay, Linux, and network design.  Based near 
Birmingham, AL.  Now accepting clients worldwide.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Eve-Ellen Cole
Right again, getting a little closer (babysteps) ... no alarms on either
system, but when I check the pri status in the CLI, I get PRI span 2/0:
Provisioned, Down, Active.  I've searched for clues, but am not coming up
with the next step.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro
Sent: Thursday, June 19, 2008 1:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Trouble with PRI config

pri_net usually when connecting to a legacy system.

Thanks,
Steve T

On Thu, Jun 19, 2008 at 1:38 PM, Eve-Ellen Cole [EMAIL PROTECTED]
wrote:
 The underscore helped, but didn't resolve the real issue.  Now I get the
 following messages:

 [Jun 19 13:36:15] WARNING[4288] chan_zap.c: PRI Error on span 0: We
think
 we're the CPE, but they think they're the CPE too.

 [Jun 19 13:36:16] WARNING[4288] chan_zap.c: No D-channels available!
Using
 Primary channel 48 as D-channel anyway!

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Steve
Totaro
 Sent: Thursday, June 19, 2008 1:12 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Trouble with PRI config

 Try underscore _ rather than dash -

 Thanks,
 Steve T

 On Thu, Jun 19, 2008 at 12:51 PM, Eve-Ellen Cole
 [EMAIL PROTECTED] wrote:
 I'm trying to connect Asterisk 1.4.20 to Avaya Definity G3R v11.1 via a
T1
 crossover, and I'm currently stuck.  Anyone have any thoughts on what I
 can
 do to get past this?

 Asterisk side

 Digium TE220B w/ green LED (using port 2)

 Zaptel.conf

   span=2,1,0,esf,b8zs

   bchan=25-47

   dchan=48

   loadzone = us

   defaultzone=us

 Zapata.conf

   context=default

   switchtype=national

   ; T1 PRI to Avaya Definity G3R

   context=from_pbx

   signalling=pri-cpe

   group=3

   channel = 25

 Avaya side

 TN464GP

 Ds1 01C14

   Framing mode: esf

   Line coding: b8zs

   Signaling mode: isdn-pri

   Connect: Network

   Protocol version: b (national)

   Near-end CSU type: other (for the T1 crossover)

 Signaling group 6

   Primary d-channel set to 01C14

 When I restart Asterisk, the following lines get logged to
 /var/log/asterisk/messages:

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Unknown signalling method
 'pri-cpe'

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Signalling must be specified
 before any channels are.

 If I change signaling method to pri-net:

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Unknown signalling method
 'pri-net'

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Signalling must be specified
 before any channels are.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Michael Collins
You'll probably need to turn on pri debugging for this span and then
capture the output from when you connect the T1 cable.  That might yield
some clues, like whether or not any activity is happening on the
d-channel and if so, if there are any errors that might tell you what's
going on.

-MC

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eve-Ellen
Cole
Sent: Thursday, June 19, 2008 12:39 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: Re: [asterisk-users] Trouble with PRI config

 

Right again, getting a little closer (babysteps) ... no alarms on either
system, but when I check the pri status in the CLI, I get PRI span 2/0:
Provisioned, Down, Active.  I've searched for clues, but am not coming
up with the next step.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Totaro
Sent: Thursday, June 19, 2008 1:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Trouble with PRI config

pri_net usually when connecting to a legacy system.

Thanks,
Steve T

On Thu, Jun 19, 2008 at 1:38 PM, Eve-Ellen Cole
[EMAIL PROTECTED] wrote:
 The underscore helped, but didn't resolve the real issue.  Now I get
the
 following messages:

 [Jun 19 13:36:15] WARNING[4288] chan_zap.c: PRI Error on span 0: We
think
 we're the CPE, but they think they're the CPE too.

 [Jun 19 13:36:16] WARNING[4288] chan_zap.c: No D-channels available!
Using
 Primary channel 48 as D-channel anyway!

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Steve
Totaro
 Sent: Thursday, June 19, 2008 1:12 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Trouble with PRI config

 Try underscore _ rather than dash -

 Thanks,
 Steve T

 On Thu, Jun 19, 2008 at 12:51 PM, Eve-Ellen Cole
 [EMAIL PROTECTED] wrote:
 I'm trying to connect Asterisk 1.4.20 to Avaya Definity G3R v11.1 via
a T1
 crossover, and I'm currently stuck.  Anyone have any thoughts on what
I
 can
 do to get past this?

 Asterisk side

 Digium TE220B w/ green LED (using port 2)

 Zaptel.conf

   span=2,1,0,esf,b8zs

   bchan=25-47

   dchan=48

   loadzone = us

   defaultzone=us

 Zapata.conf

   context=default

   switchtype=national

   ; T1 PRI to Avaya Definity G3R

   context=from_pbx

   signalling=pri-cpe

   group=3

   channel = 25

 Avaya side

 TN464GP

 Ds1 01C14

   Framing mode: esf

   Line coding: b8zs

   Signaling mode: isdn-pri

   Connect: Network

   Protocol version: b (national)

   Near-end CSU type: other (for the T1 crossover)

 Signaling group 6

   Primary d-channel set to 01C14

 When I restart Asterisk, the following lines get logged to
 /var/log/asterisk/messages:

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Unknown signalling method
 'pri-cpe'

 [Jun 19 12:41:37] ERROR[28093] chan_zap.c: Signalling must be
specified
 before any channels are.

 If I change signaling method to pri-net:

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Unknown signalling method
 'pri-net'

 [Jun 19 12:49:42] ERROR[28184] chan_zap.c: Signalling must be
specified
 before any channels are.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Steve Edwards
On Thu, 19 Jun 2008, Eve-Ellen Cole wrote:

 Right again, getting a little closer (babysteps) ... no alarms on either
 system, but when I check the pri status in the CLI, I get PRI span 2/0:
 Provisioned, Down, Active.  I've searched for clues, but am not coming up
 with the next step.

It's not my area of expertise, but I have issues with T1 numbering
between vendors -- what they said was 1, 2, 3, 4 turned out to be 4,
3, 2, 1.

You might try swapping the T1s and see what happens.

Thanks in advance,

Steve Edwards  [EMAIL PROTECTED]  Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Steve Totaro
On Thu, Jun 19, 2008 at 4:11 PM, Steve Edwards
[EMAIL PROTECTED] wrote:
 On Thu, 19 Jun 2008, Eve-Ellen Cole wrote:

 Right again, getting a little closer (babysteps) ... no alarms on either
 system, but when I check the pri status in the CLI, I get PRI span 2/0:
 Provisioned, Down, Active.  I've searched for clues, but am not coming up
 with the next step.

 It's not my area of expertise, but I have issues with T1 numbering
 between vendors -- what they said was 1, 2, 3, 4 turned out to be 4,
 3, 2, 1.

 You might try swapping the T1s and see what happens.

 Thanks in advance,
 
 Steve Edwards  [EMAIL PROTECTED]  Voice: +1-760-468-3867 PST
 Newline Fax: +1-760-731-3000


I have actually done this with a Definity G3 but the cards were not
PRI, I had to use EM_W.

This doesn't make sense to me though.
Primary d-channel set to 01C14

I memory servers me correctly (and it has been a couple years) the 01
means cabinet 1, C is the slot, and 14 is the port number.  I would
expect it to say 01C24 for the D chan.  I could be completely wrong
but it is something to try and would explain why your PRI chans are
not coming up.

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Eve-Ellen
The d-channel on the Avaya would be 01C1424.  The rest of 01C14 would be the 
b-channels.

- Original Message -
From: Steve Totaro [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Thursday, June 19, 2008 6:41:06 PM GMT -05:00 US/Canada Eastern
Subject: Re: [asterisk-users] Trouble with PRI config

On Thu, Jun 19, 2008 at 4:11 PM, Steve Edwards
[EMAIL PROTECTED] wrote:
 On Thu, 19 Jun 2008, Eve-Ellen Cole wrote:

 Right again, getting a little closer (babysteps) ... no alarms on either
 system, but when I check the pri status in the CLI, I get PRI span 2/0:
 Provisioned, Down, Active.  I've searched for clues, but am not coming up
 with the next step.

 It's not my area of expertise, but I have issues with T1 numbering
 between vendors -- what they said was 1, 2, 3, 4 turned out to be 4,
 3, 2, 1.

 You might try swapping the T1s and see what happens.

 Thanks in advance,
 
 Steve Edwards  [EMAIL PROTECTED]  Voice: +1-760-468-3867 PST
 Newline Fax: +1-760-731-3000


I have actually done this with a Definity G3 but the cards were not
PRI, I had to use EM_W.

This doesn't make sense to me though.
Primary d-channel set to 01C14

I memory servers me correctly (and it has been a couple years) the 01
means cabinet 1, C is the slot, and 14 is the port number.  I would
expect it to say 01C24 for the D chan.  I could be completely wrong
but it is something to try and would explain why your PRI chans are
not coming up.

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Steve Totaro
On Thu, Jun 19, 2008 at 6:41 PM, Steve Totaro
[EMAIL PROTECTED] wrote:
 On Thu, Jun 19, 2008 at 4:11 PM, Steve Edwards
 [EMAIL PROTECTED] wrote:
 On Thu, 19 Jun 2008, Eve-Ellen Cole wrote:

 Right again, getting a little closer (babysteps) ... no alarms on either
 system, but when I check the pri status in the CLI, I get PRI span 2/0:
 Provisioned, Down, Active.  I've searched for clues, but am not coming up
 with the next step.

 It's not my area of expertise, but I have issues with T1 numbering
 between vendors -- what they said was 1, 2, 3, 4 turned out to be 4,
 3, 2, 1.

 You might try swapping the T1s and see what happens.

 Thanks in advance,
 
 Steve Edwards  [EMAIL PROTECTED]  Voice: +1-760-468-3867 PST
 Newline Fax: +1-760-731-3000


 I have actually done this with a Definity G3 but the cards were not
 PRI, I had to use EM_W.

 This doesn't make sense to me though.
 Primary d-channel set to 01C14

 I memory servers me correctly (and it has been a couple years) the 01
 means cabinet 1, C is the slot, and 14 is the port number.  I would
 expect it to say 01C24 for the D chan.  I could be completely wrong
 but it is something to try and would explain why your PRI chans are
 not coming up.

 Thanks,
 Steve Totaro


BTW, if that does turn out to be the issue, feel free to figure out
how many hours you would have spent to figure it out and you can
PayPal me your hourly rate multiplied by how much time I saved you.

Definity support ain't cheap! ;-)

Thanks,
Steve T

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Trouble with PRI config

2008-06-19 Thread Steve Totaro
Primary d-channel set to 01C14.  Why doesn't it say 01C1424 then?

On Thu, Jun 19, 2008 at 7:48 PM, Eve-Ellen [EMAIL PROTECTED] wrote:
 The d-channel on the Avaya would be 01C1424.  The rest of 01C14 would be the 
 b-channels.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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