<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi,<br></div><div style="text-indent: 2em;">I want to know how to add/modifiy custom header on script_req_route/script_reply_route.</div><div style=""><br></div><div style="">cfg file statement</div><div style="">------------------------------------------</div><div style="">loadmodule "b2b_logic.so"</div><div>modparam("b2b_logic", "script_req_route", "b2b_request")</div><div>modparam("b2b_logic", "script_reply_route", "b2b_reply")</div><div>modparam("b2b_logic", "custom_headers", "P-Local-Header")</div><div><br></div><div>rotue {</div><div>...</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>if (is_method("INVITE") && !has_totag()) {</div></div><div><div style="text-indent: 2em;">b2b_server_new("caller");</div></div><div><div style="text-indent: 2em;">b2b_client_new("media", "sip:1234@192.168.216.1");</div></div><div><div style="text-indent: 2em;"># !!!!!!!!!!!!!work fine, add header succeed.</div></div><div><div style="text-indent: 2em;">append_hf("<span style="text-indent: 0px;">P-Local-Header</span>: test1\r\n");</div></div><div><div style="text-indent: 2em;">b2b_init_request("base");</div></div><div style="text-indent: 2em;">exit;</div><div><div>}</div></div></blockquote>...<br><div>}</div><div><br></div><div><div>route[b2b_request] {</div><div style="text-indent: 2em;"># !!!!!!!!!!!!!!!!dosen't work, could not to add.</div><div><span style="white-space:pre">     </span>append_hf("P-Local-Header: <span style="text-indent: 28px;">test2</span>\r\n");</div><div><span style="white-space:pre">  </span>b2b_pass_request();</div><div>}</div></div><div><br></div><div><div>route[b2b_reply] {</div><div style="text-indent: 2em;"># !!!!!!!!!!!!!!dosen't work, could not to add.</div><div><span style="white-space: pre;">      </span>append_hf("P-Local-Header: <span style="text-indent: 28px;">test2</span>\r\n");</div><div><span style="white-space: pre;">        </span>b2b_handle_reply();</div><div>}</div></div><div>--------------------------------------</div><div>looking forward your reply!</div><div>BR<br>Sam Cheung</div><div><br></div><div><br></div><div><br></div><div><br></div></div>