Sip Phone Registration from External

Hello Guys,

I am using GroundWire as my sip device eon android. I have 2 Profiles one for wifi and one for external\Cell Phone Data. the wifi internet network registers and works with no issue, the external one register, I am able to make a call and it connects but I get no audio and it disconects after 3-4 seconds. Any Ideas?

If pjsip extension, make sure RTP Symmetric, Rewrite Contact and Force Rport are Yes. For chan_sip, nat=yes.

Also, make sure that the RTP port range is forwarded in your router and that it’s not rewriting source port numbers.

And, make sure that your External Address and Local networks are set correctly in Asterisk SIP Settings.

If you still have trouble, please report:

On an outgoing call, does the remote party get audio? What happens on incoming?

Post a SIP trace of a failing call. At the Asterisk command prompt, type
pjsip set logger on
or
sip set debug on
as appropriate for your extension.

Also, I use Groundwire and it doesn’t seem to have “profiles”. How do you set them, or do you mean two accounts? If the latter, are you sure it’s using the correct one?

Hello Stewart1, this is an issue I started troubleshooting sometime last year and go pre-occupied and was not able to purse further, now I have more time. To answer your questions when I call from internal phone to internal it works, when I call from internal to external phone that is registed “using GroundWire it fails” I am using Chan_SIp and have nat enabled, I have the ports open. if I call a did number the call routs and connects and I can talk, it only appears to be failing with the device that is sip register external. I will enable to debug suggested and provide logs

below test call

Device shows as register

[2020-01-29 17:49:16] VERBOSE[2230] chan_sip.c: Registered SIP ‘6001’ at 172.58.21.216:55800
[2020-01-29 17:49:16] NOTICE[2230] chan_sip.c: Received SIP subscribe for peer without mailbox: 6001

Test call calling from groundwire ext 6001 to ext 6000 (this is not the example I describe but external to internal is also failing) I will also provide a log caputre of sip register on external calling to a cell phone

