<!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>&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>&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>&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>
</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>