[Asterisk-Users] IVR Menu

Dov Bigio dovb at terra.com.br
Tue Feb 7 13:07:24 MST 2006


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


More information about the asterisk-users mailing list