Member
Last active 12 years ago
Hello,
I have FOP2 v 2.26 installed in a few different locations and I've noticed a common thread among them all. When a name is changed on an extension, the appropriate button label does not update. Whether I restart the system, restart fop2, or reload asterisk, the label does not update. When I check in the DB directly, I can confirm this is the case:
mysql
use asterisk;
select exten,label from fop2buttons where exten>0;
The label on a few extensions should be different now, but does not reflect this change.
How can I force FOP2 to update these labels, and how can I make sure it will continue to do so as intended?