hello folks,<br><br><br>anyone knows how to pass a Release cause/ Disconnect Reason when firing respond from a dialplan ... e.g.:<br><br>Ive tried with sip_h_Reason=Q.850;cause=27 but it is not working :)<br>
<br><br><br>   &lt;extension name=&quot;parseResult&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^parseResult$&quot;/&gt;<br>      &lt;condition field=&quot;${componentStatus}&quot; expression=&quot;^1$&quot; break=&quot;on-true&quot;&gt;<br>
         &lt;action application=&quot;log&quot; data=&quot;INFO ######################## CALL FAILED REASON 1&#39; ##########\n&quot;/&gt;<br><br>         &lt;action application=&quot;set&quot; data=&quot;sip_h_Reason=Q.850;cause=16&quot;/&gt;<br>
<br>         &lt;action application=&quot;respond&quot; data=&quot;480 Temporarily Unavailable&quot;/&gt;<br>      &lt;/condition&gt;<br>   &lt;/extension&gt;<br><br><br>any hint?<br><br>