<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Ok now I understand more.</FONT></DIV>
<DIV><FONT size=2>it seems that it needs to transfer after play_and_get_digits
to</FONT></DIV>
<DIV><FONT size=2>get the keys_pressed values</FONT></DIV>
<DIV><FONT size=2>
<extension name="step1"></FONT></DIV>
<DIV><FONT
size=2>
<condition field="${conf_admin_pin}"
expression="^(\d+)$"><BR>
<action application="play_and_get_digits" data="4 4 3 5000 #
phrase:wait_admin_pin phrase:bad_admin_pin keys_pressed
${conf_admin_pin}"/></FONT></DIV>
<DIV><FONT size=2>
<action application="transfer" data="step2 XML
features"/></FONT></DIV>
<DIV><FONT
size=2>
</condition></FONT></DIV>
<DIV><FONT size=2>
</extension></FONT></DIV>
<DIV><FONT size=2>
<extension
name="step2"><BR>
<condition field="${keys_pressed}"
expression="^(${conf_admin_pin})$"><BR>
<action application="transfer" data="otherext XML
features"/><BR>
<anti-action
application="hangup"/><BR>
</condition></FONT></DIV>
<DIV><FONT size=2>
</extension></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>as this it works perfectly</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>thanks</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=infos@madovsky.org href="mailto:infos@madovsky.org">Madovsky</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, February 07, 2011 11:59
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users]
play_and_get_digits question</DIV>
<DIV><BR></DIV>
<DIV><FONT size=2>Mike,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>In fact I almost resolved it.</FONT></DIV>
<DIV><FONT size=2>there's only a little problem when the user doesn't press
any key.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have this in my dialplan</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT
size=2>
<condition field="${conf_admin_pin}"
expression="^(\d+)$"><BR>
<action inline="true" application="set"
data="keys_pressed=${conf_admin_pin}"/><BR>
<action application="play_and_get_digits" data="4 4 3 5000 #
phrase:wait_admin_pin phrase:bad_admin_pin keys_pressed
${conf_admin_pin}"/><BR>
<anti-action application="speak" data="cepstral|david|Please define an
admin pin code from your account before to create a conference, thank
you."/><BR>
<anti-action
application="hangup"/><BR>
</condition><BR>
<condition field="${keys_pressed}"
expression="^(${conf_admin_pin})$"><BR>
<action application="transfer" data="otherext XML
features"/><BR>
<anti-action
application="hangup"/><BR>
</condition></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>if I don't set keys_pressed before, the next condition with
is always false.</FONT></DIV>
<DIV><FONT size=2>so it seems that keys_pressed var is never
inline.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks</FONT></DIV>
<DIV><FONT size=2> </DIV>
<DIV><BR></DIV></FONT>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=msc@freeswitch.org href="mailto:msc@freeswitch.org">Michael
Collins</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users
Help</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, February 07, 2011 11:19
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users]
play_and_get_digits question</DIV>
<DIV><BR></DIV>I just checked the source (switch_ivr_play_say.c, function
name 'switch_play_and_get_digits') and I do not see any indication that a
failure to collect digits after max tries will automatically disconnect the
call. This means you'll need to handle the failure condition in your
dialplan or call a Lua/Perl/Javascript script to do the logic. In this
scenario I favor a simple Lua script that calls PAGD and checks the value.
You can hangup on the caller if they don't enter a PIN.
<DIV><BR></DIV>
<DIV>-MC<BR><BR>
<DIV class=gmail_quote>On Sun, Feb 6, 2011 at 1:18 PM, Madovsky <SPAN
dir=ltr><<A
href="mailto:infos@madovsky.org">infos@madovsky.org</A>></SPAN>
wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<DIV bgcolor="#ffffff">
<DIV><FONT size=2>sorry I think I really didn't undertand the
play_and_get_digits concept.</FONT></DIV>
<DIV><FONT size=2>is anyone can help ?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I just want to use this app to check a pin code, hangup
if wrong and continue</FONT></DIV>
<DIV><FONT size=2>dialplan if ok</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV class=im>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=infos@madovsky.org href="mailto:infos@madovsky.org"
target=_blank>Madovsky</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org"
target=_blank>freeswitch-users@lists.freeswitch.org</A> </DIV></DIV>
<DIV>
<DIV></DIV>
<DIV class=h5>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, February 06, 2011
1:01 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: play_and_get_digits
question</DIV>
<DIV><BR></DIV>
<DIV><FONT size=2>or maybe this channel var </FONT></DIV>
<DIV><FONT size=2>read_result</FONT></DIV>
<DIV><FONT size=2>is the result of play_and_get_digits ?</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=infos@madovsky.org href="mailto:infos@madovsky.org"
target=_blank>Madovsky</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org"
target=_blank>freeswitch-users@lists.freeswitch.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, February 06, 2011
12:43 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: play_and_get_digits
question</DIV>
<DIV><BR></DIV>
<DIV><FONT size=2>Ok I think I misunderstood the concept of var where
digits should be put in.</FONT></DIV>
<DIV><FONT size=2>it's with this var I need to ckeck after this
application.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>self forum thank you ;)</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=infos@madovsky.org href="mailto:infos@madovsky.org"
target=_blank>Madovsky</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org"
target=_blank>freeswitch-users@lists.freeswitch.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, February 06, 2011
12:29 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> play_and_get_digits
question</DIV>
<DIV><BR></DIV>
<DIV><FONT size=2>I have this lines in my dialplan</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT
size=2> <action
application="play_and_get_digits" data="4 4 3 5000 # phrase:wait_foo
phrase:bad_foo foo
${foo}"/><BR> <action
application="transfer" data="otherext XML
features"/></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>if I don't press any DTMF, after 4 loops the
dialplan continues,</FONT></DIV>
<DIV><FONT size=2>but I thought that it was automatically hangup in
case of no digits bad digits...</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Did I forget something ?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks</FONT></DIV>
<DIV><FONT size=2><BR>Franck</FONT></DIV>
<DIV><FONT
size=2><BR></FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></DIV></DIV></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>FreeSWITCH-users
mailing list<BR><A
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A
href="http://www.freeswitch.org"
target=_blank>http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>FreeSWITCH-users
mailing
list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE>
<P>
<HR>
<P></P>_______________________________________________<BR>FreeSWITCH-users
mailing
list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></BODY></HTML>