Dov Bigio wrote:
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
 
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.
In extensions.conf:

If priorityjumping is set to 'yes', then applications that support
jumping' to a different priority based on the result of their operations
will do so (this is backwards compatible behavior with pre-1.2 releases
of Asterisk). Individual applications can also be requested to do this
by passing a 'j' option in their arguments.

priorityjumping=no



Doug
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to