Help with DAHDI and X100P on asterisk 1.6.2

Hi all,

I have a problem which is just driving me nuts! I’m hoping someone here can help.

I have asterisk 1.6.2 running on a Centos i686. All sip functionality works fine but the newly added x110p card does not dial nor does it register incoming calls (even on a very verbose setting).

Here’s all the info I can offer - please help.
DAHDI dialling, but the mobile number never rings!!

The DAHDI channel is being recognised:

localhoasteriskCLI> core show channels
== Using SIP RTP CoS mark 5
– Executing [3000@default:1] Dial(“SIP/2000-00000001”, “DAHDI/1/00447824333698”) in new stack
– Called 1/00447824333698
– Hungup ‘DAHDI/1-1’
== Spawn extension (default, 3000, 1) exited non-zero on 'SIP/2000-00000001’
localhoasterisk
CLI>

This is a test from extensions.conf
exten => 3000,1,Dial(DAHDI/1/004478NNNNNN) ; dial 3000 to call the mobile as a test

[from-pstn]
exten => s,1,Answer()
exten => s,n,Playback(conf-peopleinconf) ; this is another test
exten => s,n,Hangup()

in chan_dahdi.conf - I’ll ‘include’ a seperate file later (when it works)

[channels]

; Span 1: WCFXO/0 “Wildcard X100P Board 1” (MASTER)
;;; line="1 WCFXO/0/0 FXSKS (SWEC: MG2)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 1
callerid=
group=
context=default

All the other files are as expected:

[root@localhoasterisk dahdi]# cat system.conf

Autogenerated by /usr/sbin/dahdi_genconf on Mon May 23 22:20:18 2011

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: WCFXO/0 “Wildcard X100P Board 1” (MASTER)

fxsks=1
echocanceller=mg2,1

Global data

loadzone = uk
defaultzone = uk
[root@localhoasterisk dahdi]#

What am I doing wrong?