StartFragmentHi, I'm new to Kamailio and I'm trying to setup a load balancer using Kamailio 4.0 and rtpproxy, to balance between 2 asterisk servers that provide an IVR service.
I've followed several guides, and so far it seems to work along with rtpproxy, except it is not sending the BYE message back to asterisk, and the call never finishes from the asterisk POV. Let me describe the test scenario: I have the following: IP phone: 192.168.200.183 PBX: 192.168.200.3 Kamailio: 192.168.200.132 IVR1: 192.168.200.160
IVR2: 192.168.200.161
From the IP phone which is registered on the PBX, I initiate a call to
exten 800, PBX forwards it to 1234@192.168.200.132:5060 and Kamailio dispatches it to one of the two IVR in round-robin. I'm testing this way and not calling directly to Kamailio because in the production enviroment, calls will be coming from outside.
Attached you will find the Kamailio configuration. Packet capture made at the Kamailio host, where you can see the BYE package from the PBX (first one on line 24) but no BYE package sent to the IVRs is here: http://cringer.3kh.net/web/misc/sip.cap
Please let me know if I ommited any important detail of my setup and thanks in advance.
Best regards.