소스 검색

modules: readme files regenerated - tmrec ... [skip ci]

Kamailio Dev 4 년 전
부모
커밋
d2ceab1792
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/modules/tmrec/README

+ 3 - 3
src/modules/tmrec/README

@@ -306,11 +306,11 @@ if(is_leap_year("2010"))
 
    Example 1.4. time_period_match usage
 ...
-if(time_period_match("wd{2-6} hr{8-16}, wd{1-5} hr{17} min{0-29}"))
+if(time_period_match("wd{2-6} hr{8-16}, wd{2-6} hr{17} min{0-29}"))
         xdbg("Monday to Friday, 8:00 to 17:30\n");
 
-if(time_period_match("weekday { sat sun }, weekday {mo-fr} hr {17-8},wd{mo-wed}h
-r{15 16 9}"))
+if(time_period_match("wday { sat sun }, wday {mo-fr} hr {17-8},wd{mo-wed}hr{15 1
+6 9}"))
         xdbg("We're closed - open only Monday to Wednesday 10:00-15:00, Thursday
  and Friday 9:00-17:00");
 ...