[2020-01-29 17:50:43] VERBOSE[2230][C-0000010e] netsock2.c: Using SIP RTP TOS bits 184
[2020-01-29 17:50:43] VERBOSE[2230][C-0000010e] netsock2.c: Using SIP RTP CoS mark 5
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [6000@from-internal:1] GotoIf(“SIP/6001-00000051”, “1?ext-local,6000,1:followme-check,6000,1”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (ext-local,6000,1)
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [6000@ext-local:1] Set(“SIP/6001-00000051”, “__RINGTIMER=15”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [6000@ext-local:2] Macro(“SIP/6001-00000051”, “exten-vm,novm,6000,0,0,0”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:1] Macro(“SIP/6001-00000051”, “user-callerid,”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:1] Set(“SIP/6001-00000051”, “TOUCH_MONITOR=1580345443.81”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:2] Set(“SIP/6001-00000051”, “AMPUSER=6001”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:3] GotoIf(“SIP/6001-00000051”, “0?report”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:4] ExecIf(“SIP/6001-00000051”, “1?Set(REALCALLERIDNUM=6001)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:5] Set(“SIP/6001-00000051”, “AMPUSER=6001”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:6] GotoIf(“SIP/6001-00000051”, “0?limit”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:7] Set(“SIP/6001-00000051”, “AMPUSERCIDNAME=Allyson External”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:8] ExecIf(“SIP/6001-00000051”, “0?Set(__CIDMASQUERADING=TRUE)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:9] GotoIf(“SIP/6001-00000051”, “0?report”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:10] Set(“SIP/6001-00000051”, “AMPUSERCID=6001”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:11] Set(“SIP/6001-00000051”, “__DIAL_OPTIONS=Ttr”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:12] Set(“SIP/6001-00000051”, “CALLERID(all)=“Allyson External” <6001>”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:13] ExecIf(“SIP/6001-00000051”, “0?Set(CALLERID(all)=6000)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:14] GotoIf(“SIP/6001-00000051”, “0?limit”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:15] ExecIf(“SIP/6001-00000051”, “0?Set(GROUP(concurrency_limit)=6001)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:16] ExecIf(“SIP/6001-00000051”, “0?Set(CHANNEL(language)=)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:17] NoOp(“SIP/6001-00000051”, “Macro Depth is 2”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:18] GotoIf(“SIP/6001-00000051”, “1?report2:macroerror”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-user-callerid,s,19)
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:19] GotoIf(“SIP/6001-00000051”, “0?continue”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:20] ExecIf(“SIP/6001-00000051”, “1?Set(__CALLEE_ACCOUNCODE=)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:21] Set(“SIP/6001-00000051”, “__TTL=64”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:22] GotoIf(“SIP/6001-00000051”, “1?continue”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-user-callerid,s,38)
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:38] Set(“SIP/6001-00000051”, “CALLERID(number)=6001”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:39] Set(“SIP/6001-00000051”, “CALLERID(name)=Allyson External”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:40] GotoIf(“SIP/6001-00000051”, “0?cnum”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:41] Set(“SIP/6001-00000051”, “CDR(cnam)=Allyson External”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:42] Set(“SIP/6001-00000051”, “CDR(cnum)=6001”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-user-callerid:43] Set(“SIP/6001-00000051”, “CHANNEL(language)=en”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:2] Set(“SIP/6001-00000051”, “RingGroupMethod=none”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:3] Set(“SIP/6001-00000051”, “__EXTTOCALL=6000”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:4] Set(“SIP/6001-00000051”, “__PICKUPMARK=6000”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:5] Set(“SIP/6001-00000051”, “RT=”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:6] ExecIf(“SIP/6001-00000051”, “0?Macro(vm,novm,DIRECTDIAL,)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:7] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:8] ExecIf(“SIP/6001-00000051”, “0?Gosub(ext-intercom,*806000,1())”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:9] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:10] ExecIf(“SIP/6001-00000051”, “0?ChanSpy(SIP/6000,q)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:11] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:12] ExecIf(“SIP/6001-00000051”, “0?Macro(vm,novm,DIRECTDIAL,)”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:13] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:14] ExecIf(“SIP/6001-00000051”, “0?Gosub(ext-intercom,*806000,1())”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:15] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:16] ExecIf(“SIP/6001-00000051”, “0?ChanSpy(SIP/6000,q)”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:17] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:43] ERROR[18621][C-0000010e] pbx_functions.c: Function PJSIP_HEADER not registered
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:18] Gosub(“SIP/6001-00000051”, “sub-record-check,s,1(exten,6000,dontcare)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:1] GotoIf(“SIP/6001-00000051”, “0?initialized”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:2] Set(“SIP/6001-00000051”, “__REC_STATUS=INITIALIZED”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:3] Set(“SIP/6001-00000051”, “NOW=1580345443”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:4] Set(“SIP/6001-00000051”, “__DAY=29”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:5] Set(“SIP/6001-00000051”, “__MONTH=01”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:6] Set(“SIP/6001-00000051”, “__YEAR=2020”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:7] Set(“SIP/6001-00000051”, “__TIMESTR=20200129-175043”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:8] Set(“SIP/6001-00000051”, “__FROMEXTEN=6001”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:9] Set(“SIP/6001-00000051”, “__MON_FMT=wav”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:10] NoOp(“SIP/6001-00000051”, “Recordings initialized”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:11] ExecIf(“SIP/6001-00000051”, “0?Set(ARG3=dontcare)”) in new stack
[2020-01-29 17:50:43] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:12] Set(“SIP/6001-00000051”, “REC_POLICY_MODE_SAVE=”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:13] ExecIf(“SIP/6001-00000051”, “0?Set(REC_STATUS=NO)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:14] GotoIf(“SIP/6001-00000051”, “5?checkaction”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (sub-record-check,s,17)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-record-check:17] GotoIf(“SIP/6001-00000051”, “1?sub-record-check,exten,1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (sub-record-check,exten,1)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:1] NoOp(“SIP/6001-00000051”, “Exten Recording Check between 6001 and 6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:2] Set(“SIP/6001-00000051”, “CALLTYPE=internal”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:3] ExecIf(“SIP/6001-00000051”, “0?Set(CALLTYPE=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:4] Set(“SIP/6001-00000051”, “CALLEE=dontcare”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:5] ExecIf(“SIP/6001-00000051”, “0?Set(CALLEE=dontcare)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:6] GotoIf(“SIP/6001-00000051”, “0?callee”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:7] GotoIf(“SIP/6001-00000051”, “1?caller”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (sub-record-check,exten,13)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:13] Set(“SIP/6001-00000051”, “RECMODE=dontcare”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:14] ExecIf(“SIP/6001-00000051”, “0?Set(RECMODE=dontcare)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:15] ExecIf(“SIP/6001-00000051”, “1?Set(RECMODE=dontcare)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:16] Gosub(“SIP/6001-00000051”, “recordcheck,1(dontcare,internal,6000)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [recordcheck@sub-record-check:1] NoOp(“SIP/6001-00000051”, “Starting recording check against dontcare”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [recordcheck@sub-record-check:2] Goto(“SIP/6001-00000051”, “dontcare”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (sub-record-check,recordcheck,3)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [recordcheck@sub-record-check:3] Return(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [exten@sub-record-check:17] Return(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:19] GotoIf(“SIP/6001-00000051”, “1?macrodial”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-exten-vm,s,25)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:25] GosubIf(“SIP/6001-00000051”, “0?clrheader,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:26] Macro(“SIP/6001-00000051”, “dial-one,Ttr,6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:1] Set(“SIP/6001-00000051”, “DEXTEN=6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:2] Set(“SIP/6001-00000051”, “__CRM_SOURCE=6001”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:3] ExecIf(“SIP/6001-00000051”, “0?Set(__EXTTOCALL=6000)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:4] Set(“SIP/6001-00000051”, “DIALSTATUS_CW=”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:5] GosubIf(“SIP/6001-00000051”, “0?screen,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:6] GosubIf(“SIP/6001-00000051”, “0?cf,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:7] GotoIf(“SIP/6001-00000051”, “1?skip1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-dial-one,s,10)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:10] GotoIf(“SIP/6001-00000051”, “0?nodial”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:11] GotoIf(“SIP/6001-00000051”, “0?continue”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:12] Set(“SIP/6001-00000051”, “EXTHASCW=ENABLED”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:13] GotoIf(“SIP/6001-00000051”, “0?next1:cwinusebusy”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-dial-one,s,25)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:25] GotoIf(“SIP/6001-00000051”, “0?next3:continue”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-dial-one,s,27)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:27] GotoIf(“SIP/6001-00000051”, “0?nodial”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:28] GosubIf(“SIP/6001-00000051”, “1?dstring,1():dlocal,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:1] Set(“SIP/6001-00000051”, “DSTRING=”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:2] Set(“SIP/6001-00000051”, “DEVICES=6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:3] ExecIf(“SIP/6001-00000051”, “0?Return()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:4] ExecIf(“SIP/6001-00000051”, “0?Set(DEVICES=000)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:5] Set(“SIP/6001-00000051”, “LOOPCNT=1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:6] Set(“SIP/6001-00000051”, “ITER=1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:7] Set(“SIP/6001-00000051”, “THISDIAL=SIP/6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:8] GosubIf(“SIP/6001-00000051”, “1?zap2dahdi,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:1] ExecIf(“SIP/6001-00000051”, “0?Return()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:2] Set(“SIP/6001-00000051”, “NEWDIAL=”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:3] Set(“SIP/6001-00000051”, “LOOPCNT2=1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:4] Set(“SIP/6001-00000051”, “ITER2=1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:5] Set(“SIP/6001-00000051”, “THISPART2=SIP/6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:6] ExecIf(“SIP/6001-00000051”, “0?Set(THISPART2=DAHDI/6000)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:7] Set(“SIP/6001-00000051”, “NEWDIAL=SIP/6000&”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:8] Set(“SIP/6001-00000051”, “ITER2=2”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:9] GotoIf(“SIP/6001-00000051”, “0?begin2”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:10] Set(“SIP/6001-00000051”, “THISDIAL=SIP/6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [zap2dahdi@macro-dial-one:11] Return(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:9] GotoIf(“SIP/6001-00000051”, “1?docheck”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-dial-one,dstring,15)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:15] GotoIf(“SIP/6001-00000051”, “0?skipset”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:16] Set(“SIP/6001-00000051”, “DSTRING=SIP/6000&”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:17] Set(“SIP/6001-00000051”, “ITER=2”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:18] GotoIf(“SIP/6001-00000051”, “0?begin”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:19] ExecIf(“SIP/6001-00000051”, “0?Return()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:20] Set(“SIP/6001-00000051”, “DSTRING=SIP/6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [dstring@macro-dial-one:21] Return(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:29] GotoIf(“SIP/6001-00000051”, “0?nodial”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:30] GotoIf(“SIP/6001-00000051”, “0?skiptrace”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:31] GosubIf(“SIP/6001-00000051”, “1?ctset,1():ctclear,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [ctset@macro-dial-one:1] Set(“SIP/6001-00000051”, “DB(CALLTRACE/6000)=6001”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [ctset@macro-dial-one:2] Return(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:32] Set(“SIP/6001-00000051”, “D_OPTIONS=Ttr”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:33] GosubIf(“SIP/6001-00000051”, “0?func-set-sipheader,s,1(Alert-Info,)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:34] NoOp(“SIP/6001-00000051”, "Blind Transfer: , Attended Transfer: , User: 6001, Alert Info: ") in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:35] ExecIf(“SIP/6001-00000051”, “1?Set(ALERT_INFO=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:36] ExecIf(“SIP/6001-00000051”, “0?Set(ALERT_INFO=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:37] ExecIf(“SIP/6001-00000051”, “0?Set(ALERT_INFO=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:38] ExecIf(“SIP/6001-00000051”, “0?Set(ALERT_INFO=Normal;volume=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:39] ExecIf(“SIP/6001-00000051”, “0?Set(ALERT_INFO=Normal;volume=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:40] GosubIf(“SIP/6001-00000051”, “0?func-set-sipheader,s,1(Alert-Info,)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:41] ExecIf(“SIP/6001-00000051”, “0?Set(CHANNEL(musicclass)=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:42] GosubIf(“SIP/6001-00000051”, “0?qwait,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:43] Set(“SIP/6001-00000051”, “__CWIGNORE=”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:44] Set(“SIP/6001-00000051”, “__KEEPCID=TRUE”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:45] GotoIf(“SIP/6001-00000051”, “0?usegoto,1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:46] GotoIf(“SIP/6001-00000051”, “0?godial”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:47] Gosub(“SIP/6001-00000051”, “sub-presencestate-display,s,1(6000)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@sub-presencestate-display:1] Goto(“SIP/6001-00000051”, “state-available,1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (sub-presencestate-display,state-available,1)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [state-available@sub-presencestate-display:1] Set(“SIP/6001-00000051”, “PRESENCESTATE_DISPLAY=(Available)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [state-available@sub-presencestate-display:2] Return(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:48] Set(“SIP/6001-00000051”, “CONNECTEDLINE(name,i)=Allyson Pena(Available)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:49] Set(“SIP/6001-00000051”, “CONNECTEDLINE(num)=6000”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:50] Set(“SIP/6001-00000051”, “D_OPTIONS=Ttr”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:51] Macro(“SIP/6001-00000051”, “dialout-one-predial-hook,”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dialout-one-predial-hook:1] MacroExit(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:52] ExecIf(“SIP/6001-00000051”, “0?Set(D_OPTIONS=trI)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:53] NoOp(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:54] ExecIf(“SIP/6001-00000051”, “0?Set(D_OPTIONS=Ttrg)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:55] Dial(“SIP/6001-00000051”, “SIP/6000,Ttrb(func-apply-sipheaders^s^1)”) in new stack
[2020-01-29 17:50:44] WARNING[18621][C-0000010e] app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] app_dial.c: Everyone is busy/congested at this time (1:0/0/1)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:56] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:57] ExecIf(“SIP/6001-00000051”, “0?Set(DIALSTATUS=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:58] GosubIf(“SIP/6001-00000051”, “0?s-CHANUNAVAIL,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-dial-one:59] MacroExit(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:27] Set(“SIP/6001-00000051”, “SV_DIALSTATUS=CHANUNAVAIL”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:28] GosubIf(“SIP/6001-00000051”, “0?docfu,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:29] GosubIf(“SIP/6001-00000051”, “0?docfb,1()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:30] Set(“SIP/6001-00000051”, “DIALSTATUS=CHANUNAVAIL”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:31] ExecIf(“SIP/6001-00000051”, “0?MacroExit()”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-exten-vm:32] GotoIf(“SIP/6001-00000051”, “1?s-CHANUNAVAIL,1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-exten-vm,s-CHANUNAVAIL,1)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s-CHANUNAVAIL@macro-exten-vm:1] GotoIf(“SIP/6001-00000051”, “0?exit,1”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s-CHANUNAVAIL@macro-exten-vm:2] PlayTones(“SIP/6001-00000051”, “congestion”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s-CHANUNAVAIL@macro-exten-vm:3] Congestion(“SIP/6001-00000051”, “10”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] app_macro.c: Spawn extension (macro-exten-vm, s-CHANUNAVAIL, 3) exited non-zero on ‘SIP/6001-00000051’ in macro ‘exten-vm’
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Spawn extension (ext-local, 6000, 2) exited non-zero on ‘SIP/6001-00000051’
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [h@ext-local:1] Macro(“SIP/6001-00000051”, “hangupcall,”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-hangupcall:1] GotoIf(“SIP/6001-00000051”, “1?theend”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-hangupcall:3] ExecIf(“SIP/6001-00000051”, “0?Set(CDR(recordingfile)=)”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-hangupcall:4] NoOp(“SIP/6001-00000051”, " montior file= ") in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-hangupcall:5] GotoIf(“SIP/6001-00000051”, “1?skipagi”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx_builtins.c: Goto (macro-hangupcall,s,7)
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Executing [s@macro-hangupcall:7] Hangup(“SIP/6001-00000051”, “”) in new stack
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] app_macro.c: Spawn extension (macro-hangupcall, s, 7) exited non-zero on ‘SIP/6001-00000051’ in macro ‘hangupcall’
[2020-01-29 17:50:44] VERBOSE[18621][C-0000010e] pbx.c: Spawn extension (ext-local, h, 1) exited non-zero on ‘SIP/6001-00000051’

Heres the other log call

[2020-01-29 18:06:30] VERBOSE[2230][C-00000112] netsock2.c: Using SIP RTP TOS bits 184
[2020-01-29 18:06:30] VERBOSE[2230][C-00000112] netsock2.c: Using SIP RTP CoS mark 5
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:1] Macro(“SIP/6001-00000056”, “user-callerid,LIMIT,EXTERNAL,”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:1] Set(“SIP/6001-00000056”, “TOUCH_MONITOR=1580346390.86”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:2] Set(“SIP/6001-00000056”, “AMPUSER=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:3] GotoIf(“SIP/6001-00000056”, “0?report”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:4] ExecIf(“SIP/6001-00000056”, “1?Set(REALCALLERIDNUM=6001)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:5] Set(“SIP/6001-00000056”, “AMPUSER=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:6] GotoIf(“SIP/6001-00000056”, “0?limit”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:7] Set(“SIP/6001-00000056”, “AMPUSERCIDNAME=Allyson External”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:8] ExecIf(“SIP/6001-00000056”, “0?Set(__CIDMASQUERADING=TRUE)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:9] GotoIf(“SIP/6001-00000056”, “0?report”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:10] Set(“SIP/6001-00000056”, “AMPUSERCID=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:11] Set(“SIP/6001-00000056”, “__DIAL_OPTIONS=Ttr”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:12] Set(“SIP/6001-00000056”, “CALLERID(all)=“Allyson External” <6001>”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:13] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERID(all)=EXTERNAL)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:14] GotoIf(“SIP/6001-00000056”, “0?limit”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:15] ExecIf(“SIP/6001-00000056”, “1?Set(GROUP(concurrency_limit)=6001)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:16] ExecIf(“SIP/6001-00000056”, “0?Set(CHANNEL(language)=)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:17] NoOp(“SIP/6001-00000056”, “Macro Depth is 1”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:18] GotoIf(“SIP/6001-00000056”, “1?report2:macroerror”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-user-callerid,s,19)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:19] GotoIf(“SIP/6001-00000056”, “1?continue”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-user-callerid,s,38)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:38] Set(“SIP/6001-00000056”, “CALLERID(number)=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:39] Set(“SIP/6001-00000056”, “CALLERID(name)=Allyson External”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:40] GotoIf(“SIP/6001-00000056”, “0?cnum”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:41] Set(“SIP/6001-00000056”, “CDR(cnam)=Allyson External”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:42] Set(“SIP/6001-00000056”, “CDR(cnum)=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-user-callerid:43] Set(“SIP/6001-00000056”, “CHANNEL(language)=en”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:2] Gosub(“SIP/6001-00000056”, “sub-record-check,s,1(out,6028963416,dontcare)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:1] GotoIf(“SIP/6001-00000056”, “0?initialized”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:2] Set(“SIP/6001-00000056”, “__REC_STATUS=INITIALIZED”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:3] Set(“SIP/6001-00000056”, “NOW=1580346390”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:4] Set(“SIP/6001-00000056”, “__DAY=29”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:5] Set(“SIP/6001-00000056”, “__MONTH=01”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:6] Set(“SIP/6001-00000056”, “__YEAR=2020”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:7] Set(“SIP/6001-00000056”, “__TIMESTR=20200129-180630”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:8] Set(“SIP/6001-00000056”, “__FROMEXTEN=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:9] Set(“SIP/6001-00000056”, “__MON_FMT=wav”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:10] NoOp(“SIP/6001-00000056”, “Recordings initialized”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:11] ExecIf(“SIP/6001-00000056”, “0?Set(ARG3=dontcare)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:12] Set(“SIP/6001-00000056”, “REC_POLICY_MODE_SAVE=”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:13] ExecIf(“SIP/6001-00000056”, “0?Set(REC_STATUS=NO)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:14] GotoIf(“SIP/6001-00000056”, “3?checkaction”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (sub-record-check,s,17)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@sub-record-check:17] GotoIf(“SIP/6001-00000056”, “1?sub-record-check,out,1”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (sub-record-check,out,1)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [out@sub-record-check:1] NoOp(“SIP/6001-00000056”, “Outbound Recording Check from 6001 to 6028963416”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [out@sub-record-check:2] Set(“SIP/6001-00000056”, “RECMODE=dontcare”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [out@sub-record-check:3] ExecIf(“SIP/6001-00000056”, “1?Goto(routewins)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (sub-record-check,out,7)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [out@sub-record-check:7] Gosub(“SIP/6001-00000056”, “recordcheck,1(dontcare,out,6028963416)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [recordcheck@sub-record-check:1] NoOp(“SIP/6001-00000056”, “Starting recording check against dontcare”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [recordcheck@sub-record-check:2] Goto(“SIP/6001-00000056”, “dontcare”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (sub-record-check,recordcheck,3)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [recordcheck@sub-record-check:3] Return(“SIP/6001-00000056”, “”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [out@sub-record-check:8] Return(“SIP/6001-00000056”, “”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:3] ExecIf(“SIP/6001-00000056”, “0 ?Set(CDR(accountcode)=)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:4] Set(“SIP/6001-00000056”, “MOHCLASS=default”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:5] ExecIf(“SIP/6001-00000056”, “1?Set(TRUNKCIDOVERRIDE=+16023627646)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:6] Set(“SIP/6001-00000056”, “_NODEST=”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [6028963416@from-internal:7] Macro(“SIP/6001-00000056”, “dialout-trunk,2,+16028963416,off”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:1] Set(“SIP/6001-00000056”, “DIAL_TRUNK=2”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:2] ExecIf(“SIP/6001-00000056”, “0?Set(DIAL_OPTIONS=tr)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:3] GosubIf(“SIP/6001-00000056”, “0?sub-pincheck,s,1()”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:4] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERID(num)=6001)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:5] GotoIf(“SIP/6001-00000056”, “0?disabletrunk,1”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:6] Set(“SIP/6001-00000056”, “DIAL_NUMBER=+16028963416”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:7] Set(“SIP/6001-00000056”, “DIAL_TRUNK_OPTIONS=Ttr”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:8] Set(“SIP/6001-00000056”, “OUTBOUND_GROUP=OUT_2”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:9] Set(“SIP/6001-00000056”, “DIAL_TRUNK_OPTIONS=T”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:10] GotoIf(“SIP/6001-00000056”, “1?nomax”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-dialout-trunk,s,12)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:12] GotoIf(“SIP/6001-00000056”, “0?skipoutcid”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:13] Macro(“SIP/6001-00000056”, “outbound-callerid,2”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:1] NoOp(“SIP/6001-00000056”, “6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:2] NoOp(“SIP/6001-00000056”, “”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:3] NoOp(“SIP/6001-00000056”, “all”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:4] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERPRES(name-pres)=)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:5] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERPRES(num-pres)=)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:6] ExecIf(“SIP/6001-00000056”, “0?Set(REALCALLERIDNUM=6001)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:7] ExecIf(“SIP/6001-00000056”, “0?Set(AMPUSER=6001)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:8] GotoIf(“SIP/6001-00000056”, “1?normcid”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-outbound-callerid,s,12)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:12] Set(“SIP/6001-00000056”, “USEROUTCID=”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:13] Set(“SIP/6001-00000056”, “EMERGENCYCID=”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:14] Set(“SIP/6001-00000056”, “TRUNKOUTCID=+16023627646”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:15] GotoIf(“SIP/6001-00000056”, “1?trunkcid”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-outbound-callerid,s,21)
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:21] ExecIf(“SIP/6001-00000056”, “1?Set(CALLERID(all)=+16023627646)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:22] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERID(all)=)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:23] ExecIf(“SIP/6001-00000056”, “1?Set(CALLERID(all)=+16023627646)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:24] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERID(all)=6001)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:25] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERPRES(name-pres)=prohib_passed_screen)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:26] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERPRES(num-pres)=prohib_passed_screen)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:27] ExecIf(“SIP/6001-00000056”, “0?Set(CALLERID(name)=)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:28] Set(“SIP/6001-00000056”, “CDR(outbound_cnum)=+16023627646”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-outbound-callerid:29] Set(“SIP/6001-00000056”, “CDR(outbound_cnam)=”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:14] GosubIf(“SIP/6001-00000056”, “0?sub-flp-2,s,1()”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:15] Set(“SIP/6001-00000056”, “OUTNUM=+16028963416”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:16] Set(“SIP/6001-00000056”, “custom=SIP/TwilioTrunk”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:17] ExecIf(“SIP/6001-00000056”, “0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default)T)”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:18] ExecIf(“SIP/6001-00000056”, “0?Set(DIAL_TRUNK_OPTIONS=TM(confirm))”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:19] Macro(“SIP/6001-00000056”, “dialout-trunk-predial-hook,”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit(“SIP/6001-00000056”, “”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:20] GotoIf(“SIP/6001-00000056”, “0?skipcrm”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:21] Set(“SIP/6001-00000056”, “__CRM_DIRECTION=OUTBOUND”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:22] Set(“SIP/6001-00000056”, “__CRM_DESTINATION=+16028963416”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:23] Set(“SIP/6001-00000056”, “__CRM_SOURCE=6001”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:24] AGI(“SIP/6001-00000056”, “sangomacrm.agi”) in new stack
[2020-01-29 18:06:30] VERBOSE[20542][C-00000112] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/sangomacrm.agi
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] res_agi.c: <SIP/6001-00000056>AGI Script sangomacrm.agi completed, returning 0
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:25] Set(“SIP/6001-00000056”, “CHANNEL(hangup_handler_push)=crm-hangup,s,1”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:26] NoOp(“SIP/6001-00000056”, “CRM Finished”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:27] GotoIf(“SIP/6001-00000056”, “0?bypass,1”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:28] ExecIf(“SIP/6001-00000056”, “1?Set(CONNECTEDLINE(num,i)=+16028963416)”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:29] ExecIf(“SIP/6001-00000056”, “1?Set(CONNECTEDLINE(name,i)=CID:+16023627646)”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:30] ExecIf(“SIP/6001-00000056”, “0?Set(CONNECTEDLINE(name,i)=CID:(Hidden)+16023627646)”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:31] GotoIf(“SIP/6001-00000056”, “0?customtrunk”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:32] ExecIf(“SIP/6001-00000056”, “0?Set(DIAL_TRUNK_OPTIONS=)”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-dialout-trunk:33] Dial(“SIP/6001-00000056”, “SIP/TwilioTrunk/+16028963416,300,Tb(func-apply-sipheaders^s^1,(2))”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] netsock2.c: Using SIP RTP TOS bits 184
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] netsock2.c: Using SIP RTP CoS mark 5
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] app_stack.c: SIP/TwilioTrunk-00000057 Internal Gosub(func-apply-sipheaders,s,1(2)) start
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@func-apply-sipheaders:1] ExecIf(“SIP/TwilioTrunk-00000057”, “0?Set(CHANNEL(hangup_handler_push)=crm-hangup,s,1)”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@func-apply-sipheaders:2] NoOp(“SIP/TwilioTrunk-00000057”, “Applying SIP Headers to channel SIP/TwilioTrunk-00000057”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@func-apply-sipheaders:3] Set(“SIP/TwilioTrunk-00000057”, “TECH=SIP”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@func-apply-sipheaders:4] Set(“SIP/TwilioTrunk-00000057”, “SIPHEADERKEYS=”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@func-apply-sipheaders:5] While(“SIP/TwilioTrunk-00000057”, “0”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] app_while.c: Jumping to priority 11
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] pbx.c: Executing [s@func-apply-sipheaders:12] Return(“SIP/TwilioTrunk-00000057”, “”) in new stack
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] app_stack.c: Spawn extension (from-trunk-sip-TwilioTrunk, 6028963416, 1) exited non-zero on ‘SIP/TwilioTrunk-00000057’
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] app_stack.c: SIP/TwilioTrunk-00000057 Internal Gosub(func-apply-sipheaders,s,1(2)) complete GOSUB_RETVAL=
[2020-01-29 18:06:31] VERBOSE[20542][C-00000112] app_dial.c: Called SIP/TwilioTrunk/+16028963416
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] app_macro.c: Spawn extension (macro-dialout-trunk, s, 33) exited non-zero on ‘SIP/6001-00000056’ in macro ‘dialout-trunk’
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Spawn extension (from-internal, 6028963416, 7) exited non-zero on ‘SIP/6001-00000056’
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [h@from-internal:1] Macro(“SIP/6001-00000056”, “hangupcall”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-hangupcall:1] GotoIf(“SIP/6001-00000056”, “1?theend”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-hangupcall:3] ExecIf(“SIP/6001-00000056”, “0?Set(CDR(recordingfile)=)”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-hangupcall:4] NoOp(“SIP/6001-00000056”, "SIP/TwilioTrunk-00000057 montior file= ") in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-hangupcall:5] GotoIf(“SIP/6001-00000056”, “1?skipagi”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx_builtins.c: Goto (macro-hangupcall,s,7)
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@macro-hangupcall:7] Hangup(“SIP/6001-00000056”, “”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] app_macro.c: Spawn extension (macro-hangupcall, s, 7) exited non-zero on ‘SIP/6001-00000056’ in macro ‘hangupcall’
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/6001-00000056’
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] app_stack.c: SIP/6001-00000056 Internal Gosub(crm-hangup,s,1) start
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:1] NoOp(“SIP/6001-00000056”, “Sending Hangup to CRM”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:2] NoOp(“SIP/6001-00000056”, “HANGUP CAUSE: 16”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:3] ExecIf(“SIP/6001-00000056”, “0?Set(__CRM_VOICEMAIL=)”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:4] NoOp(“SIP/6001-00000056”, “MASTER CHANNEL: 1580346390.86 = 1580346390.86”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:5] GotoIf(“SIP/6001-00000056”, “0?return”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:6] Set(“SIP/6001-00000056”, “__CRM_HANGUP=1”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:7] AGI(“SIP/6001-00000056”, “sangomacrm.agi”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/sangomacrm.agi
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] res_agi.c: <SIP/6001-00000056>AGI Script sangomacrm.agi completed, returning 0
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] pbx.c: Executing [s@crm-hangup:8] Return(“SIP/6001-00000056”, “”) in new stack
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] app_stack.c: Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/6001-00000056’
[2020-01-29 18:07:39] VERBOSE[20542][C-00000112] app_stack.c: SIP/6001-00000056 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
[2020-01-29 18:08:11] WARNING[2230] chan_sip.c: Timeout on [email protected]:9898 on non-critical invite transaction.

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