Just started issues with outbound calls

I am new and just installed freepbx. I have my incoming calls working but not outgoing?

Something I noticed under sip ping it says unreachable.

First - incoming and outgoing calling are largely unrelated. They use the same provider (for the most part) but other than that, they don’t really share a lot of stuff.

https://wiki.freepbx.org/display/SUP/Providing+Great+Debug

I think this is what you are looking for?

[2020-02-21 19:36:55] VERBOSE[12606] chan_sip.c: — (13 headers 0 lines) —
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outisbusy:5] Congestion(“PJSIP/903005-00000200”, “20”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_macro.c: Spawn extension (macro-outisbusy, s, 5) exited non-zero on ‘PJSIP/903005-00000200’ in macro ‘outisbusy’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Spawn extension (from-internal, 6093651326, 9) exited non-zero on ‘PJSIP/903005-00000200’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [h@from-internal:1] Macro(“PJSIP/903005-00000200”, “hangupcall”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:1] GotoIf(“PJSIP/903005-00000200”, “1?theend”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:3] ExecIf(“PJSIP/903005-00000200”, “0?Set(CDR(recordingfile)=)”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:4] NoOp(“PJSIP/903005-00000200”, " montior file= ") in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:5] GotoIf(“PJSIP/903005-00000200”, “1?skipagi”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-hangupcall,s,7)
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:7] Hangup(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_macro.c: Spawn extension (macro-hangupcall, s, 7) exited non-zero on ‘PJSIP/903005-00000200’ in macro ‘hangupcall’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘PJSIP/903005-00000200’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_stack.c: PJSIP/903005-00000200 Internal Gosub(crm-hangup,s,1) start
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:1] NoOp(“PJSIP/903005-00000200”, “Sending Hangup to CRM”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:2] NoOp(“PJSIP/903005-00000200”, “HANGUP CAUSE: 34”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:3] ExecIf(“PJSIP/903005-00000200”, “0?Set(__CRM_VOICEMAIL=)”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:4] NoOp(“PJSIP/903005-00000200”, “MASTER CHANNEL: 1582313811.667 = 1582313811.667”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:5] GotoIf(“PJSIP/903005-00000200”, “0?return”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:6] Set(“PJSIP/903005-00000200”, “__CRM_HANGUP=1”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:7] AGI(“PJSIP/903005-00000200”, “agi://127.0.0.1/sangomacrm.agi”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] res_agi.c: <PJSIP/903005-00000200>AGI Script agi://127.0.0.1/sangomacrm.agi completed, returning 0
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:8] Return(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_stack.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘PJSIP/903005-00000200’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_stack.c: PJSIP/903005-00000200 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=

Yeah, but this is way too late in the call. If you want to narrow it down, you can use a command like this:

grep '\[603\]' /var/log/asterisk/full

This will search for the entire call PID (603) in the log file. The problem is probably early on in the call. In case you’re really new, the backslashes are required so that the square brackets get searched for.

Hmm it tells me I cannot post due to the character limit in the body. So i will split it in two parts

[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:1] Macro(“PJSIP/903005-00000200”, “user-callerid,LIMIT,EXTERNAL,”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:1] Set(“PJSIP/903005-00000200”, “TOUCH_MONITOR=1582313811.667”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:2] Set(“PJSIP/903005-00000200”, “AMPUSER=903005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:3] Set(“PJSIP/903005-00000200”, “HOTDESCKCHAN=903005-00000200”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:4] Set(“PJSIP/903005-00000200”, “HOTDESKEXTEN=903005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:5] Set(“PJSIP/903005-00000200”, “HOTDESKCALL=0”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:6] ExecIf(“PJSIP/903005-00000200”, “0?Set(HOTDESKCALL=1)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:7] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(name)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:8] GotoIf(“PJSIP/903005-00000200”, “0?report”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:9] ExecIf(“PJSIP/903005-00000200”, “1?Set(REALCALLERIDNUM=903005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:10] Set(“PJSIP/903005-00000200”, “AMPUSER=3005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:11] GotoIf(“PJSIP/903005-00000200”, “0?limit”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:12] Set(“PJSIP/903005-00000200”, “AMPUSERCIDNAME=Lou/Security”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:13] ExecIf(“PJSIP/903005-00000200”, “0?Set(__CIDMASQUERADING=TRUE)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:14] GotoIf(“PJSIP/903005-00000200”, “0?report”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:15] Set(“PJSIP/903005-00000200”, “AMPUSERCID=3005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:16] Set(“PJSIP/903005-00000200”, “__DIAL_OPTIONS=HhTtr”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:17] Set(“PJSIP/903005-00000200”, “CALLERID(all)=“Lou/Security” <3005>”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:18] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(all)=EXTERNAL)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:19] GotoIf(“PJSIP/903005-00000200”, “0?limit”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:20] ExecIf(“PJSIP/903005-00000200”, “1?Set(GROUP(concurrency_limit)=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:21] ExecIf(“PJSIP/903005-00000200”, “0?Set(CHANNEL(language)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:22] NoOp(“PJSIP/903005-00000200”, “Macro Depth is 1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:23] GotoIf(“PJSIP/903005-00000200”, “1?report2:macroerror”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-user-callerid,s,24)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:24] GotoIf(“PJSIP/903005-00000200”, “1?continue”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-user-callerid,s,43)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:43] Set(“PJSIP/903005-00000200”, “CALLERID(number)=3005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:44] Set(“PJSIP/903005-00000200”, “CALLERID(name)=Lou/Security”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:45] GotoIf(“PJSIP/903005-00000200”, “0?cnum”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:46] Set(“PJSIP/903005-00000200”, “CDR(cnam)=Lou/Security”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:47] Set(“PJSIP/903005-00000200”, “CDR(cnum)=3005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-user-callerid:48] Set(“PJSIP/903005-00000200”, “CHANNEL(language)=en”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:2] Gosub(“PJSIP/903005-00000200”, “sub-record-check,s,1(out,6093651326,dontcare)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:1] GotoIf(“PJSIP/903005-00000200”, “0?initialized”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:2] Set(“PJSIP/903005-00000200”, “__REC_STATUS=INITIALIZED”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:3] Set(“PJSIP/903005-00000200”, “NOW=1582313811”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:4] Set(“PJSIP/903005-00000200”, “__DAY=21”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:5] Set(“PJSIP/903005-00000200”, “__MONTH=02”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:6] Set(“PJSIP/903005-00000200”, “__YEAR=2020”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:7] Set(“PJSIP/903005-00000200”, “__TIMESTR=20200221-193651”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:8] Set(“PJSIP/903005-00000200”, “__FROMEXTEN=3005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:9] Set(“PJSIP/903005-00000200”, “__MON_FMT=wav”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:10] NoOp(“PJSIP/903005-00000200”, “Recordings initialized”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:11] ExecIf(“PJSIP/903005-00000200”, “0?Set(ARG3=dontcare)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:12] Set(“PJSIP/903005-00000200”, “REC_POLICY_MODE_SAVE=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:13] ExecIf(“PJSIP/903005-00000200”, “0?Set(REC_STATUS=NO)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:14] GotoIf(“PJSIP/903005-00000200”, “3?checkaction”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (sub-record-check,s,17)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-record-check:17] GotoIf(“PJSIP/903005-00000200”, “1?sub-record-check,out,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (sub-record-check,out,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [out@sub-record-check:1] NoOp(“PJSIP/903005-00000200”, “Outbound Recording Check from 3005 to 6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [out@sub-record-check:2] Set(“PJSIP/903005-00000200”, “RECMODE=dontcare”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [out@sub-record-check:3] ExecIf(“PJSIP/903005-00000200”, “1?Goto(routewins)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (sub-record-check,out,7)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [out@sub-record-check:7] Gosub(“PJSIP/903005-00000200”, “recordcheck,1(dontcare,out,6093651326)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [recordcheck@sub-record-check:1] NoOp(“PJSIP/903005-00000200”, “Starting recording check against dontcare”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [recordcheck@sub-record-check:2] Goto(“PJSIP/903005-00000200”, “dontcare”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (sub-record-check,recordcheck,3)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [recordcheck@sub-record-check:3] Return(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [out@sub-record-check:8] Return(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:3] ExecIf(“PJSIP/903005-00000200”, “0 ?Set(CDR(accountcode)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:4] Set(“PJSIP/903005-00000200”, “MOHCLASS=default”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:5] ExecIf(“PJSIP/903005-00000200”, “1?Set(TRUNKCIDOVERRIDE=6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:6] Set(“PJSIP/903005-00000200”, “_NODEST=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:7] Macro(“PJSIP/903005-00000200”, “dialout-trunk,1,6093651326,off”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:1] Set(“PJSIP/903005-00000200”, “DIAL_TRUNK=1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:2] UserEvent(“PJSIP/903005-00000200”, “zulu-outbound-call,from:3005,to:6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:3] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_OPTIONS=Hhtr)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:4] GosubIf(“PJSIP/903005-00000200”, “0?sub-pincheck,s,1()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:5] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(num)=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:6] GotoIf(“PJSIP/903005-00000200”, “0?disabletrunk,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:7] Set(“PJSIP/903005-00000200”, “DIAL_NUMBER=6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:8] Set(“PJSIP/903005-00000200”, “DIAL_TRUNK_OPTIONS=HhTtr”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:9] Set(“PJSIP/903005-00000200”, “OUTBOUND_GROUP=OUT_1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:10] Set(“PJSIP/903005-00000200”, “DIAL_TRUNK_OPTIONS=T”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:11] GotoIf(“PJSIP/903005-00000200”, “1?nomax”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,s,13)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:13] GotoIf(“PJSIP/903005-00000200”, “0?skipoutcid”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:14] Macro(“PJSIP/903005-00000200”, “outbound-callerid,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:1] NoOp(“PJSIP/903005-00000200”, “903005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:2] NoOp(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:3] NoOp(“PJSIP/903005-00000200”, “off”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:4] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(name-pres)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:5] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(num-pres)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:6] Set(“PJSIP/903005-00000200”, “HOTDESCKCHAN=903005-00000200”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:7] Set(“PJSIP/903005-00000200”, “HOTDESKEXTEN=903005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:8] Set(“PJSIP/903005-00000200”, “HOTDESKCALL=0”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:9] ExecIf(“PJSIP/903005-00000200”, “0?Set(HOTDESKCALL=1)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:10] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(name)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:11] Set(“PJSIP/903005-00000200”, “ALLOWTHISROUTE=NO”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:12] ExecIf(“PJSIP/903005-00000200”, “0?Set(ALLOWTHISROUTE=YES)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:13] ExecIf(“PJSIP/903005-00000200”, “0?Hangup()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:14] ExecIf(“PJSIP/903005-00000200”, “0?Set(REALCALLERIDNUM=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:15] ExecIf(“PJSIP/903005-00000200”, “0?Set(AMPUSER=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:16] GotoIf(“PJSIP/903005-00000200”, “1?normcid”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-outbound-callerid,s,20)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:20] Set(“PJSIP/903005-00000200”, “USEROUTCID=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:21] Set(“PJSIP/903005-00000200”, “EMERGENCYCID=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:22] ExecIf(“PJSIP/903005-00000200”, “0?Set(EMERGENCYCID=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:23] Set(“PJSIP/903005-00000200”, “TRUNKOUTCID=6095369186”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:24] GotoIf(“PJSIP/903005-00000200”, “1?trunkcid”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-outbound-callerid,s,30)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:30] ExecIf(“PJSIP/903005-00000200”, “1?Set(CALLERID(all)=6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:31] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(all)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:32] ExecIf(“PJSIP/903005-00000200”, “1?Set(CALLERID(all)=6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:33] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(all)=903005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:34] Set(“PJSIP/903005-00000200”, “TIOHIDE=no”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:35] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(name-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:36] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(num-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:37] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(name-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:38] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(num-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:39] Set(“PJSIP/903005-00000200”, “CDR(outbound_cnum)=6095369186”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:40] Set(“PJSIP/903005-00000200”, “CDR(outbound_cnam)=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:15] GosubIf(“PJSIP/903005-00000200”, “1?sub-flp-1,s,1()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-flp-1:1] ExecIf(“PJSIP/903005-00000200”, “0?Return()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-flp-1:2] ExecIf(“PJSIP/903005-00000200”, “1?Return()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:16] Set(“PJSIP/903005-00000200”, “OUTNUM=6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:17] Set(“PJSIP/903005-00000200”, “custom=SIP/fpbx-1-L4CvKMWGAnir”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:18] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default)T)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:19] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_TRUNK_OPTIONS=TM(confirm))”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:20] Macro(“PJSIP/903005-00000200”, “dialout-trunk-predial-hook,”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:21] GotoIf(“PJSIP/903005-00000200”, “0?skipcrm”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:22] Set(“PJSIP/903005-00000200”, “__CRM_DIRECTION=OUTBOUND”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:23] Set(“PJSIP/903005-00000200”, “__CRM_DESTINATION=6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:24] Set(“PJSIP/903005-00000200”, “__CRM_SOURCE=3005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:25] AGI(“PJSIP/903005-00000200”, “agi://127.0.0.1/sangomacrm.agi”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] res_agi.c: <PJSIP/903005-00000200>AGI Script agi://127.0.0.1/sangomacrm.agi completed, returning 0
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:26] Set(“PJSIP/903005-00000200”, “CHANNEL(hangup_handler_push)=crm-hangup,s,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:27] NoOp(“PJSIP/903005-00000200”, “CRM Finished”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:28] GotoIf(“PJSIP/903005-00000200”, “0?bypass,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:29] ExecIf(“PJSIP/903005-00000200”, “1?Set(CONNECTEDLINE(num,i)=6093651326)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:30] ExecIf(“PJSIP/903005-00000200”, “1?Set(CONNECTEDLINE(name,i)=CID:6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:31] ExecIf(“PJSIP/903005-00000200”, “0?Set(CONNECTEDLINE(name,i)=CID:(Hidden)6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:32] GotoIf(“PJSIP/903005-00000200”, “0?customtrunk”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:33] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_TRUNK_OPTIONS=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:34] Dial(“PJSIP/903005-00000200”, “SIP/fpbx-1-L4CvKMWGAnir/6093651326,300,Tb(func-apply-sipheaders^s^1,(1))”) in new stack
[2020-02-21 19:36:51] WARNING[603][C-00000201] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] app_dial.c: Everyone is busy/congested at this time (1:0/0/1)

