[Asterisk-Users] Unable to specify channel 1: No such device

2005-04-18 Thread Gregorio Toscano
Hi, I did not find any useful information to configure a Wildcard
TDM400P with a FXO card. I've tried everithing, I tried configure it
using the cvs and the information from digium page, I tried to
configure it using
debian packages, I tried to configure with kernels 2.4.30 and 2.6.11, I even
switched the mother board (I tried 3 motherboards).

I tanks in advace any help you could give me.

Best Regards,
Gregorio Toscano
[EMAIL PROTECTED]

The erros are:

Apr 15 16:08:37 WARNING[1468]: chan_zap.c:850 zt_open: Unable to
specify channel 1: No such device
Apr 15 16:08:37 ERROR[1468]: chan_zap.c:6458 mkintf: Unable to open
channel 1: No such device
here = 0, tmp-channel = 1, channel = 1
Apr 15 16:08:37 ERROR[1468]: chan_zap.c:9558 setup_zap: Unable to
register channel '1'

My configuration files are:

lsmod
Module  Size  Used byNot tainted
wctdm  97248   0  (unused)
zaptel214784   0  [wctdm]

dmesg (final):
Module 0: Not installed
Module 1: Not installed
Module 2: Not installed
Module 3: Installed -- AUTO FXO (FCC mode)
Found a Wildcard TDM: Wildcard TDM400P REV E/F (4 modules)

najay:/etc# cat zaptel.conf
loadzone = us
defaultzone = us
fxs_ks=1

najay:/etc/asterisk# cat zapata.conf
[channels]
signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call,
number is in milliseconds
callerid=asreceived
group=1
context=default ; Points to the default context of your extensions.conf
channel = 1 ; Again X is the number of FXO modules you have

najay:/etc/asterisk# cat voicemail.conf
[general]

format=wav

[default]
8500 = 1234,Gummer,[EMAIL PROTECTED]

[root at fred asterisk]#cat extensions.conf

[default]
exten = 2999,1,VoicemailMain(${CALLERIDNUM})
exten = 0.,1,Dial(Zap/g1/${EXTEN}/20,t)
exten = s,1,Wait(1)
exten = s,2,Dial,Zap/g1 ; Dials the first available channel in group 1
exten = s,3,Voicemail,u9000
exten = s,4,Hangup

najay:/proc# cat interrupts
  CPU0
 0: 362024  XT-PIC  timer
 1:   6987  XT-PIC  keyboard
 2:  0  XT-PIC  cascade
10:2792513  XT-PIC  wctdm
11:  10280  XT-PIC  via82cxxx, eth0
12:   3653  XT-PIC  PS/2 Mouse
14:  16860  XT-PIC  ide0
NMI:  0
ERR:  0
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to specify channel 1: No such device

2005-04-18 Thread Wiley Siler
Where is this line in zapata.conf under the [channels] context?

channel=1

Also is that line in zaptel.conf correct?  Here is mine Note the
lack of and underscore on fxsks...

fxsks=1
loadzone = us
defaultzone=us

Try these settings and the run ztcfg -vvv

Restart * and see what you get then

Cheers,
Wiley


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gregorio
Toscano
Sent: Monday, April 18, 2005 9:38 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Unable to specify channel 1: No such device

Hi, I did not find any useful information to configure a Wildcard
TDM400P with a FXO card. I've tried everithing, I tried configure it
using the cvs and the information from digium page, I tried to configure
it using debian packages, I tried to configure with kernels 2.4.30 and
2.6.11, I even switched the mother board (I tried 3 motherboards).

I tanks in advace any help you could give me.

Best Regards,
Gregorio Toscano
[EMAIL PROTECTED]

The erros are:

Apr 15 16:08:37 WARNING[1468]: chan_zap.c:850 zt_open: Unable to specify
channel 1: No such device Apr 15 16:08:37 ERROR[1468]: chan_zap.c:6458
mkintf: Unable to open channel 1: No such device here = 0, tmp-channel
= 1, channel = 1 Apr 15 16:08:37 ERROR[1468]: chan_zap.c:9558 setup_zap:
Unable to register channel '1'

My configuration files are:

lsmod
Module  Size  Used byNot tainted
wctdm  97248   0  (unused)
zaptel214784   0  [wctdm]

dmesg (final):
Module 0: Not installed
Module 1: Not installed
Module 2: Not installed
Module 3: Installed -- AUTO FXO (FCC mode) Found a Wildcard TDM:
Wildcard TDM400P REV E/F (4 modules)

najay:/etc# cat zaptel.conf
loadzone = us
defaultzone = us
fxs_ks=1

