<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.3">
</HEAD>
<BODY>
Hi List,<BR>
<BR>
Im trying to send a 302 but with a different contact header, the 302 sends correctly, but I cannot get the format correct. I know im breaking loose routing and im sure other things but for this purpose we need to have the Contact header in a specified format with more then the normal header.<BR>
<BR>
Ive tried add_uri_param() and used a AVP for the data but it literally outputs $avp(s:foo) instead of the contents. <BR>
<BR>
Ive also tried remove_hf() and then append_hf()&nbsp; (in the route block) before sending the 302 and the contact header is still there, just in it's normal format.<BR>
<BR>
Basically, im trying to forward a 302 that I get to another IP address (the original 302 I get has the correct Contact header already).<BR>
<BR>
Any ideals?<BR>
<BR>
Thanks!
</BODY>
</HTML>