提交 b003a84c authored 作者: Andrew Thompson's avatar Andrew Thompson

Add memorial day to holiday dialplan example


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15723 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1fcea2a2
......@@ -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"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论