CFU/1001 not found in database

Hi,

Why do I get this in my /var/log/asterisk/full

[Jan 27 12:13:05] WARNING[26947] func_db.c: DB requires an argument, DB(/)
[Jan 27 12:13:05] NOTICE[26216] app_queue.c: No one is answering queue ‘5555’ (6/0/0)
[Jan 27 12:13:10] DEBUG[26951] func_db.c: DB: CFU/1004 not found in database.
[Jan 27 12:13:10] DEBUG[26951] func_db.c: DB: CFB/1004 not found in database.
[Jan 27 12:13:10] WARNING[26951] func_db.c: DB requires an argument, DB(/)
[Jan 27 12:13:10] DEBUG[26955] func_db.c: DB: CFU/1008 not found in database.
[Jan 27 12:13:10] DEBUG[26955] func_db.c: DB: CFB/1008 not found in database.
[Jan 27 12:13:10] WARNING[26955] func_db.c: DB requires an argument, DB(/)
[Jan 27 12:13:11] DEBUG[26959] func_db.c: DB: CFU/1001 not found in database.
[Jan 27 12:13:11] DEBUG[26959] func_db.c: DB: CFB/1001 not found in database.
[Jan 27 12:13:11] WARNING[26959] func_db.c: DB requires an argument, DB(/)
[Jan 27 12:13:11] DEBUG[26963] func_db.c: DB: CFU/1005 not found in database.
[Jan 27 12:13:11] DEBUG[26963] func_db.c: DB: CFB/1005 not found in database.
[Jan 27 12:13:11] WARNING[26963] func_db.c: DB requires an argument, DB(/)
[Jan 27 12:13:11] DEBUG[26967] func_db.c: DB: CFU/1009 not found in database.
[Jan 27 12:13:11] DEBUG[26967] func_db.c: DB: CFB/1009 not found in database.
[Jan 27 12:13:11] WARNING[26967] func_db.c: DB requires an argument, DB(/)
[Jan 27 12:13:11] DEBUG[26971] func_db.c: DB: CFU/1006 not found in database.
[Jan 27 12:13:11] DEBUG[26971] func_db.c: DB: CFB/1006 not found in database.

Where should I look for possible solution.

My primary googling suggests its a config issue.
I have no clue what config setting is incorrect.

Pls help.

Thx
Vai

you’ve not provided enough information or previous log infoinformation to tell what is going on or why.

But so that you know the lines like:
DEBUG[26963] func_db.c: DB: CFU/1005 not found in database.
where the number changes are ok. the numbers are the extension and CFU and CFB are Call Forward Unconditional and Call Forward if Busy. These are fields in a berkley database that asterisk maintains so that it knows when a extnesion has one of those conditions set. not found in the database means that particular feature is not currently enabled on that extension.

Without you saying what versions of software you are running it’s not possible to check and see if it is a known thing for that version or not.

But it to take a wild stab at it it looks like you have a queue that is scrolling through the extensions attempting to ring them so that the call is handled. It would have to check those conditions previous to calling that extension.

Yes indeed. I have a queue where all calls land.
Then the queue searches for available agents (from a dynamic pool of agents).
All extensions have CALL WAIT & CALL FORWARD disabled.

Since I am seeing these error lines appear frequently for all extensions in the queue, I was concerned if there is a problem in the server.
But from what you suggest, this is simply a server response to a situation and nothing to worry about.

So then I guess I can ignore this error message.

Thx for your help ‘fskrotzki’.
Appreciate it.

Regards/Vai

I have a simple vanilla setup: Calls drop into the queue and dynamically logged-In agents receive calls and answer them.

I do not need any kind of “Call Forward” & “Call Waiting”.

For such a setup, under “Feature Code Admin”, should I set all the “Feature
Status” under “Call Forward” & “Call Waiting” as DISABLED ??

Please advice.

Thx
Vai

you could but the asterisk code will still check for it, your users will just never be able to use that option.

Well, if Asterisk will still check the codes, then might as well leave the options enabled.

Thx for your answer :slight_smile:

regards,
Vai