Calls drop 25 seconds after being picked up from parking lot

Hello Everyone,

I have searched for this particular issue but I don’t see any topics that mention the specific problem that we are having. We recently moved our company from an on-premise FreePBX platform to a cloud-hosted FreePBX. In the transition, we moved from Chan_SIP to PJSIP on our trunks and extensions. We also are now running FreePBX 14.0.5.2 We are using Yealink T48S with 35.83.0.50 firmware.

Calls picked up from a parking lot are dropped after 24 seconds. This happens on all extensions with inbound and outbound calls that have been parked. I can listen to the recording of the call and all of the audio is captured until the call is dropped.

When I look in the CDR reports on the calls that are dropped, I see that the call is transferred to the lot and is picked back up but then a HANGUP, CHAN_END, PARK_END, and BRIDGE_EXIT all trigger.

RPID is set to Remote=Party-ID header and Trust RPID is set to Yes.

I have tried increasing the parking timeout, RTP Timeout, and RTP Hold Timeout but none of those setting affected the number of seconds before the call was dropped.

I have tried leaving the call in the parking lot until the timer sends the call back to its destination and the call is not dropped at that point. I can talk as long as I want without losing the call.

Are there any other settings that would impact this?
Could this be related to the change to PJSIP?

Post a call log

https://wiki.freepbx.org/display/SUP/Providing+Great+Debug#ProvidingGreatDebug-AsteriskLogs

I’ve only seen something like this once, and it was a NAT issue that caused the problem.

Working from old memory: a call was put on hold and the system “reconnected” the call to the caller or receiver. The reconnection used a different “pathway” (port/address/whatever) to get the audio out through the firewall, and the result was the call dropped after about 30 seconds.

Seems to me one of the tests was to port forward your UDP ports 10000-20000 on the server’s firewall router. I could be wrong, so if that doesn’t fix it, move on to the next suggestion.

Per the link you sent, I ran tail -f /var/log/asterisk/full and this is what I got when I placed the test call, put it on park, and picked it back up:

