Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VM Pro - Mandatory Password Change 1

Status
Not open for further replies.

IPScec

Programmer
Aug 14, 2007
55
US
I have a client that wants to make it mandatory for their employee's to change their voicemail password every 90 days. Can't find a setting for this under Housekeeping or in Manager. Does anyone have experience with this?
 
You can do this but you need vmpro for this and some programming.

You can use a generic action for each user so it depends on how many users you got.

Then make one module and a generic action for each user that changes the code.
Then every user needs it's own generic action for changing there password themself.

Then you need to build a shortcode that will call the module with the actions that change the voicemail codes for those users.

So it can be done but with manual interaction.


BAZINGA!

I'm not insane, my mother had me tested!
 
There is no option for this.

Kyle Holladay / IPOfficeHelp.com
ACSS & APSS Avaya SME Communications
APDS Avaya Data
MCP/MCTS Exchange 2007/2010
Adtran ATSA, Aruba ACMA

"Thinking is the hardest work there is, which is the probable reason why so few engage in it." - Henry Ford
 
No option for this, you can make a shortcode for the admin to change the pincode for every user if the user forgot their pincode. Copy the text below save it as VoicemailCode.mod and import it in VMPro

Code:
<?xml version="1.0" standalone="yes"?>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
  <VMProImportExportDataSet xmlns="[URL unfurl="true"]http://avaya.com/VMProImportExportDataSet.xsd">[/URL]
    <ModuleImportExport diffgr:id="ModuleImportExport1" msdata:rowOrder="0">
      <ID>Modules.VoicemailCode</ID>
      <Data>BgAyAAAAMgAAAF4ALAAEAA8AAAAAAA8AAIAPAACAAAAAAAAANQAKAQEA/wIBAAD/AgIA/wIMAFN0YXJ0IFBvaW50AP8CBQBOZXh0AAD/AgEAAP8CAAD/AgEAAAEDAAAA/wIBAAD/AgEAAP8CAQAAAAAA/wIBAAD/AgEAAP8CAQAAaAIAAFoAAADuACwABAAPAAAAAAAPAACADwAAgAAAAAAAAA8ACgEBAP8CAQAA/wICAP8CIQBDRkc6U2V0ICRDUDBfVm9pY2VtYWlsX0NvZGUgJEtFWQD/AgUATmV4dAAC/wIBAAD/AgAA/wIBAAABAwAAAP8CAQAA/wIBAAD/AgEAAAAAAP8CAQAA/wIBAAD/AgEAAP8CIQBDRkc6U2V0ICRDUDAgVm9pY2VtYWlsX0NvZGUgJEtFWQCIAwAAZAAAAGIAGAAEAA8AAAAAAA8AAIAPAACAAAAAAAAAEgAKAQEA/wIBAAD/AgEA/wILAERpc2Nvbm5lY3QABf8CAQAA/wIBAP8CDgBlblxwaW5fMDQud2F2AP8CAQAAAQMAAAD/AgEAAP8CAQAA/wIBAAAAAAD/AgEAAP8CAQAA/wIBAAC3AAAAPAAAAFsALAAEAA8AAAAAAA8AAIAPAACAAAAAAAAAEAAKAQEA/wIBAAD/AgIA/wIKAEV4dGVuc2lvbgD/AgIAJAA2/wIBAAD/AgEA/wIKAGVuXDcyLndhdgD/AgEAAAEDAAAA/wIBAAD/AgEAAP8CAQAAAAAA/wIBAAD/AgEAAP8CAQAAAAAAAAAAAAAAAP8CAQAA/wIBAAA4AQAARgAAAGAALAAEAA8AAAAAAA8AAIAPAACAAAAAAAAADwAKAQEA/wIBAAD/AgIA/wIJAENQMDokS0VZAP8CBQBOZXh0AAL/AgEAAP8CAAD/AgEAAAEDAAAA/wIBAAD/AgEAAP8CAQAAAAAA/wIBAAD/AgEAAP8CAQAA/wIJAENQMDokS0VZAMUBAABQAAAAeQAsAAQADwAAAAAADwAAgA8AAIAAAAAAAAAQAAoBAQD/AgEAAP8CAgD/Ag8AVm9pY2VtYWlsIENvZGUA/wICACQANv8CAQAA/wICAP8CDgBlblxwaW5fMDIud2F2AP8CDQBlblxtY18wMC53YXYA/wIBAAABAwAAAP8CAQAA/wIBAAD/AgEAAAAAAP8CAQAA/wIBAAD/AgEAAAAAAAAAAAAAAAD/AgEAAP8CAQAABQABAAIAAgAAAAAAAQAAAQMFBQgAAIABBQoIAACAVgMAAHgAAABgAwAAeAAAAAAAAwAEAAIAAAAAAAEAAAEDBQUIAACAAQUKCAAAgBIBAABaAAAAHAEAAFoAAAAAAAQABQACAAAAAAABAAABAwUFCAAAgAEFCggAAICYAQAAZAAAAKIBAABkAAAAAAAFAAEAAgAAAAAAAQAAAQMFBQgAAIABBQoIAACAPgIAAG4AAABIAgAAbgAAAAAAAAADAAIAAAAAAAEAAAEDBQUIAACAAQUKCAAAgJAAAABQAAAAmgAAAFAAAAAAAA==</Data>
    </ModuleImportExport>
  </VMProImportExportDataSet>
</diffgr:diffgram>

Avaya_Red.gif

___________________________________________
It works! Now if only I could remember what I did...

Dain Bramaged (Avaya Search tool )
______________________________________
 
That one look familiar :)


BAZINGA!

I'm not insane, my mother had me tested!
 
Couldn't remember who posted it here, just gave you a star :)

Avaya_Red.gif

___________________________________________
It works! Now if only I could remember what I did...

Dain Bramaged (Avaya Search tool )
______________________________________
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top