Displaying 1 result from an estimated 1 matches for "bacic".
Did you mean:
basic
2003 Dec 31
2
after hours - is this logic ok ?
...ing in my 8 years of running linux !! and I know I
haven't even scratched the surface feature wise.
Before I get too excited, I wanted to get all you experts to look at the
how I implemented my after hours test. The goal is to prevent the phone
from ringing afer certain hours, just go to VM.
Bacically, when a call comes from the PSTN, I use these includes to
either set a key in the DB or not.
include => day|8:00-21:00|mon-fri|*|*
include => day|9:00-21:00|sat-sun|*|*
; if we're not open, we're closed
include => night
[day]
exten => s,2,DBput(FEATURE/DAY=yes)
exten =&...