...
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:
View file
Dialplan Configuration
A Dialplan called “changeVMPIN” is was created to allow users to dial a number to change their voicemail password. In the example Within this dial plan, the access number is 7777 but this number can be changed to anything that you desire.
Import the Dialplan to your system and include it in any procedure your users already have access to (most likely "users" Dialplan). For clarity, we mean add it as an “included procedure”.:
Download the Dialplan:
Section | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The Dialplan procedure consists of:
PDF: Avoid Page Break |
---|
7777
- Custom application -> NoOp(Setting all needed variables)
- Set -> attempts -> 0
- Custom application -> Set(uid=${SHELL(ldapsearch -xLLL -D 'cn=admin,dc=wildix' -b 'dc=wildix' -w 'wildix' '(&(objectClass=wPerson)(|(telephoneNumber=${CALLERID(num)})))' userPIN | grep dn | tr -d '\n')})
- Custom application -> Set(pin=${SHELL(ldapsearch -xLLL -D 'cn=admin,dc=wildix' -b 'dc=wildix' -w 'wildix' '(&(objectClass=wPerson)(|(telephoneNumber=${CALLERID(num)})))' userPIN | grep userPIN | tr -d '\n')})
- Custom application -> Read(pass,00000/vmpass,5,,2,5)
- Jump to -> changeVMPIN procedure -> set "start" number
- Hangup -> 16 - Normal Call Clearing
PDF: Avoid Page Break |
---|
change
- Custom application -> NoOp(Changing vm password)
- Custom application -> Read(pass1,00000/getnewpass,5,,2,5)
- Custom application -> Read(pass2,00000/getnewpass&00000/again,5,,2,5)
- Jump to if -> ${pass1}==${pass2} -> changeVMPIN procedure -> set "execute" number
- Play sound -> Entered passwords do not match, please try again
- Jump to -> changeVMPIN procedure -> set "change" number
PDF: Avoid Page Break |
---|
execute
- Jump to if -> ${LEN(${pass1})}!=5 -> changeVMPIN procedure -> set "finish" number
- Remote script -> /var/www/scripts/changePIN.php
- Hangup -> 16 - Normal Call Clearing
PDF: Avoid Page Break |
---|
finish
- Play sound -> too many wrong attempts or password length minor than 5 digits
- Hangup -> 16 - Normal Call Clearing
PDF: Avoid Page Break |
---|
start
...
Then create the following entry in users dial plan (or any dial plan your users are using):
PDF: Avoid Page Break |
---|
changeVMPIN Dialplan procedure consists of:
PDF: Avoid Page Break |
---|
Recap of Setup Steps
- Create sounds in the system
- Download the “changePIN.php” script and copy it to the system under the /var/www/scripts directory.
- Make the script file executable and change it’s ownership to wms
- Download the dial plan and include into any users dial plans that need access to itcreate a pilot number to jump to ext 7777 on the imported dial plan.
HTML |
---|
<div class="fb-like" data-href="https://confluence.wildix.com/x/N4AbB" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div> |
...