<div dir="ltr">Thanks, Michael, for prompting me to do some homework<div><br></div><div>I made some tests and the conclusions are:</div><div><br></div><div style>1. You don&#39;t need to answer the call in the dialplan before calling into httapi</div>
<div style>Both extensions below will make httapi requests to my application:</div><div style><br></div><div style><div>&lt;extension name=&quot;test1&quot;&gt;</div><div>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^6622$&quot;&gt;</div>
<div>            &lt;action application=&quot;httapi&quot; data=&quot;{url=<a href="http://localhost/simver/FSHttApi/Test">http://localhost/simver/FSHttApi/Test</a>}&quot; /&gt;</div><div>        &lt;/condition&gt;</div><div>
    &lt;/extension&gt;</div><div>    </div><div>    &lt;extension name=&quot;test2&quot;&gt;</div><div>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^6621$&quot;&gt;</div><div>            &lt;action application=&quot;answer&quot; /&gt;</div>
<div>            &lt;action application=&quot;httapi&quot; data=&quot;{url=<a href="http://localhost/simver/FSHttApi/Test">http://localhost/simver/FSHttApi/Test</a>}&quot; /&gt;</div><div>        &lt;/condition&gt;</div><div>
    &lt;/extension&gt;</div><div><br></div><div style>2. You don&#39;t need to answer the call in the httapi script</div><div style>This one looks quite strange but I think I finally understood it - I can play back sounds or &#39;say&#39; something without explicitly &#39;answerring&#39; the call. But the call is &#39;pre-answerred&#39; only and in this state you won&#39;t be able to collect dtmf, for example. I don&#39;t know what is the exact difference between a pre-answerred and answerred call but one nice thing is that when you &lt;hangup /&gt; or &lt;break /&gt; in this state the call will be rejected and the caller will hear a &#39;busy&#39; signal.</div>
<div style><br></div><div style>3. Answerring the call</div><div style>You can answer the call with </div><div style>&lt;application name=&quot;answer&quot;/&gt; <br></div><div style>but by default there&#39;s no permission to run the &#39;answer&#39; application from httapi script so you need to enable it in httapi.conf.xml</div>
<div style>From now on the call is answerred and everything runs as usual.</div><div style><br></div><div style>Best regards</div><div style>Rafal</div><div style><br></div><div style><br></div><div><br></div></div><div style>
<br></div></div>