Re: [OpenSIPS-Users] Redirecting REGISTER requests to another proxy

2011-02-04 Thread Bogdan-Andrei Iancu
Hi James, it is a know issue that most of UAC do not properly implement 3xx for REGISTER requests... Talk to pjsip guys, they are really good and fast in fixing their stack. About other solutionscomplicated ones...If P1 receives the REGISTERs it needs to deal with the NAT issues and act

Re: [OpenSIPS-Users] Redirecting REGISTER requests to another proxy

2011-02-04 Thread James Lamanna
Hi Bogdan, The UAC - P1 - P2 scenario was something I was hoping to avoid because it puts a reliance on P1 being up, even though its really not needed. I've been trying to play with DNS SRV, and returning some sort of failure code so that a UAC would at least move to the next server with the same

[OpenSIPS-Users] Redirecting REGISTER requests to another proxy

2011-02-03 Thread James Lamanna
Hi, I'm trying to redirect a REGISTER request to a different proxy, mostly for load balancing purposes. The UAC is behind NAT, so in order to properly communicate directly with the next proxy, the UAC must send a new REGISTER request to the new proxy. I've tried sending back a 302 Moved