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