Ticket #787 (closed Bugs: fixed)

Opened 7 years ago

Last modified 6 years ago

Voicemail can fail if mailbox is not in default context

Reported by: hevad57 Assigned to:
Priority: minor Milestone: 2.2
Component: Other Module Version: SVN-HEAD
Keywords: Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If user has a voicemail context other than default and accesses voicemail with *98 waits for the prompt and enters the mailbox number, then enters the password at the next prompt the login will fail. However if the user accesses the mailbox with *98XXX where XXX it the mailbox number and then enters just the password it will work fine.

Change History

05/05/06 14:13:48 changed by RyanCourtnage

  • owner changed.
  • component changed from Asterisk Configuration to Other Module.

Try *97, it will determine you context based on your CID.

*98 needs some work so that it can determine the context without relying on CID. In a nutshell, it should:

  • prompt for mailbox number (MAILBOXNUMBER)
  • run Macro(get-vm-context|${MAILBOXNUMBER})
  • pass ${MAILBOXNUMBER} and ${VMCONTEXT} to Voicemailmain

This will be done in the voicemail module, so there's no need to tie this to a particular freepbx release.

05/06/06 09:09:08 changed by wozto1s

or even better, what about reading the actual 'mailbox' setting of the User/Extension? then for ppl like me that have one shared voicemail box for several extensions, they can dial *98 from any extension and get their actual voicemail box

05/27/06 07:29:03 changed by wozto1s

  • milestone set to 2.2.

07/24/06 17:55:09 changed by RobThomas

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

Was a typo in voicemail - fixed in r2159 in 2.1, svnmerge into 2.2 branch.

01/08/07 14:46:44 changed by

  • milestone deleted.

Milestone 2.2 deleted

01/08/07 16:05:20 changed by vgster

  • milestone set to 2.2.