Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-11 Thread Yury Bokhoncovich
Hello!

On Wed, 3 Mar 2004 [EMAIL PROTECTED] wrote:

> Here's a question, though: does the wct1xxp module read from either
> zaptel.conf or zapata.conf when loaded?

AFAIK it does not. These settings are really exerting their action by 
auxiliary utilities like ztcfg after successful driver loading, see 
/etc/modules.conf:
===
post-install tor2 /sbin/ztcfg
post-install wcfxo /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
post-install wct4xxp /sbin/ztcfg
post-install wcfxs /sbin/ztcfg
post-install wcfxsusb /sbin/ztcfg
post-install torisa /sbin/ztcfg
===

-- 
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: [EMAIL PROTECTED]
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread cveazey
>> Perhaps I should have posted my question differently to the list: After installing the CVS version of Asterisk, I type, "modprobe xct1xxp.">> The machine accepts the command but the LED on the T100P does not flash.>> How do I know that the T100P module has loaded correctly? Do you see any errors showing up in the output from "dmesg"? __James, That output looks good.  The last three lines read, "Zapata Telephony Interface Registered on major 196Framer: DS21552, Revision: 3 (T1)Found a Wildcard: Digium Wildcard T100P T1/PRI"  chris ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread



Use default configuration 
as below should work if you have PRI line.
 
zaptel.conf: 
span=1,1,0,esf,b8zs 
bchan=1-23 dchan=24 loadzone = us defaultzone=us 
 
 
zapata.conf: [channels] context=default switchtype=national signalling=pri_cpe 
channel=>1-23 
group = 1
 
If it's not green, make sure you put in right 
framing, coding, signalling, switchtype.
 
Call your telco and ask them if you do not know 
for sure.  It could be E&M Wink (channel bank line) which uses 
different settings.
 
Hope this help.
 
Tools: /sbin/ztcfg or /sbin/zttool
 
-Tri.
 

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, March 03, 2004 3:28 
  PM
  Subject: Re: [Asterisk-Users] wct1xxp 
  module and the T100P
  
  


  
  Andrew McRory <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED] 

03/03/2004 04:11 PM Please respond to asterisk-users 
                  To:     
   [EMAIL PROTECTED] 
        cc:   
        
      Subject:        Re: 
[Asterisk-Users] wct1xxp module and the 
  T100POn Wed, 3 Mar 2004 [EMAIL PROTECTED] 
  wrote:> I'm having trouble turning up a PRI to a T100P.  I've 
  read on the Digium > FAQ's that once the wct1xxp module is loaded 
  correctly, the LED on the > T100P will flash red.  I believe I've 
  loaded the module correctly because > both wct1xxp and zaptel are 
  listed when I do the "lsmod" command.  The LED > on the card does 
  not flash on and off.  Does anyone have any > recommendations on 
  what I could be doing wrong?Switch type, line code, framing all 
  matter. How about posting your config?-- Andrew McRory - 
  President/CTOLinux Systems Engineers, Inc.PO BOX 3791Tallahassee, 
  FL 
  32315(850)224-5737(850)294-7567___ 
  Sure: zaptel.conf: span=1,1,0,esf,b8zs bchan=1-23 dchan=24 
  loadzone = us defaultzone=us zapata.conf: [channels] context=cyperpri switchtype=national pridialplan=unknown signalling=pri_cpe channel=>1-23 Here's 
  a question, though: does the wct1xxp module read from either zaptel.conf or 
  zapata.conf when loaded? Thanks! chris 



Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread James Sharp

> Steven,
>
> Perhaps I should have posted my question differently to the list:
>
> After installing the CVS version of Asterisk, I type, "modprobe xct1xxp."
> The machine accepts the command but the LED on the T100P does not flash.
> How do I know that the T100P module has loaded correctly?

Do you see any errors showing up in the output from "dmesg"?
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread cveazey

> 
> On Wed, 2004-03-03 at 17:01, [EMAIL PROTECTED] wrote:
> > I'm having trouble turning up a PRI to a T100P.  I've read on the
> > Digium FAQ's that once the wct1xxp module is loaded correctly, the
> LED
> > on the T100P will flash red.  I believe I've loaded the module
> > correctly because both wct1xxp and zaptel are listed when I do the
> > "lsmod" command.  The LED on the card does not flash on and off.
> Does
> > anyone have any recommendations on what I could be doing wrong?
> > Thanks!  
> > chris
> 
>
>
> Could be wrong or bad cable, could be incorrect configuration, could
> be
> no service on the line yet.
> 
> Must provide data to get information.
> -- 
> Steven Critchfield  <[EMAIL PROTECTED]>
> 
> 
> __
> 
> I know the PRI is good to the RJ-45 right before it goes into the
> T100P; I've made calls on it with our T-Berd.  So I'm sure the cable
> is ok and there is service on the line.
> 
> I haven't run Asterisk yet; shouldn't the card look "alive" once its
> driver module is loaded?
> Thanks!
> Chris  

Nope, What would answer the request placed on the line. 

BTW, please see about putting some sane configuration options in your
mailer. I know Lotus is notoriously crappy when viewed by other readers,
but that was really bad.

-- 
Steven Critchfield  <[EMAIL PROTECTED]>
__

Steven,

Perhaps I should have posted my question differently to the list:  

After installing the CVS version of Asterisk, I type, "modprobe xct1xxp."  The machine accepts the command but the LED on the T100P does not flash.  How do I know that the T100P module has loaded correctly?

(What sort of mailer config options do you recommend?)

Thanks!

chris

Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread Andrew McRory

Man your email client is borked!

zaptel looks good. try removing pridialplan=unknown and add group=1. 

