]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
correct labor day holiday example
authorJeff Lenk <jeff@jefflenk.com>
Mon, 5 Sep 2011 19:07:16 +0000 (14:07 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 5 Sep 2011 19:07:49 +0000 (14:07 -0500)
conf/dialplan/default.xml

index 36f0e52a2e3fcb4dc4ce29389e233c2485309395..020507912cce541b0d41ea2472ef6bd553fcb34e 100644 (file)
@@ -70,8 +70,8 @@
        <!-- independence day -->
        <action application="set" data="open=false"/>
       </condition>
-      <condition wday="2" mweek="1" mon="9">
-       <!-- labor day is the 1st monday in september -->
+      <condition wday="2" mday="1-7" mon="9">
+       <!-- labor day is the 1st monday in september (the only monday between the 1st and the 7th) -->
        <action application="set" data="open=false"/>
       </condition>
       <condition wday="2" mweek="2" mon="10">