<div>Hi, I try to configure openser with the dispatcher module like only ponit of contact and load balancer, it is:</div> <div> Register</div> <div>UAC ---Register--> LB ---Register--> proxy</div> <div>UAC <--200 ok----- LB <--200 ok----- proxy</div> <div> </div> <div> INVITE</div> <div>UAC1 ---Invite--> LB ---Invite--> proxy</div> <div>UAC2 <--Invite--- LB <--Invite--- proxy</div> <div> </div> <div>My load balancer works ok, my question is: May I have a problem with the transactions in the load balacer?</div> <div> </div> <div>In my proxy i use openser, then in my openser.cfg I make t_relay("IPLoadBalancer:5060")</div> <div> </div> <div>and the openser.cfg in LB:</div> <div> </div> <div> </div> <div>if ( !is_method("REGISTER") ){<BR> record_route();<BR>};</div> <div>if
(loose_route()) { <BR> if (search("Path")) {<BR> route(1); <BR> };</div> <div> if (!add_path_received()) {<BR> sl_send_reply("503", "Internal Path Error");<BR> exit;<BR> };</div> <div> route(1);<BR>};</div> <div>if (!uri==myself) {<BR> route(1);<BR>}</div> <div>if ( !is_method("REGISTER")
){<BR> if (search("Path")) {<BR> route(1);<BR> };<BR> if (!add_path_received()) {<BR> sl_send_reply("503", "Internal Path Error");<BR> };<BR>};</div> <div><BR>ds_select_domain("2", "0");<BR>t_on_failure("1");<BR>route(1);</div> <div>}</div> <div><BR>route[1] {<BR> # send it out now; use stateful forwarding as it works reliably<BR> # even for UDP2TCP<BR> if (!t_relay()) {<BR> sl_reply_error();<BR>
};<BR> exit;<BR>}</div> <div> </div> <div> </div> <div>Thanks in advance.</div><p> 
                <hr size=1>
Do You Yahoo!?
La mejor conexión a Internet y <b>2GB</b> extra a tu correo por $100 al mes. <a href="http://net.yahoo.com.mx">http://net.yahoo.com.mx</a>