Good Afternoon,
I am tasked with changing time in all my Phonemail systems on March 11. I have about 100 and would like to put it in a script file that includes the Modem numbers. It will dial and connect in Modem command mode and stops. Below is an example of what I have built:
proc main
Transmit "atdt916655553214"
pause 15
transmit "^M"
transmit "^M"
transmit "^M"
transmit "^M"
waitfor "Log"
transmit "sysadmin^M"
waitfor "Pass"
transmit "rgaines44^M"
waitfor "Function:"
transmit "SETT^M"
waitfor "Enter new time [hh:mm:ss] or press Enter:"
transmit "01:42:00^M"
waitfor "Enter new date [mm/dd/yy] or press Enter:"
transmit "^M"
waitfor "Function:"
transmit "logo^M"
waitfor "Action:"
transmit "logo^M"
hangup
pause 5
Transmit "atdt9162655533798"
pause 15
transmit "^M"
transmit "^M"
transmit "^M"
transmit "^M"
waitfor "Log"
transmit "sysadmin^M"
waitfor "Pass"
transmit "rgaines44^M"
waitfor "Function:"
transmit "SETT^M"
waitfor "Enter new time [hh:mm:ss] or press Enter:"
transmit "01:42:00^M"
waitfor "Enter new date [mm/dd/yy] or press Enter:"
transmit "^M"
waitfor "Function:"
transmit "logo^M"
waitfor "Action:"
transmit "logo^M"
hangup
endproc
Is there a better way to do this, or a setting I am failing to catch? Any help would be greatly appreciated!
Barb
I am tasked with changing time in all my Phonemail systems on March 11. I have about 100 and would like to put it in a script file that includes the Modem numbers. It will dial and connect in Modem command mode and stops. Below is an example of what I have built:
proc main
Transmit "atdt916655553214"
pause 15
transmit "^M"
transmit "^M"
transmit "^M"
transmit "^M"
waitfor "Log"
transmit "sysadmin^M"
waitfor "Pass"
transmit "rgaines44^M"
waitfor "Function:"
transmit "SETT^M"
waitfor "Enter new time [hh:mm:ss] or press Enter:"
transmit "01:42:00^M"
waitfor "Enter new date [mm/dd/yy] or press Enter:"
transmit "^M"
waitfor "Function:"
transmit "logo^M"
waitfor "Action:"
transmit "logo^M"
hangup
pause 5
Transmit "atdt9162655533798"
pause 15
transmit "^M"
transmit "^M"
transmit "^M"
transmit "^M"
waitfor "Log"
transmit "sysadmin^M"
waitfor "Pass"
transmit "rgaines44^M"
waitfor "Function:"
transmit "SETT^M"
waitfor "Enter new time [hh:mm:ss] or press Enter:"
transmit "01:42:00^M"
waitfor "Enter new date [mm/dd/yy] or press Enter:"
transmit "^M"
waitfor "Function:"
transmit "logo^M"
waitfor "Action:"
transmit "logo^M"
hangup
endproc
Is there a better way to do this, or a setting I am failing to catch? Any help would be greatly appreciated!
Barb