[2018-12-17 13:05:46] VERBOSE[1265][C-0000046e] app_dial.c: PJSIP/100-00000633 is ringing
[2018-12-17 13:05:46] VERBOSE[1265][C-0000046e] app_dial.c: PJSIP/190-00000636 is ringing
[2018-12-17 13:05:46] VERBOSE[1265][C-0000046e] app_dial.c: PJSIP/101-00000634 is ringing
[2018-12-17 13:05:46] VERBOSE[1265][C-0000046e] app_dial.c: PJSIP/102-00000635 is ringing
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_dial.c: PJSIP/100-00000633 answered PJSIP/GW1_Rottweiler-00000632
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/101-00000634 Internal Gosub(crm-hangup,s,1) start
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:1] NoOp("PJSIP/101-00000634", "Sending Hangup to CRM") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:2] NoOp("PJSIP/101-00000634", "HANGUP CAUSE: 26") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:3] ExecIf("PJSIP/101-00000634", "0?Set(__CRM_VOICEMAIL=)") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/101-00000634", "MASTER CHANNEL: 1545069946.1802 = 1545069945.1800") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:5] GotoIf("PJSIP/101-00000634", "1?return") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx_builtins.c: Goto (crm-hangup,s,8)
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:8] Return("PJSIP/101-00000634", "") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: Spawn extension (from-internal, 199, 1) exited non-zero on 'PJSIP/101-00000634'
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/101-00000634 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/102-00000635 Internal Gosub(crm-hangup,s,1) start
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:1] NoOp("PJSIP/102-00000635", "Sending Hangup to CRM") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:2] NoOp("PJSIP/102-00000635", "HANGUP CAUSE: 26") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:3] ExecIf("PJSIP/102-00000635", "0?Set(__CRM_VOICEMAIL=)") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/102-00000635", "MASTER CHANNEL: 1545069946.1803 = 1545069945.1800") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:5] GotoIf("PJSIP/102-00000635", "1?return") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx_builtins.c: Goto (crm-hangup,s,8)
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:8] Return("PJSIP/102-00000635", "") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: Spawn extension (from-internal, 199, 1) exited non-zero on 'PJSIP/102-00000635'
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/102-00000635 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/190-00000636 Internal Gosub(crm-hangup,s,1) start
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:1] NoOp("PJSIP/190-00000636", "Sending Hangup to CRM") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:2] NoOp("PJSIP/190-00000636", "HANGUP CAUSE: 26") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:3] ExecIf("PJSIP/190-00000636", "0?Set(__CRM_VOICEMAIL=)") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/190-00000636", "MASTER CHANNEL: 1545069946.1804 = 1545069945.1800") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:5] GotoIf("PJSIP/190-00000636", "1?return") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx_builtins.c: Goto (crm-hangup,s,8)
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:8] Return("PJSIP/190-00000636", "") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: Spawn extension (from-internal, 199, 1) exited non-zero on 'PJSIP/190-00000636'
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/190-00000636 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:1] Set("PJSIP/100-00000633", "__MACRO_RESULT=") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:2] Set("PJSIP/100-00000633", "CFIGNORE=") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:3] Set("PJSIP/100-00000633", "MASTER_CHANNEL(CFIGNORE)=") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:4] Set("PJSIP/100-00000633", "FORWARD_CONTEXT=from-internal") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:5] Set("PJSIP/100-00000633", "MASTER_CHANNEL(FORWARD_CONTEXT)=from-internal") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:6] Macro("PJSIP/100-00000633", "blkvm-clr,") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-blkvm-clr:1] Set("PJSIP/100-00000633", "SHARED(BLKVM,PJSIP/GW1_Rottweiler-00000632)=") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-blkvm-clr:2] Set("PJSIP/100-00000633", "GOSUB_RETVAL=") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-blkvm-clr:3] MacroExit("PJSIP/100-00000633", "") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:7] ExecIf("PJSIP/100-00000633", "0?Set(MASTER_CHANNEL(CONNECTEDLINE(num))=100/sip:[email protected]:1027)") in new stack
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-auto-blkvm:8] ExecIf("PJSIP/100-00000633", "0?Set(MASTER_CHANNEL(CONNECTEDLINE(name))=)") in new stack
[2018-12-17 13:05:48] VERBOSE[1276][C-0000046e] bridge_channel.c: Channel PJSIP/100-00000633 joined 'simple_bridge' basic-bridge <c98250e0-03ce-44c4-9342-010cfeff3ff1>
[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] bridge_channel.c: Channel PJSIP/GW1_Rottweiler-00000632 joined 'simple_bridge' basic-bridge <c98250e0-03ce-44c4-9342-010cfeff3ff1>
[2018-12-17 13:05:50] VERBOSE[1265][C-0000046e] bridge_channel.c: Channel PJSIP/GW1_Rottweiler-00000632 left 'simple_bridge' basic-bridge <c98250e0-03ce-44c4-9342-010cfeff3ff1>
[2018-12-17 13:05:50] VERBOSE[1265][C-0000046e] parking/parking_bridge.c: Parking 'PJSIP/GW1_Rottweiler-00000632' in 'default' at space 71
[2018-12-17 13:05:50] VERBOSE[1265][C-0000046e] bridge_channel.c: Channel PJSIP/GW1_Rottweiler-00000632 joined 'holding_bridge' parking-bridge <68eecb82-49f8-45ef-a93b-cb884bb37bdb>
[2018-12-17 13:05:50] VERBOSE[1265][C-0000046e] res_musiconhold.c: Started music on hold, class 'holiday', on channel 'PJSIP/GW1_Rottweiler-00000632'
[2018-12-17 13:05:50] VERBOSE[1276][C-0000046e] file.c: <PJSIP/100-00000633> Playing 'digits/7.ulaw' (language 'en')
[2018-12-17 13:05:51] VERBOSE[1276][C-0000046e] file.c: <PJSIP/100-00000633> Playing 'digits/1.ulaw' (language 'en')
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] bridge_channel.c: Channel PJSIP/100-00000633 left 'simple_bridge' basic-bridge <c98250e0-03ce-44c4-9342-010cfeff3ff1>
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] app_stack.c: PJSIP/100-00000633 Internal Gosub(crm-hangup,s,1) start
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:1] NoOp("PJSIP/100-00000633", "Sending Hangup to CRM") in new stack
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:2] NoOp("PJSIP/100-00000633", "HANGUP CAUSE: 16") in new stack
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:3] ExecIf("PJSIP/100-00000633", "0?Set(__CRM_VOICEMAIL=)") in new stack
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/100-00000633", "MASTER CHANNEL: 1545069946.1801 = 1545069945.1800") in new stack
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:5] GotoIf("PJSIP/100-00000633", "1?return") in new stack
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx_builtins.c: Goto (crm-hangup,s,8)
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:8] Return("PJSIP/100-00000633", "") in new stack
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] app_stack.c: Spawn extension (macro-dial, s, 1) exited non-zero on 'PJSIP/100-00000633'
[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] app_stack.c: PJSIP/100-00000633 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
[2018-12-17 13:06:00] VERBOSE[8262] pbx_variables.c: Setting global variable 'SIPDOMAIN' to '162.221.93.38'
[2018-12-17 13:06:00] VERBOSE[8262] netsock2.c: Using SIP RTP Audio TOS bits 184
[2018-12-17 13:06:00] VERBOSE[8262] netsock2.c: Using SIP RTP Audio TOS bits 184 in TCLASS field.
[2018-12-17 13:06:00] VERBOSE[8262] netsock2.c: Using SIP RTP Audio CoS mark 5
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [71@from-internal:1] Macro("PJSIP/100-00000637", "parked-call,71,default") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:1] Macro("PJSIP/100-00000637", "user-callerid,") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:1] Set("PJSIP/100-00000637", "TOUCH_MONITOR=1545069960.1805") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:2] Set("PJSIP/100-00000637", "AMPUSER=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:3] GotoIf("PJSIP/100-00000637", "0?report") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:4] ExecIf("PJSIP/100-00000637", "1?Set(REALCALLERIDNUM=100)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:5] Set("PJSIP/100-00000637", "AMPUSER=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:6] GotoIf("PJSIP/100-00000637", "0?limit") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:7] Set("PJSIP/100-00000637", "AMPUSERCIDNAME=Allison") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:8] ExecIf("PJSIP/100-00000637", "0?Set(__CIDMASQUERADING=TRUE)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:9] GotoIf("PJSIP/100-00000637", "0?report") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:10] Set("PJSIP/100-00000637", "AMPUSERCID=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:11] Set("PJSIP/100-00000637", "__DIAL_OPTIONS=HhTtr") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:12] Set("PJSIP/100-00000637", "CALLERID(all)="Allison" <100>") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:13] GotoIf("PJSIP/100-00000637", "0?limit") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:14] ExecIf("PJSIP/100-00000637", "0?Set(GROUP(concurrency_limit)=100)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:15] ExecIf("PJSIP/100-00000637", "0?Set(CHANNEL(language)=)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:16] NoOp("PJSIP/100-00000637", "Macro Depth is 2") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:17] GotoIf("PJSIP/100-00000637", "1?report2:macroerror") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (macro-user-callerid,s,18)
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:18] GotoIf("PJSIP/100-00000637", "0?continue") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:19] ExecIf("PJSIP/100-00000637", "1?Set(__CALLEE_ACCOUNCODE=)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:20] Set("PJSIP/100-00000637", "__TTL=64") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:21] GotoIf("PJSIP/100-00000637", "1?continue") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (macro-user-callerid,s,37)
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:37] Set("PJSIP/100-00000637", "CALLERID(number)=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:38] Set("PJSIP/100-00000637", "CALLERID(name)=Allison") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:39] GotoIf("PJSIP/100-00000637", "0?cnum") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:40] Set("PJSIP/100-00000637", "CDR(cnam)=Allison") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:41] Set("PJSIP/100-00000637", "CDR(cnum)=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-user-callerid:42] Set("PJSIP/100-00000637", "CHANNEL(language)=en") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:2] Gosub("PJSIP/100-00000637", "sub-record-check,s,1(parking,100,100)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:1] GotoIf("PJSIP/100-00000637", "0?initialized") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:2] Set("PJSIP/100-00000637", "__REC_STATUS=INITIALIZED") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:3] Set("PJSIP/100-00000637", "NOW=1545069960") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:4] Set("PJSIP/100-00000637", "__DAY=17") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:5] Set("PJSIP/100-00000637", "__MONTH=12") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:6] Set("PJSIP/100-00000637", "__YEAR=2018") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:7] Set("PJSIP/100-00000637", "__TIMESTR=20181217-130600") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:8] Set("PJSIP/100-00000637", "__FROMEXTEN=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:9] Set("PJSIP/100-00000637", "__MON_FMT=wav") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:10] NoOp("PJSIP/100-00000637", "Recordings initialized") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:11] ExecIf("PJSIP/100-00000637", "0?Set(ARG3=dontcare)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:12] Set("PJSIP/100-00000637", "REC_POLICY_MODE_SAVE=") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:13] ExecIf("PJSIP/100-00000637", "0?Set(REC_STATUS=NO)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:14] GotoIf("PJSIP/100-00000637", "7?checkaction") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (sub-record-check,s,17)
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@sub-record-check:17] GotoIf("PJSIP/100-00000637", "1?sub-record-check,parking,1") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (sub-record-check,parking,1)
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:1] NoOp("PJSIP/100-00000637", "User 100 picked up a parked call") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:2] Set("PJSIP/100-00000637", "USER=100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:3] ExecIf("PJSIP/100-00000637", "0?Set(USER=unknown)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:4] Set("PJSIP/100-00000637", "RECMODE=force") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:5] ExecIf("PJSIP/100-00000637", "0?Set(RECMODE=dontcare)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:6] Gosub("PJSIP/100-00000637", "recordcheck,1(force,parked,100)") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:1] NoOp("PJSIP/100-00000637", "Starting recording check against force") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:2] Goto("PJSIP/100-00000637", "force") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (sub-record-check,recordcheck,5)
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:5] Set("PJSIP/100-00000637", "__REC_POLICY_MODE=FORCE") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:6] GotoIf("PJSIP/100-00000637", "1?startrec") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (sub-record-check,recordcheck,16)
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:16] NoOp("PJSIP/100-00000637", "Starting recording: parked, 100") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:17] Set("PJSIP/100-00000637", "AUDIOHOOK_INHERIT(MixMonitor)=yes") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:18] Set("PJSIP/100-00000637", "__CALLFILENAME=parked-100-100-20181217-130600-1545069960.1805") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:19] MixMonitor("PJSIP/100-00000637", "2018/12/17/parked-100-100-20181217-130600-1545069960.1805.wav,abi(LOCAL_MIXMON_ID),") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:20] Set("PJSIP/100-00000637", "__MIXMON_ID=0x306a5d0") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:21] Set("PJSIP/100-00000637", "__RECORD_ID=PJSIP/100-00000637") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:22] Set("PJSIP/100-00000637", "__REC_STATUS=RECORDING") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:23] Set("PJSIP/100-00000637", "CDR(recordingfile)=parked-100-100-20181217-130600-1545069960.1805.wav") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [recordcheck@sub-record-check:24] Return("PJSIP/100-00000637", "") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [parking@sub-record-check:7] Return("PJSIP/100-00000637", "") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:3] NoOp("PJSIP/100-00000637", "PARKRETURNTO: ") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:4] GotoIf("PJSIP/100-00000637", "0?backtosender") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:5] GotoIf("PJSIP/100-00000637", "0?attemptpark") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:6] AGI("PJSIP/100-00000637", "parkfetch.agi,71,default") in new stack
[2018-12-17 13:06:00] VERBOSE[1277][C-0000046f] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/parkfetch.agi
[2018-12-17 13:06:00] VERBOSE[1278][C-0000046f] app_mixmonitor.c: Begin MixMonitor Recording PJSIP/100-00000637
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] res_agi.c: parkfetch.agi,71,default: Found slot full with channel [PJSIP/GW1_Rottweiler-00000632]
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] res_agi.c: <PJSIP/100-00000637>AGI Script parkfetch.agi completed, returning 0
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:7] GotoIf("PJSIP/100-00000637", "0?next") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:8] Set("PJSIP/100-00000637", "AUDIOHOOK_INHERIT(MixMonitor)=yes") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:9] Set("PJSIP/100-00000637", "CDR(recordingfile)=in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:10] Set("PJSIP/100-00000637", "CCSS_SETUP=TRUE") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:11] GotoIf("PJSIP/100-00000637", "1?pcall") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (macro-parked-call,s,18)
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:18] NoOp("PJSIP/100-00000637", "User: "Allison" <100> attempting to pick up Parked Call Slot 71") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:19] NoOp("PJSIP/100-00000637", "PARKIE: PJSIP/GW1_Rottweiler-00000632") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:20] Set("PJSIP/100-00000637", "SHARED(PARKRETURNTO,PJSIP/GW1_Rottweiler-00000632)=") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:21] Set("PJSIP/100-00000637", "PARKOWNER=1") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:22] ParkedCall("PJSIP/100-00000637", "default,71") in new stack
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] bridge_channel.c: Channel PJSIP/GW1_Rottweiler-00000632 left 'holding_bridge' parking-bridge <68eecb82-49f8-45ef-a93b-cb884bb37bdb>
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] res_musiconhold.c: Stopped music on hold on PJSIP/GW1_Rottweiler-00000632
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] bridge_channel.c: Channel PJSIP/GW1_Rottweiler-00000632 joined 'simple_bridge' basic-bridge <f24b80c5-8ba9-458a-9efa-c745d79b8718>
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] file.c: <PJSIP/100-00000637> Playing 'beep.ulaw' (language 'en')
[2018-12-17 13:06:01] VERBOSE[1265][C-0000046e] file.c: <PJSIP/GW1_Rottweiler-00000632> Playing 'beep.ulaw' (language 'en')
[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] bridge_channel.c: Channel PJSIP/100-00000637 joined 'simple_bridge' basic-bridge <f24b80c5-8ba9-458a-9efa-c745d79b8718>
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] bridge_channel.c: Channel PJSIP/GW1_Rottweiler-00000632 left 'simple_bridge' basic-bridge <f24b80c5-8ba9-458a-9efa-c745d79b8718>
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] app_macro.c: Spawn extension (macro-dial, s, 23) exited non-zero on 'PJSIP/GW1_Rottweiler-00000632' in macro 'dial'
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Spawn extension (ext-group, 199, 19) exited non-zero on 'PJSIP/GW1_Rottweiler-00000632'
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [h@ext-group:1] Macro("PJSIP/GW1_Rottweiler-00000632", "hangupcall,") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:1] GotoIf("PJSIP/GW1_Rottweiler-00000632", "1?theend") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] bridge_channel.c: Channel PJSIP/100-00000637 left 'simple_bridge' basic-bridge <f24b80c5-8ba9-458a-9efa-c745d79b8718>
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] app_macro.c: Spawn extension (macro-parked-call, s, 22) exited non-zero on 'PJSIP/100-00000637' in macro 'parked-call'
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Spawn extension (from-internal, 71, 1) exited non-zero on 'PJSIP/100-00000637'
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Executing [h@from-internal:1] Macro("PJSIP/100-00000637", "hangupcall") in new stack
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-hangupcall:1] GotoIf("PJSIP/100-00000637", "1?theend") in new stack
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:3] ExecIf("PJSIP/GW1_Rottweiler-00000632", "0?Set(CDR(recordingfile)=)") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:4] NoOp("PJSIP/GW1_Rottweiler-00000632", "PJSIP/100-00000637 monior file= /var/spool/asterisk/monitor/2018/12/17/in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:5] AGI("PJSIP/GW1_Rottweiler-00000632", "attendedtransfer-rec-restart.php,PJSIP/100-00000637,/var/spool/asterisk/monitor/2018/12/17/in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/attendedtransfer-rec-restart.php
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-hangupcall:3] ExecIf("PJSIP/100-00000637", "0?Set(CDR(recordingfile)=)") in new stack
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-hangupcall:4] NoOp("PJSIP/100-00000637", " monior file= /var/spool/asterisk/monitor/2018/12/17/parked-100-100-20181217-130600-1545069960.1805.wav") in new stack
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-hangupcall:5] AGI("PJSIP/100-00000637", "attendedtransfer-rec-restart.php,,/var/spool/asterisk/monitor/2018/12/17/parked-100-100-20181217-130600-1545069960.1805.wav") in new stack
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/attendedtransfer-rec-restart.php
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] res_agi.c: <PJSIP/100-00000637>AGI Script attendedtransfer-rec-restart.php completed, returning 0
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-hangupcall:6] Hangup("PJSIP/100-00000637", "") in new stack
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] app_macro.c: Spawn extension (macro-hangupcall, s, 6) exited non-zero on 'PJSIP/100-00000637' in macro 'hangupcall'
[2018-12-17 13:06:25] VERBOSE[1277][C-0000046f] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on 'PJSIP/100-00000637'
[2018-12-17 13:06:25] VERBOSE[1278][C-0000046f] app_mixmonitor.c: MixMonitor close filestream (mixed)
[2018-12-17 13:06:25] VERBOSE[1278][C-0000046f] app_mixmonitor.c: End MixMonitor Recording PJSIP/100-00000637
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] res_agi.c: <PJSIP/GW1_Rottweiler-00000632>AGI Script attendedtransfer-rec-restart.php completed, returning 0
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:6] Hangup("PJSIP/GW1_Rottweiler-00000632", "") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] app_macro.c: Spawn extension (macro-hangupcall, s, 6) exited non-zero on 'PJSIP/GW1_Rottweiler-00000632' in macro 'hangupcall'
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Spawn extension (ext-group, h, 1) exited non-zero on 'PJSIP/GW1_Rottweiler-00000632'
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/GW1_Rottweiler-00000632 Internal Gosub(crm-hangup,s,1) start
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:1] NoOp("PJSIP/GW1_Rottweiler-00000632", "Sending Hangup to CRM") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:2] NoOp("PJSIP/GW1_Rottweiler-00000632", "HANGUP CAUSE: 16") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:3] ExecIf("PJSIP/GW1_Rottweiler-00000632", "0?Set(__CRM_VOICEMAIL=)") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/GW1_Rottweiler-00000632", "MASTER CHANNEL: 1545069945.1800 = 1545069945.1800") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:5] GotoIf("PJSIP/GW1_Rottweiler-00000632", "0?return") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:6] Set("PJSIP/GW1_Rottweiler-00000632", "__CRM_HANGUP=1") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:7] AGI("PJSIP/GW1_Rottweiler-00000632", "sangomacrm.agi") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/sangomacrm.agi
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] res_agi.c: <PJSIP/GW1_Rottweiler-00000632>AGI Script sangomacrm.agi completed, returning 0
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:8] Return("PJSIP/GW1_Rottweiler-00000632", "") in new stack
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] app_stack.c: Spawn extension (ext-group, h, 1) exited non-zero on 'PJSIP/GW1_Rottweiler-00000632'
[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] app_stack.c: PJSIP/GW1_Rottweiler-00000632 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
[2018-12-17 13:06:25] VERBOSE[1267][C-0000046e] app_mixmonitor.c: MixMonitor close filestream (mixed)
[2018-12-17 13:06:25] VERBOSE[1267][C-0000046e] app_mixmonitor.c: End MixMonitor Recording PJSIP/GW1_Rottweiler-00000632

