<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I made a simple menu using the Background 
application and some wav files. I converted the wav files using</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" 
size=2>for&nbsp;a&nbsp;in&nbsp;*.wav;&nbsp;do&nbsp;sox&nbsp;"$a"&nbsp;-r&nbsp;8000&nbsp;-c1&nbsp;"`echo&nbsp;$a|sed&nbsp;-e&nbsp;s/wav//`gsm";&nbsp;done</FONT></DIV>
<DIV><FONT face="Courier New"><FONT size=2>(from </FONT><A 
href="http://www.voip-info.org/wiki/index.php?page=Convert%20WAV%20audio%20files%20for%20use%20in%20Asterisk"><FONT 
size=2>http://www.voip-info.org/wiki/index.php?page=Convert%20WAV%20audio%20files%20for%20use%20in%20Asterisk</FONT></A><FONT 
size=2>)</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The first two files "01/bemvindo" and "01/menu_top" 
are good. But the third file (01/menu_top), fails in the end of the sentence, 
and&nbsp;this message&nbsp;"Auto fallthrough, channel 'SIP/dov.bigio-ae4a' 
status is 'UNKNOWN'" appears in the console.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>&nbsp;&nbsp; -- Executing 
Goto("SIP/dov.bigio-ae4a", "01.menu.locaweb|s|1") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Goto (01.menu.locaweb,s,1)<BR>&nbsp;&nbsp;&nbsp; 
-- Executing Answer("SIP/dov.bigio-ae4a", "") in new stack<BR>&nbsp;&nbsp;&nbsp; 
-- Executing SetMusicOnHold("SIP/dov.bigio-ae4a", "fila") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Executing Set("SIP/dov.bigio-ae4a", 
"TIMEOUT(digit)=15") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Digit timeout set to 
15<BR>&nbsp;&nbsp;&nbsp; -- Executing Set("SIP/dov.bigio-ae4a", 
"TIMEOUT(response)=15") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Response timeout 
set to 15<BR>&nbsp;&nbsp;&nbsp; -- Executing BackGround("SIP/dov.bigio-ae4a", 
"01/bemvindo") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Playing '01/bemvindo' 
(language 'pt')<BR>&nbsp;&nbsp;&nbsp; -- Executing 
BackGround("SIP/dov.bigio-ae4a", "01/menu_top") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Playing '01/menu_top' (language 'pt')<BR>&nbsp; 
== Auto fallthrough, channel 'SIP/dov.bigio-ae4a' status is 
'UNKNOWN'<BR></FONT></DIV></FONT>
<DIV><FONT face=Arial size=2>Can anybody help me?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you</FONT></DIV>
<DIV><FONT face=Arial size=2>Dov</FONT></DIV></BODY></HTML>