Bug #236
Change of general username/login need a freepbx reload
| Status: | Closed | Start: | 11/07/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 11/21/2009 | |
| Assigned to: | tshif | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Caller ID Superfectav 2.2.3 Maintenance Release |
Description
The general option username/login is saved in the freepbx cidlookup MySQL database.
Any change made by superfecta will not change the extension_additional.conf until freepbx is doing a reload.
Two way I see to fix it:
-detect a change of username/login and tell freepbx that a reload is needed.
-remove the username/login text boxes, and just put a help text to tell the users that they need to go to the freepbx CallerID lookup source page to change the username/login if needed.
History
Updated by patrick_elx 9 months ago
I would vote for the second option for the following reasons:
the username/password is a 'real' general option that is shared by all sources (not like all the other general options that are source specific).
It will declutter the display also.
Updated by tshif 9 months ago
I am not comfortable with option 2. I think it will cause more support traffic than it stops.
This code: $fcc->update();
Puts the red box to accept changes on FreePBX.
Let us try this approach instead. Simply run this code EVERY time they change values in this two fields.
Updated by tshif 9 months ago
- Status changed from New to Reviewed
- Target version set to Caller ID Superfecta - Future Versions
Updated by patrick_elx 9 months ago
when executing this code:$fcc->update();
I have a blank page with: CID Superfecta has been updated....
Updated by patrick_elx 9 months ago
- Status changed from Reviewed to QA Testing
- % Done changed from 0 to 90
Updated by patrick_elx 9 months ago
- Target version changed from Caller ID Superfecta - Future Versions to Caller ID Superfectav 2.2.3 Maintenance Release