We would like our elevator help button to call our front desk when our front desk huntgroup is not in night service mode and when it is in night service mode we would like the elevator to call an external phone number. We are currently using our night service mode to allow staff to call in from the outside and make all the phones in the building ring. Ideally I would like to have a script run that checks the night service status for the front desk to direct the elevator phone. The script would look something like:
ShortCode: *1234 (Help button in Elevator)
*1234 would then check for nightservice for the front desk huntgroup (200).
script:
If nightservicemode(huntgroup 200) = true then
forward to 17012222222
Else
forward to huntgroup 200
End if
I know this can be done by giving our receptionists 2 separate night service buttons but 1 would be much better.
We also use voicemail pro which has script functionality but I haven't figured out how to check the status of a huntgroup using script.
ShortCode: *1234 (Help button in Elevator)
*1234 would then check for nightservice for the front desk huntgroup (200).
script:
If nightservicemode(huntgroup 200) = true then
forward to 17012222222
Else
forward to huntgroup 200
End if
I know this can be done by giving our receptionists 2 separate night service buttons but 1 would be much better.
We also use voicemail pro which has script functionality but I haven't figured out how to check the status of a huntgroup using script.