Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created July 28, 2015 13:35
Show Gist options
  • Save lemenkov/9c92ed05e3946e4ac018 to your computer and use it in GitHub Desktop.
Save lemenkov/9c92ed05e3946e4ac018 to your computer and use it in GitHub Desktop.
Setup load balancer
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