najay:/etc/asterisk# cat zapata.conf
[channels]
signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your
needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call, number
is in milliseconds callerid=asreceived
group=1
context=default ; Points to the default context of your extensions.conf
channel = 1 ; Again X is the number of FXO modules you have

najay:/etc/asterisk# cat voicemail.conf
[general]

format=wav

[default]
8500 = 1234,Gummer,[EMAIL PROTECTED]

[root at fred asterisk]#cat extensions.conf

[default]
exten = 2999,1,VoicemailMain(${CALLERIDNUM})
exten = 0.,1,Dial(Zap/g1/${EXTEN}/20,t) exten = s,1,Wait(1) exten =
s,2,Dial,Zap/g1 ; Dials the first available channel in group 1 exten =
s,3,Voicemail,u9000 exten = s,4,Hangup

najay:/proc# cat interrupts
  CPU0
 0: 362024  XT-PIC  timer
 1:   6987  XT-PIC  keyboard
 2:  0  XT-PIC  cascade
10:2792513  XT-PIC  wctdm
11:  10280  XT-PIC  via82cxxx, eth0
12:   3653  XT-PIC  PS/2 Mouse
14:  16860  XT-PIC  ide0
NMI:  0
ERR:  0
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to specify channel 1: No such device

2005-04-18 Thread Rich Adamson
Inline...

 Hi, I did not find any useful information to configure a Wildcard
 TDM400P with a FXO card. I've tried everithing, I tried configure it
 using the cvs and the information from digium page, I tried to
 configure it using
 debian packages, I tried to configure with kernels 2.4.30 and 2.6.11, I even
 switched the mother board (I tried 3 motherboards).
 
 I tanks in advace any help you could give me.
 
 Best Regards,
 Gregorio Toscano
 [EMAIL PROTECTED]
 
 The erros are:
 
 Apr 15 16:08:37 WARNING[1468]: chan_zap.c:850 zt_open: Unable to
 specify channel 1: No such device
 Apr 15 16:08:37 ERROR[1468]: chan_zap.c:6458 mkintf: Unable to open
 channel 1: No such device
 here = 0, tmp-channel = 1, channel = 1
 Apr 15 16:08:37 ERROR[1468]: chan_zap.c:9558 setup_zap: Unable to
 register channel '1'
 
 My configuration files are:
 
 lsmod
 Module  Size  Used byNot tainted
 wctdm  97248   0  (unused)
 zaptel214784   0  [wctdm]
 
 dmesg (final):
 Module 0: Not installed
 Module 1: Not installed
 Module 2: Not installed
 Module 3: Installed -- AUTO FXO (FCC mode)
 Found a Wildcard TDM: Wildcard TDM400P REV E/F (4 modules)
 
 najay:/etc# cat zaptel.conf
 loadzone = us
 defaultzone = us
 fxs_ks=1
  ^^ that should be fxsks (might also try fxsks=3 since your only 
 module is #3. I don't remember how these are numbered for sure.
 Don't forget to run 'ztcfg -vv' after the modprobes. That should
 tell you which channel the fxo module is on.

 najay:/etc/asterisk# cat zapata.conf
 [channels]
 signalling=fxo_ks
 echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
 echocancelwhenbridged=yes
 echotraining=400 ; Asterisk trains to the beginning of the call,
 number is in milliseconds
 callerid=asreceived
 group=1
 context=default ; Points to the default context of your extensions.conf
  ^^^ I strongly suggest changing this to some other keyword
  as it appears that you're using default as the sip
  context as well, and that's going to give you fits.
  Try something like context=inbound-home or whatever.

 channel = 1 ; Again X is the number of FXO modules you have
 
 najay:/etc/asterisk# cat voicemail.conf
 [general]
 
 format=wav

I assume the following is really extensions.conf (even though you didn't
mention it).

 [default]
 8500 = 1234,Gummer,[EMAIL PROTECTED]
 
 [root at fred asterisk]#cat extensions.conf
 
 [default]
 exten = 2999,1,VoicemailMain(${CALLERIDNUM})
 exten = 0.,1,Dial(Zap/g1/${EXTEN}/20,t)
 exten = s,1,Wait(1)
 exten = s,2,Dial,Zap/g1 ; Dials the first available channel in group 1
 exten = s,3,Voicemail,u9000
 exten = s,4,Hangup

Now you need to add this for inbound TDM calls (see above):
[inbound-home]
exten = s,1,Dial(SIP/8500},15) ; extn to ring when inbound call arrives.
exten = s,103,Congestion 

 
 najay:/proc# cat interrupts
   CPU0
  0: 362024  XT-PIC  timer
  1:   6987  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
 10:2792513  XT-PIC  wctdm
 11:  10280  XT-PIC  via82cxxx, eth0
 12:   3653  XT-PIC  PS/2 Mouse
 14:  16860  XT-PIC  ide0
 NMI:  0
 ERR:  0