-- 
Andrew McRory - President/CTO
Linux Systems Engineers, Inc.
PO BOX 3791
Tallahassee, FL 32315
(850)224-5737
(850)294-7567


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread cveazey







Andrew McRory <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/03/2004 04:11 PM
Please respond to asterisk-users

        
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        Re: [Asterisk-Users] wct1xxp module and the T100P


On Wed, 3 Mar 2004 [EMAIL PROTECTED] wrote:

> I'm having trouble turning up a PRI to a T100P.  I've read on the Digium 
> FAQ's that once the wct1xxp module is loaded correctly, the LED on the 
> T100P will flash red.  I believe I've loaded the module correctly because 
> both wct1xxp and zaptel are listed when I do the "lsmod" command.  The LED 
> on the card does not flash on and off.  Does anyone have any 
> recommendations on what I could be doing wrong?

Switch type, line code, framing all matter. How about posting your config?


-- 
Andrew McRory - President/CTO
Linux Systems Engineers, Inc.
PO BOX 3791
Tallahassee, FL 32315
(850)224-5737
(850)294-7567

___
Sure:

zaptel.conf:

span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone = us
defaultzone=us

zapata.conf:

[channels]
context=cyperpri
switchtype=national
pridialplan=unknown
signalling=pri_cpe
channel=>1-23

Here's a question, though: does the wct1xxp module read from either zaptel.conf or zapata.conf when loaded?

Thanks!
chris



Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread Steven Critchfield
On Wed, 2004-03-03 at 17:16, [EMAIL PROTECTED] wrote:
> 
> 
> 
> Steven Critchfield
> <[EMAIL PROTECTED]>
> Sent by:
> [EMAIL PROTECTED]
> 
> 03/03/2004 04:06 PM
> Please respond to
> asterisk-users
> 
> To:  
> [EMAIL PROTECTED]
>     cc:
>     Subject:      
> Re: [Asterisk-Users]
> wct1xxp module and the
> T100P
> 
> 
> On Wed, 2004-03-03 at 17:01, [EMAIL PROTECTED] wrote:
> > I'm having trouble turning up a PRI to a T100P.  I've read on the
> > Digium FAQ's that once the wct1xxp module is loaded correctly, the
> LED
> > on the T100P will flash red.  I believe I've loaded the module
> > correctly because both wct1xxp and zaptel are listed when I do the
> > "lsmod" command.  The LED on the card does not flash on and off.
> Does
> > anyone have any recommendations on what I could be doing wrong?
> 
> Could be wrong or bad cable, could be incorrect configuration, could
> be
> no service on the line yet.
> 
> Must provide data to get information.
> -- 
> Steven Critchfield  <[EMAIL PROTECTED]>
> 
> 
> __
> 
> I know the PRI is good to the RJ-45 right before it goes into the
> T100P; I've made calls on it with our T-Berd.  So I'm sure the cable
> is ok and there is service on the line.
> 
> I haven't run Asterisk yet; shouldn't the card look "alive" once its
> driver module is loaded?  

Nope, What would answer the request placed on the line. 

BTW, please see about putting some sane configuration options in your
mailer. I know Lotus is notoriously crappy when viewed by other readers,
but that was really bad.

-- 
Steven Critchfield  <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread cveazey







Steven Critchfield <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/03/2004 04:06 PM
Please respond to asterisk-users

        
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        Re: [Asterisk-Users] wct1xxp module and the T100P


On Wed, 2004-03-03 at 17:01, [EMAIL PROTECTED] wrote:
> I'm having trouble turning up a PRI to a T100P.  I've read on the
> Digium FAQ's that once the wct1xxp module is loaded correctly, the LED
> on the T100P will flash red.  I believe I've loaded the module
> correctly because both wct1xxp and zaptel are listed when I do the
> "lsmod" command.  The LED on the card does not flash on and off.  Does
> anyone have any recommendations on what I could be doing wrong?

Could be wrong or bad cable, could be incorrect configuration, could be
no service on the line yet.

Must provide data to get information.
-- 
Steven Critchfield  <[EMAIL PROTECTED]>


__

I know the PRI is good to the RJ-45 right before it goes into the T100P; I've made calls on it with our T-Berd.  So I'm sure the cable is ok and there is service on the line.

I haven't run Asterisk yet; shouldn't the card look "alive" once its driver module is loaded?  

Thanks!
chris



Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread Andrew McRory
On Wed, 3 Mar 2004 [EMAIL PROTECTED] wrote:

> I'm having trouble turning up a PRI to a T100P.  I've read on the Digium 
> FAQ's that once the wct1xxp module is loaded correctly, the LED on the 
> T100P will flash red.  I believe I've loaded the module correctly because 
> both wct1xxp and zaptel are listed when I do the "lsmod" command.  The LED 
> on the card does not flash on and off.  Does anyone have any 
> recommendations on what I could be doing wrong?

Switch type, line code, framing all matter. How about posting your config?


-- 
Andrew McRory - President/CTO
Linux Systems Engineers, Inc.
PO BOX 3791
Tallahassee, FL 32315
(850)224-5737
(850)294-7567


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wct1xxp module and the T100P

2004-03-03 Thread Steven Critchfield
On Wed, 2004-03-03 at 17:01, [EMAIL PROTECTED] wrote:
> I'm having trouble turning up a PRI to a T100P.  I've read on the
> Digium FAQ's that once the wct1xxp module is loaded correctly, the LED
> on the T100P will flash red.  I believe I've loaded the module
> correctly because both wct1xxp and zaptel are listed when I do the
> "lsmod" command.  The LED on the card does not flash on and off.  Does
> anyone have any recommendations on what I could be doing wrong?

Could be wrong or bad cable, could be incorrect configuration, could be
no service on the line yet.

Must provide data to get information.
-- 
Steven Critchfield  <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users