Can you please tell me what am I missing? If I don't make a choice before the last prompt starts playing the call is falling through. I want the menu to be replayed if a choice is not made, but the call gets disconnected and I see the following message in the Asterisk BE colsole.
== Parsing '/etc/asterisk/sip_notify.conf': Found
-- Executing GotoIfTime("SIP/1656-b7d1c868",
"9:00-22:00|mon-sat|*|*?noi-main|s|1") in new stack
-- Goto (noi-main,s,1)
-- Executing Answer("SIP/1656-b7d1c868", "") in new stack
-- Executing Wait("SIP/1656-b7d1c868", "2") in new stack
-- Executing BackGround("SIP/1656-b7d1c868", "main-welcome-open") in new
stack
-- Playing 'main-welcome-open' (language 'en')
-- Executing BackGround("SIP/1656-b7d1c868", "main-call-recorded") in new
stack
-- Playing 'main-call-recorded' (language 'en')
-- Executing BackGround("SIP/1656-b7d1c868", "main-select-option") in new
stack
-- Playing 'main-select-option' (language 'en')
-- Executing BackGround("SIP/1656-b7d1c868", "main-language-option") in new
stack
-- Playing 'main-language-option' (language 'en')
== Auto fallthrough, channel 'SIP/1656-b7d1c868' status is 'UNKNOWN'
This is what my config looks like.
[noi-main]
exten => s,1,Answer
exten => s,2,Wait(2)
exten => s,3,Background(main-welcome-open)
exten => s,4,Background(main-call-recorded)
exten => s,5,Background(main-select-option)
exten => s,6,Background(main-language-option)
exten => 1,1,GotoIfTime(9:00-22:00|mon-fri|*|*?noi-spanish,s,1)
exten => 1,2,GotoIfTime(10:00-18:00|sat|*|*?noi-spanish,s,1)
exten => 1,3,Goto(close,s,1)
exten => 2,1,GotoIfTime(12:00-12:30|mon-sat|*|*?queue(orlando-local-arabic))
exten => 2,2,Goto(noi-arabic,s,1)
exten => 3,1,Goto(noi-hindi,s,1)
exten => 4,1,Goto(noi-english,s,1)
exten => i,1,Playback(invalid)
exten => i,2,Goto(s,3)
exten => t,1,Goto(s,3)
#include <users.conf>
Ed Nuñez
IT/Telecom Engineer
4037 Metric Drive
Winter Park, FL
(o) 407-384-4200 x 1656
(f) 407-384-4222
(c) 732-925-0730
_____
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Bishop
Sent: Wednesday, November 29, 2006 5:19 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] g726 voice prompts
Anyone know if it posible to make voice promps native g726 or g711 format?
image001.gif
Description: image001.gif
_______________________________________________ --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
