Product guide
www.atcom.cn 21
include = default
exten = s,1,NoOp(Incoming DID)
exten = s,2,Answer()
exten = s,3,Background(record/GreetingNew)
exten = s,4,Background(record/MakeYourSelection)
exten = s,5,Set(TIMEOUT(absolute)=8)
exten = s,6,Background(fpm-sunshine)
exten = s,7,Set(TIMEOUT(absolute)=60)
exten = s,8,Voicemail(6002,u)
exten = 1,1,Goto(voicemenu-custom-2|s|1)
exten = 2,1,Voicemail(6002,u)
exten = 5,1,Goto(voicemenu-custom-3|s|1)
4.11 Time Intervals
Time Intervals defines ranges of working time that will be used by call routing features. Please
select the Time Intervals option from the vertical menu on the left of the main page,
Name
Description
Type
default
Time
Interval
Name
A name for the time interval
Str*
By day of
week
Choice an available day of week for the time interval
{Mon,Tue,
Wed,Thu,Fri
,Sat,Sun }
By Days of
a Month
Choice some available days of month for the time
interval
{Dateof
January/Febr
uary/March/
April/May/J
une/july/Aug
ust/Septemb
er/October/n
ovember/De
cember/all}
Time
Choice an available time slot for the time interval
{00:00-24:0
0}
1. Time intervals using in incoming call
2. Time intervals application rule:
00:00-24:00|mon-sum|1-31|January/February/March/April/May/June/july/August/September/October/
november/December/all
time intervals:
timeinterval_date = *|mon-tue|*|* Monday to Tuesday of weekly
4.12 Incoming Calling Rules
This is where the behavior of incoming calls from all trunks is being handled. When an incoming
call from PSTN or VoIP trunk is received, asterisk needs to know where to direct it. It can be
directed to a ring group, an extension, digital receptionist, voice menu or queue. For this purpose,
Incoming Calling Rules need to be set up.