Cisco FXO setup

Hi, I have a problem with setting up a FXO card. We had one working and it died. We have not replaced with 2FXO-M3.
When I boot the Cisco router 2690, I can remember the FXO registering with Asterisk, but nothing appears to happen now.
I feel that my config may be at fault and would appreciate help.


sip.conf

; SIP Configuration for Asterisk
;
[general]
port = 5060 ; Port to bind to
bindaddr=0.0.0.0
context = default ; Default for incoming calls
allow=all

[10.0.1.59]
context=pstn-incoming
type=friend
host=10.0.1.59
dtmfmode=rfc2833
allow=all

[A]
username=A
secret=A
type=friend
host=dynamic
dtmfmode=inband
context=lan-phones

[D]
username=D
secret=D
type=friend
host=dynamic
allow=all
dtmfmode=inband
context=lan-phones

[G]
username=G
secret=G
type=friend
host=dynamic
allow=all
dtmfmode=inband
context=lan-phones

[H]
username=H
secret=H
type=friend
host=dynamic
allow=all
dtmfmode=inband
context=lan-phones


extensions.conf

[general]
;static=yes
writeprotect=no

[default]
include => lan-phones
include => pstn-outbound

[pstn-incoming]
include => lan-phones

[local-phones]
include => lan-phones
include => pstn-outbound

[pstn-outbound]
exten => _9XXXXXXXXXX,1,Dial(SIP/${EXTEN}@10.0.1.59,20)
exten => _9XXXXXXXXXX,2,Congestion

[lan-phones]
exten=> 1001,1,Dial(SIP/A,20)
exten=> 1001,2,Hangup
exten=> 1002,1,Dial(SIP/D,20)
exten=> 1002,2,Hangup
exten=> 1003,1,Dial(SIP/G,20)
exten=> 1003,2,Hangup
exten=> 1004,1,Dial(SIP/H,20)
exten=> 1004,2,Hangup


2690 router config

!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
ip subnet-zero

!
!
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
ip address 10.0.1.59 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface Serial0/1
no ip address
shutdown
!
ip classless

ip http server
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
!
!
dial-peer cor custom
!
!
voice-port 1/1/0
input gain 10
output attenuation 10
no comfort-noise
cptone AU
connection plar 1001
!
voice-port 1/1/1
input gain 10
output attenuation 10
no comfort-noise
cptone AU
connection plar 1001
!
!
dial-peer voice 701 pots
destination-pattern 9T
port 1/1/1
forward-digits all
!
dial-peer voice 9 voip
destination-pattern .T
session protocol sipv2
session target ipv4:10.0.1.60:5060
session transport udp
dtmf-relay rtp-nte
codec g711alaw
clid strip
no vad
!
!
sip-ua
sip-server ipv4:10.0.1.60:5060
!
!
line con 0
line aux 0
line vty 0 4
!
!
end