Interrupts look fine with wctdm card on its own.

Rich


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to specify channel 1: No such device

2005-04-18 Thread Robert Webb
On Mon, 18 Apr 2005 11:54:09 -0600
 Rich Adamson [EMAIL PROTECTED] wrote:
Inline...
Hi, I did not find any useful information to configure a 
Wildcard
TDM400P with a FXO card. I've tried everithing, I tried 
configure it
using the cvs and the information from digium page, I 
tried to
configure it using
debian packages, I tried to configure with kernels 
2.4.30 and 2.6.11, I even
switched the mother board (I tried 3 motherboards).

I tanks in advace any help you could give me.
Best Regards,
Gregorio Toscano
[EMAIL PROTECTED]
The erros are:
Apr 15 16:08:37 WARNING[1468]: chan_zap.c:850 zt_open: 
Unable to
specify channel 1: No such device
Apr 15 16:08:37 ERROR[1468]: chan_zap.c:6458 mkintf: 
Unable to open
channel 1: No such device
here = 0, tmp-channel = 1, channel = 1
Apr 15 16:08:37 ERROR[1468]: chan_zap.c:9558 setup_zap: 
Unable to
register channel '1'

My configuration files are:
lsmod
Module  Size  Used byNot tainted
wctdm  97248   0  (unused)
zaptel214784   0  [wctdm]
dmesg (final):
Module 0: Not installed
Module 1: Not installed
Module 2: Not installed
Module 3: Installed -- AUTO FXO (FCC mode)
Found a Wildcard TDM: Wildcard TDM400P REV E/F (4 
modules)

