Re: [Asterisk-Users] X100P stopped working

2003-10-26 Thread Steve Meyers
On Sat, 2003-10-25 at 18:49, Ken Godee wrote:
 You did do a make clean first before recompiling?

Yes.  Not only that, I tried deleting the zaptel, libpri, and asterisk
directories and re-checking them out.

Then I decided it might be a heat issue, so I turned it off for 6 hours
before trying again.  Still no luck.  Then I figured it might be a
corrupt library somewhere, or something like that, so I formatted and
re-installed RH9.  I still got the exact same error messages.

All I wanted was the aggressive echo cancellation...  Now I have
nothing.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P stopped working

2003-10-26 Thread Steve Meyers
On Sun, 2003-10-26 at 08:41, Steve Meyers wrote:
 On Sat, 2003-10-25 at 18:49, Ken Godee wrote:
  You did do a make clean first before recompiling?
 
 Yes.  Not only that, I tried deleting the zaptel, libpri, and asterisk
 directories and re-checking them out.
 
 Then I decided it might be a heat issue, so I turned it off for 6 hours
 before trying again.  Still no luck.  Then I figured it might be a
 corrupt library somewhere, or something like that, so I formatted and
 re-installed RH9.  I still got the exact same error messages.

I spoke too soon.  After the re-install, I forgot to add fxsks=1 to my
/etc/zaptel.conf.  Now it works again!
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] X100P stopped working

2003-10-25 Thread Steve Meyers
I recompiled Asterisk with the aggressive echo cancellation on.  That's
all I changed, honest.  After recompiling, it refused to run.  I tried
updating the source, etc, and eventually went back to no echo
cancellation.  Every time, I got this error while starting Asterisk. 
Please help!  I have no idea what went wrong.

Oh, and yes, wcfxo and zaptel are loaded, I checked with lsmod.  I
rebooted a few times too, to make sure everything had been cleared out.

===

[chan_zap.so] = (Zapata Telephony w/PRI)
  == Parsing '/etc/asterisk/zapata.conf': Found
WARNING[1074404064]: File chan_zap.c, Line 6986 (load_module): Ignoring
rxwink
WARNING[1074404064]: File chan_zap.c, Line 626 (zt_open): Unable to
specify channel 1: No such device or
address
ERROR[1074404064]: File chan_zap.c, Line 4949 (mkintf): Unable to open
channel 1: No such device or address
here = 0, tmp-channel = 0, channel = 1
ERROR[1074404064]: File chan_zap.c, Line 6730 (load_module): Unable to
register channel '1'
WARNING[1074404064]: File loader.c, Line 301 (ast_load_resource):
chan_zap.so: load_module failed, returning -1
WARNING[1074404064]: File loader.c, Line 396 (load_modules): Loading
module chan_zap.so failed!
Warning, flexibel rate not heavily tested!
Ouch ... error while writing audio data: : Broken pipe
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] X100P stopped working

2003-10-25 Thread Rich Adamson
 I recompiled Asterisk with the aggressive echo cancellation on.  That's
 all I changed, honest.  After recompiling, it refused to run.  I tried
 updating the source, etc, and eventually went back to no echo
 cancellation.  Every time, I got this error while starting Asterisk. 
 Please help!  I have no idea what went wrong.
 
 Oh, and yes, wcfxo and zaptel are loaded, I checked with lsmod.  I
 rebooted a few times too, to make sure everything had been cleared out.
 
 ===
 
 [chan_zap.so] = (Zapata Telephony w/PRI)
   == Parsing '/etc/asterisk/zapata.conf': Found
 WARNING[1074404064]: File chan_zap.c, Line 6986 (load_module): Ignoring
 rxwink
 WARNING[1074404064]: File chan_zap.c, Line 626 (zt_open): Unable to
 specify channel 1: No such device or
 address
 ERROR[1074404064]: File chan_zap.c, Line 4949 (mkintf): Unable to open
 channel 1: No such device or address
 here = 0, tmp-channel = 0, channel = 1
 ERROR[1074404064]: File chan_zap.c, Line 6730 (load_module): Unable to
 register channel '1'
 WARNING[1074404064]: File loader.c, Line 301 (ast_load_resource):
 chan_zap.so: load_module failed, returning -1
 WARNING[1074404064]: File loader.c, Line 396 (load_modules): Loading
 module chan_zap.so failed!
 Warning, flexibel rate not heavily tested!
 Ouch ... error while writing audio data: : Broken pipe

I'm probably not going to be of much help since I'm rather new at this
as well. I do have two x100p's running on RH9 though.

Check your /etc/zaptel.conf to ensure you have something like:
fxsks=1
loadzone=us

Might try:
 /usr/src/zaptel/ztcfg -vv

If I run /sbin/lsmod, I see:
Module  Size  Used byNot tainted
snip
wcfxo   9056   2 
zaptel180128   8  [wcfxo]
ppp_generic2   0  [zaptel]
snip

Not sure about this, but using rmmod, insmod and lsmod to unload and
reload might help as the running (old) modules vs newly compiled modules
might be causing some sort conflict. (Out of my league.)



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


Re: [Asterisk-Users] X100P stopped working

2003-10-25 Thread Ken Godee
I recompiled Asterisk with the aggressive echo cancellation on.  That's
all I changed, honest.  After recompiling, it refused to run.  I tried
updating the source, etc, and eventually went back to no echo
cancellation.  Every time, I got this error while starting Asterisk. 
Please help!  I have no idea what went wrong.

Oh, and yes, wcfxo and zaptel are loaded, I checked with lsmod.  I
rebooted a few times too, to make sure everything had been cleared out.
===

[chan_zap.so] = (Zapata Telephony w/PRI)
 == Parsing '/etc/asterisk/zapata.conf': Found
WARNING[1074404064]: File chan_zap.c, Line 6986 (load_module): Ignoring
rxwink
WARNING[1074404064]: File chan_zap.c, Line 626 (zt_open): Unable to
specify channel 1: No such device or
address
ERROR[1074404064]: File chan_zap.c, Line 4949 (mkintf): Unable to open
channel 1: No such device or address
here = 0, tmp-channel = 0, channel = 1
ERROR[1074404064]: File chan_zap.c, Line 6730 (load_module): Unable to
register channel '1'
WARNING[1074404064]: File loader.c, Line 301 (ast_load_resource):
chan_zap.so: load_module failed, returning -1
WARNING[1074404064]: File loader.c, Line 396 (load_modules): Loading
module chan_zap.so failed!
Warning, flexibel rate not heavily tested!
Ouch ... error while writing audio data: : Broken pipe

Just a thought...

You did do a make clean first before recompiling?

Couldn't tell from message if you just updated the source for
asterisk or everything?
The reason I ask because when I do updates I update everything
ie.
1st, make clean,update Zaptel, make, make install
2nd, make clean, update Libpri, make, make install
3rd, make clean, update Asterisk, make, make install
At least that's how I would do it, I believe asterisk relies
on some shared libs when compiling and I want to make sure
everything is matched up.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users