Not able to make outbound call

Hi,

I need some advice please. I have setup Asterisk 1.6.20 with dahdi 2.5.0.1 and Freepbx 2.9.0. I have no problems on receiving the incoming call. But I am not able to make any outbound call. FYI please, I have setup the Dahdi Trunk and Outbound route via the FreePbx interface. Here is my chan_dahdi.conf configuration file and Asterisk log for reference please:-

/etc/asterisk/chan_dahdi.conf

[trunkgroups]
[channels]
language = en
context = from-pstn
switchtype => euroisdn
pridialplan = unknown
prilocaldialplan = unknown
signalling = pri_cpe
usecallerid = yes
hidecallerid = no
callwaiting = yes
usecallingpres = yes
callwaitingcallerid = yes
threewaycalling = yes
transfer = yes
cancallforward = yes
callreturn = yes
echocancel = no
echocancelwhenbridged = no
rxgain = 0.0
txgain = 0.0
callgroup = 1
pickupgroup = 1
immediate = no
overlapdial = yes
resetinterval = 3600
group = 0,16
channel = 1-15,17-31
channel = 32-46,48-62

Asterisk log

== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
– Executing [827183333@from-internal:1] ResetCDR(“SIP/9816-00000001”, “”) in new stack
– Executing [827183333@from-internal:2] NoCDR(“SIP/9816-00000001”, “”) in new stack
– Executing [827183333@from-internal:3] Progress(“SIP/9816-00000001”, “”) in new stack
– Executing [827183333@from-internal:4] Wait(“SIP/9816-00000001”, “1”) in new stack
– Executing [827183333@from-internal:5] Progress(“SIP/9816-00000001”, “”) in new stack
– Executing [827183333@from-internal:6] Playback(“SIP/9816-00000001”, “silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer”) in new stack
– <SIP/9816-00000001> Playing ‘silence/1.gsm’ (language ‘en’)
[Oct 7 13:56:33] WARNING[2742]: file.c:650 ast_openstream_full: File cannot-complete-as-dialed does not exist in any format
[Oct 7 13:56:33] WARNING[2742]: file.c:956 ast_streamfile: Unable to open cannot-complete-as-dialed (format 0x4 (ulaw)): No such file or directory
[Oct 7 13:56:33] WARNING[2742]: app_playback.c:471 playback_exec: ast_streamfile failed on SIP/9816-00000001 for silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer
[Oct 7 13:56:33] WARNING[2742]: file.c:650 ast_openstream_full: File check-number-dial-again does not exist in any format
[Oct 7 13:56:33] WARNING[2742]: file.c:956 ast_streamfile: Unable to open check-number-dial-again (format 0x4 (ulaw)): No such file or directory
[Oct 7 13:56:33] WARNING[2742]: app_playback.c:471 playback_exec: ast_streamfile failed on SIP/9816-00000001 for silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer
– Executing [827183333@from-internal:7] Wait(“SIP/9816-00000001”, “1”) in new stack
– Executing [827183333@from-internal:8] Congestion(“SIP/9816-00000001”, “20”) in new stack
== Spawn extension (from-internal, 827183333, 8) exited non-zero on ‘SIP/9816-00000001’
– Executing [h@from-internal:1] Hangup(“SIP/9816-00000001”, “”) in new stack
== Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/9816-00000001’

Please help. Thanks…

Hi hhtham!

I think you need to show us relevant part of extensions.conf for anybody to be able to help you!

If this is a new install, you should not be using 1.6.x.x, as those versions will not receive any new bug fixes.

Hi all, Thanks for reply. My problem has been resolved. Issues was on the outbound route prefix setup.