najay:/etc# cat zaptel.conf
loadzone = us
defaultzone = us
fxs_ks=1
 ^^ that should be fxsks (might also try fxsks=3 
since your only 
module is #3. I don't remember how these are 
numbered for sure.
Don't forget to run 'ztcfg -vv' after the 
modprobes. That should
tell you which channel the fxo module is on.

SNIP
In actuality, the modules start at 1 and not 0. So you 
would need fxsks=4 in your zaptel.conf.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to specify channel 1: No such device

2005-04-18 Thread pbx
It looks like from the ztcfg output that you are trying to reference port
3, which is if your looking at the card with modules up. the one on the
far right.

Move the module to the far left... and that will be channel 1

The far left, is the TOP port on the card.

HIH


 Hi, I did not find any useful information to configure a Wildcard
 TDM400P with a FXO card. I've tried everithing, I tried configure it
 using the cvs and the information from digium page, I tried to
 configure it using
 debian packages, I tried to configure with kernels 2.4.30 and 2.6.11, I
 even
 switched the mother board (I tried 3 motherboards).



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


[Asterisk-Users] Unable to Specify Channel 1 - no such device or address

2005-01-25 Thread Gene Naden




When trying to start asterisk with a four-port 
FXS/FXO card I get the following error: "Unable to Specify Channel 1 - no such 
device or address" (Channel 1 should be the first FXO port). I looked in the 
asterisk-users mailing list archive and found one person who had this problem 
but did not find an answer. I am using the sample configuration file lines 
provided by Digium. lsmod says my wcfxo and zaptel modules are loaded Ok, 
apparently. What could be wrong or where should I look.
Gene Naden, MA , MDProgrammer 
AnalystGlobalTeldata II, LLC4646 N. RavenswoodChicago, IL 
60640(773) 878-3161 x 223
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to Specify Channel 1 - no such device or address

2005-01-25 Thread Kristian Kielhofner
Gene Naden wrote:
When trying to start asterisk with a four-port FXS/FXO card I get the 
following error: Unable to Specify Channel 1 - no such device or 
address (Channel 1 should be the first FXO port). I looked in the 
asterisk-users mailing list archive and found one person who had this 
problem but did not find an answer. I am using the sample configuration 
file lines provided by Digium. lsmod says my wcfxo and zaptel modules 
are loaded Ok, apparently. What could be wrong or where should I look.
Gene Naden, MA , MD
Programmer Analyst
GlobalTeldata II, LLC
4646 N. Ravenswood
Chicago, IL 60640
(773) 878-3161 x 223
Gene,
	That usually happens because the kernel modules are not loaded - No 
such device.  If you are using CVS make sure that wctdm  wcfxo are 
loaded, while with stable use wcfxs  wcfxo.  What is your TDM model 
number/module configuration?

What does ztcfg -vvv say after doing this?
--
Kristian Kielhofner
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to Specify Channel 1 - no such device or address

2005-01-25 Thread Eric Wieling
Direct from the source (1.0.x)
Here is a list of what module to use with what hardware
Module Name Hardware
tor2T400P - Quad Span T1 Card
E400P - Quad Span E1 Card
wct4xxp TE405P - Quad Span T1/E1 Card (5v version)
TE410P - Quad Span T1/E1 Card (3.3v version)
wct1xxp T100P - Single Span T1 Card
E100P - Single Span E1 Card
wcfxo   X100P - Single port FXO interface
X101P - Single port FXO interface
wcfxs   TDM400P - Modular FXS/FXO interface (1-4 ports)
wcusb orS100U - Single port FXS USB Interface
wcfxsusb
torisa  Old Tormenta1 ISA Card
ztdummy UHCI USB Zaptel Timing Only Interface
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to Specify Channel 1 - no such device or address

2005-01-25 Thread Eric Wieling
Gene Naden wrote:
When trying to start asterisk with a four-port FXS/FXO card I get the 
following error: Unable to Specify Channel 1 - no such device or 
address (Channel 1 should be the first FXO port). I looked in the 
asterisk-users mailing list archive and found one person who had this 
problem but did not find an answer. I am using the sample configuration 
file lines provided by Digium. lsmod says my wcfxo and zaptel modules 
are loaded Ok, apparently. What could be wrong or where should I look.
As it says in the README in the Zaptel source directory, wcfxo is not 
the correct driver for your card.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Unable to Specify Channel 1 - no such device oraddress

2005-01-25 Thread Tom Walsh
When trying to start asterisk with a four-port FXS/FXO card I get the 
following error: Unable to Specify Channel 1 - no such device or address 
(Channel 1 should be the first FXO port). I looked in the asterisk-users 
mailing list archive and found one person who had this problem but did not 
find an answer. I am using the sample configuration file lines provided by 
Digium. lsmod says my wcfxo and zaptel modules are loaded Ok, apparently. 
What could be wrong or where should I look.
Gene Naden, MA , MD

Gene,
Having just been through the same problem recently I can tell you with a 
fair amount of certainty that your motherboard is not PCI spec 2.2 
compliant.

Double check your motherboard specs.
This was my problem.
Hope that helps.
Tom Walsh
http://www.freevsi.com/ 

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


[Asterisk-Users] Unable to specify channel 1: No such device or address

2004-02-29 Thread Hermann Wecke
I can't start *. I'm receiving the following error:

 [chan_zap.so] = (Zapata Telephony w/PRI)
  == Parsing '/etc/asterisk/zapata.conf': Found
Feb 29 19:01:46 WARNING[1024]: chan_zap.c:673 zt_open: Unable to specify channel 1: No 
such device or address
Feb 29 19:01:46 ERROR[1024]: chan_zap.c:5324 mkintf: Unable to open channel 1: No such 
device or address
here = 0, tmp-channel = 1, channel = 1
Feb 29 19:01:46 ERROR[1024]: chan_zap.c:7397 setup_zap: Unable to register channel '1'
Feb 29 19:01:46 WARNING[1024]: loader.c:313 ast_load_resource: chan_zap.so: 
load_module failed, returning -1
  == Unregistered channel type 'Tor'
  == Unregistered channel type 'Zap'
-- Unregistered channel 1
Feb 29 19:01:46 WARNING[1024]: loader.c:408 load_modules: Loading module chan_zap.so 
failed!

I'm running RH 7.3 in this box.



lsmod:
Module  Size  Used byNot tainted
wcfxo   8576   0  (unused)
zaptel182816   0  [wcfxo]
soundcore   6692   0  (autoclean)
autofs 12132   0  (autoclean) (unused)
sis900 15108   1
ext3   67136   2
jbd49400   2  [ext3]



cat zaptel.conf
fxsks=1
loadzone=us
defaultzone=us



cat zapata.conf
[channels]
busydetect=1
busycount=7
relaxdtmf=yes
callwaiting=no
callwaitingcallerid=no
threewaycalling=no
transfer=yes
cancallforward=yes
usecallerid=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
musiconhold=default

group=1
pickupgroup=1-4
immediate=no

context=bell
signalling=fxs_ks
callerid=asreceived
channel=1



ztcfg -vv

Zaptel Configuration
==


Channel map:


0 channels configured.

^^
I don't believe this is normal, but modprobe zaptel and modprobe wcfxo
didn't return any error.
___
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