<br><br><div class="gmail_quote">On Fri, Mar 11, 2011 at 1:04 AM, Pete Kelly <span dir="ltr">&lt;<a href="mailto:pkelly@gmail.com">pkelly@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote">On 25 February 2011 01:04, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

early media<br>
if you want after answer do<br>
<br>
originate {ignore_early_media=true}sofia/gateway/blabla/9999999999 &amp;app(hahaha)<br></blockquote><div><br></div><div>Is there any way to get the app launched even earlier? I need to be able to act upon a 4XX/5XX class response to the INVITE within the app.</div>
</div></blockquote><div><br></div><div>The originate API does not work that way. The &amp;app(foo) won&#39;t be executed unless the originate is successful. If you get a 4xx/5xx then the originate will fail and &amp;app(foo) won&#39;t ever get executed. There is no notion of &quot;execute_on_fail&quot; since a failed call means there is no channel/session to send through the dialplan or through an application.</div>
<div><br></div><div>Depending on exactly what you&#39;re doing you probably need to be using &quot;bgapi originate ...&quot; and then checking the BACKGROUND_JOB event to see what happened. Alternatively you could be listening/watching for CDRs and then acting upon them. Alternatively using mod_xml_cdr is an easy way to receive notification of failed calls. The channel variable &quot;proto_specific_hangup_cause&quot; will have the &quot;SIP:4xx&quot; value, and you can react to it accordingly.</div>
<div><br></div><div>-MC</div><div><br></div><div><br></div></div>