Making an outgoing calls to pstn network

I am using “Asterisk” to make calls to the PSTN network. For this purpose, I have installed the TE420b card and softwares including dahdi, libpri, asterisk …
DAHDI: 3.2.0
libpri: git version
asterisk: 20.4.0

I want to perform a test by simply making a call to the PSTN network using asterisk to the phone number 1111111111. To do this, I obtained the phone number 2222222222 from the PSTN service provider and connected it to the E1 line (span 4). (making call to 1111111111)

What changes or additions do I need to make in the current state to be able to make the call? Even if it succeeds only once, that would be fine.

Here are the results of some commands:

> pri show spans
PRI span 1/0: In Alarm, Down, Active
PRI span 2/0: In Alarm, Down, Active
PRI span 3/0: In Alarm, Down, Active
PRI span 4/0: Up, Active

> dahdi show status
Description Alarms IRQ bpviol CRC Fra Codi Options LBO
T4XXP (PCI) Card 0 Span 1 RED 1 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1)
T4XXP (PCI) Card 0 Span 2 RED 1 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1)
T4XXP (PCI) Card 0 Span 3 RED 1 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1)
T4XXP (PCI) Card 0 Span 4 OK 1 0 0 CCS HDB3 CRC4 0 db (CSU)/0-133 feet (DSX-1)

> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked In Service Description
pseudo default default Yes
1 from-pstn default Yes
2 from-pstn default Yes

These are the config files (other config files autogenerated)

dahdi-channels.conf
; Span 1: TE4/0/1 “T4XXP (PCI) Card 0 Span 1” CCS/HDB3/CRC4 RED
group=0,11
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 1-15,17-31
context = default
group = 63

; Span 2: TE4/0/2 “T4XXP (PCI) Card 0 Span 2” CCS/HDB3/CRC4 RED
group=0,12
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 32-46,48-62
context = default
group = 63

; Span 3: TE4/0/3 “T4XXP (PCI) Card 0 Span 3” CCS/HDB3/CRC4 RED
group=0,13
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 63-77,79-93
context = default
group = 63

; Span 4: TE4/0/4 “T4XXP (PCI) Card 0 Span 4” (MASTER) CCS/HDB3/CRC4 ClockSource
group=0,14
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 94-108,110-124
context = default
group = 63

Also my asterisk continuously making the following

NOTICE[34273]: chan_dahdi.c:2981 my_handle_dchan_exception: Got DAHDI event: HDLC Abort (6) on D-channel of span

Thank you.

You might want to try moving the cable from port 4 to port 1.

Here’s some other troubleshooting ideas:

https://support.digium.com/s/article/What-does-HDLC-Abort-6-mean

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.