Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. /* uncomment and configure the following line if you want Kamailio to
  2. bind on a specific interface/port/proto (default bind on all available) */
  3. listen=udp:"LOAD_BALANCER_FLOATING_INTERNAL_ADDRESS":5060 advertise "LOAD_BALANCER_PUBLIC_ADDRESS":5060
  4. listen=tcp:"LOAD_BALANCER_FLOATING_INTERNAL_ADDRESS":5060 advertise "LOAD_BALANCER_PUBLIC_ADDRESS":5060
  5. listen=udp:"LOAD_BALANCER_FLOATING_INTERNAL_ADDRESS":5080 advertise "LOAD_BALANCER_PUBLIC_ADDRESS":5080
  6. listen=tcp:"LOAD_BALANCER_FLOATING_INTERNAL_ADDRESS":5080 advertise "LOAD_BALANCER_PUBLIC_ADDRESS":5080
  7. listen=tls:"LOAD_BALANCER_FLOATING_INTERNAL_ADDRESS":5061 advertise "LOAD_BALANCER_PUBLIC_ADDRESS":5061
  8.  
  9. /* port to listen to
  10. * - can be specified more than once if needed to listen on many ports */
  11. port=5060
  12. port=5080
  13. port=5061
  14.  
  15.  
  16.  
  17. 1 sip:10.0.130.121:5060 2 1
  18. 1 sip:10.0.130.122:5060 2 1
  19. 1 sip:10.0.130.123:5060 2 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement