<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry, I was thrown off by the dialplan example... I'm trying to use
speak... I changed my example to try the speak command and I still
have the same issue with the quotes.<br>
<br>
Is it possible to send in a "speak" phrase as the phrase to use in
the PAGD command? Or do I have to record a wav file and pass the
name of the wave file in for that parameter?<br>
<br>
On 6/22/2011 3:51 PM, Michael Collins wrote:
<blockquote
cite="mid:BANLkTikXmE0V6yxfM-HMUQ0FKOrY=K=GOw@mail.gmail.com"
type="cite">Can you confirm: are you trying to use TTS or the say
engine? These are two completely different subjects. If you want
to use TTS then you need the "speak" app, not the "say" app:
<div><a moz-do-not-send="true"
href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_speak">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_speak</a></div>
<div><br>
</div>
<div>-MC<br>
<br>
<div class="gmail_quote">On Wed, Jun 22, 2011 at 12:53 PM, Wes <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:wes-fs@499x.com">wes-fs@499x.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
I'm trying to convert an example from a dialplan:<br>
<br>
<a moz-do-not-send="true"
href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits#Examples"
target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits#Examples</a><br>
<br>
<extension name="play_and_get_digits with say"><br>
<condition field="destination_number"
expression="^(6500)$"><br>
<action application="play_and_get_digits" data="1 1 1
3000 # say:'press one for technical support'
silence_stream://250 res \d+" /><br>
</condition><br>
</extension><br>
<br>
into a lua statement like this:<br>
<br>
digits = session:playAndGetDigits(1, 1, 1, 3000, "#",
"say:'press one for technicial support'<br>
", "say:'invalid entry'", "\\d+")<br>
<br>
but I'm having trouble with the quoting. The log says:<br>
<br>
2011-06-22 14:40:52.614654 [ERR] switch_ivr_play_say.c:1144
Invalid Args<br>
<br>
I can't find any lua examples that use both playAndGetDigits
and "say"<br>
<br>
any suggestions?<br>
<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a moz-do-not-send="true" href="http://www.cluecon.com"
target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a moz-do-not-send="true" href="http://www.freeswitch.org"
target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
</div>
<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Join us at ClueCon 2011, Aug 9-11, Chicago
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a> 877-7-4ACLUE
FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
</blockquote>
</body>
</html>