<div dir="ltr">Hello,<br>
<div><br></div><div>How can I add a header to a stateless reply?  Or, if that&#39;s not possible, to a transactional reply?</div><div><br></div><div>I&#39;m trying to do something like this:</div><div><br></div><div>route {</div><div>  ...</div><div>  append_hf(&quot;P-Custom-Header: $avp(value)\r\n&quot;);</div><div>  sl_send_reply(&quot;123&quot;, &quot;Custom Response&quot;);</div><div>  exit;</div><div>}</div><div><br></div><div>where P-Custom-Header appears in the 123 Custom Response reply.  The above snippet would work only for a relayed request I believe, and since I haven&#39;t received a network reply, I&#39;m not sure how I could use an onreply_route.  I&#39;m stuck.</div><div><br></div><div><br></div><div><br></div><div>- Jeff</div><div><br></div></div>