pshaww

Member

Last active 12 years ago

  1. 12 years ago
    Tue May 1 21:29:17 2012
    pshaww started the conversation Buttons Not Changing Name.

    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?