I&#39;m trying to access the AMI Event OriginateResponse<br><br>in my ami_logic file I have<br><br>&nbsp;&nbsp;&nbsp; def originate_response<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; puts &#39;---------------------&#39;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; puts &quot;OriginateResponse #{params.inspect}&quot;<br>
&nbsp;&nbsp;&nbsp; end<br><br>but it&#39;s not getting fired when it receives an OriginateResponse response. Any ideas why? Other obscure events like JabberEvent works when defined as jabber_event, I can&#39;t figure out why OriginateResponse has problems.<br>
<br>OriginateResponse is an AMI Event triggered by an AMI originate with async set to true<br><br>Any help would be greatly apperciated.<br><br>--matt<br>