Hi Vineet, On Mon, Mar 19, 2012 at 11:10 PM, Vineet Menon <[email protected]>wrote:
> Hi, > > Does SIP spec. how to overcome overloads? > I have read a couple of papers in which the authors come up > with solutions...but is there nothing in the spec apart from the naive 503 > response code? > Your issue here is scalability. SIP addresses this with 3xx (redirect) responses. You must design your servers with this in mind. What you want is to never send a 503 response, but rather issue a 3xx response to redirect to another server. Brez > > Regards, > > Vineet Menon > _______________________________________________ > Sip-implementors mailing list > [email protected] > https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors > _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