[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:35] NoOp(“PJSIP/903005-00000200”, “Dial failed for some reason with DIALSTATUS = CHANUNAVAIL and HANGUPCAUSE = 20”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:36] GotoIf(“PJSIP/903005-00000200”, “0?continue,1:s-CHANUNAVAIL,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,s-CHANUNAVAIL,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s-CHANUNAVAIL@macro-dialout-trunk:1] Set(“PJSIP/903005-00000200”, “RC=20”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s-CHANUNAVAIL@macro-dialout-trunk:2] Goto(“PJSIP/903005-00000200”, “20,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,20,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [20@macro-dialout-trunk:1] Goto(“PJSIP/903005-00000200”, “continue,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,continue,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [continue@macro-dialout-trunk:1] NoOp(“PJSIP/903005-00000200”, “TRUNK Dial failed due to CHANUNAVAIL HANGUPCAUSE: 20 - failing through to other trunks”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [continue@macro-dialout-trunk:2] ExecIf(“PJSIP/903005-00000200”, “1?Set(CALLERID(number)=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:8] Macro(“PJSIP/903005-00000200”, “dialout-trunk,2,6093651326,off”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:1] Set(“PJSIP/903005-00000200”, “DIAL_TRUNK=2”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:2] UserEvent(“PJSIP/903005-00000200”, “zulu-outbound-call,from:3005,to:6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:3] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_OPTIONS=Hhtr)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:4] GosubIf(“PJSIP/903005-00000200”, “0?sub-pincheck,s,1()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:5] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(num)=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:6] GotoIf(“PJSIP/903005-00000200”, “0?disabletrunk,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:7] Set(“PJSIP/903005-00000200”, “DIAL_NUMBER=6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:8] Set(“PJSIP/903005-00000200”, “DIAL_TRUNK_OPTIONS=HhTtr”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:9] Set(“PJSIP/903005-00000200”, “OUTBOUND_GROUP=OUT_2”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:10] Set(“PJSIP/903005-00000200”, “DIAL_TRUNK_OPTIONS=T”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:11] GotoIf(“PJSIP/903005-00000200”, “1?nomax”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,s,13)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:13] GotoIf(“PJSIP/903005-00000200”, “0?skipoutcid”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:14] Macro(“PJSIP/903005-00000200”, “outbound-callerid,2”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:1] NoOp(“PJSIP/903005-00000200”, “903005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:2] NoOp(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:3] NoOp(“PJSIP/903005-00000200”, “off”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:4] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(name-pres)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:5] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(num-pres)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:6] Set(“PJSIP/903005-00000200”, “HOTDESCKCHAN=903005-00000200”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:7] Set(“PJSIP/903005-00000200”, “HOTDESKEXTEN=903005”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:8] Set(“PJSIP/903005-00000200”, “HOTDESKCALL=0”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:9] ExecIf(“PJSIP/903005-00000200”, “0?Set(HOTDESKCALL=1)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:10] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(name)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:11] Set(“PJSIP/903005-00000200”, “ALLOWTHISROUTE=NO”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:12] ExecIf(“PJSIP/903005-00000200”, “0?Set(ALLOWTHISROUTE=YES)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:13] ExecIf(“PJSIP/903005-00000200”, “0?Hangup()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:14] ExecIf(“PJSIP/903005-00000200”, “0?Set(REALCALLERIDNUM=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:15] ExecIf(“PJSIP/903005-00000200”, “0?Set(AMPUSER=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:16] GotoIf(“PJSIP/903005-00000200”, “1?normcid”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-outbound-callerid,s,20)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:20] Set(“PJSIP/903005-00000200”, “USEROUTCID=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:21] Set(“PJSIP/903005-00000200”, “EMERGENCYCID=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:22] ExecIf(“PJSIP/903005-00000200”, “0?Set(EMERGENCYCID=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:23] Set(“PJSIP/903005-00000200”, “TRUNKOUTCID=6095369186”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:24] GotoIf(“PJSIP/903005-00000200”, “1?trunkcid”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-outbound-callerid,s,30)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:30] ExecIf(“PJSIP/903005-00000200”, “1?Set(CALLERID(all)=6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:31] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(all)=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:32] ExecIf(“PJSIP/903005-00000200”, “1?Set(CALLERID(all)=6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:33] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERID(all)=903005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:34] Set(“PJSIP/903005-00000200”, “TIOHIDE=no”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:35] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(name-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:36] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(num-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:37] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(name-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:38] ExecIf(“PJSIP/903005-00000200”, “0?Set(CALLERPRES(num-pres)=prohib_passed_screen)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:39] Set(“PJSIP/903005-00000200”, “CDR(outbound_cnum)=6095369186”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outbound-callerid:40] Set(“PJSIP/903005-00000200”, “CDR(outbound_cnam)=”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:15] GosubIf(“PJSIP/903005-00000200”, “1?sub-flp-2,s,1()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-flp-2:1] ExecIf(“PJSIP/903005-00000200”, “0?Return()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@sub-flp-2:2] ExecIf(“PJSIP/903005-00000200”, “1?Return()”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:16] Set(“PJSIP/903005-00000200”, “OUTNUM=6093651326”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:17] Set(“PJSIP/903005-00000200”, “custom=SIP/fpbx-2-L4CvKMWGAnir”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:18] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default)T)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:19] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_TRUNK_OPTIONS=TM(confirm))”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:20] Macro(“PJSIP/903005-00000200”, “dialout-trunk-predial-hook,”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:21] GotoIf(“PJSIP/903005-00000200”, “1?skipcrm”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,s,27)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:27] NoOp(“PJSIP/903005-00000200”, “CRM Finished”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:28] GotoIf(“PJSIP/903005-00000200”, “0?bypass,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:29] ExecIf(“PJSIP/903005-00000200”, “1?Set(CONNECTEDLINE(num,i)=6093651326)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:30] ExecIf(“PJSIP/903005-00000200”, “1?Set(CONNECTEDLINE(name,i)=CID:6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:31] ExecIf(“PJSIP/903005-00000200”, “0?Set(CONNECTEDLINE(name,i)=CID:(Hidden)6095369186)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:32] GotoIf(“PJSIP/903005-00000200”, “0?customtrunk”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:33] ExecIf(“PJSIP/903005-00000200”, “0?Set(DIAL_TRUNK_OPTIONS=)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:34] Dial(“PJSIP/903005-00000200”, “SIP/fpbx-2-L4CvKMWGAnir/6093651326,300,Tb(func-apply-sipheaders^s^1,(2))”) in new stack
[2020-02-21 19:36:51] WARNING[603][C-00000201] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] app_dial.c: Everyone is busy/congested at this time (1:0/0/1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:35] NoOp(“PJSIP/903005-00000200”, “Dial failed for some reason with DIALSTATUS = CHANUNAVAIL and HANGUPCAUSE = 20”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:36] GotoIf(“PJSIP/903005-00000200”, “0?continue,1:s-CHANUNAVAIL,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,s-CHANUNAVAIL,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s-CHANUNAVAIL@macro-dialout-trunk:1] Set(“PJSIP/903005-00000200”, “RC=20”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s-CHANUNAVAIL@macro-dialout-trunk:2] Goto(“PJSIP/903005-00000200”, “20,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,20,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [20@macro-dialout-trunk:1] Goto(“PJSIP/903005-00000200”, “continue,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-dialout-trunk,continue,1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [continue@macro-dialout-trunk:1] NoOp(“PJSIP/903005-00000200”, “TRUNK Dial failed due to CHANUNAVAIL HANGUPCAUSE: 20 - failing through to other trunks”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [continue@macro-dialout-trunk:2] ExecIf(“PJSIP/903005-00000200”, “1?Set(CALLERID(number)=3005)”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [6093651326@from-internal:9] Macro(“PJSIP/903005-00000200”, “outisbusy,”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outisbusy:1] Progress(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outisbusy:2] GotoIf(“PJSIP/903005-00000200”, “0?emergency,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outisbusy:3] GotoIf(“PJSIP/903005-00000200”, “0?intracompany,1”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outisbusy:4] Playback(“PJSIP/903005-00000200”, “all-circuits-busy-now&please-try-call-later, noanswer”) in new stack
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] file.c: <PJSIP/903005-00000200> Playing ‘all-circuits-busy-now.ulaw’ (language ‘en’)
[2020-02-21 19:36:53] VERBOSE[603][C-00000201] file.c: <PJSIP/903005-00000200> Playing ‘please-try-call-later.ulaw’ (language ‘en’)
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-outisbusy:5] Congestion(“PJSIP/903005-00000200”, “20”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_macro.c: Spawn extension (macro-outisbusy, s, 5) exited non-zero on ‘PJSIP/903005-00000200’ in macro ‘outisbusy’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Spawn extension (from-internal, 6093651326, 9) exited non-zero on ‘PJSIP/903005-00000200’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [h@from-internal:1] Macro(“PJSIP/903005-00000200”, “hangupcall”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:1] GotoIf(“PJSIP/903005-00000200”, “1?theend”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:3] ExecIf(“PJSIP/903005-00000200”, “0?Set(CDR(recordingfile)=)”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:4] NoOp(“PJSIP/903005-00000200”, " montior file= ") in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:5] GotoIf(“PJSIP/903005-00000200”, “1?skipagi”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx_builtins.c: Goto (macro-hangupcall,s,7)
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-hangupcall:7] Hangup(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_macro.c: Spawn extension (macro-hangupcall, s, 7) exited non-zero on ‘PJSIP/903005-00000200’ in macro ‘hangupcall’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘PJSIP/903005-00000200’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_stack.c: PJSIP/903005-00000200 Internal Gosub(crm-hangup,s,1) start
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:1] NoOp(“PJSIP/903005-00000200”, “Sending Hangup to CRM”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:2] NoOp(“PJSIP/903005-00000200”, “HANGUP CAUSE: 34”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:3] ExecIf(“PJSIP/903005-00000200”, “0?Set(__CRM_VOICEMAIL=)”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:4] NoOp(“PJSIP/903005-00000200”, “MASTER CHANNEL: 1582313811.667 = 1582313811.667”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:5] GotoIf(“PJSIP/903005-00000200”, “0?return”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:6] Set(“PJSIP/903005-00000200”, “__CRM_HANGUP=1”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:7] AGI(“PJSIP/903005-00000200”, “agi://127.0.0.1/sangomacrm.agi”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] res_agi.c: <PJSIP/903005-00000200>AGI Script agi://127.0.0.1/sangomacrm.agi completed, returning 0
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] pbx.c: Executing [s@crm-hangup:8] Return(“PJSIP/903005-00000200”, “”) in new stack
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_stack.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘PJSIP/903005-00000200’
[2020-02-21 19:36:55] VERBOSE[603][C-00000201] app_stack.c: PJSIP/903005-00000200 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=

No. you were given a link on how to get this information in the second post.

1 Like

These lines look “interesting”…

    [2020-02-21 19:36:51] WARNING[603][C-00000201] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] app_dial.c: Everyone is busy/congested at this time (1:0/0/1)
[2020-02-21 19:36:51] VERBOSE[603][C-00000201] pbx.c: Executing [s@macro-dialout-trunk:35] NoOp(“PJSIP/903005-00000200”, “Dial failed for some reason with DIALSTATUS = CHANUNAVAIL and HANGUPCAUSE = 20”) in new stack

Solved. An update to my router’s firmware… The DMZ was not working properly.

Thank you all for your help!

Should not be in a DMZ anyway

1 Like

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