TRY THIS Context being called - Not sure why --

phonebuff

Guru
Joined
Feb 7, 2008
Messages
1,117
Reaction score
129
So New Build --

| PIAF Installed Version = 2.0.6.5 under *HARDWARE* │
│ FreePBX Version = 2.11.0.34 │
│ Running Asterisk Version = 11.8.1 │
│ Asterisk Source Version = 11.8.1 │
│ Dahdi Source Version = 2.9.0 │
│ Libpri Source Version = 1.4.14 │
│ IP Address = 172.21.xxx.yyy on eth0 │
│ Operating System = CentOS release 6.5 (Final) │
│ Kernel Version = 2.6.32-431.1.2.0.1.el6.i686 - 32 Bit

An every so often this routine is getting run from something ?

Looks like it may be looking for a call file, but I am not sure why or what to turn off.

[2014-04-23 20:59:01] VERBOSE[24813] pbx_spool.c: -- Attempting call on Local/s@tc-maint for application NoCDR() (Retry 1)
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: -- Executing [s@tc-maint:1] NoCDR("Local/s@tc-maint-00000826;2", "") in new stack
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: -- Executing [s@tc-maint:2] Set("Local/s@tc-maint-00000826;2", "TCMAINT=RETURN") in new stack
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: -- Executing [s@tc-maint:3] Gosub("Local/s@tc-maint-00000826;2", "timeconditions,1,1()") in new stack
..............
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: -- Executing [2@timeconditions:18] Return("Local/s@tc-maint-00000826;2", "") in new stack
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: -- Executing [s@tc-maint:5] System("Local/s@tc-maint-00000826;2", "/var/lib/asterisk/bin/schedtc.php 60 /var/spool/asterisk/outgoing 1") in new stack
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: -- Executing [s@tc-maint:6] Answer("Local/s@tc-maint-00000826;2", "") in new stack
[2014-04-23 20:59:01] VERBOSE[24814][C-000008b6] pbx.c: == Spawn extension (tc-maint, s, 6) exited non-zero on 'Local/s@tc-maint-00000826;2'
[2014-04-23 20:59:01] NOTICE[24813] pbx_spool.c: Call completed to Local/s@tc-maint


Code:
[tc-maint]
include => tc-maint-custom
exten => s,1,NoCDR()
exten => s,n,Set(TCMAINT=RETURN)
exten => s,n,Gosub(timeconditions,1,1())
exten => s,n,Gosub(timeconditions,2,1())
exten => s,n,System(/var/lib/asterisk/bin/schedtc.php 60 /var/spool/asterisk/outgoing ${CALLERID(number)})
exten => s,n,Answer
exten => s,n,Hangup

;--== end of [tc-maint] ==--;
 

phonebuff

Guru
Joined
Feb 7, 2008
Messages
1,117
Reaction score
129
Okay,

Seems like lots of CPU & Log statements for no gain since we are not using hints on the Old Cisco 7940 & 7960 phones..

Any easy way to shut it down -- Maybe I should check Cron ?

===============
 

phonebuff

Guru
Joined
Feb 7, 2008
Messages
1,117
Reaction score
129
Thank you very much !!! I am going to have to find time and just walk through all the options in this new
world. I still live mostly in the old versions of FreePBX on closed systems.

:cool:
 

Members online

No members online now.

Forum statistics

Threads
25,810
Messages
167,755
Members
19,240
Latest member
nikko
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top