Created
July 28, 2015 13:35
-
-
Save lemenkov/9c92ed05e3946e4ac018 to your computer and use it in GitHub Desktop.
Setup load balancer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE opensips; | |
INSERT INTO `load_balancer` VALUES (1,0,'sip:b2bua1.local:5060','b2bua=65535',2,''),(2,0,'sip:b2bua2.local:5060','b2bua=65535',2,''),(3,0,'sip:b2bua3.local:5060','b2bua=65535',2,''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment