search for: night_off

Displaying 2 results from an estimated 2 matches for "night_off".

Did you mean: lights_off
2003 Apr 01
0
Nightsettings
...set so we are open ; ; night settings ; calling 6502 toggles the Night-settings ; exten => 6502,1,Authenticate(/etc/asterisk/password.conf) exten => 6502,2,DBget($Night=GlobalSettings/Night) ; if not night then set it exten => 6502,3,DBdel(GlobalSettings/Night) exten => 6502,4,Playback(night_off) exten => 6502,5,Hangup exten => 6502,103,DBput(GlobalSettings/Night=true) exten => 6502,104,Playback(night_on) exten => 6502,105,Hangup
2003 Sep 01
6
Change include contexts runtime
Hi there How do I change the dialplan runtime, if I for example wants all calls on the main number to be answered by a voicemail (when it is out-of-office hours). I want to be able to change the configuration by pressing a DTMF combination e.g. *82. Can't figure out whether it is necessary to change contexts or how to do it. I have read a lot of examples and config documentation, but I