Bulk Handler,Extension AstDB key does not exist

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

Try to re-install Asterisk.

The AMPUSER indicates that this is something maintained by FreePBX. I suppose reinstalling Asterisk might cause FreePBX to completely rebuild its AstDB entries.

I mentioned asterisk-version-switch for asterisk re-install.

[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/screen does not exist
[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /CW/632 does not exist
[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/dialopts does not exist
[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/screen does not exist
[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /CW/632 does not exist
[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/pinless does not exist
[2024-11-26 15:18:55] WARNING[2439518]: db.c:520 ast_db_del2: AstDB key /DEVICE/632/emergency_cid does not exist

it didn’t help =((

Have you tried deleting and re-adding extension 632?

[2024-11-26 16:47:37] WARNING[2465575]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/screen does not exist
[2024-11-26 16:47:37] WARNING[2465575]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/dialopts does not exist
[2024-11-26 16:47:37] WARNING[2465575]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/screen does not exist
[2024-11-26 16:47:37] WARNING[2465575]: db.c:520 ast_db_del2: AstDB key /CW/632 does not exist
[2024-11-26 16:47:37] WARNING[2465575]: db.c:520 ast_db_del2: AstDB key /AMPUSER/632/pinless does not exist
[2024-11-26 16:47:37] WARNING[2465575]: db.c:520 ast_db_del2: AstDB key /DEVICE/632/emergency_cid does not exist

I tried to completely delete the 632 number and then add it again, it did not change the behavior of the console…

when I click on the submit button in the console from the settings of number 632, I see these errors, this applies to any number

when I click Apply, there are also a number of errors in the console about all the numbers

[2024-11-26 16:50:47] WARNING[2466054]: db.c:520 ast_db_del2: AstDB key /AMPUSER/681/accountcode does not exist

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!