Ticket #3281 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

Missing right curly bracket in operator zero option section of extensions.conf

Reported by: kevincsoft Assigned to: p_lindheimer
Priority: minor Milestone: 2.5
Component: Core Version: 2.4-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

In extensions.conf in the section that begins with

; If the user has a 0 option defined, use that for operator zero-out from within voicemail
; as well to keep it consistant with the menu structure

The line

exten => o,n,Dial(Local/${FROM_DID)@from-pstn)

Should read

exten => o,n,Dial(Local/${FROM_DID})@from-pstn)

With the right curly bracket missing we found that callers went through to one of the ring groups, specifically ring group number six.

We are using version 2.4.1.2 but I have just checked and the bracket is still missing in the 2.5.0 release.

Change History

10/15/08 09:10:15 changed by p_lindheimer

  • confirmation changed from Unreviewed to Confirmed.
  • component changed from - choose - to Core.

10/15/08 09:10:40 changed by p_lindheimer

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

(In [6984]) fixes #3281 syntax error missing }

10/15/08 09:13:53 changed by p_lindheimer

(In [6985]) Merged revisions 6984 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

........

r6984 | p_lindheimer | 2008-10-15 06:10:39 -0700 (Wed, 15 Oct 2008) | 1 line

fixes #3281 syntax error missing }

........