Help deciphering log entries

FreePBX Distro 5.211.65-14

I see these log entries repeating constantly. I can’t find any reference to what they might be.

            -- Executing [2@timeconditions:4] Set("Local/s@tc-maint-00003224;2", "DEVICE_STATE(Custom:TC2)=INUSE") in new stack
        -- Executing [2@timeconditions:5] ExecIf("Local/s@tc-maint-00003224;2", "0?Set(DEVICE_STATE(Custom:TCSTICKY)=INUSE)") in new stack
        -- Executing [2@timeconditions:6] GotoIf("Local/s@tc-maint-00003224;2", "0?ivr-2,s,1") in new stack
        -- Executing [2@timeconditions:7] Set("Local/s@tc-maint-00003224;2", "TCSTATE=false") in new stack
        -- Executing [2@timeconditions:8] Return("Local/s@tc-maint-00003224;2", "") in new stack
        -- Executing [s@tc-maint:15] Gosub("Local/s@tc-maint-00003224;2", "timeconditions,14,1()") in new stack
        -- Executing [14@timeconditions:1] GotoIfTime("Local/s@tc-maint-00003224;2", "*,mon,*,*?truestate") in new stack
        -- Executing [14@timeconditions:2] GotoIf("Local/s@tc-maint-00003224;2", "0?truegoto") in new stack
        -- Executing [14@timeconditions:3] ExecIf("Local/s@tc-maint-00003224;2", "0?Set(DB(TC/14)=)") in new stack
        -- Executing [14@timeconditions:4] Set("Local/s@tc-maint-00003224;2", "DEVICE_STATE(Custom:TC14)=INUSE") in new stack
        -- Executing [14@timeconditions:5] ExecIf("Local/s@tc-maint-00003224;2", "0?Set(DEVICE_STATE(Custom:TCSTICKY)=INUSE)") in new stack
        -- Executing [14@timeconditions:6] GotoIf("Local/s@tc-maint-00003224;2", "0?timeconditions,13,1") in new stack
        -- Executing [14@timeconditions:7] Set("Local/s@tc-maint-00003224;2", "TCSTATE=false") in new stack
        -- Executing [14@timeconditions:8] Return("Local/s@tc-maint-00003224;2", "") in new stack
        -- Executing [s@tc-maint:16] System("Local/s@tc-maint-00003224;2", "/var/lib/asterisk/bin/schedtc.php 60 /var/spool/asterisk/outgoing 0") in new stack
        -- Executing [s@tc-maint:17] Answer("Local/s@tc-maint-00003224;2", "") in new stack
           > Channel Local/s@tc-maint-00003224;1 was answered.
           > Launching NoCDR() on Local/s@tc-maint-00003224;1
      == Spawn extension (tc-maint, s, 17) exited non-zero on 'Local/s@tc-maint-00003224;2'
    [2014-07-08 18:13:01] NOTICE[753]: pbx_spool.c:402 attempt_thread: Call completed to Local/s@tc-maint

tc = time conditions

maint = Maintenance

This is Time Conditions Maintenance, it’s what switches the time conditions for you automatically.

If it bugs you, you can edit the cron job to run less than every minute .

Or you can turn it off :smile:

You can edit that in advanced settings, no need to fiddle with the cron

But to turn it off would be “fairly uncommon” :smile:

There are many ways to skin a cat, thanks for the advanced and pretty way :slight_smile: