<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16466"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Hi Guys</DIV>
<DIV> </DIV>
<DIV>Still working on my pfsense based freeswitch.</DIV>
<DIV>So far it's actually working really good, thanks to all the help on the mailinglist and the excellent tutorials, thankyou very much to all!</DIV>
<DIV> </DIV>
<DIV>I'm trying to have one of the phonenumbers react on the TimeOfDay. I followed the guide in the wiki.</DIV>
<DIV> </DIV>
<DIV>In public I have set it up to dial the local extension 8203 when the company phone rings.</DIV>
<DIV>So I put all this in the default.xml to have it process it:</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> <extension name="Company-x8203"><BR> <condition field="destination_number" expression="^8203$"><BR> <action application="transfer" data="CompanyIn"/><BR> </condition><BR> </extension></DIV>
<DIV> </DIV>
<DIV> <extension name="CompanyIn" continue="true"><BR> <condition field="destination_number" expression="^CompanyIn$"/><BR> <condition wday="2-6"/><BR> <condition minute-of-day="540-1020"><BR> <action application="set" data="Company_open=true"/><BR> <action application="transfer" data="xfer-to-company"/><BR> <anti-action application="set" data="Company_open=false"/><BR> <anti-action application="transfer" data="xfer-to-company"/><BR> </condition><BR> </extension></DIV>
<DIV> </DIV>
<DIV> <extension name="xfer-to-company"><BR> <condition field="destination_number" expression="^xfer-to-company$"/><BR> <condition field="${Company_open}" expression="^true$"><BR> <action application="bridge" data="<A href='mailto:group/company@${domain_name}"/'>group/company@${domain_name}"/</A>><BR> <action application="answer"/><BR> <action application="sleep" data="2000"/><BR> <action application="voicemail" data="default ${domain_name} 1011"/><BR> <anti-action application="voicemail" data="default ${domain_name} 1011"/><BR> </condition><BR> </extension><BR></DIV>
<DIV>But it doesn't react on the time. I'm wondering if wday and minute-of-day is working on the pfsense package, as far as I know it's version 0.9.5?</DIV>
<DIV> </DIV>
<DIV>Any input on this?</DIV>
<DIV> </DIV></BODY></HTML>