44
回編集
差分
編集の要約なし
GotoIfTime(<time range>|<days of week>|<days of month>|<months>?[[context|]extension|]pri)
| "*"
<monthname> = "jan" | "feb" | "mar" | "apr" | "may" | "jun" | "jul" | "aug" | "sep" | "oct" | "nov" | "dec"
exten => 3000,1,GotoIfTime(9:00-17:00,mon-fri,*,*?open,s,1)
exten => 3000,1,Goto(close,s,1)