<div dir="ltr"><div><div><br></div>Eric is correct. There is no way to send dtmf while the call has not been answered.<br></div><div><br></div><div>But us very confusing the read command, in specific  option = n(noanswer) to read digits even if the line is not up</div>
<div><br>My AGI line is the following<br><br> $AGI->exec("READ","umenu,VARXX,1,n,2,7");<br></div><div>The command works, but there is no dtmf negotiation<br></div><div><br> $AGI->exec("READ","umenu,VARXX,1,,2,7");<br>
<div>The command works, but there is a kind of answer<br><br></div><div>What is the purpose of this noanswer option in a read command when it is imposible to read?.<br></div><div>Is there any way to negotiate with the end user in this early media situation?<br>
</div><br></div><div>Thanks in advance.<br>rv<br></div><div><br></div><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-07 20:02 GMT-04:00 Eric Wieling <span dir="ltr"><<a href="mailto:EWieling@nyigc.com" target="_blank">EWieling@nyigc.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Generally the only thing you are allowed to do before answer is send audio.  You can’t receive audio and can’t receive DTMF.   I assume it is to prevent people from doing exactly what you  are trying to do --- trying to have two way communications without paying for the call.    <u></u><u></u></span></p>
<div class=""><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in"><p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] <b>On Behalf Of </b>Rafael Visser<br>
<b>Sent:</b> Thursday, August 07, 2014 4:56 PM<br><b>To:</b> Asterisk Users Mailing List - Non-Commercial Discussion<br><b>Subject:</b> [asterisk-users] agi get_data noanswer<u></u><u></u></span></p></div><p class="MsoNormal">
<u></u> <u></u></p></div><div><p class="MsoNormal">Hi Guys..</p><div><div class="h5"><br>I am making an anoucement machine that is not allowed to "answer" the call due to a billing issue.<br>I found that Playback with "noanwser" is usefull in this case.<br>
<br>$AGI->exec('Playback',"$message","noanswer")}<br><br><br>But when i request some values to the user with get_data, i think there is an answer anywere.<br><br>Is there a way to get_data without answering the call?<br>
<br>Thanks in advance!!<br><br>rv<u></u><u></u></div></div><p></p></div></div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>