Skip to content

Commit

Permalink
Update bulk_enable_voicemail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Oct 27, 2023
1 parent 05c8f6e commit 7078133
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions odin_api/scripts/bulk_enable_voicemail.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
def main():
""" Takes in list of users and resets each SIP password. This
will return the list of users and their new changed password.
""" Takes in list of users and performs below:
Enables VM,
Adds VM to email if required along with email address,
Transfer on zero (if required) and destination,
VM common password,
Auto-login
:param x:
:param y:
:param z:
:return r:
"""
return
return

0 comments on commit 7078133

Please sign in to comment.