Hi, I made a simple menu using the Background application and some wav files. I converted the wav files using for a in *.wav; do sox "$a" -r 8000 -c1 "`echo $a|sed -e s/wav//`gsm"; done (from http://www.voip-info.org/wiki/index.php?page=Convert%20WAV%20audio%20files%20for%20use%20in%20Asterisk) 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 this message "Auto fallthrough, channel 'SIP/dov.bigio-ae4a' status is 'UNKNOWN'" appears in the console. -- Executing Goto("SIP/dov.bigio-ae4a", "01.menu.locaweb|s|1") in new stack -- Goto (01.menu.locaweb,s,1) -- Executing Answer("SIP/dov.bigio-ae4a", "") in new stack -- Executing SetMusicOnHold("SIP/dov.bigio-ae4a", "fila") in new stack -- Executing Set("SIP/dov.bigio-ae4a", "TIMEOUT(digit)=15") in new stack -- Digit timeout set to 15 -- Executing Set("SIP/dov.bigio-ae4a", "TIMEOUT(response)=15") in new stack -- Response timeout set to 15 -- Executing BackGround("SIP/dov.bigio-ae4a", "01/bemvindo") in new stack -- Playing '01/bemvindo' (language 'pt') -- Executing BackGround("SIP/dov.bigio-ae4a", "01/menu_top") in new stack -- Playing '01/menu_top' (language 'pt') == Auto fallthrough, channel 'SIP/dov.bigio-ae4a' status is 'UNKNOWN' Can anybody help me? Thank you Dov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060207/53fbf90b/attachment.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Dov Bigio wrote: <blockquote cite="mid002801c62c22$2291ab80$0200050a@fabrica.locaweb.com.br" type="cite"> <meta http-equiv="Content-Type" content="text/html; "> <meta content="MSHTML 6.00.2800.1528" name="GENERATOR"> <style></style> <div><font face="Arial" size="2">Hi,</font></div> <div> </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> </div> <div><font face="Courier New" size="2">for a in *.wav; do sox "$a" -r 8000 -c1 "`echo $a|sed -e s/wav//`gsm"; 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> </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 this message "Auto fallthrough, channel 'SIP/dov.bigio-ae4a' status is 'UNKNOWN'" appears in the console.</font></div> </blockquote> In extensions.conf:<br> <br> If priorityjumping is set to 'yes', then applications that support<br> jumping' to a different priority based on the result of their operations<br> will do so (this is backwards compatible behavior with pre-1.2 releases<br> of Asterisk). Individual applications can also be requested to do this<br> by passing a 'j' option in their arguments.<br> <br> priorityjumping=no<br> <br> <br> <br> Doug </body> </html>