> I could not understand the section 8.2.2.2 
> (merged requests) . what does it mean Merged 
> requests? Is it same as loop?

It is not the same as a loop.  However they can both trigger a 482 response.

The merged request as discussed within 8.2.2.2 is the result of a request
forking to multiple locations and the requests reaching the same location.
For instance p1 forks a request to p2 and p3.  And p2 and p3 both delivery
the request to B.  Per 8.2.2.2, B should return a 482 when a merged request
is detected but continue to process the first received request as usual.

A - p1 - p2 - B
       - p3 -



_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to