Hi all,<br>My post is more or less about active-active Load-balancing.<br> I have been openser dispatcher module to load balance traffic to my N number of asterisk boxes, and it worked perfectly fine. Its clean and simple; you enter all your * box ip:port in a text file, and dispatcher module rotates traffic onto them according to a scheduling algo or call-stickiness parameter you define.
<br><br>Also, you can maintain subscription on the OpenSER if you are using realtime to maintain user registration. That works, since Openser lets you define the following params for user registration lookup<br>Mysql_connection_string,user column, user_secret column.
<br><br>Though had problems intially when it didnt pick the machine last in the list , but that was resolved. <br><br>The only problem you face is that registrations are not maintained at the * boxes individually, though am looking at it as how can we sync OpenSER userloc cache onto all * boxes astdb.
<br><br>Any ideas, anyone ?<br><br>Best Regards,<br>~~Ashutosh<br>