[Freeswitch-users] Module_Exists for SpiderMonkey and PocketSpinx failing the dialplan at Execution state

Steven Ayre steveayre at gmail.com
Wed Jul 6 19:19:53 MSD 2011


Silly question, but are you sure they're loaded? Are they any error messages
when you try loading them?

What do the commands 'module_exists mod_spidermonkey' and 'module_exists
mod_pocketsphinx' give you from the fs_cli?

-Steve


On 6 July 2011 14:25, ankIT WALiA <ankitwalia4u at gmail.com> wrote:

> Hi all,
>
> I tried to execute the pizza example for PocketSphinx for speech
> recognition.
>
> I added the grammar,enabled mod_pocketsphinx and spidermonkey, added sound
> files and js files as per the wiki.
> http://wiki.freeswitch.org/wiki/Mod_pocketsphinx#Install_.26_Configure
>
> When, I call to the extension, though it passes the Regex, showing true for
> the conditions. But could not execute the javascript application and
> subsequently the js file.
>
> The dialplan looks like *
> <extension name="pizza_demo">
>     <condition field="destination_number" expression="^(74992)$"/>
>     <condition field="${module_exists(mod_spidermonkey)}"
> expression="true"/>
>     <condition field="${module_exists(mod_pocketsphinx)}"
> expression="true">
>     <action application="javascript" data="ps_pizza.js"/>
>     </condition>
>   </extension>*
>
> If I remove the condition of module exist, the js file gets executed and
> the call goes on. But, It does not work with Module exists condition.
>
> I have pasted the logs http://pastebin.freeswitch.org/16680. I could not
> even find anything concrete on the logs.
>
> Thanks
> Ankitx
>
> --
> Life is like a rose its upto u feel it as its fragrance or thorns
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110706/f5bc35e1/attachment-0001.html 


More information about the FreeSWITCH-users mailing list