[Freeswitch-users] Getting the pizza demo to work
Yungwei Chen
yungwei at resolvity.com
Mon May 23 23:40:00 MSD 2011
Hi,
I just installed the latest snapshot on CentOS 5.
I want to try the pizza demo associated with 00_pizza_demo.xml, but I'm having trouble getting the pizza demo to work.
According to freeswitch.log, it looks like mod_pocketsphinx doesn't exist.
...skipped...
Dialplan: sofia/internal/1000 at 192.168.16.3 Regex (PASS) [pizza_demo] destination_number(74992) =~ /^(pizza|74992)$/ break=on-false
Dialplan: sofia/internal/1000 at 192.168.16.3 Regex (PASS) [pizza_demo] ${module_exists(mod_spidermonkey)}(true) =~ /true/ break=on-false
Dialplan: sofia/internal/1000 at 192.168.16.3 Regex (FAIL) [pizza_demo] ${module_exists(mod_pocketsphinx)}(false) =~ /true/ break=on-false
Dialplan: sofia/internal/1000 at 192.168.16.3 parsing [default->Talking Clock Time] continue=false
Dialplan: sofia/internal/1000 at 192.168.16.3 Regex (FAIL) [Talking Clock Time] destination_number(74992) =~ /^9170$/ break=on-false
...skipped...
Dialplan: sofia/internal/1000 at 192.168.16.3 Action transfer(74992 enum)
But I do see mod_pocketsphinx.so in /usr/local/freeswitch/mod folder.
[root at templ0 mod]# ls /usr/local/freeswitch/mod/mod_pocketsphinx.so -l
-rwxr-xr-x 1 root root 1353092 May 23 13:23 /usr/local/freeswitch/mod/mod_pocketsphinx.so
I also went through http://wiki.freeswitch.org/wiki/Mod_pocketsphinx, but the problem is still there.
How am I missing here? Thanks.
More information about the FreeSWITCH-users
mailing list