From: "Naresh R" <[EMAIL PROTECTED]>

   + Is there any website or document that has given any simpler combination
   about what all error responses that can be expected for every SIP request?
   + Is it Valid if I assume that every SIP method can expect any SIP response
   (2XX to 6XX) unless and until it is specified explicitely in rfc?

   I am a tester and answers for above questions for me will be essential in
   case of fault injection testing.

Any request can potentially receive any response.  If the UAC does not
understand the semantics of the response, it must process it as one of
the following generic response types:

100
non-100 1xx
200
300
400
500
600

I suppose that there are situations where a UAC *knows* that a
particular response code is impossible for a particular request (due
to some specification), but that seems to be an unsafe rule to try to
enforce (since the UAC has no way to signal this to the UAS, and
because future specifications might make the combination legal).  I
expect that the safest way to process the response would be to treat
it as the corresponding generic response.

Dale
_______________________________________________
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to