Ticket #3618 (closed Bugs: fixed)

Opened 1 year ago

Last modified 1 year ago

queue announce-position parameter not written to queues_additional.conf

Reported by: john@erba.tv Assigned to:
Priority: minor Milestone: 2.6
Component: Queues Version: 2.5-branch
Keywords: queue position announce Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: Asterisk 1.6 Backend Engine Version: 1.6.0.6

Description

updating "Announce Position" queue paramter by gui and reloading does not write the corresponding parameter to queues_additional.conf. Therefore no queue position announcements are given. If I add the parameter manually to queue_additional.conf and reload asterisk from the cli, position announcements work.

versions Asterisk 1.6.0.6 Freepbx 2.5.1.2

John

Attachments

patch-queue-position.txt (1.0 kB) - added by john.fawcett on 04/10/09 01:16:13.
patch

Change History

04/10/09 01:16:13 changed by john.fawcett

  • attachment patch-queue-position.txt added.

patch

04/10/09 01:23:01 changed by john.fawcett

the attached one line patch works with freepbx 2.5.1.2 and asterisk 1.6. It should also work with asterisk 1.4: I'm not aware of changes in this parameter usage between 1.4 and 1.6. John

05/02/09 13:03:58 changed by p_lindheimer

  • confirmation changed from Unreviewed to Confirmed.

this appears to be new to 1.6, 1.4 had no such option. The position announcement is derived from the setting of some of the other parameters. Although the proposed patch is probably safe for Asterisk 1.4, it is still better to not generate put in a bogus parameter so we will have to have a look at doing a bit more.

05/02/09 13:15:16 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [7627]) fixes #3618 generate announce-position in queues.conf for Asterisk 1.6 (yes or no only for now)

05/06/09 12:15:58 changed by p_lindheimer

(In [7647]) Merged revisions 7525-7553,7555-7612,7614-7646 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

........

r7543 | mickecarlsson | 2009-03-21 05:37:55 -0700 (Sat, 21 Mar 2009) | 1 line

Fixes #3591 logic should be AND instead of OR

........

r7571 | mickecarlsson | 2009-04-06 11:18:35 -0700 (Mon, 06 Apr 2009) | 1 line

Re #3616, adds Portuguese (Brasil) to varous modules

........

r7612 | p_lindheimer | 2009-05-02 09:52:03 -0700 (Sat, 02 May 2009) | 1 line

fixes #3653 Skip Busy Agent ignored in some Follow-Me configurations under a queue

........

r7624 | p_lindheimer | 2009-05-02 11:40:34 -0700 (Sat, 02 May 2009) | 1 line

fixes #3457 don't use _. since Asterisk 1.2 will take that over more explicit matches like _s-.

........

r7626 | p_lindheimer | 2009-05-02 12:21:14 -0700 (Sat, 02 May 2009) | 1 line

fixes #3517 no need to test nodest variable, it will be set and empty if not set in the channel

........

r7627 | p_lindheimer | 2009-05-02 13:15:16 -0700 (Sat, 02 May 2009) | 1 line

fixes #3618 generate announce-position in queues.conf for Asterisk 1.6 (yes or no only for now)

........

r7644 | mickecarlsson | 2009-05-05 13:54:37 -0700 (Tue, 05 May 2009) | 1 line

Re #3657, updated Brazilian Portuguese language files

........