Issues : Digium TE110P card installation with asterisk

Hello,

I want to configure Digium TE110P card with asterisk. I have installed the following in my system

  • dahdi-linux-2.2.1.1
  • dahdi-tools-2.2.1.1
  • libpri-1.4.10.2
  • asterisk-1.6.0.26

After the installation, there is a green LED on card, the “dahdi_tool” command gives "OK"
That means the card is configured properly.
But, when I give the command :
*CLI> pri show spans
No such command ‘pri show spans’

Also, when I dial the PRI no from pstn line, the call is not coming to asterisk.

My config files are as follows :

vim /etc/dahdi/system.conf

span=1,1,0,ccs,hdb3

termtype: te

bchan=1-15,17-31
dchan=16
echocanceller=mg2,1-15,17-31

Global data

loadzone = us
defaultzone = us

========================
vim /etc/asterisk/dahdi-channels.conf

group=0,11
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 1-15,17-31
context = default
group = 63

========================
vim /etc/asterisk/extensions.conf

[from-pstn]
exten => _X.,1,Answer()
exten => _X…

========================

Please suggest me, if I have done anything wrong ?
Thanks for your support.

-Urmi

Hello,

Please post the output from the following commands

cat /proc/dahdi/*
asterisk -rx "dahdi restart"

HTH,
Ioan

Hello,

Thanks for your support.
Issue is solved. :smiley: I have configured the “chan_dahdi.conf” file as follows.

===================================
[channels]

language=en
;context=from-zaptel
context=from-pstn ;urmi
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks

usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no

faxdetect=both

-Regards,
Urmi