Re: [SR-Users] [sr-dev] SOS!! Kamailio 3.1.x Load Balancer doesn't work

2013-02-24 Thread chanea
Dear Klaus , Sorry , still stuck in this issue. The part is still not correctly recorded in the server side behind LB for REGISTER method. Following your advice, my config file has been changed as below , anything wrong ?? === ### Ro

Re: [SR-Users] [sr-dev] SOS!! Kamailio 3.1.x Load Balancer doesn't work

2013-02-21 Thread chanea
Dear Klaus, Thanks for your help. Both the server and clients are behind NAT. After adding NAT traversal on the LB , now the clients are able to talk to each other via "MESSAGE" method. However, there is another issue that , every time the client A sends one message to the server , the client

Re: [SR-Users] [sr-dev] SOS!! Kamailio 3.1.x Load Balancer doesn't work

2013-02-21 Thread Klaus Darilion
Are the clients behind NAT? If yes, you have to use proper NAT traversal on the LB. Further, for outgoing INVITEs you have to route the requests through the LB, either by static forwarding to the LB or using the Path extension. regards Klaus On 21.02.2013 12:36, chanea wrote: Dear All, I am