- Joined
- Apr 28, 2011
- Messages
- 44
- Reaction score
- 0
Hi guys, I'm struggling with a change to the queues module and could use some pointers.
I'm modifying the queues module to include 'optionalurl' in the GUI and then write that to the asterisk queue config as here: http://www.freepbx.org/trac/ticket/4035 This will enable us to insert an optional url into the queue definition screen on FreePBX for it to be processed by our queue reporting software.
It's going well - I've modified the functions_inc.php and page.queues.php in /var/www/html/admin/modules/queues so that the extra field is displayed and processed correctly and it's updating MySQL properly too. However, when I apply the settings to the PBX the extra field is not written into the asterisk config files. What am I doing wrong? Where is the config taken out of the MySQL database and written to the asterisk conf files?
I'm sorry to ask such a numpty question - there is no mention of any other changes needing to be made in the article.
Many thanks,
Neil
I'm modifying the queues module to include 'optionalurl' in the GUI and then write that to the asterisk queue config as here: http://www.freepbx.org/trac/ticket/4035 This will enable us to insert an optional url into the queue definition screen on FreePBX for it to be processed by our queue reporting software.
It's going well - I've modified the functions_inc.php and page.queues.php in /var/www/html/admin/modules/queues so that the extra field is displayed and processed correctly and it's updating MySQL properly too. However, when I apply the settings to the PBX the extra field is not written into the asterisk config files. What am I doing wrong? Where is the config taken out of the MySQL database and written to the asterisk conf files?
I'm sorry to ask such a numpty question - there is no mention of any other changes needing to be made in the article.
Many thanks,
Neil