Asterisk Console Warnings After Upgrade to Distro 10.13.66

We recently upgraded our FreePBX Distro to 10.13.66 from 6.12.65. Just before upgrading the system we switched to asterisk 13. Since then, I have lots of these messages popping up in the console, even when verbosity is off.

[2016-03-24 13:35:47] WARNING[31447][C-0000251e]: func_strings.c:1417 function_eval: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:35:47] WARNING[31447][C-0000251e]: func_strings.c:1430 function_eval2: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:35:47] WARNING[31447][C-0000251e]: func_strings.c:1417 function_eval: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:35:47] WARNING[31447][C-0000251e]: func_strings.c:1430 function_eval2: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:11] WARNING[31497][C-00002521]: func_strings.c:1417 function_eval: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:11] WARNING[31497][C-00002521]: func_strings.c:1430 function_eval2: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:11] WARNING[31497][C-00002521]: func_strings.c:1417 function_eval: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:11] WARNING[31497][C-00002521]: func_strings.c:1430 function_eval2: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:17] WARNING[31504][C-0000251e]: func_strings.c:1417 function_eval: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:17] WARNING[31504][C-0000251e]: func_strings.c:1430 function_eval2: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:17] WARNING[31504][C-0000251e]: func_strings.c:1417 function_eval: EVAL requires an argument: EVAL(<string>)
[2016-03-24 13:36:17] WARNING[31504][C-0000251e]: func_strings.c:1430 function_eval2: EVAL requires an argument: EVAL(<string>)`

We also have a smaller number of these similar messages:

[2016-03-24 13:35:34] WARNING[2492]: func_cdr.c:352 cdr_write_callback: CDR requires a value (CDR(variable)=value)

Can anyone take a shot at what they pertain to? Here are a few of these lines in context:

[2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Goto (sub-record-check,exten,11) [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [exten@sub-record-check:11] Gosub("Local/402@from-queue-00000e67;2", "recordcheck,1(dontcare,external,402)") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [recordcheck@sub-record-check:1] NoOp("Local/402@from-queue-00000e67;2", "Starting recording check against dontcare") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [recordcheck@sub-record-check:2] Goto("Local/402@from-queue-00000e67;2", "dontcare") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Goto (sub-record-check,recordcheck,3) [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [recordcheck@sub-record-check:3] Return("Local/402@from-queue-00000e67;2", "") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [exten@sub-record-check:12] Return("Local/402@from-queue-00000e67;2", "") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [402@from-queue-exten-only:6] Macro("Local/402@from-queue-00000e67;2", "dial-one,,tr,402") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:1] Set("Local/402@from-queue-00000e67;2", "DEXTEN=402") in new stack [2016-03-24 13:46:59] WARNING[735][C-0000255c] func_strings.c: EVAL requires an argument: EVAL(<string>) [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:2] ExecIf("Local/402@from-queue-00000e67;2", "0?Set(__ZULU_URL_=)") in new stack [2016-03-24 13:46:59] WARNING[735][C-0000255c] func_strings.c: EVAL requires an argument: EVAL(<string>) [2016-03-24 13:46:59] WARNING[735][C-0000255c] func_strings.c: EVAL requires an argument: EVAL(<string>) [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:3] ExecIf("Local/402@from-queue-00000e67;2", "0?Set(__ZULU_TYPE_=)") in new stack [2016-03-24 13:46:59] WARNING[735][C-0000255c] func_strings.c: EVAL requires an argument: EVAL(<string>) [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:4] Set("Local/402@from-queue-00000e67;2", "DIALSTATUS_CW=") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:5] GosubIf("Local/402@from-queue-00000e67;2", "0?screen,1()") in new stack [2016-03-24 13:46:59] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:6] GosubIf("Local/402@from-queue-00000e67;2", "0?cf,1()") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:7] GotoIf("Local/402@from-queue-00000e67;2", "1?skip1") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Goto (macro-dial-one,s,10) [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:10] GotoIf("Local/402@from-queue-00000e67;2", "0?nodial") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:11] GotoIf("Local/402@from-queue-00000e67;2", "0?continue") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:12] Set("Local/402@from-queue-00000e67;2", "EXTHASCW=") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:13] GotoIf("Local/402@from-queue-00000e67;2", "1?next1:cwinusebusy") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Goto (macro-dial-one,s,14) [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:14] GotoIf("Local/402@from-queue-00000e67;2", "0?docfu:skip3") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Goto (macro-dial-one,s,18) [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:18] GotoIf("Local/402@from-queue-00000e67;2", "1?next2:continue") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Goto (macro-dial-one,s,19) [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Executing [s@macro-dial-one:19] GotoIf("Local/402@from-queue-00000e67;2", "1?continue") in new stack [2016-03-24 13:47:00] VERBOSE[735][C-0000255c] pbx.c: Goto (macro-dial-one,s,27)

Many thanks,

Tom

Eval requires an argument is normal. It comes from ZULU but doesn’t hurt the dialplan and is an annoyance from how Asterisk works.

Wow, that is an annoyance! Thanks for the reply.

I plan on fixing it soon. It’s basically doing this

Is this string from the DB empty? If so then EVAL it.

Well the string IS empty and the statement is returning false but even with a false it parses the EVAL. So it needs a proper goto but I have to re-evaluate the dialplan.

We are seeing a LOT of these even with verbose 0.

Yes and this is 100% normal if you are using Zulu.

Thanks Andrew,
It will be nice to get the clutter out of the logs. It really obscures the important stuff.