Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nellyb

Pages: [1]
1
Oh I'm going and seeing! :-)

Same again - it populates the GUI and MySQL database fine but doesn't write it to the conf file.

I hate to continue being a pain, but do you have a copy of the functions.inc.php and page.queues.php from your 2.6 system you sould send to me?

Neil

2
OK, thanks for that Barry.

In the functions.include.php file I have more fields than this earlier version.  For example:

function queues_add($account,$name,$password,$prefix,$goto,$agentannounce_id,$members,$joinannounce_id,$maxwait,$alertinfo='',$cwignore='0',$qregex='',$queuewait='0', $use_queue_context='0', $dynmembers = '', $dynmemberonly = 'no', $togglehint = '0') {

I'd inserted the new bit of code after $use_queue_context='0' - is this right?  Or should it be at the end?

function queues_add($account,$name,$password,$prefix,$goto,$agentannounce_id,$members,$joinannounce_id,$maxwait,$alertinfo='',$cwignore='0',$qregex='',$queuewait='0', $use_queue_context='0', $optionalurl=' ', $dynmembers = '', $dynmemberonly = 'no', $togglehint = '0') {

Neil

3
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

4
Hi Barry, many thanks for the reply.

I wasn't able to use patch to apply the your diff files as the versions of my php files were newer.  I applied it manually so it could be a case of fat fingers.    I'll double-check it.

So the php files write to mysql and the conf files?

Neil

5
Hi Barry, many thanks for this - we're in a similar situtation with QM and Asterisk and want to use the optionalurl feature.

I have taken the diff files and applied them to my install of Asterisk and am having a problem - I can add/del and edit the queues and the optionalurl field is processed properly.  It even writes it to the field in mysql.

However, when I apply the settings to the PBX it is not written to the asterisk conf files - is there anything else I should be doing?

Many thnks,

Neil Tancock

Pages: [1]