Module: sip-router Branch: master Commit: 67a0aafe4933d6ccbc04e6a86a21c34f62bae7fb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=67a0aafe...
Author: Richard Fuchs rfuchs@sipwise.com Committer: Richard Fuchs rfuchs@sipwise.com Date: Fri Jan 18 10:21:50 2013 -0500
tmrec: fix example given in docs
---
modules/tmrec/doc/tmrec_admin.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tmrec/doc/tmrec_admin.xml b/modules/tmrec/doc/tmrec_admin.xml index e4d463f..782b1f1 100644 --- a/modules/tmrec/doc/tmrec_admin.xml +++ b/modules/tmrec/doc/tmrec_admin.xml @@ -403,7 +403,7 @@ if(is_leap_year("2010")) <title><function>time_period_match</function> usage</title> <programlisting format="linespecific"> ... -if(time_period_match("wd{1-5} hr{8-16}, wd{1-5} hr{17} min{0-29}")) +if(time_period_match("wd{2-6} hr{8-16}, wd{1-5} 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}hr{15 16 9}"))