<div dir="ltr"><div><div>I call an extension in the trunk, pass some headers to it to validate some transactions. Trunk responses my invite with &quot;SIP/2.0 480 Temporarily Unavailable&quot; (not user response)<br></div>

with some headers like below:<br><br>recv 906 bytes from udp/[dst.dst.dst.dst]:8090 at 05:02:33.558626:<br>   ------------------------------------------------------------------------<br>   SIP/2.0 480 Temporarily Unavailable<br>

   From: &quot;&quot;&lt;sip:TCAPI_User@dst.dst.dst.dst:8090&gt;;tag=8SN0g1DmHy0NF<br>   To: &lt;sip:91001@dst.dst.dst.dst:8090&gt;;tag=59f1478-33001dac-1f9a-50022-1f428f-b29b56e-1f428f<br>   Call-ID: 96685221-f5e9-1231-b1a5-000c29ae8315<br>

   CSeq: 54415412 INVITE<br>   Via: SIP/2.0/UDP src.src.src.src:5080;rport=5080;branch=z9hG4bKtScUQtUy9rgmp<br>   Supported: replaces<br>   Info: {&quot;MerCode&quot;:&quot;102&quot;}<br>   Sign: Ley1/8cOufqkgd7JuGR7f+jiVxSRM=<br>

   BillPaymentList: {&quot;paymentID&quot;:&quot;16596500682&quot;,&quot;result&quot;:&quot;0&quot;}<br>   Content-Length: 0<br><br></div><div>I run /event plain all in my fs console and no variable exists like info, sign and billpayment in channel variables. <br>

</div><div>Any solution to catch response header?! I cannot define or change key of the headers. I should adapt to these keys!!!<br></div></div>