[Freeswitch-users] mod_pocketsphinx dialplan example
Chad Engler
Chad.Engler at patlive.com
Wed Feb 13 00:02:36 MSK 2013
I saw the pizza example, and I understand how to do it through ESL; just
was wondering how to do it with pure XML. If you can't that is fine I
can use ESL, thanks for the help.
-Chad
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Dave
R. Kompel
Sent: Tuesday, February 12, 2013 3:52 PM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] mod_pocketsphinx dialplan example
You can't do it all in XML, you need to use scripting or a module. You
need to respond to the input events for the session. Look at the Pizza
example.
--Dave
________________________________
From: Chad Engler [mailto:Chad.Engler at patlive.com]
To: FreeSWITCH Users Help
[mailto:freeswitch-users at lists.freeswitch.org]
Sent: Tue, 12 Feb 2013 12:42:52 -0800
Subject: [Freeswitch-users] mod_pocketsphinx dialplan example
I'm looking for a good example of doing speech detection in a
dialplan, and I can't find one.
Right now I am trying:
<include>
<extension name="dot_license">
<condition field="destination_number"
expression="^dot_license$"/>
<condition field="${module_exists(mod_pocketsphinx)}"
expression="true">
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="speak" data="flite|kal|Say the
license number"/>
<action application="detect_speech" data="pocketsphinx
dot_license dot_license"/>
</condition>
</extension>
</include>
But after enabling speech detection it just hangs up. How can I
let the caller respond and collect/use the result from a dialplan?
Thanks,
Chad Engler
Telephony Programmer
PATLive
1.800.775.7790 x746
chad.engler at patlive.com <mailto:chad.engler at patlive.com>
Hosted Communications | Friendly Service www.patlive.com
<http://www.patlive.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130212/5c1eee59/attachment-0001.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list