Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

The Article describes the procedure that allows users to dial a specific number from their phone to change their voicemail password.

Created: March 2020

Permalink: https://wildix.atlassian.net/wiki/x/dQDOAQ

Table of Contents

Introduction

Currently there is no built-in way for a user to change a voicemail password from a phone. This is because the VM password is derived from the web password (password for Collaboration).   This is fine in most of the cases, but there could be scenarios where a user does not access Collaboration at all (Basic licenses).   In such cases, all a user has is a hard phone. This means that there must be another way configured for them to change the VM PIN. The procedure described here allows users to dial an a specific number from their phone to change their voicemail password.

...

There is a required script called “changePIN.php” that you need to upload to your system and place it in /var/www/scripts directory.   You can of course put the script in some other suitable place if you choose but you will need to adjust the corresponding entry in “execute” number within “changeVMPIN” procedure if you do so. Make sure that “changePIN.php” has execution permissions and is owned by WMS user.

Download the script:

...

:

  • for WMS 6 systems:
    View file
    namechangePIN_WMS6.php.zip
    height150
  • for WMS 5 systems

View file
namechangePIN.php
height150

Dialplan Configuration

A Dialplan called “changeVMPIN” was created to allow users to dial a number to change their voicemail password.  Within this dial plan the access number is 7777 but you can use any number you desire  as pilot number on your dial plan.  

Import the Dialplan to your system:

Download the Dialplan: 

...

View file
namedialplan_2021.11.12_17.23.31_usateam502_5.03.20210927.4_221100006d85.bkp
height150


Then create the following entry in users dial plan Dialplan (or any dial plan Dialplan your users are using):


changeVMPIN Dialplan procedure consists of:

Image RemovedImage Added

Recap of Setup Steps

...