Add memorial day to holiday dialplan example

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15723 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-11-30 19:10:22 +00:00
parent 1fcea2a202
commit b003a84c21
1 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<!-- Example of routing based on holidays
This example covers all US Federal holidays except for inauguration day and memorial day.
This example covers all US Federal holidays except for inauguration day.
-->
<extension name="holiday_example" continue="true">
@ -62,6 +62,10 @@
<!-- president's day is the 3rd monday in february -->
<action application="set" data="open=false"/>
</condition>
<condition wday="2" mon="5" mday="25-31">
<!-- memorial day is the last monday in may (the only monday between the 25th and the 31st) -->
<action application="set" data="open=false"/>
</condition>
<condition mday="4" mon="6">
<!-- independence day -->
<action application="set" data="open=false"/>