------------------------------------------excerpt from extensions.ael context in { _[+0-9s]! => { &callerid(); // Nothing special here, callerid manipulation &init(in,${CALLERID(rdnis)}); // Just setting some variables for channel here &mix(${REC_MAIN},in,); // Just MixMonitor here goto in-patterns,${CDR(Destination)},1; } } context in-patterns { 7800XXXXXXX => { Dial(Local/200@dial-internal/n); Hangup; } h => &init(Terminate,in); // Some CDR routines here } context dial-internal { _2X0 => goto dial-queue,${EXTEN},1; _2XZ => { Set(CALLERID(name)=*${CALLERID(name)}); FromQueue: Set(CDR(Destination)=${EXTEN}); &limit(${EXTEN},internal,1); // This checks GROUP for channel and hangs up if it set if("${PJSIP_DIAL_CONTACTS(${EXTEN})}"!="") Set(dialadd=&${PJSIP_DIAL_CONTACTS(${EXTEN})}); Dial(IAX2/${EXTEN}${dialadd},,tU(init^Connect^${EXTEN})); // This pre-bridge handler sets some variables and puts channel to GROUP Hangup; } h => &init(Terminate,missed); // Some CDR routines for missed calls here } context dial-queue { _2X0 => { Set(CDR(Destination)=${EXTEN}); Queue(${EXTEN}); Hangup; } _2XZ => { Set(fromq=yes); goto dial-internal,${EXTEN},FromQueue; } h => &init(Terminate,missed); // Some CDR routines for missed calls of the queues here } --------------------------------------------------------------------- ---------------------------------------------excerpt from queues.conf [general] monitor-type = MixMonitor [200] setinterfacevar=yes strategy=ringall timeout=30 member => Local/201@dial-queue/n member => Local/202@dial-queue/n member => Local/203@dial-queue/n member => Local/204@dial-queue/n member => Local/205@dial-queue/n member => Local/206@dial-queue/n member => Local/207@dial-queue/n member => Local/208@dial-queue/n member => Local/209@dial-queue/n --------------------------------------------------------------------- Below are CLI and debug logs when I call from my "cell phone" <+7921XXXXXXX> to PJSIP-registered trunk 'mango' with inbound number 7800XXXXXXX --------------------------------------------------------------CLI log -- Executing [s@in:1] Gosub("PJSIP/mango-000000e8", "callerid,~~s~~,1") in new stack -- Executing [~~s~~@callerid:1] MSet("PJSIP/mango-000000e8", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@callerid:2] MSet("PJSIP/mango-000000e8", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@callerid:3] GotoIf("PJSIP/mango-000000e8", "1?4:5") in new stack -- Goto (callerid,~~s~~,4) -- Executing [~~s~~@callerid:4] Set("PJSIP/mango-000000e8", "CALLERID(name)=Anonymous") in new stack -- Executing [~~s~~@callerid:5] NoOp("PJSIP/mango-000000e8", "Finish if_callerid_214") in new stack -- Executing [~~s~~@callerid:6] Goto("PJSIP/mango-000000e8", "sw_215_7921XXXXXXX,10") in new stack -- Goto (callerid,sw_215_7921XXXXXXX,10) -- Executing [sw_215_7921XXXXXXX@callerid:10] Set("PJSIP/mango-000000e8", "CALLERID(num)=+7921XXXXXXX") in new stack -- Executing [sw_215_7921XXXXXXX@callerid:11] Goto("PJSIP/mango-000000e8", "~~s~~,7") in new stack -- Goto (callerid,~~s~~,7) -- Executing [~~s~~@callerid:7] NoOp("PJSIP/mango-000000e8", "Finish switch_callerid_215") in new stack -- Executing [~~s~~@callerid:8] Set("PJSIP/mango-000000e8", "CALLERID(name)=+7921XXXXXXX") in new stack -- Executing [~~s~~@callerid:9] Return("PJSIP/mango-000000e8", "") in new stack -- Executing [s@in:2] Gosub("PJSIP/mango-000000e8", "init,~~s~~,1(in,7800XXXXXXX)") in new stack -- Executing [~~s~~@init:1] MSet("PJSIP/mango-000000e8", "LOCAL(action)=in") in new stack -- Executing [~~s~~@init:2] MSet("PJSIP/mango-000000e8", "LOCAL(subject)=7800XXXXXXX") in new stack -- Executing [~~s~~@init:3] MSet("PJSIP/mango-000000e8", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("PJSIP/mango-000000e8", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("PJSIP/mango-000000e8", "sw_185_in,10") in new stack -- Goto (init,sw_185_in,10) -- Executing [sw_185_in@init:10] GotoIf("PJSIP/mango-000000e8", "1?11:13") in new stack -- Goto (init,sw_185_in,11) -- Executing [sw_185_in@init:11] Set("PJSIP/mango-000000e8", "CDR(Destination)=7800XXXXXXX") in new stack -- Executing [sw_185_in@init:12] Goto("PJSIP/mango-000000e8", "14") in new stack -- Goto (init,sw_185_in,14) -- Executing [sw_185_in@init:14] NoOp("PJSIP/mango-000000e8", "Finish if_sw_init_default_185_192") in new stack -- Executing [sw_185_in@init:15] GotoIf("PJSIP/mango-000000e8", "0?16:25") in new stack -- Goto (init,sw_185_in,25) -- Executing [sw_185_in@init:25] NoOp("PJSIP/mango-000000e8", "Finish if_sw_init_default_185_193") in new stack -- Executing [sw_185_in@init:26] Set("PJSIP/mango-000000e8", "__init_uid=1444304515.859") in new stack -- Executing [sw_185_in@init:27] Set("PJSIP/mango-000000e8", "__init_num=+7921XXXXXXX") in new stack -- Executing [sw_185_in@init:28] Set("PJSIP/mango-000000e8", "__init_name=+7921XXXXXXX") in new stack -- Executing [sw_185_in@init:29] Gosub("PJSIP/mango-000000e8", "log,~~s~~,1(in,)") in new stack -- Executing [~~s~~@log:1] MSet("PJSIP/mango-000000e8", "LOCAL(action)=in") in new stack -- Executing [~~s~~@log:2] MSet("PJSIP/mango-000000e8", "LOCAL(subject)=") in new stack -- Executing [~~s~~@log:3] MSet("PJSIP/mango-000000e8", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@log:4] MSet("PJSIP/mango-000000e8", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@log:5] Goto("PJSIP/mango-000000e8", "sw_216_in,10") in new stack -- Goto (log,sw_216_in,10) -- Executing [sw_216_in@log:10] Log("PJSIP/mango-000000e8", "NOTICE,7800XXXXXXX<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+7921XXXXXXX" <+7921XXXXXXX> 1444304515.859") in new stack [Oct 8 08:41:55] NOTICE[19665][C-00000074]: Ext. sw_216_in:10 @ log: 7800XXXXXXX<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+7921XXXXXXX" <+7921XXXXXXX> 1444304515.859 -- Executing [sw_216_in@log:11] Goto("PJSIP/mango-000000e8", "~~s~~,6") in new stack -- Goto (log,~~s~~,6) -- Executing [~~s~~@log:6] NoOp("PJSIP/mango-000000e8", "Finish switch_log_216") in new stack -- Executing [~~s~~@log:7] Return("PJSIP/mango-000000e8", "") in new stack -- Executing [sw_185_in@init:30] GotoIf("PJSIP/mango-000000e8", "0?31:34") in new stack -- Goto (init,sw_185_in,34) -- Executing [sw_185_in@init:34] NoOp("PJSIP/mango-000000e8", "Finish if_sw_init_default_185_196") in new stack -- Executing [sw_185_in@init:35] Goto("PJSIP/mango-000000e8", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("PJSIP/mango-000000e8", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("PJSIP/mango-000000e8", "") in new stack -- Executing [s@in:3] Gosub("PJSIP/mango-000000e8", "mix,~~s~~,1(/home/rec/,in,)") in new stack -- Executing [~~s~~@mix:1] MSet("PJSIP/mango-000000e8", "LOCAL(path)=/home/rec/") in new stack -- Executing [~~s~~@mix:2] MSet("PJSIP/mango-000000e8", "LOCAL(descr)=in") in new stack -- Executing [~~s~~@mix:3] MSet("PJSIP/mango-000000e8", "LOCAL(path_add)=") in new stack -- Executing [~~s~~@mix:4] MixMonitor("PJSIP/mango-000000e8", "/home/rec/2015/10/08/2015-10-08_08-41-55_in_from_+7921XXXXXXX_to_7800XXXXXXX_1444304515.859.wav49") in new stack -- Executing [~~s~~@mix:5] Return("PJSIP/mango-000000e8", "") in new stack -- Executing [s@in:4] Goto("PJSIP/mango-000000e8", "in-patterns,7800XXXXXXX,1") in new stack -- Goto (in-patterns,7800XXXXXXX,1) -- Executing [7800XXXXXXX@in-patterns:1] Dial("PJSIP/mango-000000e8", "Local/200@dial-internal/n,300") in new stack -- Called Local/200@dial-internal/n == Begin MixMonitor Recording PJSIP/mango-000000e8 -- Executing [200@dial-internal:1] Goto("Local/200@dial-internal-0000011d;2", "dial-queue,200,1") in new stack -- Goto (dial-queue,200,1) -- Executing [200@dial-queue:1] Set("Local/200@dial-internal-0000011d;2", "CDR(Destination)=200") in new stack -- Executing [200@dial-queue:2] Queue("Local/200@dial-internal-0000011d;2", "200") in new stack -- Started music on hold, class 'default', on channel 'Local/200@dial-internal-0000011d;2' [Oct 8 08:41:55] WARNING[19665][C-00000074]: translate.c:392 framein: no samples for alawtolin == Spawn extension (in-patterns, 7800XXXXXXX, 1) exited non-zero on 'PJSIP/mango-000000dd' -- Executing [h@in-patterns:1] Gosub("PJSIP/mango-000000dd", "init,~~s~~,1(Terminate,in)") in new stack -- Executing [~~s~~@init:1] MSet("PJSIP/mango-000000dd", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("PJSIP/mango-000000dd", "LOCAL(subject)=in") in new stack -- Executing [~~s~~@init:3] MSet("PJSIP/mango-000000dd", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("PJSIP/mango-000000dd", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("PJSIP/mango-000000dd", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("PJSIP/mango-000000dd", "sw_187_in,10") in new stack -- Goto (init,sw_187_in,10) -- Executing [sw_187_in@init:10] Gosub("PJSIP/mango-000000dd", "cdr,~~s~~,1(General,in)") in new stack -- Executing [~~s~~@cdr:1] MSet("PJSIP/mango-000000dd", "LOCAL(action)=General") in new stack -- Executing [~~s~~@cdr:2] MSet("PJSIP/mango-000000dd", "LOCAL(subject)=in") in new stack -- Executing [~~s~~@cdr:3] MSet("PJSIP/mango-000000dd", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@cdr:4] MSet("PJSIP/mango-000000dd", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@cdr:5] Goto("PJSIP/mango-000000dd", "sw_184_General,10") in new stack -- Stopped music on hold on Local/200@dial-internal-000000ef;2 -- Goto (cdr,sw_184_General,10) -- Executing [sw_184_General@cdr:10] System("PJSIP/mango-000000dd", "/usr/bin/curl --silent --ipv4 --connect-timeout 3 --max-time 3 --insecure -X POST -H "Content-Type: application/json" -d '{"uid":"1444304400.746","generalRoute":"in","generalFrom":"+7921XXXXXXX","generalTo":"7800XXXXXXX","generalDisposition":"NO ANSWER","generalTimeStart":"2015-10-08 08:40:00","generalTimeAnswer":"","generalTimeEnd":"2015-10-08 08:42:01","generalDurationTotal":"120","generalDurationBill":"0","generalOutRoute":"","generalInTime":"","generalMix":"/home/rec/2015/10/08/2015-10-08_08-40-00_in_from_+7921XXXXXXX_to_7800XXXXXXX_1444304400.746.wav49"}' http://api.example.com/asterisk/cdr") in new stack == Spawn extension (dial-internal, 208, 7) exited non-zero on 'Local/208@dial-queue-0000011b;2' -- Executing [h@dial-internal:1] Gosub("Local/208@dial-queue-0000011b;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/208@dial-queue-0000011b;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/208@dial-queue-0000011b;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@init:3] MSet("Local/208@dial-queue-0000011b;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/208@dial-queue-0000011b;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/208@dial-queue-0000011b;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/208@dial-queue-0000011b;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/208@dial-queue-0000011b;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/208@dial-queue-0000011b;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/208@dial-queue-0000011b;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/208@dial-queue-0000011b;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/208@dial-queue-0000011b;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/208@dial-queue-0000011b;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/208@dial-queue-0000011b;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/208@dial-queue-0000011b;2", "") in new stack == Spawn extension (dial-internal, 209, 7) exited non-zero on 'Local/209@dial-queue-0000011c;2' -- Executing [h@dial-internal:1] Gosub("Local/209@dial-queue-0000011c;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/209@dial-queue-0000011c;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/209@dial-queue-0000011c;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@init:3] MSet("Local/209@dial-queue-0000011c;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/209@dial-queue-0000011c;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack == Spawn extension (dial-queue, 200, 2) exited non-zero on 'Local/200@dial-internal-000000ef;2' -- Executing [h@dial-queue:1] Gosub("Local/200@dial-internal-000000ef;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:5] Goto("Local/209@dial-queue-0000011c;2", "sw_185_Terminate,10") in new stack -- Executing [~~s~~@init:2] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(subject)=missed") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/209@dial-queue-0000011c;2", "sw_187_missed,10") in new stack -- Executing [~~s~~@init:3] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/209@dial-queue-0000011c;2", "0?11:12") in new stack -- Executing [~~s~~@init:4] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/209@dial-queue-0000011c;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/209@dial-queue-0000011c;2", "1?14:15") in new stack -- Executing [~~s~~@init:5] Goto("Local/200@dial-internal-000000ef;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_187_missed,14) -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/200@dial-internal-000000ef;2", "sw_187_missed,10") in new stack -- Executing [sw_187_missed@init:14] Goto("Local/209@dial-queue-0000011c;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Goto (init,sw_187_missed,10) -- Executing [sw_185_Terminate@init:11] NoOp("Local/209@dial-queue-0000011c;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/209@dial-queue-0000011c;2", "~~s~~,6") in new stack -- Executing [sw_187_missed@init:10] GotoIf("Local/200@dial-internal-000000ef;2", "0?11:12") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/209@dial-queue-0000011c;2", "Finish switch_init_185") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/200@dial-internal-000000ef;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [~~s~~@init:7] Return("Local/209@dial-queue-0000011c;2", "") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/200@dial-internal-000000ef;2", "0?14:15") in new stack -- Goto (init,sw_187_missed,15) -- Executing [sw_187_missed@init:15] NoOp("Local/200@dial-internal-000000ef;2", "Finish if_sw_sw_init_Terminate_185_missed_187_189") in new stack -- Executing [sw_187_missed@init:16] GotoIf("Local/200@dial-internal-000000ef;2", "0?17:18") in new stack -- Goto (init,sw_187_missed,18) -- Executing [sw_187_missed@init:18] NoOp("Local/200@dial-internal-000000ef;2", "Finish if_sw_sw_init_Terminate_185_missed_187_190") in new stack -- Executing [sw_187_missed@init:19] Gosub("Local/200@dial-internal-000000ef;2", "grp,~~s~~,1(Check,200,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(subject)=200") in new stack -- Executing [~~s~~@grp:3] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/200@dial-internal-000000ef;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/200@dial-internal-000000ef;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/200@dial-internal-000000ef;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/200@dial-internal-000000ef;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/200@dial-internal-000000ef;2", "") in new stack -- Executing [sw_187_missed@init:20] GotoIf("Local/200@dial-internal-000000ef;2", "0?21:22") in new stack -- Goto (init,sw_187_missed,22) -- Executing [sw_187_missed@init:22] NoOp("Local/200@dial-internal-000000ef;2", "Finish if_sw_sw_init_Terminate_185_missed_187_191") in new stack -- Executing [sw_187_missed@init:23] Gosub("Local/200@dial-internal-000000ef;2", "log,~~s~~,1(missed,)") in new stack -- Executing [~~s~~@log:1] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(action)=missed") in new stack -- Executing [~~s~~@log:2] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(subject)=") in new stack -- Executing [~~s~~@log:3] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@log:4] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@log:5] Goto("Local/200@dial-internal-000000ef;2", "sw_216_missed,10") in new stack -- Goto (log,sw_216_missed,10) -- Executing [sw_216_missed@log:10] Log("Local/200@dial-internal-000000ef;2", "NOTICE,xxxxxxxxxx200 missed the call from "+7921XXXXXXX" <+7921XXXXXXX> 1444304400.746xxxxxxxxxx") in new stack [Oct 8 08:42:01] NOTICE[19594][C-00000073]: Ext. sw_216_missed:10 @ log: xxxxxxxxxx200 missed the call from "+7921XXXXXXX" <+7921XXXXXXX> 1444304400.746xxxxxxxxxx -- Executing [sw_216_missed@log:11] Goto("Local/200@dial-internal-000000ef;2", "~~s~~,6") in new stack -- Goto (log,~~s~~,6) -- Executing [~~s~~@log:6] NoOp("Local/200@dial-internal-000000ef;2", "Finish switch_log_216") in new stack -- Executing [~~s~~@log:7] Return("Local/200@dial-internal-000000ef;2", "") in new stack -- Executing [sw_187_missed@init:24] Gosub("Local/200@dial-internal-000000ef;2", "cdr,~~s~~,1(Missed,)") in new stack -- Executing [~~s~~@cdr:1] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(action)=Missed") in new stack -- Executing [~~s~~@cdr:2] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(subject)=") in new stack -- Executing [~~s~~@cdr:3] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@cdr:4] MSet("Local/200@dial-internal-000000ef;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@cdr:5] Goto("Local/200@dial-internal-000000ef;2", "sw_184_Missed,10") in new stack -- Goto (cdr,sw_184_Missed,10) -- Executing [sw_184_Missed@cdr:10] System("Local/200@dial-internal-000000ef;2", "/usr/bin/curl --silent --ipv4 --connect-timeout 3 --max-time 3 --insecure -X POST -H "Content-Type: application/json" -d '{"uid":"1444304400.746","missedUser":"200","missedFrom":"+7921XXXXXXX","missedTime":"2015-10-08 08:42:01"}' http://api.example.com/asterisk/cdr") in new stack -- Executing [sw_184_General@cdr:11] Goto("PJSIP/mango-000000dd", "~~s~~,6") in new stack -- Goto (cdr,~~s~~,6) -- Executing [~~s~~@cdr:6] NoOp("PJSIP/mango-000000dd", "Finish switch_cdr_184") in new stack -- Executing [~~s~~@cdr:7] Return("PJSIP/mango-000000dd", "") in new stack -- Executing [sw_187_in@init:11] Gosub("PJSIP/mango-000000dd", "log,~~s~~,1(in-term,)") in new stack -- Executing [~~s~~@log:1] MSet("PJSIP/mango-000000dd", "LOCAL(action)=in-term") in new stack -- Executing [~~s~~@log:2] MSet("PJSIP/mango-000000dd", "LOCAL(subject)=") in new stack -- Executing [~~s~~@log:3] MSet("PJSIP/mango-000000dd", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@log:4] MSet("PJSIP/mango-000000dd", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@log:5] Goto("PJSIP/mango-000000dd", "sw_216_in-term,10") in new stack -- Goto (log,sw_216_in-term,10) -- Executing [sw_216_in-term@log:10] Log("PJSIP/mango-000000dd", "NOTICE,7800XXXXXXX<<--------------------------------------"+7921XXXXXXX" <+7921XXXXXXX> 1444304400.746") in new stack [Oct 8 08:42:01] NOTICE[19592][C-00000073]: Ext. sw_216_in-term:10 @ log: 7800XXXXXXX<<--------------------------------------"+7921XXXXXXX" <+7921XXXXXXX> 1444304400.746 -- Executing [sw_216_in-term@log:11] Goto("PJSIP/mango-000000dd", "~~s~~,6") in new stack -- Goto (log,~~s~~,6) -- Executing [~~s~~@log:6] NoOp("PJSIP/mango-000000dd", "Finish switch_log_216") in new stack -- Executing [~~s~~@log:7] Return("PJSIP/mango-000000dd", "") in new stack -- Executing [sw_187_in@init:12] Goto("PJSIP/mango-000000dd", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("PJSIP/mango-000000dd", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("PJSIP/mango-000000dd", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("PJSIP/mango-000000dd", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("PJSIP/mango-000000dd", "") in new stack == MixMonitor close filestream (mixed) == End MixMonitor Recording PJSIP/mango-000000dd -- Executing [sw_184_Missed@cdr:11] Goto("Local/200@dial-internal-000000ef;2", "~~s~~,6") in new stack -- Goto (cdr,~~s~~,6) -- Executing [~~s~~@cdr:6] NoOp("Local/200@dial-internal-000000ef;2", "Finish switch_cdr_184") in new stack -- Executing [~~s~~@cdr:7] Return("Local/200@dial-internal-000000ef;2", "") in new stack -- Executing [sw_187_missed@init:25] Goto("Local/200@dial-internal-000000ef;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/200@dial-internal-000000ef;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/200@dial-internal-000000ef;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/200@dial-internal-000000ef;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/200@dial-internal-000000ef;2", "") in new stack !!!!!!!!!!!!!!!!!!!!!!!!!!!!! This is where incoming call from mobile +7921XXXXXXX finished (end of 'h' extension in context 'in-patterns') !!!!!!!!!!!!!!!!!!!!!!!!!!!!! but the Queue app is trying to call its members anyway -- Called Local/201@dial-queue/n -- Called Local/202@dial-queue/n -- Called Local/203@dial-queue/n -- Called Local/204@dial-queue/n -- Executing [202@dial-queue:1] Set("Local/202@dial-queue-0000011f;2", "fromq=yes") in new stack -- Executing [202@dial-queue:2] Goto("Local/202@dial-queue-0000011f;2", "dial-internal,202,FromQueue") in new stack -- Goto (dial-internal,202,2) -- Executing [202@dial-internal:2] Set("Local/202@dial-queue-0000011f;2", "CDR(Destination)=202") in new stack -- Executing [202@dial-internal:3] Gosub("Local/202@dial-queue-0000011f;2", "limit,~~s~~,1(202,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(subject)=202") in new stack -- Executing [201@dial-queue:1] Set("Local/201@dial-queue-0000011e;2", "fromq=yes") in new stack -- Executing [201@dial-queue:2] Goto("Local/201@dial-queue-0000011e;2", "dial-internal,201,FromQueue") in new stack -- Goto (dial-internal,201,2) -- Executing [201@dial-internal:2] Set("Local/201@dial-queue-0000011e;2", "CDR(Destination)=201") in new stack -- Executing [201@dial-internal:3] Gosub("Local/201@dial-queue-0000011e;2", "limit,~~s~~,1(201,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(subject)=201") in new stack -- Executing [203@dial-queue:1] Set("Local/203@dial-queue-00000120;2", "fromq=yes") in new stack -- Executing [203@dial-queue:2] Goto("Local/203@dial-queue-00000120;2", "dial-internal,203,FromQueue") in new stack -- Goto (dial-internal,203,2) -- Executing [203@dial-internal:2] Set("Local/203@dial-queue-00000120;2", "CDR(Destination)=203") in new stack -- Executing [204@dial-queue:1] Set("Local/204@dial-queue-00000121;2", "fromq=yes") in new stack -- Called Local/205@dial-queue/n -- Executing [204@dial-queue:2] Goto("Local/204@dial-queue-00000121;2", "dial-internal,204,FromQueue") in new stack -- Goto (dial-internal,204,2) -- Executing [204@dial-internal:2] Set("Local/204@dial-queue-00000121;2", "CDR(Destination)=204") in new stack -- Executing [203@dial-internal:3] Gosub("Local/203@dial-queue-00000120;2", "limit,~~s~~,1(203,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/203@dial-queue-00000120;2", "LOCAL(subject)=203") in new stack -- Executing [~~s~~@limit:2] MSet("Local/203@dial-queue-00000120;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/203@dial-queue-00000120;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/203@dial-queue-00000120;2", "grp,~~s~~,1(Check,203,internal)") in new stack -- Executing [~~s~~@limit:2] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/202@dial-queue-0000011f;2", "grp,~~s~~,1(Check,202,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(subject)=202") in new stack -- Executing [~~s~~@grp:3] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [204@dial-internal:3] Gosub("Local/204@dial-queue-00000121;2", "limit,~~s~~,1(204,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/204@dial-queue-00000121;2", "LOCAL(subject)=204") in new stack -- Executing [~~s~~@limit:2] MSet("Local/204@dial-queue-00000121;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/204@dial-queue-00000121;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/204@dial-queue-00000121;2", "grp,~~s~~,1(Check,204,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/204@dial-queue-00000121;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/204@dial-queue-00000121;2", "LOCAL(subject)=204") in new stack -- Executing [~~s~~@limit:2] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/201@dial-queue-0000011e;2", "grp,~~s~~,1(Check,201,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(subject)=201") in new stack -- Executing [~~s~~@grp:3] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [205@dial-queue:1] Set("Local/205@dial-queue-00000122;2", "fromq=yes") in new stack -- Executing [205@dial-queue:2] Goto("Local/205@dial-queue-00000122;2", "dial-internal,205,FromQueue") in new stack -- Goto (dial-internal,205,2) -- Executing [205@dial-internal:2] Set("Local/205@dial-queue-00000122;2", "CDR(Destination)=205") in new stack -- Executing [~~s~~@grp:1] MSet("Local/203@dial-queue-00000120;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:5] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/202@dial-queue-0000011f;2", "sw_207_Check,10") in new stack -- Executing [205@dial-internal:3] Gosub("Local/205@dial-queue-00000122;2", "limit,~~s~~,1(205,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/205@dial-queue-00000122;2", "LOCAL(subject)=205") in new stack -- Executing [~~s~~@limit:2] MSet("Local/205@dial-queue-00000122;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:2] MSet("Local/203@dial-queue-00000120;2", "LOCAL(subject)=203") in new stack -- Executing [~~s~~@grp:3] MSet("Local/203@dial-queue-00000120;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/203@dial-queue-00000120;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/203@dial-queue-00000120;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:3] MSet("Local/204@dial-queue-00000121;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/204@dial-queue-00000121;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/204@dial-queue-00000121;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/204@dial-queue-00000121;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/204@dial-queue-00000121;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/204@dial-queue-00000121;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/204@dial-queue-00000121;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/204@dial-queue-00000121;2", "") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/202@dial-queue-0000011f;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/202@dial-queue-0000011f;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/202@dial-queue-0000011f;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/202@dial-queue-0000011f;2", "") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/202@dial-queue-0000011f;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/202@dial-queue-0000011f;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/202@dial-queue-0000011f;2", "") in new stack -- Executing [206@dial-queue:1] Set("Local/206@dial-queue-00000123;2", "fromq=yes") in new stack -- Executing [206@dial-queue:2] Goto("Local/206@dial-queue-00000123;2", "dial-internal,206,FromQueue") in new stack -- Goto (dial-internal,206,2) -- Executing [206@dial-internal:2] Set("Local/206@dial-queue-00000123;2", "CDR(Destination)=206") in new stack -- Executing [~~s~~@grp:6] Goto("Local/201@dial-queue-0000011e;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/201@dial-queue-0000011e;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/201@dial-queue-0000011e;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/201@dial-queue-0000011e;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/201@dial-queue-0000011e;2", "") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/201@dial-queue-0000011e;2", "0?6:12") in new stack -- Called Local/206@dial-queue/n -- Called Local/207@dial-queue/n -- Executing [~~s~~@limit:3] MSet("Local/205@dial-queue-00000122;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/205@dial-queue-00000122;2", "grp,~~s~~,1(Check,205,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/205@dial-queue-00000122;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/205@dial-queue-00000122;2", "LOCAL(subject)=205") in new stack -- Executing [~~s~~@grp:3] MSet("Local/205@dial-queue-00000122;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/205@dial-queue-00000122;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/205@dial-queue-00000122;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/205@dial-queue-00000122;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/205@dial-queue-00000122;2", "groupcount=0") in new stack -- Executing [~~s~~@grp:6] Goto("Local/203@dial-queue-00000120;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/203@dial-queue-00000120;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/203@dial-queue-00000120;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/203@dial-queue-00000120;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/203@dial-queue-00000120;2", "") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/203@dial-queue-00000120;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/203@dial-queue-00000120;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/203@dial-queue-00000120;2", "") in new stack -- Executing [206@dial-internal:3] Gosub("Local/206@dial-queue-00000123;2", "limit,~~s~~,1(206,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/206@dial-queue-00000123;2", "LOCAL(subject)=206") in new stack -- Executing [~~s~~@limit:2] MSet("Local/206@dial-queue-00000123;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/206@dial-queue-00000123;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/206@dial-queue-00000123;2", "grp,~~s~~,1(Check,206,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/206@dial-queue-00000123;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/206@dial-queue-00000123;2", "LOCAL(subject)=206") in new stack -- Executing [~~s~~@grp:3] MSet("Local/206@dial-queue-00000123;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/204@dial-queue-00000121;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/204@dial-queue-00000121;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/204@dial-queue-00000121;2", "") in new stack [Oct 8 08:42:01] WARNING[19673][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '204' was not found -- Executing [204@dial-internal:4] GotoIf("Local/204@dial-queue-00000121;2", "0?5:6") in new stack -- Goto (dial-internal,204,6) -- Executing [204@dial-internal:6] NoOp("Local/204@dial-queue-00000121;2", "Finish if_dial-internal_217") in new stack -- Executing [204@dial-internal:7] Dial("Local/204@dial-queue-00000121;2", "IAX2/204,,tU(init^Connect^204)") in new stack [Oct 8 08:42:01] WARNING[19671][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '202' was not found -- Executing [202@dial-internal:4] GotoIf("Local/202@dial-queue-0000011f;2", "0?5:6") in new stack -- Goto (dial-internal,202,6) -- Executing [202@dial-internal:6] NoOp("Local/202@dial-queue-0000011f;2", "Finish if_dial-internal_217") in new stack -- Executing [202@dial-internal:7] Dial("Local/202@dial-queue-0000011f;2", "IAX2/202,,tU(init^Connect^202)") in new stack [Oct 8 08:42:01] WARNING[19671][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [202@dial-internal:8] Hangup("Local/202@dial-queue-0000011f;2", "") in new stack == Spawn extension (dial-internal, 202, 8) exited non-zero on 'Local/202@dial-queue-0000011f;2' -- Executing [207@dial-queue:1] Set("Local/207@dial-queue-00000124;2", "fromq=yes") in new stack -- Executing [207@dial-queue:2] Goto("Local/207@dial-queue-00000124;2", "dial-internal,207,FromQueue") in new stack -- Goto (dial-internal,207,2) -- Executing [207@dial-internal:2] Set("Local/207@dial-queue-00000124;2", "CDR(Destination)=207") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/201@dial-queue-0000011e;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/201@dial-queue-0000011e;2", "") in new stack [Oct 8 08:42:01] WARNING[19670][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '201' was not found -- Executing [201@dial-internal:4] GotoIf("Local/201@dial-queue-0000011e;2", "0?5:6") in new stack -- Goto (dial-internal,201,6) -- Executing [201@dial-internal:6] NoOp("Local/201@dial-queue-0000011e;2", "Finish if_dial-internal_217") in new stack -- Executing [201@dial-internal:7] Dial("Local/201@dial-queue-0000011e;2", "IAX2/201,,tU(init^Connect^201)") in new stack [Oct 8 08:42:01] WARNING[19670][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [201@dial-internal:8] Hangup("Local/201@dial-queue-0000011e;2", "") in new stack -- Called Local/208@dial-queue/n [Oct 8 08:42:01] WARNING[19672][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '203' was not found -- Executing [203@dial-internal:4] GotoIf("Local/203@dial-queue-00000120;2", "0?5:6") in new stack -- Goto (dial-internal,203,6) -- Executing [203@dial-internal:6] NoOp("Local/203@dial-queue-00000120;2", "Finish if_dial-internal_217") in new stack -- Executing [203@dial-internal:7] Dial("Local/203@dial-queue-00000120;2", "IAX2/203,,tU(init^Connect^203)") in new stack [Oct 8 08:42:01] WARNING[19672][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [203@dial-internal:8] Hangup("Local/203@dial-queue-00000120;2", "") in new stack == Spawn extension (dial-internal, 203, 8) exited non-zero on 'Local/203@dial-queue-00000120;2' -- Executing [207@dial-internal:3] Gosub("Local/207@dial-queue-00000124;2", "limit,~~s~~,1(207,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/207@dial-queue-00000124;2", "LOCAL(subject)=207") in new stack -- Executing [~~s~~@limit:2] MSet("Local/207@dial-queue-00000124;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/207@dial-queue-00000124;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/207@dial-queue-00000124;2", "grp,~~s~~,1(Check,207,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/207@dial-queue-00000124;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/207@dial-queue-00000124;2", "LOCAL(subject)=207") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/205@dial-queue-00000122;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/205@dial-queue-00000122;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/205@dial-queue-00000122;2", "") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/205@dial-queue-00000122;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/205@dial-queue-00000122;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/205@dial-queue-00000122;2", "") in new stack [Oct 8 08:42:01] WARNING[19674][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '205' was not found -- Executing [205@dial-internal:4] GotoIf("Local/205@dial-queue-00000122;2", "0?5:6") in new stack -- Executing [~~s~~@grp:4] MSet("Local/206@dial-queue-00000123;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/206@dial-queue-00000123;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/206@dial-queue-00000123;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/206@dial-queue-00000123;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/206@dial-queue-00000123;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/206@dial-queue-00000123;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/206@dial-queue-00000123;2", "") in new stack [Oct 8 08:42:01] WARNING[19673][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [204@dial-internal:8] Hangup("Local/204@dial-queue-00000121;2", "") in new stack == Spawn extension (dial-internal, 204, 8) exited non-zero on 'Local/204@dial-queue-00000121;2' -- Executing [h@dial-internal:1] Gosub("Local/204@dial-queue-00000121;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/204@dial-queue-00000121;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/204@dial-queue-00000121;2", "LOCAL(subject)=missed") in new stack -- Executing [h@dial-internal:1] Gosub("Local/202@dial-queue-0000011f;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@init:3] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/202@dial-queue-0000011f;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/202@dial-queue-0000011f;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/202@dial-queue-0000011f;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/202@dial-queue-0000011f;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/202@dial-queue-0000011f;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/202@dial-queue-0000011f;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/202@dial-queue-0000011f;2", "sw_185_Terminate,11") in new stack == Spawn extension (dial-internal, 201, 8) exited non-zero on 'Local/201@dial-queue-0000011e;2' -- Executing [h@dial-internal:1] Gosub("Local/201@dial-queue-0000011e;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@init:3] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/201@dial-queue-0000011e;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/201@dial-queue-0000011e;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/201@dial-queue-0000011e;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/201@dial-queue-0000011e;2", "0?11:12") in new stack -- Executing [208@dial-queue:1] Set("Local/208@dial-queue-00000125;2", "fromq=yes") in new stack -- Executing [208@dial-queue:2] Goto("Local/208@dial-queue-00000125;2", "dial-internal,208,FromQueue") in new stack -- Goto (dial-internal,208,2) -- Executing [208@dial-internal:2] Set("Local/208@dial-queue-00000125;2", "CDR(Destination)=208") in new stack -- Called Local/209@dial-queue/n -- Executing [h@dial-internal:1] Gosub("Local/203@dial-queue-00000120;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/203@dial-queue-00000120;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/203@dial-queue-00000120;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@init:3] MSet("Local/203@dial-queue-00000120;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/203@dial-queue-00000120;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/203@dial-queue-00000120;2", "sw_185_Terminate,10") in new stack -- Executing [~~s~~@grp:3] MSet("Local/207@dial-queue-00000124;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/207@dial-queue-00000124;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/207@dial-queue-00000124;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/207@dial-queue-00000124;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/207@dial-queue-00000124;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/207@dial-queue-00000124;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/207@dial-queue-00000124;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/207@dial-queue-00000124;2", "") in new stack -- Goto (dial-internal,205,6) -- Executing [205@dial-internal:6] NoOp("Local/205@dial-queue-00000122;2", "Finish if_dial-internal_217") in new stack -- Executing [205@dial-internal:7] Dial("Local/205@dial-queue-00000122;2", "IAX2/205,,tU(init^Connect^205)") in new stack [Oct 8 08:42:01] WARNING[19674][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [205@dial-internal:8] Hangup("Local/205@dial-queue-00000122;2", "") in new stack == Spawn extension (dial-internal, 205, 8) exited non-zero on 'Local/205@dial-queue-00000122;2' -- Executing [h@dial-internal:1] Gosub("Local/205@dial-queue-00000122;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/205@dial-queue-00000122;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/205@dial-queue-00000122;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/206@dial-queue-00000123;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/206@dial-queue-00000123;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/206@dial-queue-00000123;2", "") in new stack [Oct 8 08:42:01] WARNING[19675][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '206' was not found -- Executing [206@dial-internal:4] GotoIf("Local/206@dial-queue-00000123;2", "0?5:6") in new stack -- Goto (dial-internal,206,6) -- Executing [206@dial-internal:6] NoOp("Local/206@dial-queue-00000123;2", "Finish if_dial-internal_217") in new stack -- Executing [208@dial-internal:3] Gosub("Local/208@dial-queue-00000125;2", "limit,~~s~~,1(208,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/208@dial-queue-00000125;2", "LOCAL(subject)=208") in new stack -- Executing [~~s~~@limit:2] MSet("Local/208@dial-queue-00000125;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/208@dial-queue-00000125;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/208@dial-queue-00000125;2", "grp,~~s~~,1(Check,208,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/208@dial-queue-00000125;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@init:3] MSet("Local/204@dial-queue-00000121;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/204@dial-queue-00000121;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/204@dial-queue-00000121;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/204@dial-queue-00000121;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/204@dial-queue-00000121;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/204@dial-queue-00000121;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/204@dial-queue-00000121;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/204@dial-queue-00000121;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/204@dial-queue-00000121;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/204@dial-queue-00000121;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/204@dial-queue-00000121;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/204@dial-queue-00000121;2", "") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/202@dial-queue-0000011f;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/202@dial-queue-0000011f;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/202@dial-queue-0000011f;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/202@dial-queue-0000011f;2", "") in new stack -- Nobody picked up in 0 ms -- Executing [209@dial-queue:1] Set("Local/209@dial-queue-00000126;2", "fromq=yes") in new stack -- Executing [209@dial-queue:2] Goto("Local/209@dial-queue-00000126;2", "dial-internal,209,FromQueue") in new stack -- Goto (dial-internal,209,2) -- Executing [209@dial-internal:2] Set("Local/209@dial-queue-00000126;2", "CDR(Destination)=209") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/201@dial-queue-0000011e;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/201@dial-queue-0000011e;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/201@dial-queue-0000011e;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/201@dial-queue-0000011e;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/201@dial-queue-0000011e;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/201@dial-queue-0000011e;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/201@dial-queue-0000011e;2", "") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/203@dial-queue-00000120;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/203@dial-queue-00000120;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/203@dial-queue-00000120;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/203@dial-queue-00000120;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/203@dial-queue-00000120;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/203@dial-queue-00000120;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/203@dial-queue-00000120;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/203@dial-queue-00000120;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/203@dial-queue-00000120;2", "") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/207@dial-queue-00000124;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/207@dial-queue-00000124;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/207@dial-queue-00000124;2", "") in new stack [Oct 8 08:42:01] WARNING[19676][C-00000074]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '207' was not found -- Executing [207@dial-internal:4] GotoIf("Local/207@dial-queue-00000124;2", "0?5:6") in new stack -- Goto (dial-internal,207,6) -- Executing [207@dial-internal:6] NoOp("Local/207@dial-queue-00000124;2", "Finish if_dial-internal_217") in new stack -- Executing [207@dial-internal:7] Dial("Local/207@dial-queue-00000124;2", "IAX2/207,,tU(init^Connect^207)") in new stack [Oct 8 08:42:01] WARNING[19676][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [~~s~~@init:3] MSet("Local/205@dial-queue-00000122;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/205@dial-queue-00000122;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/205@dial-queue-00000122;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/205@dial-queue-00000122;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/205@dial-queue-00000122;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/205@dial-queue-00000122;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/205@dial-queue-00000122;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/205@dial-queue-00000122;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/205@dial-queue-00000122;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [206@dial-internal:7] Dial("Local/206@dial-queue-00000123;2", "IAX2/206,,tU(init^Connect^206)") in new stack [Oct 8 08:42:01] WARNING[19675][C-00000074]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) -- Executing [206@dial-internal:8] Hangup("Local/206@dial-queue-00000123;2", "") in new stack == Spawn extension (dial-internal, 206, 8) exited non-zero on 'Local/206@dial-queue-00000123;2' -- Executing [h@dial-internal:1] Gosub("Local/206@dial-queue-00000123;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/206@dial-queue-00000123;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/206@dial-queue-00000123;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@grp:2] MSet("Local/208@dial-queue-00000125;2", "LOCAL(subject)=208") in new stack -- Executing [~~s~~@grp:3] MSet("Local/208@dial-queue-00000125;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/208@dial-queue-00000125;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/208@dial-queue-00000125;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/208@dial-queue-00000125;2", "sw_207_Check,10") in new stack -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/208@dial-queue-00000125;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/208@dial-queue-00000125;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/208@dial-queue-00000125;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/208@dial-queue-00000125;2", "") in new stack -- Nobody picked up in 0 ms -- Executing [209@dial-internal:3] Gosub("Local/209@dial-queue-00000126;2", "limit,~~s~~,1(209,internal,1)") in new stack -- Executing [~~s~~@limit:1] MSet("Local/209@dial-queue-00000126;2", "LOCAL(subject)=209") in new stack -- Executing [~~s~~@limit:2] MSet("Local/209@dial-queue-00000126;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@limit:3] MSet("Local/209@dial-queue-00000126;2", "LOCAL(max)=1") in new stack -- Executing [~~s~~@limit:4] Gosub("Local/209@dial-queue-00000126;2", "grp,~~s~~,1(Check,209,internal)") in new stack -- Executing [~~s~~@grp:1] MSet("Local/209@dial-queue-00000126;2", "LOCAL(action)=Check") in new stack -- Executing [~~s~~@grp:2] MSet("Local/209@dial-queue-00000126;2", "LOCAL(subject)=209") in new stack -- Executing [~~s~~@grp:3] MSet("Local/209@dial-queue-00000126;2", "LOCAL(cat)=internal") in new stack -- Executing [~~s~~@grp:4] MSet("Local/209@dial-queue-00000126;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:5] MSet("Local/209@dial-queue-00000126;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@grp:6] Goto("Local/209@dial-queue-00000126;2", "sw_207_Check,10") in new stack -- Nobody picked up in 0 ms -- Nobody picked up in 0 ms -- Executing [sw_185_Terminate@init:12] Goto("Local/205@dial-queue-00000122;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/205@dial-queue-00000122;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/205@dial-queue-00000122;2", "") in new stack -- Executing [207@dial-internal:8] Hangup("Local/207@dial-queue-00000124;2", "") in new stack == Spawn extension (dial-internal, 207, 8) exited non-zero on 'Local/207@dial-queue-00000124;2' -- Executing [h@dial-internal:1] Gosub("Local/207@dial-queue-00000124;2", "init,~~s~~,1(Terminate,missed)") in new stack -- Executing [~~s~~@init:1] MSet("Local/207@dial-queue-00000124;2", "LOCAL(action)=Terminate") in new stack -- Executing [~~s~~@init:2] MSet("Local/207@dial-queue-00000124;2", "LOCAL(subject)=missed") in new stack -- Executing [~~s~~@init:3] MSet("Local/207@dial-queue-00000124;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/207@dial-queue-00000124;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/207@dial-queue-00000124;2", "sw_185_Terminate,10") in new stack -- Executing [~~s~~@init:3] MSet("Local/206@dial-queue-00000123;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:4] MSet("Local/206@dial-queue-00000123;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Executing [~~s~~@init:5] Goto("Local/206@dial-queue-00000123;2", "sw_185_Terminate,10") in new stack -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/206@dial-queue-00000123;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/206@dial-queue-00000123;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/206@dial-queue-00000123;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/206@dial-queue-00000123;2", "1?14:15") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/208@dial-queue-00000125;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/208@dial-queue-00000125;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/208@dial-queue-00000125;2", "") in new stack -- Executing [208@dial-internal:4] GotoIf("Local/208@dial-queue-00000125;2", "1?5:6") in new stack -- Goto (dial-internal,208,5) -- Goto (grp,sw_207_Check,10) -- Executing [sw_207_Check@grp:10] Set("Local/209@dial-queue-00000126;2", "groupcount=0") in new stack -- Executing [sw_207_Check@grp:11] Goto("Local/209@dial-queue-00000126;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) -- Executing [~~s~~@grp:7] NoOp("Local/209@dial-queue-00000126;2", "Finish switch_grp_207") in new stack -- Executing [~~s~~@grp:8] Return("Local/209@dial-queue-00000126;2", "") in new stack -- Executing [~~s~~@limit:5] GotoIf("Local/209@dial-queue-00000126;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) -- Executing [~~s~~@limit:12] NoOp("Local/209@dial-queue-00000126;2", "Finish if_limit_208") in new stack -- Executing [~~s~~@limit:13] Return("Local/209@dial-queue-00000126;2", "") in new stack -- Executing [209@dial-internal:4] GotoIf("Local/209@dial-queue-00000126;2", "1?5:6") in new stack -- Nobody picked up in 0 ms -- Goto (init,sw_185_Terminate,10) -- Executing [sw_185_Terminate@init:10] Goto("Local/207@dial-queue-00000124;2", "sw_187_missed,10") in new stack -- Goto (init,sw_187_missed,10) -- Executing [sw_187_missed@init:10] GotoIf("Local/207@dial-queue-00000124;2", "0?11:12") in new stack -- Goto (init,sw_187_missed,12) -- Executing [sw_187_missed@init:12] NoOp("Local/207@dial-queue-00000124;2", "Finish if_sw_sw_init_Terminate_185_missed_187_188") in new stack -- Executing [sw_187_missed@init:13] GotoIf("Local/207@dial-queue-00000124;2", "1?14:15") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/207@dial-queue-00000124;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/207@dial-queue-00000124;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/207@dial-queue-00000124;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/207@dial-queue-00000124;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/207@dial-queue-00000124;2", "") in new stack -- Goto (init,sw_187_missed,14) -- Executing [sw_187_missed@init:14] Goto("Local/206@dial-queue-00000123;2", "sw_185_Terminate,11") in new stack -- Goto (init,sw_185_Terminate,11) -- Executing [sw_185_Terminate@init:11] NoOp("Local/206@dial-queue-00000123;2", "Finish switch_sw_init_Terminate_185_187") in new stack -- Executing [sw_185_Terminate@init:12] Goto("Local/206@dial-queue-00000123;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) -- Executing [~~s~~@init:6] NoOp("Local/206@dial-queue-00000123;2", "Finish switch_init_185") in new stack -- Executing [~~s~~@init:7] Return("Local/206@dial-queue-00000123;2", "") in new stack -- Nobody picked up in 0 ms -- Executing [208@dial-internal:5] Set("Local/208@dial-queue-00000125;2", "dialadd=&PJSIP/208/sip:208@192.168.1.108:5060") in new stack -- Executing [208@dial-internal:6] NoOp("Local/208@dial-queue-00000125;2", "Finish if_dial-internal_217") in new stack -- Executing [208@dial-internal:7] Dial("Local/208@dial-queue-00000125;2", "IAX2/208&PJSIP/208/sip:208@192.168.1.108:5060,,tU(init^Connect^208)") in new stack -- Nobody picked up in 0 ms -- Goto (dial-internal,209,5) -- Executing [209@dial-internal:5] Set("Local/209@dial-queue-00000126;2", "dialadd=&PJSIP/209/sip:209@192.168.1.108:5060") in new stack -- Executing [209@dial-internal:6] NoOp("Local/209@dial-queue-00000126;2", "Finish if_dial-internal_217") in new stack -- Executing [209@dial-internal:7] Dial("Local/209@dial-queue-00000126;2", "IAX2/209&PJSIP/209/sip:209@192.168.1.108:5060,,tU(init^Connect^209)") in new stack -- Called IAX2/208 -- Called PJSIP/208/sip:208@192.168.1.108:5060 -- Called IAX2/209 -- PJSIP/208-000000e9 connected line has changed. Saving it until answer for Local/208@dial-queue-00000125;2 -- Called PJSIP/209/sip:209@192.168.1.108:5060 -- PJSIP/209-000000ea connected line has changed. Saving it until answer for Local/209@dial-queue-00000126;2 -- PJSIP/208-000000e9 is ringing -- Local/208@dial-queue-00000125;1 is ringing !!!!!!!!!!!!!!!!!!!!!!!!!!!!! And so on indefinetely... --------------------------------------------------------------------- DEBUG log at the time of incoming call, when caller don't hear ringback, neither MOH. I think this is because of no SDP (no Progress), but Queue app is calling its members even after caller have hung up. This (in my opinion) leads by some time to situation, when PBX and PJSIP driver becoming unresponsive. ----------------------------------------------------------------DEBUG Asterisk Ready. router*CLI> core set debug 9 Core debug was OFF and is now 9. [Oct 8 09:55:07] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 183/INVITE/cseq=9362 (rdata0x928731c) [Oct 8 09:55:07] DEBUG[20705]: res_pjsip/pjsip_distributor.c:98 find_request_serializer: Could not find INVITE transaction for 183 response. [Oct 8 09:55:07] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 183/INVITE/cseq=9362 (rdata0x90152ec) [Oct 8 09:55:07] DEBUG[20723]: chan_iax2.c:2663 peercnt_add: ip callno count incremented to 3 for 192.168.1.105 [Oct 8 09:55:07] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for IAX2 - 203 [Oct 8 09:55:07] DEBUG[20689]: chan_iax2.c:14472 iax2_devicestate: Checking device state for device 203 [Oct 8 09:55:07] DEBUG[20689]: chan_iax2.c:14481 iax2_devicestate: Found peer. What's device state of 203? addr=192.168.1.105:4569, defaddr=(null) maxms=2000, lastms=30 [Oct 8 09:55:07] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for IAX2/203 - state 0 (Unknown) [Oct 8 09:55:07] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'IAX2/203' changed to state '0' (Unknown) but we don't care because they're not a member of any queue. [Oct 8 09:55:08] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 183/INVITE/cseq=9362 (rdata0x928731c) [Oct 8 09:55:08] DEBUG[20705]: res_pjsip/pjsip_distributor.c:98 find_request_serializer: Could not find INVITE transaction for 183 response. [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 183/INVITE/cseq=9362 (rdata0x90152ec) [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : endpoint Request msg OPTIONS/cseq=61188 (tdta0x90142d0) created. [Oct 8 09:55:08] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:08] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:08] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:3075 endpt_send_request: 0xb730bf2c: Wrapper created [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:3106 endpt_send_request: 0xb730bf2c: Set timer to 3000 msec [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : tsx0xb730aa3c .Transaction created for Request msg OPTIONS/cseq=61188 (tdta0x90142d0) [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : tsx0xb730aa3c Sending Request msg OPTIONS/cseq=61188 (tdta0x90142d0) in state Null [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : sip_resolve.c .Target '192.168.0.143:5060' type=Unspecified resolved to '192.168.0.143:5060' type=UDP (UDP transport) [Oct 8 09:55:08] DEBUG[20700]: res_pjsip_multihomed.c:157 multihomed_on_tx_message: Re-wrote Contact URI host/port to 192.168.0.254:5060 [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : tsx0xb730aa3c .State changed from Null to Calling, event=TX_MSG [Oct 8 09:55:08] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 486/OPTIONS/cseq=61188 (rdata0x928731c) [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 486/OPTIONS/cseq=61188 (rdata0x90152ec) [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : tsx0xb730aa3c .Incoming Response msg 486/OPTIONS/cseq=61188 (rdata0x90152ec) in state Calling [Oct 8 09:55:08] DEBUG[20700]: pjsip:0 : tsx0xb730aa3c ..State changed from Calling to Completed, event=RX_MSG [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:2963 endpt_send_request_cb: 0xb730bf2c: PJSIP tsx response received [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:2976 endpt_send_request_cb: 0xb730bf2c: Cancelling timer [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:2986 endpt_send_request_cb: 0xb730bf2c: Timer cancelled [Oct 8 09:55:08] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:08] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:08] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) Contact 219/sip:219@192.168.0.143:5060 is now Reachable. RTT: 22.235 msec [Oct 8 09:55:08] DEBUG[20708]: config.c:3635 ast_parse_arg: extract double from [3.0] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:08] DEBUG[20708]: config.c:3544 ast_parse_arg: extract int from [60] in [0, 86400] gives [60](0) [Oct 8 09:55:08] DEBUG[20708]: config.c:3635 ast_parse_arg: extract double from [3.000000] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:3005 endpt_send_request_cb: 0xb730bf2c: Callbacks executed [Oct 8 09:55:08] DEBUG[20700]: res_pjsip.c:3057 send_request_wrapper_destructor: 0xb730bf2c: wrapper destroyed [Oct 8 09:55:09] DEBUG[20725]: chan_iax2.c:3063 sched_delay_remove: schedule decrement of callno used for 192.168.1.105 in 60 seconds [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb7305c04 Timeout timer event [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb7305c04 .State changed from Completed to Terminated, event=TIMER [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb7305c04 Timeout timer event [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb7305c04 .State changed from Terminated to Destroyed, event=TIMER [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb7305c04 Transaction destroyed! [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb730b53c Timeout timer event [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb730b53c .State changed from Completed to Terminated, event=TIMER [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb730b53c Timeout timer event [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb730b53c .State changed from Terminated to Destroyed, event=TIMER [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tdta0x900b848 ..Destroying txdata Request msg REGISTER/cseq=56495 (tdta0x900b848) [Oct 8 09:55:10] DEBUG[20705]: pjsip:0 : tsx0xb730b53c Transaction destroyed! [Oct 8 09:55:11] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Request msg CANCEL/cseq=3 (rdata0x928731c) [Oct 8 09:55:11] DEBUG[20705]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.143' into... [Oct 8 09:55:11] DEBUG[20705]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.143' and port ''. [Oct 8 09:55:11] ERROR[20705]: res_pjsip/pjsip_distributor.c:221 find_dialog: Could not find matching INVITE transaction for CANCEL request [Oct 8 09:55:11] DEBUG[20705]: pjsip:0 : endpoint .Response msg 481/CANCEL/cseq=3 (tdta0x900b848) created [Oct 8 09:55:11] DEBUG[20705]: pjsip:0 : tdta0x900b848 .Destroying txdata Response msg 481/CANCEL/cseq=3 (tdta0x900b848) [Oct 8 09:55:12] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 183/INVITE/cseq=9362 (rdata0x928731c) [Oct 8 09:55:12] DEBUG[20705]: res_pjsip/pjsip_distributor.c:98 find_request_serializer: Could not find INVITE transaction for 183 response. [Oct 8 09:55:12] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 183/INVITE/cseq=9362 (rdata0x90152ec) [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : tsx0xb730aa3c Timeout timer event [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : tsx0xb730aa3c .State changed from Completed to Terminated, event=TIMER [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : tsx0xb730aa3c Timeout timer event [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : tsx0xb730aa3c .State changed from Terminated to Destroyed, event=TIMER [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : tdta0x90142d0 ..Destroying txdata Request msg OPTIONS/cseq=61188 (tdta0x90142d0) [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : tsx0xb730aa3c Transaction destroyed! [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Request msg INVITE/cseq=1 (rdata0x928731c) [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Request msg INVITE/cseq=1 (rdata0x90152ec) [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_ip.c:128 ip_identify: No identify sections to match against [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_user.c:106 username_identify: Could not identify endpoint by username '7921XXXXXXX' [Oct 8 09:55:13] NOTICE[20700]: res_pjsip/pjsip_distributor.c:347 log_unidentified_request: Request from '"7921XXXXXXX" ' failed for '81.88.86.11:5060' (callid: ZmY2YjNjNWE2NGMxZDg1MTg1ZDhkZjFjMmU2ZmZiMzM.) - No matching endpoint found [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : endpoint .Response msg 401/INVITE/cseq=1 (tdta0x900b848) created [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : tdta0x900b848 .Destroying txdata Response msg 401/INVITE/cseq=1 (tdta0x900b848) [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Request msg INVITE/cseq=1 (rdata0x928731c) [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Request msg INVITE/cseq=1 (rdata0x90152ec) [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_outbound_registration.c:463 line_identify: Determined relationship to outbound registration 'mango' based on line 'yzbnoeg', using configured endpoint 'mango' [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : tsx0xb730b53c ..Transaction created for Request msg INVITE/cseq=1 (rdata0x90152ec) [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : tsx0xb730b53c .Incoming Request msg INVITE/cseq=1 (rdata0x90152ec) in state Null [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : tsx0xb730b53c ..State changed from Null to Trying, event=RX_MSG [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : dlg0xb730aa3c ...Transaction tsx0xb730b53c state changed to Trying [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : dlg0xb730aa3c .UAS dialog created [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : dlg0xb730aa3c .Module mod-invite added as dialog usage, data=0xb7307354 [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : dlg0xb730aa3c ..Session count inc to 2 by mod-invite [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : inv0xb730aa3c .UAS invite session created for dialog dlg0xb730aa3c [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : dlg0xb730aa3c .Module Session Module added as dialog usage, data=(nil) [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : dlg0xb730aa3c ..Session count inc to 2 by Session Module [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Request msg INVITE/cseq=1 (rdata0x928731c) [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:263 handle_incoming_sdp: Negotiating incoming SDP media stream 'audio' using audio SDP handler [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.64' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.64' and port ''. [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:425 ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0x9a07b7c' [Oct 8 09:55:13] DEBUG[20701]: res_rtp_asterisk.c:2489 ast_rtp_new: Allocated port 19342 for RTP instance '0x9a07b7c' [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 ICE session created, comp_cnt=2, role is Unknown agent [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Candidate 0 added: comp_id=1, type=host, foundation=Hb213f2a9, addr=178.XX.XXX.XXX:19342, base=178.XX.XXX.XXX:19342, prio=0x7effffff (2130706431) [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.254' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.254' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Candidate 1 added: comp_id=1, type=host, foundation=Hc0a800fe, addr=192.168.0.254:19342, base=192.168.0.254:19342, prio=0x7effffff (2130706431) [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.1' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.1' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Candidate 2 added: comp_id=1, type=host, foundation=Hac100001, addr=172.16.0.1:19342, base=172.16.0.1:19342, prio=0x7effffff (2130706431) [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:434 ast_rtp_instance_new: RTP instance '0x9a07b7c' is setup and ready to go [Oct 8 09:55:13] DEBUG[20701]: res_rtp_asterisk.c:4721 ast_rtp_prop_set: Setup RTCP on RTP instance '0x9a07b7c' [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Candidate 3 added: comp_id=2, type=host, foundation=Hb213f2a9, addr=178.XX.XXX.XXX:19343, base=178.XX.XXX.XXX:19343, prio=0x7efffffe (2130706430) [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.254' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.254' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Candidate 4 added: comp_id=2, type=host, foundation=Hc0a800fe, addr=192.168.0.254:19343, base=192.168.0.254:19343, prio=0x7efffffe (2130706430) [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.1' into... [Oct 8 09:55:13] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.1' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Candidate 5 added: comp_id=2, type=host, foundation=Hac100001, addr=172.16.0.1:19343, base=172.16.0.1:19343, prio=0x7efffffe (2130706430) [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : icess0x9019b84 Destroying ICE session 0x9019b84 [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : stuse0x905fbe8 STUN session 0x901b38c destroy request, ref_cnt=4 [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : stuse0x900dfd8 STUN session 0x901bb64 destroy request, ref_cnt=3 [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : ice_session.c ICE session 0x9019b84 destroyed [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : stun_session.c STUN session 0x901b38c destroyed [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : stun_session.c STUN session 0x901bb64 destroyed [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:668 ast_rtp_codecs_payloads_set_m_type: Setting payload 8 (0x8fc7a3c) based on m type on 0xb6f3eb70 [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:668 ast_rtp_codecs_payloads_set_m_type: Setting payload 18 (0x8fc7a3c) based on m type on 0xb6f3eb70 [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:668 ast_rtp_codecs_payloads_set_m_type: Setting payload 96 (0x8fc7a3c) based on m type on 0xb6f3eb70 [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:630 ast_rtp_codecs_payloads_copy: Copying payload 8 (0x8fdc984) from 0xb6f3eb70 to 0x9a07d28 [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:630 ast_rtp_codecs_payloads_copy: Copying payload 18 (0x9231b84) from 0xb6f3eb70 to 0x9a07d28 [Oct 8 09:55:13] DEBUG[20701]: rtp_engine.c:630 ast_rtp_codecs_payloads_copy: Copying payload 96 (0x9a032cc) from 0xb6f3eb70 to 0x9a07d28 [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:273 handle_incoming_sdp: Media stream 'audio' handled by audio [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Request msg INVITE/cseq=1 (rdata0x90152ec) [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_ip.c:128 ip_identify: No identify sections to match against [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_user.c:106 username_identify: Could not identify endpoint by username '7921XXXXXXX' [Oct 8 09:55:13] NOTICE[20700]: res_pjsip/pjsip_distributor.c:347 log_unidentified_request: Request from '"7921XXXXXXX" ' failed for '81.88.86.11:5060' (callid: ZmY2YjNjNWE2NGMxZDg1MTg1ZDhkZjFjMmU2ZmZiMzM.) - No matching endpoint found [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : endpoint .Response msg 401/INVITE/cseq=1 (tdta0xb7308588) created [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : tdta0xb7308588 .Destroying txdata Response msg 401/INVITE/cseq=1 (tdta0xb7308588) [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Request msg ACK/cseq=1 (rdata0x928731c) [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : endpoint .Response msg 100/INVITE/cseq=1 (tdta0xb7308588) created [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : dlg0xb730aa3c .Initial answer Response msg 100/INVITE/cseq=1 (tdta0xb7308588) [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Request msg ACK/cseq=1 (rdata0x90152ec) [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_ip.c:128 ip_identify: No identify sections to match against [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_user.c:106 username_identify: Could not identify endpoint by username '7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2251 handle_outgoing_response: Method is INVITE, Response is 100 Trying [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : inv0xb730aa3c .Sending Response msg 100/INVITE/cseq=1 (tdta0xb7308588) [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : dlg0xb730aa3c ..Sending Response msg 100/INVITE/cseq=1 (tdta0xb7308588) [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : tsx0xb730b53c ..Sending Response msg 100/INVITE/cseq=1 (tdta0xb7308588) in state Trying [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : tsx0xb730b53c ...State changed from Trying to Proceeding, event=TX_MSG [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : dlg0xb730aa3c ....Transaction tsx0xb730b53c state changed to Proceeding [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_state_changed called on event TSX_STATE [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint 'mango()' [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb730b53c) [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2175 __print_debug_details: There is no transaction involved in this state change [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is INCOMING [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2333 session_inv_on_state_changed: Source of transaction state change is TX_MSG [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2263 handle_outgoing: Sending response [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2251 handle_outgoing_response: Method is INVITE, Response is 100 Trying [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint 'mango()' [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb730b53c) [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2166 __print_debug_details: The UAS INVITE transaction involved in this state change is 0xb730b53c [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Proceeding [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is TX_MSG [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is INCOMING [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2263 handle_outgoing: Sending response [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2251 handle_outgoing_response: Method is INVITE, Response is 100 Trying [Oct 8 09:55:13] DEBUG[20701]: res_pjsip_session.c:2187 handle_incoming_request: Method is INVITE [Oct 8 09:55:13] DEBUG[20701]: pjsip:0 : dlg0xb730aa3c Module NAT added as dialog usage, data=(nil) [Oct 8 09:55:13] DEBUG[20701]: chan_pjsip.c:2188 pbx_start_incoming_request: Started PBX on new PJSIP channel PJSIP/mango-00000000 [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [s@in:1] Gosub("PJSIP/mango-00000000", "callerid,~~s~~,1") in new stack [Oct 8 09:55:13] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Request msg ACK/cseq=1 (rdata0x928731c) [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '81.88.86.11' into... [Oct 8 09:55:13] DEBUG[20705]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '81.88.86.11' and port ''. [Oct 8 09:55:13] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Request msg ACK/cseq=1 (rdata0x9023da4) [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_ip.c:128 ip_identify: No identify sections to match against [Oct 8 09:55:13] DEBUG[20700]: res_pjsip_endpoint_identifier_user.c:106 username_identify: Could not identify endpoint by username '7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:606 gosub_exec: Channel PJSIP/mango-00000000 has no datastore, so we're allocating one. [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@callerid:1] MSet("PJSIP/mango-00000000", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@callerid:2] MSet("PJSIP/mango-00000000", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: func_strings.c:973 regex: FUNCTION REGEX (^[2-9][0-9][1-9]$)(7921XXXXXXX) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function REGEX("^[2-9][0-9][1-9]$" 7921XXXXXXX) result is '0' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@callerid:3] GotoIf("PJSIP/mango-00000000", "1?4:5") in new stack -- Goto (callerid,~~s~~,4) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [~~s~~@callerid:4] Set("PJSIP/mango-00000000", "CALLERID(name)=Anonymous") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@callerid:5] NoOp("PJSIP/mango-00000000", "Finish if_callerid_31") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@callerid:6] Goto("PJSIP/mango-00000000", "sw_32_7921XXXXXXX,10") in new stack -- Goto (callerid,sw_32_7921XXXXXXX,10) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_32_7921XXXXXXX@callerid:10] Set("PJSIP/mango-00000000", "CALLERID(num)=+7921XXXXXXX") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_32_7921XXXXXXX@callerid:11] Goto("PJSIP/mango-00000000", "~~s~~,7") in new stack -- Goto (callerid,~~s~~,7) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@callerid:7] NoOp("PJSIP/mango-00000000", "Finish switch_callerid_32") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '+7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [~~s~~@callerid:8] Set("PJSIP/mango-00000000", "CALLERID(name)=+7921XXXXXXX") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@callerid:9] Return("PJSIP/mango-00000000", "") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(rdnis) result is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [s@in:2] Gosub("PJSIP/mango-00000000", "init,~~s~~,1(in,7800XXXXXXX)") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("PJSIP/mango-00000000", "LOCAL(action)=in") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("PJSIP/mango-00000000", "LOCAL(subject)=7800XXXXXXX") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("PJSIP/mango-00000000", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("PJSIP/mango-00000000", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("PJSIP/mango-00000000", "sw_2_in,10") in new stack -- Goto (init,sw_2_in,10) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_2_in@init:10] GotoIf("PJSIP/mango-00000000", "1?11:13") in new stack -- Goto (init,sw_2_in,11) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_2_in@init:11] Set("PJSIP/mango-00000000", "CDR(Destination)=7800XXXXXXX") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_in@init:12] Goto("PJSIP/mango-00000000", "14") in new stack -- Goto (init,sw_2_in,14) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_in@init:14] NoOp("PJSIP/mango-00000000", "Finish if_sw_init_default_2_9") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'init_uid' is NULL [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_2_in@init:15] GotoIf("PJSIP/mango-00000000", "0?16:25") in new stack -- Goto (init,sw_2_in,25) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_in@init:25] NoOp("PJSIP/mango-00000000", "Finish if_sw_init_default_2_10") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'UNIQUEID' is '1444308913.0' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_2_in@init:26] Set("PJSIP/mango-00000000", "__init_uid=1444308913.0") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '+7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_2_in@init:27] Set("PJSIP/mango-00000000", "__init_num=+7921XXXXXXX") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(name) result is '+7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_2_in@init:28] Set("PJSIP/mango-00000000", "__init_name=+7921XXXXXXX") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [sw_2_in@init:29] Gosub("PJSIP/mango-00000000", "log,~~s~~,1(in,)") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@log:1] MSet("PJSIP/mango-00000000", "LOCAL(action)=in") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@log:2] MSet("PJSIP/mango-00000000", "LOCAL(subject)=") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@log:3] MSet("PJSIP/mango-00000000", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@log:4] MSet("PJSIP/mango-00000000", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@log:5] Goto("PJSIP/mango-00000000", "sw_33_in,10") in new stack -- Goto (log,sw_33_in,10) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CDR(Destination) result is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(all) result is '"+7921XXXXXXX" <+7921XXXXXXX>' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'init_uid' is '1444308913.0' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Log' -- Executing [sw_33_in@log:10] Log("PJSIP/mango-00000000", "NOTICE,7800XXXXXXX<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+7921XXXXXXX" <+7921XXXXXXX> 1444308913.0") in new stack [Oct 8 09:55:13] NOTICE[20741][C-00000000]: Ext. sw_33_in:10 @ log: 7800XXXXXXX<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+7921XXXXXXX" <+7921XXXXXXX> 1444308913.0 [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_33_in@log:11] Goto("PJSIP/mango-00000000", "~~s~~,6") in new stack -- Goto (log,~~s~~,6) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@log:6] NoOp("PJSIP/mango-00000000", "Finish switch_log_33") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@log:7] Return("PJSIP/mango-00000000", "") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_2_in@init:30] GotoIf("PJSIP/mango-00000000", "0?31:34") in new stack -- Goto (init,sw_2_in,34) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_in@init:34] NoOp("PJSIP/mango-00000000", "Finish if_sw_init_default_2_13") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_in@init:35] Goto("PJSIP/mango-00000000", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("PJSIP/mango-00000000", "Finish switch_init_2") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("PJSIP/mango-00000000", "") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'REC_MAIN' is '/home/rec/' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [s@in:3] Gosub("PJSIP/mango-00000000", "mix,~~s~~,1(/home/rec/,in,)") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '/home/rec/' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '/home/rec/' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@mix:1] MSet("PJSIP/mango-00000000", "LOCAL(path)=/home/rec/") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@mix:2] MSet("PJSIP/mango-00000000", "LOCAL(descr)=in") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@mix:3] MSet("PJSIP/mango-00000000", "LOCAL(path_add)=") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'path' is '/home/rec/' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EPOCH' is '1444308913' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1444308913,,%Y) result is '2015' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EPOCH' is '1444308913' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1444308913,,%m) result is '10' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EPOCH' is '1444308913' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1444308913,,%d) result is '08' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'path_add' is '' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EPOCH' is '1444308913' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1444308913,,%Y-%m-%d_%H-%M-%S) result is '2015-10-08_09-55-13' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'descr' is 'in' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'init_num' is '+7921XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CDR(Destination) result is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'init_uid' is '1444308913.0' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MixMonitor' -- Executing [~~s~~@mix:4] MixMonitor("PJSIP/mango-00000000", "/home/rec/2015/10/08/2015-10-08_09-55-13_in_from_+7921XXXXXXX_to_7800XXXXXXX_1444308913.0.wav49") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: autochan.c:58 ast_autochan_setup: Created autochan 0xb7306930 to hold channel PJSIP/mango-00000000 (0x9020c14) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@mix:5] Return("PJSIP/mango-00000000", "") in new stack [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CDR(Destination) result is '7800XXXXXXX' [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [s@in:4] Goto("PJSIP/mango-00000000", "in-patterns,7800XXXXXXX,1") in new stack -- Goto (in-patterns,7800XXXXXXX,1) [Oct 8 09:55:13] DEBUG[20741][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [7800XXXXXXX@in-patterns:1] Dial("PJSIP/mango-00000000", "Local/200@dial-internal/n,300") in new stack == Begin MixMonitor Recording PJSIP/mango-00000000 [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20741][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from PJSIP/mango-00000000 to Local/200@dial-internal-00000000;1. [Oct 8 09:55:14] DEBUG[20741][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from PJSIP/mango-00000000 to Local/200@dial-internal-00000000;1. [Oct 8 09:55:14] DEBUG[20741][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from PJSIP/mango-00000000 to Local/200@dial-internal-00000000;1. -- Called Local/200@dial-internal/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '200' [Oct 8 09:55:14] DEBUG[20743][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [200@dial-internal:1] Goto("Local/200@dial-internal-00000000;2", "dial-queue,200,1") in new stack -- Goto (dial-queue,200,1) [Oct 8 09:55:14] DEBUG[20743][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '200' [Oct 8 09:55:14] DEBUG[20743][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [200@dial-queue:1] Set("Local/200@dial-internal-00000000;2", "CDR(Destination)=200") in new stack [Oct 8 09:55:14] DEBUG[20743][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '200' [Oct 8 09:55:14] DEBUG[20743][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Queue' -- Executing [200@dial-queue:2] Queue("Local/200@dial-internal-00000000;2", "200") in new stack [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:7665 queue_exec: queue: 200, options: , url: , announce: , timeout: , agi: , macro: , gosub: , rule: , position: [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:7693 queue_exec: NO QUEUE_PRIO variable found. Using default. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:7745 queue_exec: queue: 200, expires: 0, priority: 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:3497 update_realtime_members: Queue 200 has no realtime members defined. No need for update [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:3612 join_queue: Queue '200' Join, Channel 'Local/200@dial-internal-00000000;2', Position '1' [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'Queue:200' changed to state '6' (Ringing) but we don't care because they're not a member of any queue. -- Started music on hold, class 'default', on channel 'Local/200@dial-internal-00000000;2' [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:3402 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:4845 ast_prod: Prodding channel 'Local/200@dial-internal-00000000;2' [Oct 8 09:55:14] WARNING[20741][C-00000000]: translate.c:392 framein: no samples for alawtolin [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:5133 is_our_turn: There is 1 available member. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:5148 is_our_turn: It's our turn (Local/200@dial-internal-00000000;2). [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:6368 try_calling: Local/200@dial-internal-00000000;2 is trying to call a queue member. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/201@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/201@dial-queue-00000001;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/201@dial-queue-00000001;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/201@dial-queue-00000001;1. -- Called Local/201@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/202@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/202@dial-queue-00000002;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/202@dial-queue-00000002;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/202@dial-queue-00000002;1. -- Called Local/202@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/203@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/203@dial-queue-00000003;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/203@dial-queue-00000003;1. [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/203@dial-queue-00000003;1. -- Executing [201@dial-queue:1] Set("Local/201@dial-queue-00000001;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [201@dial-queue:2] Goto("Local/201@dial-queue-00000001;2", "dial-internal,201,FromQueue") in new stack -- Goto (dial-internal,201,2) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [201@dial-internal:2] Set("Local/201@dial-queue-00000001;2", "CDR(Destination)=201") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [201@dial-internal:3] Gosub("Local/201@dial-queue-00000001;2", "limit,~~s~~,1(201,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/201@dial-queue-00000001;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Called Local/203@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/204@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] -- Executing [202@dial-queue:1] Set("Local/202@dial-queue-00000002;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [202@dial-queue:2] Goto("Local/202@dial-queue-00000002;2", "dial-internal,202,FromQueue") in new stack -- Goto (dial-internal,202,2) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [202@dial-internal:2] Set("Local/202@dial-queue-00000002;2", "CDR(Destination)=202") in new stack [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/204@dial-queue-00000004;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/204@dial-queue-00000004;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/204@dial-queue-00000004;1. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [202@dial-internal:3] Gosub("Local/202@dial-queue-00000002;2", "limit,~~s~~,1(202,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/202@dial-queue-00000002;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/202@dial-queue-00000002;2", "LOCAL(subject)=202") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/201@dial-queue-00000001;2", "LOCAL(subject)=201") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/201@dial-queue-00000001;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/201@dial-queue-00000001;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/201@dial-queue-00000001;2", "grp,~~s~~,1(Check,201,internal)") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [203@dial-queue:1] Set("Local/203@dial-queue-00000003;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [203@dial-queue:2] Goto("Local/203@dial-queue-00000003;2", "dial-internal,203,FromQueue") in new stack -- Goto (dial-internal,203,2) [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [203@dial-internal:2] Set("Local/203@dial-queue-00000003;2", "CDR(Destination)=203") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [203@dial-internal:3] Gosub("Local/203@dial-queue-00000003;2", "limit,~~s~~,1(203,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/203@dial-queue-00000003;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/203@dial-queue-00000003;2", "LOCAL(subject)=203") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/203@dial-queue-00000003;2", "LOCAL(cat)=internal") in new stack -- Called Local/204@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/205@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/205@dial-queue-00000005;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/205@dial-queue-00000005;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/205@dial-queue-00000005;1. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/202@dial-queue-00000002;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/202@dial-queue-00000002;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/202@dial-queue-00000002;2", "grp,~~s~~,1(Check,202,internal)") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/202@dial-queue-00000002;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/202@dial-queue-00000002;2", "LOCAL(subject)=202") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/202@dial-queue-00000002;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/202@dial-queue-00000002;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/201@dial-queue-00000001;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/201@dial-queue-00000001;2", "LOCAL(subject)=201") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/201@dial-queue-00000001;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/201@dial-queue-00000001;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/201@dial-queue-00000001;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/201@dial-queue-00000001;2", "sw_24_Check,10") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/203@dial-queue-00000003;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/203@dial-queue-00000003;2", "grp,~~s~~,1(Check,203,internal)") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/203@dial-queue-00000003;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/203@dial-queue-00000003;2", "LOCAL(subject)=203") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/203@dial-queue-00000003;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/203@dial-queue-00000003;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [204@dial-queue:1] Set("Local/204@dial-queue-00000004;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [204@dial-queue:2] Goto("Local/204@dial-queue-00000004;2", "dial-internal,204,FromQueue") in new stack -- Goto (dial-internal,204,2) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [204@dial-internal:2] Set("Local/204@dial-queue-00000004;2", "CDR(Destination)=204") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [204@dial-internal:3] Gosub("Local/204@dial-queue-00000004;2", "limit,~~s~~,1(204,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/204@dial-queue-00000004;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/204@dial-queue-00000004;2", "LOCAL(subject)=204") in new stack -- Called Local/205@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/206@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/206@dial-queue-00000006;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/206@dial-queue-00000006;1. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/202@dial-queue-00000002;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/202@dial-queue-00000002;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(202@internal) result is '0' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/202@dial-queue-00000002;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/202@dial-queue-00000002;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/202@dial-queue-00000002;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/202@dial-queue-00000002;2", "") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(201@internal) result is '0' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/201@dial-queue-00000001;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/201@dial-queue-00000001;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/201@dial-queue-00000001;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/201@dial-queue-00000001;2", "") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/201@dial-queue-00000001;2", "0?6:12") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/203@dial-queue-00000003;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/203@dial-queue-00000003;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(203@internal) result is '0' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/203@dial-queue-00000003;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/203@dial-queue-00000003;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/203@dial-queue-00000003;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/203@dial-queue-00000003;2", "") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/204@dial-queue-00000004;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/204@dial-queue-00000004;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/204@dial-queue-00000004;2", "grp,~~s~~,1(Check,204,internal)") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/204@dial-queue-00000004;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/204@dial-queue-00000004;2", "LOCAL(subject)=204") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [205@dial-queue:1] Set("Local/205@dial-queue-00000005;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [205@dial-queue:2] Goto("Local/205@dial-queue-00000005;2", "dial-internal,205,FromQueue") in new stack -- Goto (dial-internal,205,2) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [205@dial-internal:2] Set("Local/205@dial-queue-00000005;2", "CDR(Destination)=205") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [205@dial-internal:3] Gosub("Local/205@dial-queue-00000005;2", "limit,~~s~~,1(205,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/205@dial-queue-00000005;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/205@dial-queue-00000005;2", "LOCAL(subject)=205") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/205@dial-queue-00000005;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/206@dial-queue-00000006;1. -- Called Local/206@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/207@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/207@dial-queue-00000007;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/207@dial-queue-00000007;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/207@dial-queue-00000007;1. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/202@dial-queue-00000002;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/202@dial-queue-00000002;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/202@dial-queue-00000002;2", "") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/201@dial-queue-00000001;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/201@dial-queue-00000001;2", "") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '201' [Oct 8 09:55:14] WARNING[20744][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '201' was not found [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(201) result is '(null)' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [201@dial-internal:4] GotoIf("Local/201@dial-queue-00000001;2", "0?5:6") in new stack -- Goto (dial-internal,201,6) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [201@dial-internal:6] NoOp("Local/201@dial-queue-00000001;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '201' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [201@dial-internal:7] Dial("Local/201@dial-queue-00000001;2", "IAX2/201,,tU(init^Connect^201)") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/203@dial-queue-00000003;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/203@dial-queue-00000003;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/203@dial-queue-00000003;2", "") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '203' [Oct 8 09:55:14] WARNING[20746][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '203' was not found [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(203) result is '(null)' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [203@dial-internal:4] GotoIf("Local/203@dial-queue-00000003;2", "0?5:6") in new stack -- Goto (dial-internal,203,6) [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [203@dial-internal:6] NoOp("Local/203@dial-queue-00000003;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/204@dial-queue-00000004;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/204@dial-queue-00000004;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/204@dial-queue-00000004;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/204@dial-queue-00000004;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(204@internal) result is '0' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/204@dial-queue-00000004;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/205@dial-queue-00000005;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/205@dial-queue-00000005;2", "grp,~~s~~,1(Check,205,internal)") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/205@dial-queue-00000005;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/205@dial-queue-00000005;2", "LOCAL(subject)=205") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/205@dial-queue-00000005;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/205@dial-queue-00000005;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/205@dial-queue-00000005;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [206@dial-queue:1] Set("Local/206@dial-queue-00000006;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [206@dial-queue:2] Goto("Local/206@dial-queue-00000006;2", "dial-internal,206,FromQueue") in new stack -- Goto (dial-internal,206,2) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [206@dial-internal:2] Set("Local/206@dial-queue-00000006;2", "CDR(Destination)=206") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [207@dial-queue:1] Set("Local/207@dial-queue-00000007;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [207@dial-queue:2] Goto("Local/207@dial-queue-00000007;2", "dial-internal,207,FromQueue") in new stack -- Goto (dial-internal,207,2) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [207@dial-internal:2] Set("Local/207@dial-queue-00000007;2", "CDR(Destination)=207") in new stack -- Called Local/207@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/208@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/208@dial-queue-00000008;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/208@dial-queue-00000008;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/208@dial-queue-00000008;1. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '202' [Oct 8 09:55:14] WARNING[20745][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '202' was not found [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(202) result is '(null)' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [202@dial-internal:4] GotoIf("Local/202@dial-queue-00000002;2", "0?5:6") in new stack -- Goto (dial-internal,202,6) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [202@dial-internal:6] NoOp("Local/202@dial-queue-00000002;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '202' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [202@dial-internal:7] Dial("Local/202@dial-queue-00000002;2", "IAX2/202,,tU(init^Connect^202)") in new stack [Oct 8 09:55:14] WARNING[20745][C-00000000]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [206@dial-internal:3] Gosub("Local/206@dial-queue-00000006;2", "limit,~~s~~,1(206,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/206@dial-queue-00000006;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/206@dial-queue-00000006;2", "LOCAL(subject)=206") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/206@dial-queue-00000006;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/206@dial-queue-00000006;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/206@dial-queue-00000006;2", "grp,~~s~~,1(Check,206,internal)") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] WARNING[20744][C-00000000]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_dial.c:3060 dial_exec_full: Exiting with DIALSTATUS=CHANUNAVAIL. [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup' -- Executing [201@dial-internal:8] Hangup("Local/201@dial-queue-00000001;2", "") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'Local/201@dial-queue-00000001;2' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:6511 __ast_pbx_run: Spawn extension (dial-internal,201,8) exited non-zero on 'Local/201@dial-queue-00000001;2' == Spawn extension (dial-internal, 201, 8) exited non-zero on 'Local/201@dial-queue-00000001;2' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'Local/201@dial-queue-00000001;2' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'Local/201@dial-queue-00000001;2' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [h@dial-internal:1] Gosub("Local/201@dial-queue-00000001;2", "init,~~s~~,1(Terminate,missed)") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Terminate' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'missed' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Terminate' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("Local/201@dial-queue-00000001;2", "LOCAL(action)=Terminate") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [207@dial-internal:3] Gosub("Local/207@dial-queue-00000007;2", "limit,~~s~~,1(207,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/207@dial-queue-00000007;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/207@dial-queue-00000007;2", "LOCAL(subject)=207") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/207@dial-queue-00000007;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/207@dial-queue-00000007;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/207@dial-queue-00000007;2", "grp,~~s~~,1(Check,207,internal)") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '203' [Oct 8 09:55:14] DEBUG[20746][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [203@dial-internal:7] Dial("Local/203@dial-queue-00000003;2", "IAX2/203,,tU(init^Connect^203)") in new stack [Oct 8 09:55:14] DEBUG[20746][C-00000000]: chan_iax2.c:2663 peercnt_add: ip callno count incremented to 4 for 192.168.1.105 [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/203@dial-queue-00000003;2 to IAX2/203-1254. [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/203@dial-queue-00000003;2 to IAX2/203-1254. [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/203@dial-queue-00000003;2 to IAX2/203-1254. [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/204@dial-queue-00000004;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/204@dial-queue-00000004;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/204@dial-queue-00000004;2", "") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/204@dial-queue-00000004;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/204@dial-queue-00000004;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/204@dial-queue-00000004;2", "") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '204' [Oct 8 09:55:14] WARNING[20747][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '204' was not found [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(204) result is '(null)' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [204@dial-internal:4] GotoIf("Local/204@dial-queue-00000004;2", "0?5:6") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/205@dial-queue-00000005;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(205@internal) result is '0' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/205@dial-queue-00000005;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/205@dial-queue-00000005;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/205@dial-queue-00000005;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/205@dial-queue-00000005;2", "") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/205@dial-queue-00000005;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/205@dial-queue-00000005;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/205@dial-queue-00000005;2", "") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [208@dial-queue:1] Set("Local/208@dial-queue-00000008;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [208@dial-queue:2] Goto("Local/208@dial-queue-00000008;2", "dial-internal,208,FromQueue") in new stack -- Goto (dial-internal,208,2) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [208@dial-internal:2] Set("Local/208@dial-queue-00000008;2", "CDR(Destination)=208") in new stack -- Called Local/208@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: app_queue.c:4351 ring_one: (Parallel) Trying 'Local/209@dial-queue/n' with metric 0 [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/200@dial-internal-00000000;2 to Local/209@dial-queue-00000009;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/200@dial-internal-00000000;2 to Local/209@dial-queue-00000009;1. [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/200@dial-internal-00000000;2 to Local/209@dial-queue-00000009;1. [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/206@dial-queue-00000006;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/206@dial-queue-00000006;2", "LOCAL(subject)=206") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/206@dial-queue-00000006;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/206@dial-queue-00000006;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/206@dial-queue-00000006;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/206@dial-queue-00000006;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(206@internal) result is '0' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/206@dial-queue-00000006;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_dial.c:3060 dial_exec_full: Exiting with DIALSTATUS=CHANUNAVAIL. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup' -- Executing [202@dial-internal:8] Hangup("Local/202@dial-queue-00000002;2", "") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'Local/202@dial-queue-00000002;2' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:6511 __ast_pbx_run: Spawn extension (dial-internal,202,8) exited non-zero on 'Local/202@dial-queue-00000002;2' == Spawn extension (dial-internal, 202, 8) exited non-zero on 'Local/202@dial-queue-00000002;2' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'Local/202@dial-queue-00000002;2' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'Local/202@dial-queue-00000002;2' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [h@dial-internal:1] Gosub("Local/202@dial-queue-00000002;2", "init,~~s~~,1(Terminate,missed)") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Terminate' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'missed' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Terminate' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("Local/202@dial-queue-00000002;2", "LOCAL(action)=Terminate") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'missed' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("Local/202@dial-queue-00000002;2", "LOCAL(subject)=missed") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("Local/202@dial-queue-00000002;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("Local/202@dial-queue-00000002;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'missed' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("Local/201@dial-queue-00000001;2", "LOCAL(subject)=missed") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("Local/201@dial-queue-00000001;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("Local/201@dial-queue-00000001;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Terminate' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("Local/201@dial-queue-00000001;2", "sw_2_Terminate,10") in new stack -- Goto (init,sw_2_Terminate,10) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is 'missed' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:10] Goto("Local/201@dial-queue-00000001;2", "sw_4_missed,10") in new stack -- Goto (init,sw_4_missed,10) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIALSTATUS' is 'CHANUNAVAIL' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:10] GotoIf("Local/201@dial-queue-00000001;2", "0?11:12") in new stack -- Goto (init,sw_4_missed,12) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_4_missed@init:12] NoOp("Local/201@dial-queue-00000001;2", "Finish if_sw_sw_init_Terminate_2_missed_4_5") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/207@dial-queue-00000007;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/207@dial-queue-00000007;2", "LOCAL(subject)=207") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/207@dial-queue-00000007;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/207@dial-queue-00000007;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [208@dial-internal:3] Gosub("Local/208@dial-queue-00000008;2", "limit,~~s~~,1(208,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/208@dial-queue-00000008;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/208@dial-queue-00000008;2", "LOCAL(subject)=208") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/208@dial-queue-00000008;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/208@dial-queue-00000008;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/208@dial-queue-00000008;2", "grp,~~s~~,1(Check,208,internal)") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for IAX2 - 203 [Oct 8 09:55:14] DEBUG[20689]: chan_iax2.c:14472 iax2_devicestate: Checking device state for device 203 [Oct 8 09:55:14] DEBUG[20689]: chan_iax2.c:14481 iax2_devicestate: Found peer. What's device state of 203? addr=192.168.1.105:4569, defaddr=(null) maxms=2000, lastms=30 -- Called IAX2/203 [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel.c:5490 set_format: Channel IAX2/203-1254 setting read format path: alaw -> alaw [Oct 8 09:55:14] DEBUG[20746][C-00000000]: channel.c:5490 set_format: Channel IAX2/203-1254 setting write format path: alaw -> alaw -- Goto (dial-internal,204,6) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [204@dial-internal:6] NoOp("Local/204@dial-queue-00000004;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '204' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [204@dial-internal:7] Dial("Local/204@dial-queue-00000004;2", "IAX2/204,,tU(init^Connect^204)") in new stack [Oct 8 09:55:14] WARNING[20747][C-00000000]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_dial.c:3060 dial_exec_full: Exiting with DIALSTATUS=CHANUNAVAIL. [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup' -- Executing [204@dial-internal:8] Hangup("Local/204@dial-queue-00000004;2", "") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'Local/204@dial-queue-00000004;2' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:6511 __ast_pbx_run: Spawn extension (dial-internal,204,8) exited non-zero on 'Local/204@dial-queue-00000004;2' == Spawn extension (dial-internal, 204, 8) exited non-zero on 'Local/204@dial-queue-00000004;2' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'Local/204@dial-queue-00000004;2' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'Local/204@dial-queue-00000004;2' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [h@dial-internal:1] Gosub("Local/204@dial-queue-00000004;2", "init,~~s~~,1(Terminate,missed)") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Terminate' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'missed' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Terminate' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("Local/204@dial-queue-00000004;2", "LOCAL(action)=Terminate") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '205' [Oct 8 09:55:14] WARNING[20748][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '205' was not found [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(205) result is '(null)' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [205@dial-internal:4] GotoIf("Local/205@dial-queue-00000005;2", "0?5:6") in new stack -- Goto (dial-internal,205,6) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [205@dial-internal:6] NoOp("Local/205@dial-queue-00000005;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '205' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [205@dial-internal:7] Dial("Local/205@dial-queue-00000005;2", "IAX2/205,,tU(init^Connect^205)") in new stack [Oct 8 09:55:14] WARNING[20748][C-00000000]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_dial.c:3060 dial_exec_full: Exiting with DIALSTATUS=CHANUNAVAIL. [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup' -- Executing [205@dial-internal:8] Hangup("Local/205@dial-queue-00000005;2", "") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'Local/205@dial-queue-00000005;2' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:6511 __ast_pbx_run: Spawn extension (dial-internal,205,8) exited non-zero on 'Local/205@dial-queue-00000005;2' == Spawn extension (dial-internal, 205, 8) exited non-zero on 'Local/205@dial-queue-00000005;2' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'Local/205@dial-queue-00000005;2' -- Called Local/209@dial-queue/n [Oct 8 09:55:14] DEBUG[20743][C-00000000]: res_timing_timerfd.c:167 timerfd_timer_ack: Expected to acknowledge 1 ticks but got 5 instead [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:5490 set_format: Channel Local/200@dial-internal-00000000;2 setting write format path: gsm -> alaw [Oct 8 09:55:14] DEBUG[20743][C-00000000]: res_musiconhold.c:373 ast_moh_files_next: Local/200@dial-internal-00000000;2 Opened file 3 '/var/lib/asterisk/moh/macroform-robot_dity' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Terminate' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("Local/202@dial-queue-00000002;2", "sw_2_Terminate,10") in new stack -- Goto (init,sw_2_Terminate,10) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is 'missed' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:10] Goto("Local/202@dial-queue-00000002;2", "sw_4_missed,10") in new stack -- Goto (init,sw_4_missed,10) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIALSTATUS' is 'CHANUNAVAIL' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:10] GotoIf("Local/202@dial-queue-00000002;2", "0?11:12") in new stack -- Goto (init,sw_4_missed,12) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_4_missed@init:12] NoOp("Local/202@dial-queue-00000002;2", "Finish if_sw_sw_init_Terminate_2_missed_4_5") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'fromq' is 'yes' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:13] GotoIf("Local/202@dial-queue-00000002;2", "1?14:15") in new stack -- Goto (init,sw_4_missed,14) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_4_missed@init:14] Goto("Local/202@dial-queue-00000002;2", "sw_2_Terminate,11") in new stack -- Goto (init,sw_2_Terminate,11) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_Terminate@init:11] NoOp("Local/202@dial-queue-00000002;2", "Finish switch_sw_init_Terminate_2_4") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/206@dial-queue-00000006;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/206@dial-queue-00000006;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/206@dial-queue-00000006;2", "") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/206@dial-queue-00000006;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/206@dial-queue-00000006;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/206@dial-queue-00000006;2", "") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '206' [Oct 8 09:55:14] WARNING[20749][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '206' was not found [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(206) result is '(null)' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [206@dial-internal:4] GotoIf("Local/206@dial-queue-00000006;2", "0?5:6") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/208@dial-queue-00000008;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/208@dial-queue-00000008;2", "LOCAL(subject)=208") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/208@dial-queue-00000008;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/208@dial-queue-00000008;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/208@dial-queue-00000008;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'fromq' is 'yes' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:13] GotoIf("Local/201@dial-queue-00000001;2", "1?14:15") in new stack -- Goto (init,sw_4_missed,14) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_4_missed@init:14] Goto("Local/201@dial-queue-00000001;2", "sw_2_Terminate,11") in new stack -- Goto (init,sw_2_Terminate,11) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_Terminate@init:11] NoOp("Local/201@dial-queue-00000001;2", "Finish switch_sw_init_Terminate_2_4") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:12] Goto("Local/201@dial-queue-00000001;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("Local/201@dial-queue-00000001;2", "Finish switch_init_2") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("Local/201@dial-queue-00000001;2", "") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/207@dial-queue-00000007;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/207@dial-queue-00000007;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(207@internal) result is '0' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/207@dial-queue-00000007;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/207@dial-queue-00000007;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/207@dial-queue-00000007;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/207@dial-queue-00000007;2", "") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/207@dial-queue-00000007;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/207@dial-queue-00000007;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'missed' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("Local/204@dial-queue-00000004;2", "LOCAL(subject)=missed") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("Local/204@dial-queue-00000004;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("Local/204@dial-queue-00000004;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Terminate' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("Local/204@dial-queue-00000004;2", "sw_2_Terminate,10") in new stack -- Goto (init,sw_2_Terminate,10) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is 'missed' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:10] Goto("Local/204@dial-queue-00000004;2", "sw_4_missed,10") in new stack -- Goto (init,sw_4_missed,10) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIALSTATUS' is 'CHANUNAVAIL' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:10] GotoIf("Local/204@dial-queue-00000004;2", "0?11:12") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'Local/205@dial-queue-00000005;2' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [h@dial-internal:1] Gosub("Local/205@dial-queue-00000005;2", "init,~~s~~,1(Terminate,missed)") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Terminate' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'missed' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Terminate' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("Local/205@dial-queue-00000005;2", "LOCAL(action)=Terminate") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'missed' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("Local/205@dial-queue-00000005;2", "LOCAL(subject)=missed") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("Local/205@dial-queue-00000005;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("Local/205@dial-queue-00000005;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Terminate' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("Local/205@dial-queue-00000005;2", "sw_2_Terminate,10") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [209@dial-queue:1] Set("Local/209@dial-queue-00000009;2", "fromq=yes") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [209@dial-queue:2] Goto("Local/209@dial-queue-00000009;2", "dial-internal,209,FromQueue") in new stack -- Goto (dial-internal,209,2) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [209@dial-internal:2] Set("Local/209@dial-queue-00000009;2", "CDR(Destination)=209") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:12] Goto("Local/202@dial-queue-00000002;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("Local/202@dial-queue-00000002;2", "Finish switch_init_2") in new stack [Oct 8 09:55:14] DEBUG[20745][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("Local/202@dial-queue-00000002;2", "") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/208@dial-queue-00000008;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(208@internal) result is '0' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/208@dial-queue-00000008;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/208@dial-queue-00000008;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/208@dial-queue-00000008;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/208@dial-queue-00000008;2", "") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/208@dial-queue-00000008;2", "0?6:12") in new stack -- Goto (dial-internal,206,6) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [206@dial-internal:6] NoOp("Local/206@dial-queue-00000006;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '206' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [206@dial-internal:7] Dial("Local/206@dial-queue-00000006;2", "IAX2/206,,tU(init^Connect^206)") in new stack [Oct 8 09:55:14] WARNING[20749][C-00000000]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_dial.c:3060 dial_exec_full: Exiting with DIALSTATUS=CHANUNAVAIL. [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup' -- Executing [206@dial-internal:8] Hangup("Local/206@dial-queue-00000006;2", "") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'Local/206@dial-queue-00000006;2' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:6511 __ast_pbx_run: Spawn extension (dial-internal,206,8) exited non-zero on 'Local/206@dial-queue-00000006;2' == Spawn extension (dial-internal, 206, 8) exited non-zero on 'Local/206@dial-queue-00000006;2' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'Local/206@dial-queue-00000006;2' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'Local/206@dial-queue-00000006;2' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [h@dial-internal:1] Gosub("Local/206@dial-queue-00000006;2", "init,~~s~~,1(Terminate,missed)") in new stack [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20743][C-00000000]: res_timing_timerfd.c:167 timerfd_timer_ack: Expected to acknowledge 1 ticks but got 2 instead [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for IAX2/203 - state 6 (Ringing) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'IAX2/203' changed to state '6' (Ringing) but we don't care because they're not a member of any queue. [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/207@dial-queue-00000007;2", "") in new stack [Oct 8 09:55:14] DEBUG[20744][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/201@dial-queue-00000001;2' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 201@dial-queue [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/201@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/201@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'Queue:200_avail' changed to state '1' (Not in use) but we don't care because they're not a member of any queue. [Oct 8 09:55:14] DEBUG[20745][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/202@dial-queue-00000002;2' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 202@dial-queue [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/202@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/202@dial-queue' changed to state '1' (Not in use) -- Nobody picked up in 0 ms [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/202@dial-queue-00000002;1' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 202@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 202@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/202@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/202@dial-queue' changed to state '1' (Not in use) -- Nobody picked up in 0 ms [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/201@dial-queue-00000001;1' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 201@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 201@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/201@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/201@dial-queue' changed to state '1' (Not in use) -- Goto (init,sw_2_Terminate,10) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is 'missed' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:10] Goto("Local/205@dial-queue-00000005;2", "sw_4_missed,10") in new stack -- Goto (init,sw_4_missed,10) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIALSTATUS' is 'CHANUNAVAIL' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:10] GotoIf("Local/205@dial-queue-00000005;2", "0?11:12") in new stack -- Goto (init,sw_4_missed,12) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_4_missed@init:12] NoOp("Local/205@dial-queue-00000005;2", "Finish if_sw_sw_init_Terminate_2_missed_4_5") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'fromq' is 'yes' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:13] GotoIf("Local/205@dial-queue-00000005;2", "1?14:15") in new stack -- Goto (init,sw_4_missed,14) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_4_missed@init:14] Goto("Local/205@dial-queue-00000005;2", "sw_2_Terminate,11") in new stack -- Goto (init,sw_2_Terminate,11) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_Terminate@init:11] NoOp("Local/205@dial-queue-00000005;2", "Finish switch_sw_init_Terminate_2_4") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:12] Goto("Local/205@dial-queue-00000005;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("Local/205@dial-queue-00000005;2", "Finish switch_init_2") in new stack [Oct 8 09:55:14] DEBUG[20748][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("Local/205@dial-queue-00000005;2", "") in new stack -- Goto (init,sw_4_missed,12) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_4_missed@init:12] NoOp("Local/204@dial-queue-00000004;2", "Finish if_sw_sw_init_Terminate_2_missed_4_5") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'fromq' is 'yes' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:13] GotoIf("Local/204@dial-queue-00000004;2", "1?14:15") in new stack -- Goto (init,sw_4_missed,14) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_4_missed@init:14] Goto("Local/204@dial-queue-00000004;2", "sw_2_Terminate,11") in new stack -- Goto (init,sw_2_Terminate,11) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_Terminate@init:11] NoOp("Local/204@dial-queue-00000004;2", "Finish switch_sw_init_Terminate_2_4") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:12] Goto("Local/204@dial-queue-00000004;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("Local/204@dial-queue-00000004;2", "Finish switch_init_2") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("Local/204@dial-queue-00000004;2", "") in new stack [Oct 8 09:55:14] DEBUG[20747][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/204@dial-queue-00000004;2' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '207' [Oct 8 09:55:14] WARNING[20750][C-00000000]: pjsip/dialplan_functions.c:800 pjsip_acf_dial_contacts_read: Specified endpoint '207' was not found [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(207) result is '(null)' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [207@dial-internal:4] GotoIf("Local/207@dial-queue-00000007;2", "0?5:6") in new stack -- Goto (dial-internal,207,6) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [207@dial-internal:6] NoOp("Local/207@dial-queue-00000007;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3782 ast_str_retrieve_variable: Result of 'dialadd' is NULL [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '207' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [207@dial-internal:7] Dial("Local/207@dial-queue-00000007;2", "IAX2/207,,tU(init^Connect^207)") in new stack [Oct 8 09:55:14] WARNING[20750][C-00000000]: app_dial.c:2397 dial_exec_full: Unable to create channel of type 'IAX2' (cause 20 - Subscriber absent) == Everyone is busy/congested at this time (1:0/0/1) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_dial.c:3060 dial_exec_full: Exiting with DIALSTATUS=CHANUNAVAIL. [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup' -- Executing [207@dial-internal:8] Hangup("Local/207@dial-queue-00000007;2", "") in new stack [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/201@dial-queue-00000001;2 - start 1444308914.017317 answer 0.000000 end 1444308914.165648 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:3261 post_cdr: Skipping CDR for Local/201@dial-queue-00000001;2 since we weren't answered [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/202@dial-queue-00000002;2 - start 1444308914.021591 answer 0.000000 end 1444308914.165821 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:3261 post_cdr: Skipping CDR for Local/202@dial-queue-00000002;2 since we weren't answered [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/200@dial-internal-00000000;2 - start 1444308914.024186 answer 0.000000 end 1444308914.165919 dispo NO ANSWER [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/202@dial-queue-00000002;1 - start 1444308914.021085 answer 0.000000 end 1444308914.165999 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1104 cdr_object_create_public_records: CDR for Local/202@dial-queue-00000002;1 is dialed and has no Party B; discarding [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/200@dial-internal-00000000;2 - start 1444308914.003204 answer 0.000000 end 1444308914.166085 dispo NO ANSWER [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/201@dial-queue-00000001;1 - start 1444308914.016997 answer 0.000000 end 1444308914.166152 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1104 cdr_object_create_public_records: CDR for Local/201@dial-queue-00000001;1 is dialed and has no Party B; discarding [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [209@dial-internal:3] Gosub("Local/209@dial-queue-00000009;2", "limit,~~s~~,1(209,internal,1)") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:606 gosub_exec: Channel Local/209@dial-queue-00000009;2 has no datastore, so we're allocating one. [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'internal' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '1' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:1] MSet("Local/209@dial-queue-00000009;2", "LOCAL(subject)=209") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'internal' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:2] MSet("Local/209@dial-queue-00000009;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '1' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@limit:3] MSet("Local/209@dial-queue-00000009;2", "LOCAL(max)=1") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [~~s~~@limit:4] Gosub("Local/209@dial-queue-00000009;2", "grp,~~s~~,1(Check,209,internal)") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Check' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'internal' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Check' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:1] MSet("Local/209@dial-queue-00000009;2", "LOCAL(action)=Check") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:2] MSet("Local/209@dial-queue-00000009;2", "LOCAL(subject)=209") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'internal' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:3] MSet("Local/209@dial-queue-00000009;2", "LOCAL(cat)=internal") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:4] MSet("Local/209@dial-queue-00000009;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@grp:5] MSet("Local/209@dial-queue-00000009;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/208@dial-queue-00000008;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/208@dial-queue-00000008;2", "") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.0] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: config.c:3544 ast_parse_arg: extract int from [60] in [0, 86400] gives [60](0) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.000000] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(208) result is 'PJSIP/208/sip:208@192.168.1.108:5060' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [208@dial-internal:4] GotoIf("Local/208@dial-queue-00000008;2", "1?5:6") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Terminate' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'missed' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Terminate' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("Local/206@dial-queue-00000006;2", "LOCAL(action)=Terminate") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'missed' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("Local/206@dial-queue-00000006;2", "LOCAL(subject)=missed") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("Local/206@dial-queue-00000006;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("Local/206@dial-queue-00000006;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Terminate' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("Local/206@dial-queue-00000006;2", "sw_2_Terminate,10") in new stack -- Goto (init,sw_2_Terminate,10) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is 'missed' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:10] Goto("Local/206@dial-queue-00000006;2", "sw_4_missed,10") in new stack -- Goto (init,sw_4_missed,10) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIALSTATUS' is 'CHANUNAVAIL' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:10] GotoIf("Local/206@dial-queue-00000006;2", "0?11:12") in new stack -- Goto (init,sw_4_missed,12) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_4_missed@init:12] NoOp("Local/206@dial-queue-00000006;2", "Finish if_sw_sw_init_Terminate_2_missed_4_5") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'fromq' is 'yes' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:13] GotoIf("Local/206@dial-queue-00000006;2", "1?14:15") in new stack -- Nobody picked up in 0 ms [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/204@dial-queue-00000004;1' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 204@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 204@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/204@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/204@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20748][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/205@dial-queue-00000005;2' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 205@dial-queue [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/205@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/205@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 204@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 204@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/204@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/204@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'Local/207@dial-queue-00000007;2' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:6511 __ast_pbx_run: Spawn extension (dial-internal,207,8) exited non-zero on 'Local/207@dial-queue-00000007;2' == Spawn extension (dial-internal, 207, 8) exited non-zero on 'Local/207@dial-queue-00000007;2' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'Local/207@dial-queue-00000007;2' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'Local/207@dial-queue-00000007;2' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub' -- Executing [h@dial-internal:1] Gosub("Local/207@dial-queue-00000007;2", "init,~~s~~,1(Terminate,missed)") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'Terminate' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'missed' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'Terminate' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:1] MSet("Local/207@dial-queue-00000007;2", "LOCAL(action)=Terminate") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'missed' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:2] MSet("Local/207@dial-queue-00000007;2", "LOCAL(subject)=missed") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '~~s~~' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:3] MSet("Local/207@dial-queue-00000007;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of '~~EXTEN~~' is '~~s~~' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'MSet' -- Executing [~~s~~@init:4] MSet("Local/207@dial-queue-00000007;2", "LOCAL(~~EXTEN~~)=~~s~~") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Check' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@grp:6] Goto("Local/209@dial-queue-00000009;2", "sw_24_Check,10") in new stack -- Goto (grp,sw_24_Check,10) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'cat' is 'internal' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function GROUP_COUNT(209@internal) result is '0' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [sw_24_Check@grp:10] Set("Local/209@dial-queue-00000009;2", "groupcount=0") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_24_Check@grp:11] Goto("Local/209@dial-queue-00000009;2", "~~s~~,7") in new stack -- Goto (grp,~~s~~,7) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@grp:7] NoOp("Local/209@dial-queue-00000009;2", "Finish switch_grp_24") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@grp:8] Return("Local/209@dial-queue-00000009;2", "") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'groupcount' is '0' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'max' is '1' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [~~s~~@limit:5] GotoIf("Local/209@dial-queue-00000009;2", "0?6:12") in new stack -- Goto (limit,~~s~~,12) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@limit:12] NoOp("Local/209@dial-queue-00000009;2", "Finish if_limit_25") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@limit:13] Return("Local/209@dial-queue-00000009;2", "") in new stack [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/204@dial-queue-00000004;2 - start 1444308914.040012 answer 0.000000 end 1444308914.182064 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:3261 post_cdr: Skipping CDR for Local/204@dial-queue-00000004;2 since we weren't answered [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/200@dial-internal-00000000;2 - start 1444308914.052869 answer 0.000000 end 1444308914.183180 dispo NO ANSWER [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/204@dial-queue-00000004;1 - start 1444308914.039793 answer 0.000000 end 1444308914.183331 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1104 cdr_object_create_public_records: CDR for Local/204@dial-queue-00000004;1 is dialed and has no Party B; discarding [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/205@dial-queue-00000005;2 - start 1444308914.053513 answer 0.000000 end 1444308914.183478 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:3261 post_cdr: Skipping CDR for Local/205@dial-queue-00000005;2 since we weren't answered -- Goto (dial-internal,208,5) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.0] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: config.c:3544 ast_parse_arg: extract int from [60] in [0, 86400] gives [60](0) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.000000] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(208) result is 'PJSIP/208/sip:208@192.168.1.108:5060' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [208@dial-internal:5] Set("Local/208@dial-queue-00000008;2", "dialadd=&PJSIP/208/sip:208@192.168.1.108:5060") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [208@dial-internal:6] NoOp("Local/208@dial-queue-00000008;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'dialadd' is '&PJSIP/208/sip:208@192.168.1.108:5060' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '208' [Oct 8 09:55:14] DEBUG[20751][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [208@dial-internal:7] Dial("Local/208@dial-queue-00000008;2", "IAX2/208&PJSIP/208/sip:208@192.168.1.108:5060,,tU(init^Connect^208)") in new stack -- Goto (init,sw_4_missed,14) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_4_missed@init:14] Goto("Local/206@dial-queue-00000006;2", "sw_2_Terminate,11") in new stack -- Goto (init,sw_2_Terminate,11) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_Terminate@init:11] NoOp("Local/206@dial-queue-00000006;2", "Finish switch_sw_init_Terminate_2_4") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:12] Goto("Local/206@dial-queue-00000006;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("Local/206@dial-queue-00000006;2", "Finish switch_init_2") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("Local/206@dial-queue-00000006;2", "") in new stack [Oct 8 09:55:14] DEBUG[20749][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/206@dial-queue-00000006;2' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 206@dial-queue [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/206@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/206@dial-queue' changed to state '1' (Not in use) -- Nobody picked up in 0 ms [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/206@dial-queue-00000006;1' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 206@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 206@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/206@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/206@dial-queue' changed to state '1' (Not in use) -- Nobody picked up in 0 ms [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/205@dial-queue-00000005;1' [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 205@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 205@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/205@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/205@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'action' is 'Terminate' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [~~s~~@init:5] Goto("Local/207@dial-queue-00000007;2", "sw_2_Terminate,10") in new stack -- Goto (init,sw_2_Terminate,10) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'subject' is 'missed' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:10] Goto("Local/207@dial-queue-00000007;2", "sw_4_missed,10") in new stack -- Goto (init,sw_4_missed,10) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIALSTATUS' is 'CHANUNAVAIL' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:10] GotoIf("Local/207@dial-queue-00000007;2", "0?11:12") in new stack -- Goto (init,sw_4_missed,12) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_4_missed@init:12] NoOp("Local/207@dial-queue-00000007;2", "Finish if_sw_sw_init_Terminate_2_missed_4_5") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'fromq' is 'yes' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [sw_4_missed@init:13] GotoIf("Local/207@dial-queue-00000007;2", "1?14:15") in new stack -- Goto (init,sw_4_missed,14) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_4_missed@init:14] Goto("Local/207@dial-queue-00000007;2", "sw_2_Terminate,11") in new stack -- Goto (init,sw_2_Terminate,11) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [sw_2_Terminate@init:11] NoOp("Local/207@dial-queue-00000007;2", "Finish switch_sw_init_Terminate_2_4") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.0] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: config.c:3544 ast_parse_arg: extract int from [60] in [0, 86400] gives [60](0) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.000000] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(209) result is 'PJSIP/209/sip:209@192.168.1.108:5060' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf' -- Executing [209@dial-internal:4] GotoIf("Local/209@dial-queue-00000009;2", "1?5:6") in new stack -- Goto (dial-internal,209,5) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.0] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: config.c:3544 ast_parse_arg: extract int from [60] in [0, 86400] gives [60](0) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: config.c:3635 ast_parse_arg: extract double from [3.000000] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4818 pbx_substitute_variables_helper_full: Function PJSIP_DIAL_CONTACTS(209) result is 'PJSIP/209/sip:209@192.168.1.108:5060' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Set' -- Executing [209@dial-internal:5] Set("Local/209@dial-queue-00000009;2", "dialadd=&PJSIP/209/sip:209@192.168.1.108:5060") in new stack [Oct 8 09:55:14] DEBUG[20751][C-00000000]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '208' into... [Oct 8 09:55:14] DEBUG[20751][C-00000000]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '208' and port ''. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: chan_iax2.c:2663 peercnt_add: ip callno count incremented to 1 for 0.0.0.208 [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Goto' -- Executing [sw_2_Terminate@init:12] Goto("Local/207@dial-queue-00000007;2", "~~s~~,6") in new stack -- Goto (init,~~s~~,6) [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [~~s~~@init:6] NoOp("Local/207@dial-queue-00000007;2", "Finish switch_init_2") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Return' -- Executing [~~s~~@init:7] Return("Local/207@dial-queue-00000007;2", "") in new stack [Oct 8 09:55:14] DEBUG[20750][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/207@dial-queue-00000007;2' -- Nobody picked up in 0 ms [Oct 8 09:55:14] DEBUG[20743][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'Local/207@dial-queue-00000007;1' [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/206@dial-queue-00000006;2 - start 1444308914.067187 answer 0.000000 end 1444308914.202976 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:3261 post_cdr: Skipping CDR for Local/206@dial-queue-00000006;2 since we weren't answered [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/200@dial-internal-00000000;2 - start 1444308914.080564 answer 0.000000 end 1444308914.203095 dispo NO ANSWER [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/206@dial-queue-00000006;1 - start 1444308914.066657 answer 0.000000 end 1444308914.203158 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1104 cdr_object_create_public_records: CDR for Local/206@dial-queue-00000006;1 is dialed and has no Party B; discarding [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/200@dial-internal-00000000;2 - start 1444308914.066247 answer 0.000000 end 1444308914.203244 dispo NO ANSWER [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/205@dial-queue-00000005;1 - start 1444308914.053256 answer 0.000000 end 1444308914.203332 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1104 cdr_object_create_public_records: CDR for Local/205@dial-queue-00000005;1 is dialed and has no Party B; discarding [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/200@dial-internal-00000000;2 - start 1444308914.097027 answer 0.000000 end 1444308914.203821 dispo NO ANSWER [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/208@dial-queue-00000008;2 to IAX2/0.0.0.208:4569-4127. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/208@dial-queue-00000008;2 to IAX2/0.0.0.208:4569-4127. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/208@dial-queue-00000008;2 to IAX2/0.0.0.208:4569-4127. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 UAC dialog created [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 Module Outbound INVITE Auth added as dialog usage, data=(nil) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 Module mod-invite added as dialog usage, data=0xb7373e0c [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 .Session count inc to 2 by mod-invite [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 Module mod-100rel added as dialog usage, data=0xb7373f0c [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 100rel module attached [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : inv0xb7305c04 UAC invite session created for dialog dlg0xb7305c04 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 .Session count inc to 2 by Session Module [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 Module Session Module added as dialog usage, data=(nil) [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/208@dial-queue-00000008;2 to PJSIP/208-00000001. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/208@dial-queue-00000008;2 to PJSIP/208-00000001. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/208@dial-queue-00000008;2 to PJSIP/208-00000001. [Oct 8 09:55:14] DEBUG[20751][C-00000000]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '208' into... [Oct 8 09:55:14] DEBUG[20751][C-00000000]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '208' and port ''. [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 207@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 207@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/207@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/207@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 207@dial-queue [Oct 8 09:55:14] DEBUG[20689]: core_local.c:315 local_devicestate: Checking if extension 207@dial-queue exists (devicestate) [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/207@dial-queue - state 1 (Not in use) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/207@dial-queue' changed to state '1' (Not in use) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp' -- Executing [209@dial-internal:6] NoOp("Local/209@dial-queue-00000009;2", "Finish if_dial-internal_34") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'dialadd' is '&PJSIP/209/sip:209@192.168.1.108:5060' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '209' [Oct 8 09:55:14] DEBUG[20752][C-00000000]: pbx.c:4983 pbx_extension_helper: Launching 'Dial' -- Executing [209@dial-internal:7] Dial("Local/209@dial-queue-00000009;2", "IAX2/209&PJSIP/209/sip:209@192.168.1.108:5060,,tU(init^Connect^209)") in new stack [Oct 8 09:55:14] DEBUG[20752][C-00000000]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '209' into... [Oct 8 09:55:14] DEBUG[20752][C-00000000]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '209' and port ''. [Oct 8 09:55:14] DEBUG[20752][C-00000000]: chan_iax2.c:2663 peercnt_add: ip callno count incremented to 1 for 0.0.0.209 [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/207@dial-queue-00000007;1 - start 1444308914.080871 answer 0.000000 end 1444308914.214144 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1104 cdr_object_create_public_records: CDR for Local/207@dial-queue-00000007;1 is dialed and has no Party B; discarding [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20690]: cdr.c:1276 cdr_object_finalize: Finalized CDR for Local/207@dial-queue-00000007;2 - start 1444308914.081090 answer 0.000000 end 1444308914.215156 dispo FAILED [Oct 8 09:55:14] DEBUG[20690]: cdr.c:3261 post_cdr: Skipping CDR for Local/207@dial-queue-00000007;2 since we weren't answered [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel_internal_api.c:933 ast_channel_callid_set: Channel Call ID changing from [C-00000000] to [C-00000000] [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/209@dial-queue-00000009;2 to IAX2/0.0.0.209:4569-3420. [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/209@dial-queue-00000009;2 to IAX2/0.0.0.209:4569-3420. [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/209@dial-queue-00000009;2 to IAX2/0.0.0.209:4569-3420. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 UAC dialog created [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 Module Outbound INVITE Auth added as dialog usage, data=(nil) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 Module mod-invite added as dialog usage, data=0xb7310034 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 .Session count inc to 2 by mod-invite [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 Module mod-100rel added as dialog usage, data=0xb7310134 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 100rel module attached [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : inv0xb736a8d4 UAC invite session created for dialog dlg0xb736a8d4 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 .Session count inc to 2 by Session Module [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 Module Session Module added as dialog usage, data=(nil) [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_name from Local/209@dial-queue-00000009;2 to PJSIP/209-00000002. [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_num from Local/209@dial-queue-00000009;2 to PJSIP/209-00000002. [Oct 8 09:55:14] DEBUG[20752][C-00000000]: channel.c:6458 ast_channel_inherit_variables: Inheriting variable __init_uid from Local/209@dial-queue-00000009;2 to PJSIP/209-00000002. [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for IAX2 - 0.0.0.208:4569 [Oct 8 09:55:14] DEBUG[20689]: chan_iax2.c:14472 iax2_devicestate: Checking device state for device 0.0.0.208 [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for IAX2/0.0.0.208:4569 - state 4 (Invalid) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'IAX2/0.0.0.208:4569' changed to state '4' (Invalid) but we don't care because they're not a member of any queue. -- Called IAX2/208 [Oct 8 09:55:14] DEBUG[20700]: rtp_engine.c:425 ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0xb734484c' [Oct 8 09:55:14] DEBUG[20700]: res_rtp_asterisk.c:2489 ast_rtp_new: Allocated port 15970 for RTP instance '0xb734484c' [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 ICE session created, comp_cnt=2, role is Unknown agent [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Candidate 0 added: comp_id=1, type=host, foundation=Hb213f2a9, addr=178.XX.XXX.XXX:15970, base=178.XX.XXX.XXX:15970, prio=0x7effffff (2130706431) [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.254' into... [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.254' and port ''. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Candidate 1 added: comp_id=1, type=host, foundation=Hc0a800fe, addr=192.168.0.254:15970, base=192.168.0.254:15970, prio=0x7effffff (2130706431) [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.1' into... [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.1' and port ''. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Candidate 2 added: comp_id=1, type=host, foundation=Hac100001, addr=172.16.0.1:15970, base=172.16.0.1:15970, prio=0x7effffff (2130706431) [Oct 8 09:55:14] DEBUG[20700]: rtp_engine.c:434 ast_rtp_instance_new: RTP instance '0xb734484c' is setup and ready to go [Oct 8 09:55:14] DEBUG[20700]: res_rtp_asterisk.c:4721 ast_rtp_prop_set: Setup RTCP on RTP instance '0xb734484c' [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Candidate 3 added: comp_id=2, type=host, foundation=Hb213f2a9, addr=178.XX.XXX.XXX:15971, base=178.XX.XXX.XXX:15971, prio=0x7efffffe (2130706430) [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.254' into... [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.254' and port ''. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Candidate 4 added: comp_id=2, type=host, foundation=Hc0a800fe, addr=192.168.0.254:15971, base=192.168.0.254:15971, prio=0x7efffffe (2130706430) [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.1' into... [Oct 8 09:55:14] DEBUG[20700]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.1' and port ''. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Candidate 5 added: comp_id=2, type=host, foundation=Hac100001, addr=172.16.0.1:15971, base=172.16.0.1:15971, prio=0x7efffffe (2130706430) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : icess0xb731f83 Destroying ICE session 0xb731f834 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : stuse0xb732123 STUN session 0xb7389f8c destroy request, ref_cnt=4 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : stuse0xb7381e9 STUN session 0xb734eeac destroy request, ref_cnt=3 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : ice_session.c ICE session 0xb731f834 destroyed [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : stun_session.c STUN session 0xb7389f8c destroyed [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : stun_session.c STUN session 0xb734eeac destroyed -- Called PJSIP/208/sip:208@192.168.1.108:5060 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : endpoint Request msg INVITE/cseq=17128 (tdta0x900b848) created. [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2236 handle_outgoing_request: Method is INVITE [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 Module NAT added as dialog usage, data=(nil) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : inv0xb7305c04 .Sending Request msg INVITE/cseq=17128 (tdta0x900b848) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ..Sending Request msg INVITE/cseq=17128 (tdta0x900b848) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c ...Transaction created for Request msg INVITE/cseq=17127 (tdta0x900b848) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c ..Sending Request msg INVITE/cseq=17127 (tdta0x900b848) in state Null [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : sip_resolve.c ...Target '192.168.1.108:5060' type=Unspecified resolved to '192.168.1.108:5060' type=UDP (UDP transport) [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_multihomed.c:157 multihomed_on_tx_message: Re-wrote Contact URI host/port to 192.168.0.254:5060 [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c ...State changed from Null to Calling, event=TX_MSG [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ....Transaction tsx0xb7324e7c state changed to Calling -- PJSIP/208-00000001 connected line has changed. Saving it until answer for Local/208@dial-queue-00000008;2 [Oct 8 09:55:14] DEBUG[20752][C-00000000]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '209' into... [Oct 8 09:55:14] DEBUG[20752][C-00000000]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '209' and port ''. [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for IAX2 - 0.0.0.209:4569 [Oct 8 09:55:14] DEBUG[20689]: chan_iax2.c:14472 iax2_devicestate: Checking device state for device 0.0.0.209 [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for IAX2/0.0.0.209:4569 - state 4 (Invalid) [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'IAX2/0.0.0.209:4569' changed to state '4' (Invalid) but we don't care because they're not a member of any queue. -- Called IAX2/209 [Oct 8 09:55:14] DEBUG[20701]: rtp_engine.c:425 ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0x922612c' [Oct 8 09:55:14] DEBUG[20701]: res_rtp_asterisk.c:2489 ast_rtp_new: Allocated port 25492 for RTP instance '0x922612c' [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c ICE session created, comp_cnt=2, role is Unknown agent [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Candidate 0 added: comp_id=1, type=host, foundation=Hb213f2a9, addr=178.XX.XXX.XXX:25492, base=178.XX.XXX.XXX:25492, prio=0x7effffff (2130706431) [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.254' into... [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.254' and port ''. [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Candidate 1 added: comp_id=1, type=host, foundation=Hc0a800fe, addr=192.168.0.254:25492, base=192.168.0.254:25492, prio=0x7effffff (2130706431) [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.1' into... [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.1' and port ''. [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Candidate 2 added: comp_id=1, type=host, foundation=Hac100001, addr=172.16.0.1:25492, base=172.16.0.1:25492, prio=0x7effffff (2130706431) [Oct 8 09:55:14] DEBUG[20701]: rtp_engine.c:434 ast_rtp_instance_new: RTP instance '0x922612c' is setup and ready to go [Oct 8 09:55:14] DEBUG[20701]: res_rtp_asterisk.c:4721 ast_rtp_prop_set: Setup RTCP on RTP instance '0x922612c' [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '178.XX.XXX.XXX' into... [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '178.XX.XXX.XXX' and port ''. [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Candidate 3 added: comp_id=2, type=host, foundation=Hb213f2a9, addr=178.XX.XXX.XXX:25493, base=178.XX.XXX.XXX:25493, prio=0x7efffffe (2130706430) [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '192.168.0.254' into... [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '192.168.0.254' and port ''. [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Candidate 4 added: comp_id=2, type=host, foundation=Hc0a800fe, addr=192.168.0.254:25493, base=192.168.0.254:25493, prio=0x7efffffe (2130706430) [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.1' into... [Oct 8 09:55:14] DEBUG[20701]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.1' and port ''. -- Called PJSIP/209/sip:209@192.168.1.108:5060 [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Candidate 5 added: comp_id=2, type=host, foundation=Hac100001, addr=172.16.0.1:25493, base=172.16.0.1:25493, prio=0x7efffffe (2130706430) [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : icess0x90e592c Destroying ICE session 0x90e592c [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : stuse0x90367b8 STUN session 0x9023dd4 destroy request, ref_cnt=4 [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : stuse0x90ec570 STUN session 0x90ec98c destroy request, ref_cnt=3 [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : ice_session.c ICE session 0x90e592c destroyed [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : stun_session.c STUN session 0x9023dd4 destroyed [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : stun_session.c STUN session 0x90ec98c destroyed [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : endpoint Request msg INVITE/cseq=25083 (tdta0x90142d0) created. [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2236 handle_outgoing_request: Method is INVITE [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : dlg0xb736a8d4 Module NAT added as dialog usage, data=(nil) [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : inv0xb736a8d4 .Sending Request msg INVITE/cseq=25083 (tdta0x90142d0) [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : dlg0xb736a8d4 ..Sending Request msg INVITE/cseq=25083 (tdta0x90142d0) [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : tsx0x90f2874 ...Transaction created for Request msg INVITE/cseq=25082 (tdta0x90142d0) [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : tsx0x90f2874 ..Sending Request msg INVITE/cseq=25082 (tdta0x90142d0) in state Null [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : sip_resolve.c ...Target '192.168.1.108:5060' type=Unspecified resolved to '192.168.1.108:5060' type=UDP (UDP transport) [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_multihomed.c:157 multihomed_on_tx_message: Re-wrote Contact URI host/port to 192.168.0.254:5060 [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : tsx0x90f2874 ...State changed from Null to Calling, event=TX_MSG [Oct 8 09:55:14] DEBUG[20701]: pjsip:0 : dlg0xb736a8d4 ....Transaction tsx0x90f2874 state changed to Calling [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_state_changed called on event TSX_STATE [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '209(PJSIP/209-00000002)' [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0x90f2874) [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2175 __print_debug_details: There is no transaction involved in this state change [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is CALLING -- PJSIP/209-00000002 connected line has changed. Saving it until answer for Local/209@dial-queue-00000009;2 [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_state_changed called on event TSX_STATE [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '208(PJSIP/208-00000001)' [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb7324e7c) [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2175 __print_debug_details: There is no transaction involved in this state change [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is CALLING [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2333 session_inv_on_state_changed: Source of transaction state change is TX_MSG [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2263 handle_outgoing: Sending request [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2236 handle_outgoing_request: Method is INVITE [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '208(PJSIP/208-00000001)' [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb7324e7c) [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2166 __print_debug_details: The UAC INVITE transaction involved in this state change is 0xb7324e7c [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Calling [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is TX_MSG [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is CALLING [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2263 handle_outgoing: Sending request [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2236 handle_outgoing_request: Method is INVITE [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2333 session_inv_on_state_changed: Source of transaction state change is TX_MSG [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2263 handle_outgoing: Sending request [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2236 handle_outgoing_request: Method is INVITE [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '209(PJSIP/209-00000002)' [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0x90f2874) [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2166 __print_debug_details: The UAC INVITE transaction involved in this state change is 0x90f2874 [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Calling [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is TX_MSG [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is CALLING [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2263 handle_outgoing: Sending request [Oct 8 09:55:14] DEBUG[20701]: res_pjsip_session.c:2236 handle_outgoing_request: Method is INVITE [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 100/INVITE/cseq=17127 (rdata0x928731c) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 100/INVITE/cseq=17127 (rdata0x90f6584) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c .Incoming Response msg 100/INVITE/cseq=17127 (rdata0x90f6584) in state Calling [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c ..State changed from Calling to Proceeding, event=RX_MSG [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ...Received Response msg 100/INVITE/cseq=17127 (rdata0x90f6584) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ...Transaction tsx0xb7324e7c state changed to Proceeding [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '208(PJSIP/208-00000001)' [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb7324e7c) [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2166 __print_debug_details: The UAC INVITE transaction involved in this state change is 0xb7324e7c [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Proceeding [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is RX_MSG [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is CALLING [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2220 handle_incoming: Received response [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2204 handle_incoming_response: Response is 100 Trying [Oct 8 09:55:14] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 100/INVITE/cseq=25082 (rdata0x928731c) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 100/INVITE/cseq=25082 (rdata0x90f6584) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0x90f2874 .Incoming Response msg 100/INVITE/cseq=25082 (rdata0x90f6584) in state Calling [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : tsx0x90f2874 ..State changed from Calling to Proceeding, event=RX_MSG [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 ...Received Response msg 100/INVITE/cseq=25082 (rdata0x90f6584) [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 ...Transaction tsx0x90f2874 state changed to Proceeding [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '209(PJSIP/209-00000002)' [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0x90f2874) [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2166 __print_debug_details: The UAC INVITE transaction involved in this state change is 0x90f2874 [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Proceeding [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is RX_MSG [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is CALLING [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2220 handle_incoming: Received response [Oct 8 09:55:14] DEBUG[20700]: res_pjsip_session.c:2204 handle_incoming_response: Response is 100 Trying [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples -- Call accepted by 192.168.1.105:4569 (format alaw) -- Format for call is (alaw) -- IAX2/203-1254 is ringing [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 203@dial-queue [Oct 8 09:55:14] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/203@dial-queue - state 2 (In use) -- Local/203@dial-queue-00000003;1 is ringing [Oct 8 09:55:14] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/203@dial-queue' changed to state '2' (In use) [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 183/INVITE/cseq=9362 (rdata0x928731c) [Oct 8 09:55:14] DEBUG[20705]: res_pjsip/pjsip_distributor.c:98 find_request_serializer: Could not find INVITE transaction for 183 response. [Oct 8 09:55:14] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 183/INVITE/cseq=9362 (rdata0x90abc1c) [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:14] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:14] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 180/INVITE/cseq=17127 (rdata0x928731c) [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 180/INVITE/cseq=17127 (rdata0x90e592c) [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c .Incoming Response msg 180/INVITE/cseq=17127 (rdata0x90e592c) in state Proceeding [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : tsx0xb7324e7c ..State changed from Proceeding to Proceeding, event=RX_MSG [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ...Received Response msg 180/INVITE/cseq=17127 (rdata0x90e592c) [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ....Route-set updated [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : dlg0xb7305c04 ...Transaction tsx0xb7324e7c state changed to Proceeding [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_state_changed called on event TSX_STATE [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '208(PJSIP/208-00000001)' [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb7324e7c) [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2175 __print_debug_details: There is no transaction involved in this state change [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is EARLY [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2333 session_inv_on_state_changed: Source of transaction state change is RX_MSG [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2220 handle_incoming: Received response [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2204 handle_incoming_response: Response is 180 Ringing [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '208(PJSIP/208-00000001)' [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0xb7324e7c) [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2166 __print_debug_details: The UAC INVITE transaction involved in this state change is 0xb7324e7c [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Proceeding [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is RX_MSG [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is EARLY [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2220 handle_incoming: Received response [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2204 handle_incoming_response: Response is 180 Ringing -- PJSIP/208-00000001 is ringing [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for PJSIP - 208 [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for PJSIP/208 - state 6 (Ringing) [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 208@dial-queue [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/208@dial-queue - state 2 (In use) -- Local/208@dial-queue-00000008;1 is ringing [Oct 8 09:55:15] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'PJSIP/208' changed to state '6' (Ringing) but we don't care because they're not a member of any queue. [Oct 8 09:55:15] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/208@dial-queue' changed to state '2' (In use) [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 180/INVITE/cseq=25082 (rdata0x928731c) [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 180/INVITE/cseq=25082 (rdata0x90e592c) [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : tsx0x90f2874 .Incoming Response msg 180/INVITE/cseq=25082 (rdata0x90e592c) in state Proceeding [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : tsx0x90f2874 ..State changed from Proceeding to Proceeding, event=RX_MSG [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 ...Received Response msg 180/INVITE/cseq=25082 (rdata0x90e592c) [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 ....Route-set updated [Oct 8 09:55:15] DEBUG[20700]: pjsip:0 : dlg0xb736a8d4 ...Transaction tsx0x90f2874 state changed to Proceeding [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_state_changed called on event TSX_STATE [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '209(PJSIP/209-00000002)' [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0x90f2874) [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2175 __print_debug_details: There is no transaction involved in this state change [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is EARLY [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2333 session_inv_on_state_changed: Source of transaction state change is RX_MSG [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2220 handle_incoming: Received response [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2204 handle_incoming_response: Response is 180 Ringing [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2143 __print_debug_details: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2155 __print_debug_details: The state change pertains to the endpoint '209(PJSIP/209-00000002)' [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2160 __print_debug_details: The inv session still has an invite_tsx (0x90f2874) [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2166 __print_debug_details: The UAC INVITE transaction involved in this state change is 0x90f2874 [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2170 __print_debug_details: The current transaction state is Proceeding [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2172 __print_debug_details: The transaction state change event is RX_MSG [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2177 __print_debug_details: The current inv state is EARLY [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2220 handle_incoming: Received response [Oct 8 09:55:15] DEBUG[20700]: res_pjsip_session.c:2204 handle_incoming_response: Response is 180 Ringing -- PJSIP/209-00000002 is ringing [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for PJSIP - 209 [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for PJSIP/209 - state 6 (Ringing) [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for Local - 209@dial-queue [Oct 8 09:55:15] DEBUG[20689]: devicestate.c:473 do_state_change: Changing state for Local/209@dial-queue - state 2 (In use) -- Local/209@dial-queue-00000009;1 is ringing [Oct 8 09:55:15] DEBUG[20736]: app_queue.c:2374 device_state_cb: Device 'PJSIP/209' changed to state '6' (Ringing) but we don't care because they're not a member of any queue. [Oct 8 09:55:15] DEBUG[20736]: app_queue.c:2369 device_state_cb: Device 'Local/209@dial-queue' changed to state '2' (In use) [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:15] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:15] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20682]: threadpool.c:1107 worker_idle: Worker thread idle timeout reached. Dying. [Oct 8 09:55:16] DEBUG[20683]: threadpool.c:1107 worker_idle: Worker thread idle timeout reached. Dying. [Oct 8 09:55:16] DEBUG[20684]: threadpool.c:1107 worker_idle: Worker thread idle timeout reached. Dying. [Oct 8 09:55:16] DEBUG[20677]: threadpool.c:968 worker_thread_destroy: Destroying worker thread 2 [Oct 8 09:55:16] DEBUG[20677]: threadpool.c:968 worker_thread_destroy: Destroying worker thread 3 [Oct 8 09:55:16] DEBUG[20677]: threadpool.c:968 worker_thread_destroy: Destroying worker thread 4 [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : endpoint Request msg OPTIONS/cseq=4206 (tdta0x90d3780) created. [Oct 8 09:55:16] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:16] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:16] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:3075 endpt_send_request: 0xb7300c64: Wrapper created [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:3106 endpt_send_request: 0xb7300c64: Set timer to 3000 msec [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : tsx0xb731c574 .Transaction created for Request msg OPTIONS/cseq=4206 (tdta0x90d3780) [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : tsx0xb731c574 Sending Request msg OPTIONS/cseq=4206 (tdta0x90d3780) in state Null [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : sip_resolve.c .Target '192.168.1.108:5060' type=Unspecified resolved to '192.168.1.108:5060' type=UDP (UDP transport) [Oct 8 09:55:16] DEBUG[20700]: res_pjsip_multihomed.c:157 multihomed_on_tx_message: Re-wrote Contact URI host/port to 192.168.0.254:5060 [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : tsx0xb731c574 .State changed from Null to Calling, event=TX_MSG [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 486/OPTIONS/cseq=4206 (rdata0x928731c) [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 486/OPTIONS/cseq=4206 (rdata0x90e592c) [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : tsx0xb731c574 .Incoming Response msg 486/OPTIONS/cseq=4206 (rdata0x90e592c) in state Calling [Oct 8 09:55:16] DEBUG[20700]: pjsip:0 : tsx0xb731c574 ..State changed from Calling to Completed, event=RX_MSG [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:2963 endpt_send_request_cb: 0xb7300c64: PJSIP tsx response received [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:2976 endpt_send_request_cb: 0xb7300c64: Cancelling timer [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:2986 endpt_send_request_cb: 0xb7300c64: Timer cancelled [Oct 8 09:55:16] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:16] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:16] DEBUG[20700]: config.c:3544 ast_parse_arg: extract int from [0] in [-2147483648, 2147483647] gives [0](0) [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:3005 endpt_send_request_cb: 0xb7300c64: Callbacks executed [Oct 8 09:55:16] DEBUG[20700]: res_pjsip.c:3057 send_request_wrapper_destructor: 0xb7300c64: wrapper destroyed Contact 208/sip:208@192.168.1.108:5060 is now Reachable. RTT: 22.173 msec [Oct 8 09:55:16] DEBUG[20708]: config.c:3635 ast_parse_arg: extract double from [3.0] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:16] DEBUG[20708]: config.c:3544 ast_parse_arg: extract int from [60] in [0, 86400] gives [60](0) [Oct 8 09:55:16] DEBUG[20708]: config.c:3635 ast_parse_arg: extract double from [3.000000] in [-inf, inf] gives [3.000000](0) [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:16] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:16] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20705]: pjsip:0 : sip_endpoint.c Processing incoming message: Response msg 183/INVITE/cseq=9362 (rdata0x928731c) [Oct 8 09:55:17] DEBUG[20705]: res_pjsip/pjsip_distributor.c:98 find_request_serializer: Could not find INVITE transaction for 183 response. [Oct 8 09:55:17] DEBUG[20700]: pjsip:0 : sip_endpoint.c Distributing rdata to modules: Response msg 183/INVITE/cseq=9362 (rdata0x90e592c) [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:17] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:17] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] DEBUG[20741][C-00000000]: res_rtp_asterisk.c:3344 ast_rtp_write: No remote address on RTP instance '0x9a07b7c' so dropping frame [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:305 audiohook_read_frame_both: Failed to get 160 samples from read factory 0xb731487c [Oct 8 09:55:18] DEBUG[20742][C-00000000]: audiohook.c:271 audiohook_read_frame_both: Read factory 0xb731487c and write factory 0xb731529c both fail to provide 160 samples [Oct 8 09:55:18] NOTICE[20723]: chan_iax2.c:4729 __auto_congest: Auto-congesting call due to slow response -- IAX2/0.0.0.208:4569-4127 is circuit-busy [Oct 8 09:55:18] DEBUG[20751][C-00000000]: channel.c:2682 ast_hangup: Hanging up channel 'IAX2/0.0.0.208:4569-4127' [Oct 8 09:55:18] DEBUG[20751][C-00000000]: chan_iax2.c:5298 iax2_hangup: We're hanging up IAX2/0.0.0.208:4569-4127 now... -- Hungup 'IAX2/0.0.0.208:4569-4127' ---------------------------------------------------------------------