Hello i decided to make a new freepbx server using the same version as i did before. Everything is setup, Incoming calls works. However outbound calls i get a Error message saying all ciruits are busy.
Here is what I’m getting from the asterisk area.
[2020-03-28 13:46:57] WARNING[23253][C-00000021]: app_dial.c:2437 dial_exec_full: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [s@macro-dialout-trunk:23] NoOp(“SIP/801-0000002c”, “Dial failed for some reason with DIALSTATUS = CHANUNAVAIL and HANGUPCAUSE = 20”) in new stack
– Executing [s@macro-dialout-trunk:24] GotoIf(“SIP/801-0000002c”, “0?continue,1:s-CHANUNAVAIL,1”) in new stack
– Goto (macro-dialout-trunk,s-CHANUNAVAIL,1)
– Executing [s-CHANUNAVAIL@macro-dialout-trunk:1] Set(“SIP/801-0000002c”, “RC=20”) in new stack
– Executing [s-CHANUNAVAIL@macro-dialout-trunk:2] Goto(“SIP/801-0000002c”, “20,1”) in new stack
– Goto (macro-dialout-trunk,20,1)
– Executing [20@macro-dialout-trunk:1] Goto(“SIP/801-0000002c”, “continue,1”) in new stack
– Goto (macro-dialout-trunk,continue,1)
– Executing [continue@macro-dialout-trunk:1] NoOp(“SIP/801-0000002c”, “TRUNK Dial failed due to CHANUNAVAIL HANGUPCAUSE: 20 - failing through to other trunks”) in new stack
– Executing [continue@macro-dialout-trunk:2] Set(“SIP/801-0000002c”, “CALLERID(number)=801”) in new stack
– Executing [XXXXXXXXXX@from-internal:8] Macro(“SIP/801-0000002c”, “outisbusy,”) in new stack
– Executing [s@macro-outisbusy:1] Progress(“SIP/801-0000002c”, “”) in new stack
– Executing [s@macro-outisbusy:2] GotoIf(“SIP/801-0000002c”, “0?emergency,1”) in new stack
– Executing [s@macro-outisbusy:3] GotoIf(“SIP/801-0000002c”, “0?intracompany,1”) in new stack
– Executing [s@macro-outisbusy:4] Playback(“SIP/801-0000002c”, “all-circuits-busy-now&pls-try-call-later, noanswer”) in new stack
– <SIP/801-0000002c> Playing ‘all-circuits-busy-now.ulaw’ (language ‘en’)
> 0x7f4d8c05c170 – Probation passed - setting RTP source address to 10.1.10.252:19208
– <SIP/801-0000002c> Playing ‘pls-try-call-later.ulaw’ (language ‘en’)
== Spawn extension (macro-outisbusy, s, 4) exited non-zero on ‘SIP/801-0000002c’ in macro ‘outisbusy’
== Spawn extension (from-internal, XXXXXXXXXX, 8) exited non-zero on ‘SIP/801-0000002c’
– Executing [h@from-internal:1] Hangup(“SIP/801-0000002c”, “”) in new stack
== Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/801-0000002c’
I tried everything. And i can not get it to work. Here is my dialout plan

Can someone please help me?
Joseph