<div dir="ltr">Hello,<div>We are trying to send a specific response code back to A-leg based on B-leg&#39;s response code.</div><div>We need to send a 503 to A-leg if B-leg returns a 480</div><div>We have the following setup in the A-leg dialplan before the bridge</div><div><div>...</div><div>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div><div>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div><div>&lt;action application=&quot;set&quot; data=&quot;sip_ignore_remote_cause=true&quot;/&gt;</div><div>&lt;action application=&quot;set&quot; data=&quot;proto_specific_hangup_cause=sip:503&quot;/&gt;</div></div><div>&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/<a href="http://sip:blah@blahblah.net:5060">sip:blah@blahblah.net:5060</a>&quot;/&gt;<br></div><div>....</div><div>The b-leg returns 480 and then FS returns a 480 back to A-leg</div><div><br></div><div>We cannot use the respond app in this case because of how our dialplan is generated.</div><div>From what I read on confluence &lt;action application=&quot;set&quot; data=&quot;sip_ignore_remote_cause=true&quot;/&gt; and  &lt;action application=&quot;set&quot; data=&quot;proto_specific_hangup_cause=sip:503&quot;/&gt; should accomplish what i need here, but it does not seem to work.</div><div><br></div><div>Is this a bug or am I misunderstanding those channel variables?<br>Is there anyway to send a response code using channel variables (not using respond app)?<br><br>Thanks,</div><div>Emmanuel</div><div><br></div></div>