So we work in a video production studio. I have a custom script that turns off ALL phones and sends callers to voicemail when I dial *100 and turns off with *101.
2 questions now.
1. Instead of turning the phones off completely and sending to voicemail. I would love to be able to turn off ringers and have a light flash when a call comes in. What hardware/script would you recommend?
2. When the system is in 'silent' mode. I would like for a red light to be continuously lit to remind the staff that they need to turn silent mode off. OR if I could modify the script to automatically turn it off at midnight every night.
Whaddaya think?
here is a copy of the script
[app-dnd-on-custom]
;Begin custom multi-extension dnd on app
exten => *100,1,Answer
exten => *100,n,Wait(1)
exten => *100,n,Set(DB(DND/100)=YES)
exten => *100,n,Set(DB(DND/101)=YES)
exten => *100,n,Set(DB(DND/200)=YES)
exten => *100,n,Set(DB(DND/201)=YES)
exten => *100,n,Set(DB(DND/202)=YES)
exten => *100,n,Set(DB(DND/203)=YES)
exten => *100,n,Set(DB(DND/204)=YES)
exten => *100,n,Set(DB(DND/205)=YES)
exten => *100,n,Set(DB(DND/206)=YES)
exten => *100,n,Set(DB(DND/300)=YES)
exten => *100,n,Set(DB(DND/301)=YES)
exten => *100,n,Set(DB(DND/302)=YES)
exten => *100,n,Set(DB(DND/303)=YES)
exten => *100,n,Set(DB(DND/304)=YES)
exten => *100,n,Set(DB(DND/305)=YES)
exten => *100,n,Set(DB(DND/310)=YES)
exten => *100,n,Set(DB(DND/400)=YES)
exten => *100,n,Set(DB(DND/401)=YES)
exten => *100,n,Set(DB(DND/402)=YES)
exten => *100,n,Set(DB(DND/403)=YES)
exten => *100,n,Playback(do-not-disturb&activated)
exten => *100,n,Macro(hangupcall,)
end
Member Since:
2007-05-01