16
General Asterisk configuration / Re: Subqueues - Setting URL on a Queue() in FreePBX - Patch
« on: October 12, 2011, 15:53:50 »ah-hah! that's what i'm missing - i can't find the file that relates to queues_config.sql
in version 2.6, was the filename queues_config.sql?
Neio
That is just the name of the file used to initially create the queues module's database on installation. all you need to do is to add a new field names optionalurl to the queues_config table in your database.
The SQL to do this directly would be
ALTER TABLE `queues_config` ADD `optionalurl` VARCHAR( 32 ) NULL DEFAULT NULL
-Barry

