<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<BR>&nbsp;<BR>I tried it but it doesn't work.<BR>&nbsp;<BR>beep file gets played, and when I enter any digit(s), it doesn't get stored in $keys variable.<br>&nbsp;<BR><div><div id="SkyDrivePlaceholder">Regards,</div><div>Kamlesh</div><div>&nbsp;</div><hr id="stopSpelling">From: alejandro.beltran@setcolombia.com<br>Date: Fri, 2 Mar 2012 08:56:14 -0500<br>To: asterisk-users@lists.digium.com<br>Subject: Re: [asterisk-users] use of Read cmd with AGI<br><br><div>Hi, try some like this:</div><div><span style="text-indent: 0px; orphans: 2; widows: 2;" class="ecxApple-style-span"><div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;"><br></div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;">in SOME_AGI.agi:</div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;"><br></div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;"><div>$agi = new AGI();</div><div>$agi-&gt;answer();</div></div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;"><br></div><div>$_result = $agi-&gt;get_data('beep', 3000, 20);</div><div>$keys = $_result['result'];</div><div>$agi-&gt;set_variable("TECLA", $keys);</div><div>...</div><div><br></div><div>In the Dialplan:</div><div><br></div><div>exten =&gt; s,1,Agi(SOME_AGI.agi)</div><div>exten =&gt; s,n,NoOp(You have entered: ${TECLA})</div><div>....</div><div><br></div><div>That way you export the variable "TECLA" to Asterisk dialplan....</div><div><br></div><div>Regards!</div><div><br></div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;">Atentamente,</div><div style="font:/normal Helvetica; color: rgb(0, 0, 0); text-transform: none; letter-spacing: normal; word-spacing: 0px; white-space: normal; border-collapse: separate;"><div><div style="word-wrap: break-word;"><div style="word-wrap: break-word;"><div><div>--&nbsp;</div><div>Luis Alejandro Beltrán Castañeda.</div><div>Gerente General.</div><div>SetColombia SAS.</div><div>Bogota - Colombia.</div><div>Tel/Fax: (571) 4756296</div><div>Movil: (57) 300-2721370</div><div><a href="http://www.setcolombia.com/" target="_blank">www.setcolombia.com</a></div></div></div></div></div></div></div></span>
</div>
<br><br>--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users</div>                                               </div></body>
</html>