Hi all, I&#39;m trying to <span id="result_box" class="short_text"><span style="" title="">migrate</span></span> my opensips script to  B2BUA module,  The question is: my opensips is listening on multi ip address and port like <a href="http://10.10.10.11:5060">10.10.10.11:5060</a>, <a href="http://10.10.10.12:5060">10.10.10.12:5060</a>, <a href="http://10.10.10.12:5062">10.10.10.12:5062</a>, each ip:port pair is used to communicate with some out-side sip server,   but the b2b_entities module can set only one contact field, Does some one known how to make b2b_entities send Contact header the same with the ip and port which opensips received the sip request message?  <br clear="all">
<br>For examples:<br>When A send INVITE to opensips <a href="http://10.10.10.10:5060">10.10.10.10:5060</a> port, the message should be<br>1.  A --&gt; opensips  INVITE <a href="http://1000@10.10.10.10:5060">1000@10.10.10.10:5060</a> <br>
2.  opensips --&gt; B INVITE 1000@B   <a href="http://Contact:2000@10.10.10.10:5060">Contact:2000@10.10.10.10:5060</a>  <br><br>When A send INVITE to opensips <a href="http://10.10.10.10:5080">10.10.10.10:5080</a> port, the message should
 be<br>
1.  A --&gt; opensips  INVITE <a href="http://1000@10.10.10.10:5080">1000@10.10.10.10:5080</a><br>
2.  opensips --&gt; B INVITE 1000@B   <a href="http://Contact:2000@10.10.10.10:5080">Contact:2000@10.10.10.10:5080</a>  <br><br><br>-- <br>Lei.Tang<br><a href="mailto:lei.tlfly@gmail.com">lei.tlfly@gmail.com</a><br>