Channels to configure

[size=150]EDIT :
Discussion about the same problem :
http://forums.digium.com/viewtopic.php?p=61608[/size]

Hi,

I got my TDM400P (tdm11b) and i want to test the modules on a fresh install of Asterisk.

The problem is, when I test my zaptel hardware configuration with ztcfg , it looks like it’s not configured but it is! (i think…)

Configuration
System : VIA Epia-PD 10000
OS : CentOS 5
Hardware : TDM400P (module1:FXO, module2:FXS)

Output of ztcfg -vv

[code]Zaptel Version: 1.4.7
Echo Canceller: MG2
Configuration

Channel map:

Channel 01: FXO Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)

2 channels to configure.[/code]

zaptel.conf

fxoks=1 fxsks=2 loadzone=us defaultzone=us

zapata.conf

[code][trunkgroups]

[channels]

usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
immediate=no

context=phones
signalling=fxo_ks
channel => 1

context=incoming
signalling=fxs_ks
channel => 2[/code]

Thank you in advance!

You can delete my post, it’s working fine… i don’t know why it says i have to configure my channels but it works :smile:

Weird. I would make sure that it is not a bug (then again I don’t use 1.4.X…)

What version of asterisk are you using ? I want to open a report on the bug tracker.

What do you have in /etc/zapata.conf ?

It’s right there is my first post :laughing:

But only for you… here it is

zapata.conf

[code][trunkgroups]

[channels]

usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
immediate=no

context=phones
signalling=fxo_ks
channel => 1

context=incoming
signalling=fxs_ks
channel => 2[/code]

I got my configuration from “Asterisk - The Future of Telephony” (O’reilly) p.80