Hi,
I am not able to make out going calls using dahdi & reliance India PRI lines. Please see below configurations and help me to resolve this problem.
Versions :
Asterisk 11.2.1
DAHDI Version: 2.6.2
etc/asterisk/chan_dahdi.conf file
[code][channels]
; include dahdi extensions defined in FreePBX
#include chan_dahdi_additional.conf
; [span_1] [span_2]
pridialplan=unknown
prilocaldialplan=unknown
group=0
signalling=pri_cpe
switchtype=euroisdn
context=from-reliancepri
channel=1-15,17-31[/code]
etc/dahdi/system.conf file
[code]# This file is parsed by the Dahdi Configurator, dahdi_cfg
Span 1: TE4/0/1 “T4XXP (PCI) Card 0 Span 1” (MASTER)
span=1,0,0,ccs,hdb3
termtype: te
bchan=1-15
dchan=16
bchan=17-31
#echocanceller=mg2,1-15,17-31
mulaw=1-15,17-31
[/code]
etc/asterisk/extension.conf file
[from-reliancepri]
exten => _X.,1,NoOp(${EXTEN})
same => n,Answer()
same => n,Dial(dahdi/i1/09XXXXXX466,,gwW)
same => n,Hangup
logs from asterisk CLI
[code] – Accepting call from ‘9XXXXXX749’ to ‘30XXX00’ on channel 0/14, span 1
– Executing [30XXX00@from-reliancepri:1] NoOp(“DAHDI/i1/9XXXXXX749-12”, “30XXX00”) in new stack
– Executing [30XXX00@from-reliancepri:2] Dial(“DAHDI/i1/9XXXXXX749-12”, “dahdi/i1/09XXXXXX466,gwW”) in new stack
– Requested transfer capability: 0x10 - 3K1AUDIO
– Called dahdi/i1/09XXXXXX466
– Span 1: Channel 0/1 got hangup, cause 100
– Hungup ‘DAHDI/i1/09XXXXXX466-13’
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [30XXX00@from-reliancepri:3] Hangup(“DAHDI/i1/9XXXXXX749-12”, “”) in new stack
== Spawn extension (from-reliancepri, 30XXX00, 3) exited non-zero on ‘DAHDI/i1/9XXXXXX749-12’
– Hungup ‘DAHDI/i1/9XXXXXX749-12’
[/code]
Thanks in advance.
Regards,
Anil