「Asterisk cmd GotoIfTime」の版間の差分

提供: VoIP-Info.jp
ナビゲーションに移動 検索に移動
新しいページ: ' GotoIfTime(<time range>|<days of week>|<days of month>|<months>?[[context|]extension|]pri) Asterisk 1.6 GotoIfTime(<time range>,<days of week>,<days of month>,<months...'
 
編集の要約なし
1行目: 1行目:
   GotoIfTime(<time range>|<days of week>|<days of month>|<months>?[[context|]extension|]pri)  
   GotoIfTime(<time range>|<days of week>|<days of month>|<months>?[[context|]extension|]pri)  
   
   
22行目: 21行目:
                     | "*"  
                     | "*"  
         <monthname> = "jan" | "feb" | "mar" | "apr" | "may" | "jun" | "jul" | "aug" | "sep" | "oct" | "nov" | "dec"
         <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)

2010年3月10日 (水) 12:37時点における版

 GotoIfTime(
exten => 3000,1,GotoIfTime(9:00-17:00,mon-fri,*,*?open,s,1) 
exten => 3000,1,Goto(close,s,1)