Re: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-17 Thread Mark Spencer
 On Sun, 15 Jun 2003, John Laur wrote:

  I do not think it is necessarily a hardware issue, as the line-in-use
  lights do not light until the wcfxo kernel module is loaded. It would be
  very nice for asterisk to be able to share these lines via the PBX..

 That is very interesting. I have assumed that it is hardware related. Our
 X100P is currently plugged into a POTS port of an ISDN TA and that seems
 to have overcome the line test problem. However, we really would liek it
 to be on a PSTN line.

I'm in Paris right now and can't test this change, but I've been
researching the DAA and there are a few international settings I can
change, so I've changed the driver in CVS so that you can specify
the operational mode.  Try modprobe wcfxo opermode=1 if you're in most
of Europe and that should switch to CTR21 mode which slightly modifies a
few of the electrical characteristics of the DAA.

As we add modes you'll be able to see them with modprobe wcfxo
opermode=-1 and then doing a dmesg.

Anyway all you folks that had some trouble like this try it out and let me
know if it makes any difference.

Mark

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-17 Thread K. C. Li
On Tue, 17 Jun 2003, Mark Spencer wrote:

 I'm in Paris right now and can't test this change, but I've been
 researching the DAA and there are a few international settings I can
 change, so I've changed the driver in CVS so that you can specify

That's encouraging news.

 the operational mode.  Try modprobe wcfxo opermode=1 if you're in most
 of Europe and that should switch to CTR21 mode which slightly modifies a
 few of the electrical characteristics of the DAA.

modprobe wcfxo opermode=1 was rejected with the following error:

/lib/modules/2.4.20/misc/wcfxo.o: invalid parameter parm_opermode
/lib/modules/2.4.20/misc/wcfxo.o: insmod /lib/modules/2.4.20/misc/wcfxo.o failed
/lib/modules/2.4.20/misc/wcfxo.o: insmod wcfxo failed

I couldn't find opermode mentioned anywhere in the source tree either.

Regards,

Kwong Li
[EMAIL PROTECTED]
Laser Business Systems Ltd.
http://www.laser.com


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-17 Thread Martin Pycko
Did you cvs update zaptel and recompiled ?

Martin

On Tue, 17 Jun 2003, K. C. Li wrote:

 On Tue, 17 Jun 2003, Mark Spencer wrote:

  I'm in Paris right now and can't test this change, but I've been
  researching the DAA and there are a few international settings I can
  change, so I've changed the driver in CVS so that you can specify

 That's encouraging news.

  the operational mode.  Try modprobe wcfxo opermode=1 if you're in most
  of Europe and that should switch to CTR21 mode which slightly modifies a
  few of the electrical characteristics of the DAA.

 modprobe wcfxo opermode=1 was rejected with the following error:

 /lib/modules/2.4.20/misc/wcfxo.o: invalid parameter parm_opermode
 /lib/modules/2.4.20/misc/wcfxo.o: insmod /lib/modules/2.4.20/misc/wcfxo.o failed
 /lib/modules/2.4.20/misc/wcfxo.o: insmod wcfxo failed

 I couldn't find opermode mentioned anywhere in the source tree either.

 Regards,

 Kwong Li
 [EMAIL PROTECTED]
 Laser Business Systems Ltd.
 http://www.laser.com


 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-17 Thread K. C. Li
On Tue, 17 Jun 2003, Martin Pycko wrote:

 Did you cvs update zaptel and recompiled ?

Yes. I followed the instructions on the Digium download page, namely:

export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot
cvs login [password anoncvs]
cvs checkout zaptel libpri asterisk 
cvs logout

cd zaptel
make clean ; make install
cd ../libpri
make clean ; make install
cd ../asterisk
make clean ; make install

The zaptel compilation was fine and resultant wcfxo module size is
different to the previous one so I assume it is OK.

Regards,

Kwong Li
[EMAIL PROTECTED]
Laser Business Systems Ltd.
http://www.laser.com

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-17 Thread John Laur
  Did you cvs update zaptel and recompiled ?
 
 Yes. I followed the instructions on the Digium download page, namely:

I looked at the log file and there was no commit on this recently. It
seems that if this change has been made, it's just not in CVS yet :)
Looking forward to trying it though...

John
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-17 Thread Mark Spencer
Oops I just now commited it, sorry for the delay!

Mark

On Tue, 17 Jun 2003, Mark Spencer wrote:

  On Sun, 15 Jun 2003, John Laur wrote:
 
   I do not think it is necessarily a hardware issue, as the line-in-use
   lights do not light until the wcfxo kernel module is loaded. It would be
   very nice for asterisk to be able to share these lines via the PBX..
 
  That is very interesting. I have assumed that it is hardware related. Our
  X100P is currently plugged into a POTS port of an ISDN TA and that seems
  to have overcome the line test problem. However, we really would liek it
  to be on a PSTN line.

 I'm in Paris right now and can't test this change, but I've been
 researching the DAA and there are a few international settings I can
 change, so I've changed the driver in CVS so that you can specify
 the operational mode.  Try modprobe wcfxo opermode=1 if you're in most
 of Europe and that should switch to CTR21 mode which slightly modifies a
 few of the electrical characteristics of the DAA.

 As we add modes you'll be able to see them with modprobe wcfxo
 opermode=-1 and then doing a dmesg.

 Anyway all you folks that had some trouble like this try it out and let me
 know if it makes any difference.

 Mark

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P creating a short-circuit on line

2003-06-16 Thread K. C. Li
On Sun, 15 Jun 2003, John Laur wrote:

 I do not think it is necessarily a hardware issue, as the line-in-use
 lights do not light until the wcfxo kernel module is loaded. It would be
 very nice for asterisk to be able to share these lines via the PBX..

That is very interesting. I have assumed that it is hardware related. Our
X100P is currently plugged into a POTS port of an ISDN TA and that seems
to have overcome the line test problem. However, we really would liek it
to be on a PSTN line.

Regards,

Kwong Li
[EMAIL PROTECTED]
Laser Business Systems Ltd.
http://www.laser.com

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users