<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Verdana'; COLOR: #080000; FONT-SIZE: 10pt">
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Verdana'; COLOR: #080000; FONT-SIZE: 10pt">
<DIV>Pessoal,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Inseri a linha abaixo, para deixar pronto e agendado o prompt para o Fim de 
Ano, mas para a minha surpresa, o prompt comecou a ser exibido antes da data 
programada. </DIV>
<DIV>&nbsp;</DIV>
<DIV>O que fiz de errado?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>A linha que inseri, acima das linhas normais, do mesmo tipo.</DIV>
<DIV>&nbsp;</DIV>
<DIV>exten =&gt; 
s,n,GotoIfTime(00:00-23:59,sun-sat,30-05,dec-jan,*,*?FimDeAno-2010,s,1)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>O contexto inteiro (com a linha inserida):</DIV>
<DIV>&nbsp;</DIV>
<DIV>[sales_geral]</DIV>
<DIV>exten =&gt; s,1,SetMusicOnHold(default)</DIV>
<DIV>exten =&gt; s,n,Set(CHANNEL(language)=pt_br)</DIV>
<DIV>;------- Prompt para fim de ano</DIV>
<DIV>exten =&gt; 
s,n,GotoIfTime(00:00-23:59,sun-sat,30-05,dec-jan,*,*?FimDeAno-2010,s,1)</DIV>
<DIV>;------- Final do prompt de Fim de ano</DIV>
<DIV>exten =&gt; 
s,n,GotoIfTime(21:00-09:59,mon-sat,*,*?office_out_Sales_pt,s,1)</DIV>
<DIV>exten =&gt; 
s,n,GotoIfTime(19:00-23:59,sat,*,*?office_out_Sales_pt,s,1)</DIV>
<DIV>exten =&gt; 
s,n,GotoIfTime(00:00-23:59,sun,*,*?office_out_Sales_pt,s,1)</DIV>
<DIV>exten =&gt; s,n,Wait(2)</DIV>
<DIV>exten =&gt; s,n,Set(CALLERID(num)=${CALLERID(num)}-sales_pt,a)</DIV>
<DIV>exten =&gt; s,n,Goto(app-announcement-1,s,1)</DIV>
<DIV>exten =&gt; s,n,Hangup()</DIV>
<DIV>&nbsp;</DIV>
<DIV>----------------------------------------------------------------------------------</DIV>
<DIV>O trace da chamada:</DIV>
<DIV>&nbsp;</DIV>
<DIV>-- Accepting call from '' to 's' on channel 0/23, span 3</DIV>
<DIV>&nbsp; -- Executing [s@incoming:1] Ringing("Zap/71-1", "") in new 
stack</DIV>
<DIV>&nbsp; -- Executing [s@incoming:2] Goto("Zap/71-1", "Matriz-Principal|s|1") 
in new stack</DIV>
<DIV>&nbsp; -- Goto (Matriz-Principal,s,1)</DIV>
<DIV>&nbsp; -- Executing [s@Matriz-Principal:1] Ringing("Zap/71-1", "") in new 
stack</DIV>
<DIV>&nbsp; -- Executing [s@Matriz-Principal:2] Wait("Zap/71-1", "1") in new 
stack</DIV>
<DIV>&nbsp; -- Executing [s@Matriz-Principal:3] AGI("Zap/71-1", 
"direciona_chamada.php") in new stack</DIV>
<DIV>&nbsp; -- Launched AGI Script 
/var/lib/asterisk/agi-bin/direciona_chamada.php</DIV>
<DIV>direciona_chamada.php: Direciona para Sales</DIV>
<DIV>&nbsp; -- AGI Script Executing Application: (Goto) Options: 
(sales_geral|s|1)</DIV>
<DIV>&nbsp; -- Goto (sales_geral,s,1)</DIV>
<DIV>&nbsp; -- AGI Script direciona_chamada.php completed, returning 0</DIV>
<DIV>&nbsp; -- Executing [s@sales_geral:1] SetMusicOnHold("Zap/71-1", "default") 
in new stack</DIV>
<DIV>&nbsp; -- Executing [s@sales_geral:2] Set("Zap/71-1", 
"CHANNEL(language)=pt_br") in new stack</DIV>
<DIV>&nbsp; -- Executing [s@sales_geral:3] GotoIfTime("Zap/71-1", 
"20:00-21:00|fri|24|dec|*|*?Natal2010_out_hour|s|1") in new stack</DIV>
<DIV>&nbsp; -- Executing [s@sales_geral:4] GotoIfTime("Zap/71-1", 
"00:00-23:59|sat|25|dec|*|*?Natal2010_out_hour|s|1") in new stack</DIV>
<DIV>&nbsp; -- Executing [s@sales_geral:5] GotoIfTime("Zap/71-1", 
"00:00-23:59|sun-sat|30-05|dec-jan|*|*?FimDeAno-2010|s|1") in new stack</DIV>
<DIV>&nbsp; -- Goto (FimDeAno-2010,s,1)</DIV>
<DIV>&nbsp; -- Executing [s@FimDeAno-2010:1] Playback("Zap/71-1", 
"/var/lib/asterisk/sounds/custom/FimDeAno2010") in new stack</DIV>
<DIV>&nbsp; -- &lt;Zap/71-1&gt; Playing 
'/var/lib/asterisk/sounds/custom/FimDeAno2010' (language 'pt_br')</DIV>
<DIV>&nbsp; -- Channel 0/23, span 3 got hangup request, cause 16</DIV>
<DIV>== Spawn extension (FimDeAno-2010, s, 1) exited non-zero on 
'Zap/71-1'</DIV>
<DIV>&nbsp; -- Hungup 'Zap/71-1'</DIV>
<DIV>-------------------------------------------------------------------------------------------</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Imagino que a mensagem de fim de ano, deveria apenas ser executada no 
periodo de 30/dez ate 05/jan. Porque nao funcionou? O que fiz de errado? 
rss</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Alguem pode ajudar?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Muito obrigado,</DIV>
<DIV>Benhur</DIV>
<DIV>&nbsp;</DIV></DIV></DIV></DIV></DIV></DIV></BODY></HTML>