Channel dahdi config problem

Hi all,
I’m am amateur and I’m trying to config an asterisk server using Oreilly’s book “the future of telephony”. My main problem is asterisk version that I’m using, uses dahdi and I don’t know how to define a dahdi basd channel. God knows that I have searched :smiley: but I could’nt find any good answer. My second problem is I had bought an openvox PCI card with 1 FXO channel, I had followed it’s document’s steps but there is no answer. I do’nt know that the problem is from my config or my card.
using search results, I have done this changes to my files. please help me cause I’m so confused. (SIP configs were so easy to undrestands and I was thinking God, I can do it but now having problem with FXOs :frowning: I don’t feel that way anymore)

instead of zapata.conf file I made these changes to chan_dahdi.conf:

[trunkgroups]
; define any trunk groups
[channels]
; hardware channels
; default
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes

; define channels
context=phones   ;the context I have in my dialplan
signaling=fxs_ks ; Use FXS signaling for an FXO channel
channel => 1

as told in openvox documentation I made these changes to dahdi-channels.conf

signalling=fxs_ks
callerid="channel 1" <2000>
mailbox=2000
group=1
context=phones
channel => 1
callerid=
group=
context=default

and my system.conf is like this:

fxsks = 1
echocanceller = mg2,1-240
loadzone = in
defaultzone = in

my Gui has recognized the card, I don’t know what to do… by the way, is there any good manual for Astersik GUI 2.0? I could’nt find any.

thanks for your help,
faraheneh

have you run dahdi_genconf from the command line ?

yes I have :frowning:

Did you find a solution?