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.
 
   -- 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
_______________________________________________
--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