<div>Hi,</div>
<div><br>I'm trying to figure out if it is possible to duplicate SIP Messages. In a setup of a SER proxy and two asterisk boxes I want to send all the Register messages to both of the asterisks, I tried doing the following in the
openser.cfg:</div>
<div> </div>
<div> if (method=="REGISTER") {<br> route(2);<br> } else { route(1); };</div>
<div><br>route[2] {<br> rewritehostport("<a href="http://10.0.0.1:5060">10.0.0.1:5060</a>");<br> if (!t_relay()) {<br> sl_reply_error();<br> };<br> rewritehostport("
<a href="http://10.0.0.2:5060">10.0.0.2:5060</a>");<br> if (!t_relay()) {<br> sl_reply_error();<br> };<br> exit;<br>}</div>
<div> </div>
<div>But I keep getting :</div>
<div> 0(22183) ERROR: t_newtran: transaction already in process 0xb6136318<br> 0(22183) DEBUG:sl:sl_reply_error: error text is I'm terribly sorry, server error occurred (1/SL)</div>
<div> </div>
<div>Is it possible at all? </div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Adi.</div>