Good afternoon! I am transferring my Extension with the Bulk Handler module from one server to another, when I downloaded all the Extension to a new machine, I saw errors in the console
[2024-11-20 18:23:08] WARNING[1160108]: db.c:520 ast_db_del2: AstDB key /AMPUSER/998/accountcode does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /AMPUSER/602/screen does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /CW/602 does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /AMPUSER/602/dialopts does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /AMPUSER/602/screen does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /CW/602 does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /AMPUSER/602/pinless does not exist
[2024-11-20 19:09:45] WARNING[1168034]: db.c:520 ast_db_del2: AstDB key /DEVICE/602/emergency_cid does not exist
Can you tell me how to fix it?
FreePBX 17 Asterisk 21
The AMPUSER indicates that this is something maintained by FreePBX. I suppose reinstalling Asterisk might cause FreePBX to completely rebuild its AstDB entries.
I tried to install FreePBX 17 and Asterisk 21.5 on a clean Debian 12 from the official installation script, and the same thing happened, I just added the internal number and the same thing happened in the console! This looks like a bug!