Ticket #3399 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

VmX Locater Option 1 is not displayed on Admin/Extension page

Reported by: dosborn Assigned to:
Priority: minor Milestone: 2.6
Component: Voicemail Version: 2.5-branch
Keywords: vmx voicemail Cc:
Confirmation: Unreviewed Distro:
Backend Engine: Asterisk 1.4.x Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If you enter a phone number for Option 1 ("Press 1") in VmX Locater on the Extensions page, the value is saved to the astdb but is not displayed when the page is reloaded. If the page is then submitted again, the value is updated to . This is with FollowMe not enabled on the extension.

It appears that the issue is the stored value is not retrieved in the case that FollowMe is not enabled which I assume is an oversight. I've attached a patch which fixes this. Patched against FreePBX v2.5.1 / Voicemail v2.5.1.4.

Also, I put it as a minor issue but I suspect many might thinks it's closer to major...

Attachments

modules_voicemail_functions.inc-php.patch (0.6 kB) - added by dosborn on 11/14/08 12:14:11.

Change History

11/14/08 12:14:11 changed by dosborn

  • attachment modules_voicemail_functions.inc-php.patch added.

11/15/08 15:28:12 changed by p_lindheimer

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

(In [7265]) fixes #3399 vmx option 1 not retrieved properly when followme is disabled

11/15/08 16:02:21 changed by p_lindheimer

(In [7273]) Merged revisions 7250-7271 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

........

r7254 | mbrevda | 2008-11-12 07:55:40 -0800 (Wed, 12 Nov 2008) | 1 line

closes #3358, thanks Philippe!

........

r7258 | mickecarlsson | 2008-11-12 12:43:19 -0800 (Wed, 12 Nov 2008) | 1 line

Addresses #3389 updates Bulgarian language files

........

r7260 | mickecarlsson | 2008-11-12 12:47:22 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3390 adds Spanish language to customerdb

........

r7263 | p_lindheimer | 2008-11-13 12:23:51 -0800 (Thu, 13 Nov 2008) | 1 line

fixes #3387 with supplied patches plus additional fix that was making extension to extension call pickup not working, resulting in the inability to also pickup transfered calls

........

r7264 | p_lindheimer | 2008-11-13 15:06:47 -0800 (Thu, 13 Nov 2008) | 1 line

Ref #3387 move the more requestn Pickup() scenarios so they execute sooner

........

r7265 | p_lindheimer | 2008-11-15 12:28:12 -0800 (Sat, 15 Nov 2008) | 1 line

fixes #3399 vmx option 1 not retrieved properly when followme is disabled

........

r7266 | p_lindheimer | 2008-11-15 12:30:26 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: voicemail 2.5.1.5

........

r7267 | p_lindheimer | 2008-11-15 12:46:09 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: core 2.5.1.3

........

r7268 | p_lindheimer | 2008-11-15 12:46:17 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: dashboard 2.5.0.3

........

r7269 | p_lindheimer | 2008-11-15 12:46:23 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: parking 2.5.1.3

........

r7270 | p_lindheimer | 2008-11-15 12:46:30 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: vmblast 2.5.0.4

........

r7271 | p_lindheimer | 2008-11-15 12:47:38 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: fw_langpacks 2.5.1.1

........