I also ran one specifically on the call:

[root@vps1542829852 ~]# grep 1545069945.1800 /var/log/asterisk/full*
/var/log/asterisk/full:[2018-12-17 13:05:45] VERBOSE[1265][C-0000046e] pbx.c: Executing [recordcheck@sub-record-check:18] Set("PJSIP/GW1_Rottweiler-00000632", "__CALLFILENAME=in-17705295678-6784370482-20181217-130545-1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:45] VERBOSE[1265][C-0000046e] pbx.c: Executing [recordcheck@sub-record-check:19] MixMonitor("PJSIP/GW1_Rottweiler-00000632", "2018/12/17/in-17705295678-6784370482-20181217-130545-1545069945.1800.wav,abi(LOCAL_MIXMON_ID),") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:45] VERBOSE[1265][C-0000046e] pbx.c: Executing [recordcheck@sub-record-check:23] Set("PJSIP/GW1_Rottweiler-00000632", "CDR(recordingfile)=in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:45] VERBOSE[1265][C-0000046e] pbx.c: Executing [17705295678@from-pstn:22] Set("PJSIP/GW1_Rottweiler-00000632", "__CRM_LINKEDID=1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:45] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-user-callerid:1] Set("PJSIP/GW1_Rottweiler-00000632", "TOUCH_MONITOR=1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/101-00000634", "MASTER CHANNEL: 1545069946.1802 = 1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/102-00000635", "MASTER CHANNEL: 1545069946.1803 = 1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:48] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/190-00000636", "MASTER CHANNEL: 1545069946.1804 = 1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:05:52] VERBOSE[1276][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/100-00000633", "MASTER CHANNEL: 1545069946.1801 = 1545069945.1800") in new stack
/var/log/asterisk/full:[2018-12-17 13:06:01] VERBOSE[1277][C-0000046f] pbx.c: Executing [s@macro-parked-call:9] Set("PJSIP/100-00000637", "CDR(recordingfile)=in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
/var/log/asterisk/full:[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:4] NoOp("PJSIP/GW1_Rottweiler-00000632", "PJSIP/100-00000637 monior file= /var/spool/asterisk/monitor/2018/12/17/in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
/var/log/asterisk/full:[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@macro-hangupcall:5] AGI("PJSIP/GW1_Rottweiler-00000632", "attendedtransfer-rec-restart.php,PJSIP/100-00000637,/var/spool/asterisk/monitor/2018/12/17/in-17705295678-6784370482-20181217-130545-1545069945.1800.wav") in new stack
/var/log/asterisk/full:[2018-12-17 13:06:25] VERBOSE[1265][C-0000046e] pbx.c: Executing [s@crm-hangup:4] NoOp("PJSIP/GW1_Rottweiler-00000632", "MASTER CHANNEL: 1545069945.1800 = 1545069945.1800") in new stack

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