search for: night_on

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

Did you mean: knighton
2003 Apr 01
0
Nightsettings
...sterisk/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