Do channel groups have to start at 0

Hi

I recently updated my system to using the dahdi drivers for TDM400 boards and everything worked fine under asterisk 1.2.7 but now with version 1.8 I can’t dial out I am getting all circuits are busy. I really can’t find anything other than the fact that my channel groups don’t start at the default of 0, I use groups 2 & 3 would this make any difference?

I am using Centos 5.8
Asterisk 1.8.12.1
freepbx 1.10
dahdi 2.6.1
dahdi_tools 2.6.1

Thanks

Show us your system.conf and chan_dahdi.conf

Hi,

Thank you for responding so quickly, I forgot to subscribe to my own thread. Here is my files.

chan_dahdi.conf:

[trunkgroups]

[channels]
musiconhold=default
echocancel=yes
echocancelwhenbridged=yes
echotraining=800
usecallerid=yes
callerid=asreceived
busydetect=no
;busycount=4
callwaiting=
threewaycalling=yes
callwaitingcallerid=yes
callprogress=no
transfer=yes
immediate=no
useincomincalleridonzaptransfer=yes
;answeronpolarityswitch=yes
;hanguponpolarityswitch=yes
rxgain=4.0
txgain=-4.0
cid_rxgain=2.0

;faxdetect=both

context=from-zaptel
signalling=fxs_ks
group=1
channel => 1
group=2
channel => 5
group=2
channel => 6
group=3
channel => 2

#include zapata_additional.conf

system.conf:

Autogenerated by /usr/sbin/dahdi_genconf on Mon Jun 4 05:30:27 2012

If you edit this file and execute /usr/sbin/dahdi_genconf again,

your manual changes will be LOST.

Dahdi Configuration File

This file is parsed by the Dahdi Configurator, dahdi_cfg

Span 1: WCTDM/4 “Wildcard TDM400P REV I Board 5”

fxsks=1
echocanceller=mg2,1
fxsks=2
echocanceller=mg2,2
fxoks=3
echocanceller=mg2,3
fxoks=4
echocanceller=mg2,4

Span 2: WCTDM/4 “Wildcard TDM400P REV I Board 5” (MASTER)

fxsks=5
echocanceller=mg2,5
fxsks=6
echocanceller=mg2,6

channel 7, WCTDM/4/2, no module.

channel 8, WCTDM/4/3, no module.

Global data

loadzone = us
defaultzone = us

I fixed my channels group problem by removing the dahd-channels.conf include statement from chan_dahdi.conf, but when I reboot I have to run dahdi_genconf and dahdi_cfg followed by amportal restart to get the system to respond to calls on the 2 TDM400 cards.

Thanks

Thanks