[asterisk-users] Re: 0 channels configured with tdm400 (tdm04b rev. G)

2006-10-28 Thread Erick Perez

More info.

[EMAIL PROTECTED] ~]# ztcfg -vv

Zaptel Configuration
==


Channel map:


0 channels configured.


cat /etc/modprobe.conf
alias scsi_hostadapter ahci
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias eth0 e100
alias eth1 3c59x
alias wcfxs wctdm
install wctdm /sbin/modprobe --ignore-install wctdm   /sbin/ztcfg

***
[EMAIL PROTECTED] ~]# cat /etc/asterisk/zaptel.conf
fxsls=1-4
loadzone=us
defaultzone=us

***
[EMAIL PROTECTED] ~]# cat /proc/zaptel/1
Span 1: WCTDM/0 Wildcard TDM400P REV I Board 1

  1 WCTDM/0/0
  2 WCTDM/0/1
  3 WCTDM/0/2
  4 WCTDM/0/3
[EMAIL PROTECTED] ~]#


On 10/27/06, Erick Perez [EMAIL PROTECTED] wrote:

Hi,
Some weird problem (or I'm too sleepy) happens with a tdm04B revision G (4fxo)
Steps:
modprobe zaptel
modprobe wctdm
ztcfg -vv

/etc/zaptel.conf
fxsls=1-4 # TDM04B
defaultzone=us
loadzone=us

/etc/asterisk/zapata.conf
signalling=fxs_ls
group=1
context=incoming
channel = 1-4

modprobe zaptel and wctdm load fine, however ztcfg -vv shows:
0 channels configured

Im using centos 4.4 with
Asterisk Version 1.2.13
Zaptel Version 1.2.10
Libpri Version 1.2.4

Physically looking at the card, the four FXO ports have the green led turned on.
It has no IRQ conflicts and zaptel compiled cleanly.
Kernel is 2.6.9-42ELsmp (it's a dual core Intel machine in an Intel 945G board)

Your comments are welcomed.




--

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780

___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Re: 0 channels configured with tdm400 (tdm04b rev. G)

2006-10-28 Thread Erick Perez

Tzafrir, please disregard my previous postdefinitely i was WAAAY sleepy.
The error was simple (now that I just waked up completely):
I was touching /etc/asterisk/zaptel.conf   instead of
/etc/zaptel.conf.   I should remind myself not to work past midnight.
I don't recall what made me think the file was inside the asterisk
directory.

Thanks and apologies to all,.



On 10/28/06, Erick Perez [EMAIL PROTECTED] wrote:

More info.

[EMAIL PROTECTED] ~]# ztcfg -vv

Zaptel Configuration
==


Channel map:


0 channels configured.


cat /etc/modprobe.conf
alias scsi_hostadapter ahci
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias eth0 e100
alias eth1 3c59x
alias wcfxs wctdm
install wctdm /sbin/modprobe --ignore-install wctdm   /sbin/ztcfg

***
[EMAIL PROTECTED] ~]# cat /etc/asterisk/zaptel.conf
fxsls=1-4
loadzone=us
defaultzone=us

***
[EMAIL PROTECTED] ~]# cat /proc/zaptel/1
Span 1: WCTDM/0 Wildcard TDM400P REV I Board 1

   1 WCTDM/0/0
   2 WCTDM/0/1
   3 WCTDM/0/2
   4 WCTDM/0/3
[EMAIL PROTECTED] ~]#


On 10/27/06, Erick Perez [EMAIL PROTECTED] wrote:
 Hi,
 Some weird problem (or I'm too sleepy) happens with a tdm04B revision G (4fxo)
 Steps:
 modprobe zaptel
 modprobe wctdm
 ztcfg -vv

 /etc/zaptel.conf
 fxsls=1-4 # TDM04B
 defaultzone=us
 loadzone=us

 /etc/asterisk/zapata.conf
 signalling=fxs_ls
 group=1
 context=incoming
 channel = 1-4

 modprobe zaptel and wctdm load fine, however ztcfg -vv shows:
 0 channels configured

 Im using centos 4.4 with
 Asterisk Version 1.2.13
 Zaptel Version 1.2.10
 Libpri Version 1.2.4

 Physically looking at the card, the four FXO ports have the green led turned 
on.
 It has no IRQ conflicts and zaptel compiled cleanly.
 Kernel is 2.6.9-42ELsmp (it's a dual core Intel machine in an Intel 945G 
board)

 Your comments are welcomed.



--

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780





--

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Re: 0 channels configured with tdm400 (tdm04b rev. G)

2006-10-28 Thread Tzafrir Cohen
On Sat, Oct 28, 2006 at 09:24:52AM -0500, Erick Perez wrote:
 More info.
 
 [EMAIL PROTECTED] ~]# ztcfg -vv
 
 Zaptel Configuration
 ==
 
 
 Channel map:
 
 

ztcfg has heard of no channels, and hence did not try to configure them.
Why is that?

 0 channels configured.
 
 
 cat /etc/modprobe.conf
 alias scsi_hostadapter ahci
 alias usb-controller ehci-hcd
 alias usb-controller1 uhci-hcd
 alias eth0 e100
 alias eth1 3c59x
 alias wcfxs wctdm
 install wctdm /sbin/modprobe --ignore-install wctdm   /sbin/ztcfg
 
 ***
 [EMAIL PROTECTED] ~]# cat /etc/asterisk/zaptel.conf

... Because ztcfg looks for /etc/zaptel.conf and not for
/etc/asterisk/zaptel.conf .

 fxsls=1-4
 loadzone=us
 defaultzone=us
 
 ***
 [EMAIL PROTECTED] ~]# cat /proc/zaptel/1
 Span 1: WCTDM/0 Wildcard TDM400P REV I Board 1
 
   1 WCTDM/0/0
   2 WCTDM/0/1
   3 WCTDM/0/2
   4 WCTDM/0/3
 [EMAIL PROTECTED] ~]#
 

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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