centosaurus
New Member
- Joined
- Oct 1, 2009
- Messages
- 8
- Reaction score
- 0
Just did a fresh install of the Orgasmatron V GV edition with Asterisk 1.6, then installed the Weather By Zip module. I chose Flite as as the engine since I don't have swift yet. But, when I dialed *947, the calls hangs up right away. The log shows this:
And:
Yet flite is installed on the server:
I am at a loss here. Any help will be appreciated.
Thanks
Code:
[2009-10-23 18:29:28] VERBOSE[3446] pbx.c: -- Executing [*947@from-internal:1] Goto("SIP/702-0a06bb00", "noah-flite,s,1") in new stack
[2009-10-23 18:29:28] VERBOSE[3446] pbx.c: -- Goto (noah-flite,s,1)
[2009-10-23 18:29:28] VERBOSE[3446] pbx.c: -- Executing [s@noah-flite:1] Answer("SIP/702-0a06bb00", "") in new stack
[2009-10-23 18:29:28] VERBOSE[3446] pbx.c: -- Executing [s@noah-flite:2] Wait("SIP/702-0a06bb00", "1") in new stack
[2009-10-23 18:29:29] VERBOSE[3446] pbx.c: -- Executing [s@noah-flite:3] Set("SIP/702-0a06bb00", "TIMEOUT(digit)=7") in new stack
[2009-10-23 18:29:29] VERBOSE[3446] func_timeout.c: -- Digit timeout set to 7.000
[2009-10-23 18:29:29] VERBOSE[3446] pbx.c: -- Executing [s@noah-flite:4] Set("SIP/702-0a06bb00", "TIMEOUT(response)=10") in new stack
[2009-10-23 18:29:29] VERBOSE[3446] func_timeout.c: -- Response timeout set to 10.000
[2009-10-23 18:29:29] WARNING[3446] pbx.c: No application 'Flite' for extension (noah-flite, s, 5)
[2009-10-23 18:29:29] VERBOSE[3446] pbx.c: == Spawn extension (noah-flite, s, 5) exited non-zero on 'SIP/702-0a06bb00'
Code:
pbx*CLI> core show application flite
Your application(s) is (are) not registered
Command 'core show application flite' failed.
pbx*CLI>
Yet flite is installed on the server:
Code:
root@pbx:/var/log/asterisk $ yum list|grep -i flite
flite.i386 1.3-8.fc7 installed
flite-devel.i386 1.3-8.fc7 installed
root@pbx:/var/log/asterisk $
I am at a loss here. Any help will be appreciated.
Thanks
Does Flite work at all? At the Linux CLI, try: flite "this is a test". What do you hear?? Is there an error message??