FOP2 Extension Buttons not saving Group Tag
PiaF 2.0.6.2
FreePBX 2.9.0.12
Asterisk 1.8.8.0
Latest FOP2 and latest FOP2admin module for Freepbx
The issue I am having is when trying to add group information to the extensions buttons some of the buttons do not keep the information.
For example I have 139 extensions. After I add the group info to the buttons and submit only the first 125 extension keep this information. The remaining extensions do not show the group info.
FreePBX 2.9.0.12
Asterisk 1.8.8.0
Latest FOP2 and latest FOP2admin module for Freepbx
The issue I am having is when trying to add group information to the extensions buttons some of the buttons do not keep the information.
For example I have 139 extensions. After I add the group info to the buttons and submit only the first 125 extension keep this information. The remaining extensions do not show the group info.
Comments
look for max_input_vars in php.ini and try increasing the value.
I will change the design in the module to use ajax in place editing to avoid this silly limit.
Best regards,
Still cannot save group to buttons.
The php.ini file did not have a 'max_input_vars = 1000' so i added it.
Had to restart the httpd service and fop2
Thanks for your help.
You can find documentation about this issue, that is NOT specific to fop2admin but to php settings in several places in the internet:
http://anothersysadmin.wordpress.com/20 ... big-forms/
http://www.php.net/manual/en/info.confi ... input-vars
You can also upgrade fop2admin to the latest version that has edit in place for the extension buttons, so the value is saved just after edition.
I simply added the line to the end of the file and it fixed my issue of labels. Now my next question how to I link FOP@ to the recording so that I can use it to listen to recorder calls.
Best regards,