[Serdev] [Tracker] Created: (SER-198) Corrected SIP Response Codes

Anonymous (JIRA) tracker at iptel.org
Wed Dec 13 21:32:50 UTC 2006


Corrected SIP Response Codes
----------------------------

                 Key: SER-198
                 URL: http://tracker.iptel.org/browse/SER-198
             Project: SER
          Issue Type: Bug
          Components: core
    Affects Versions: Ottendorf
            Priority: Minor


The site: http://www.iana.org/assignments/sip-parameters tracks various SIP Parameters.

I have created a diff if error.c against the current list of SIP Response Codes (see below).

Regards,
Norm

diff -ru sip_router/error.c sip_router-/error.c
--- sip_router/error.c	2006-04-18 15:56:48.000000000 -0400
+++ sip_router-/error.c	2006-12-13 16:13:59.734460484 -0500
@@ -138,11 +138,12 @@
 
 		case 100: return "Trying";
 		case 180: return "Ringing";
-		case 181: return "Call is Being Forwarded";
+		case 181: return "Call Is Being Forwarded";
 		case 182: return "Queued";
 		case 183: return "Session Progress";
 
 		case 200: return "OK";
+		case 202: return "Accepted";
 
 		case 300: return "Multiple Choices";
 		case 301: return "Moved Permanently";
@@ -157,18 +158,26 @@
 		case 404: return "Not Found";
 		case 405: return "Method not Allowed";
 		case 406: return "Not Acceptable";
-		case 407: return "Proxy authentication Required";
+		case 407: return "Proxy Authentication Required";
 		case 408: return "Request Timeout";
 		case 410: return "Gone";
+		case 412: return "Conditional Request Failed";
 		case 413: return "Request Entity Too Large";
 		case 414: return "Request-URI Too Long";
 		case 415: return "Unsupported Media Type";
 		case 416: return "Unsupported URI Scheme";
-		case 417: return "Bad Extension";
+		case 417: return "Unknown Resource-Priority";
+		case 420: return "Bad Extension";
 		case 421: return "Extension Required";
+		case 422: return "Session Interval Too Small";
 		case 423: return "Interval Too Brief";
+		case 428: return "Use Identity Header";
+		case 429: return "Provide Referrer Identity";
+		case 436: return "Bad Identity-Info";
+		case 437: return "Unsupported Certificate";
+		case 438: return "Invalid Identity Header";
 		case 480: return "Temporarily Unavailable";
-		case 481: return "Call/Transaction Does not Exist";
+		case 481: return "Call/Transaction Does Not Exist";
 		case 482: return "Loop Detected";
 		case 483: return "Too Many Hops";
 		case 484: return "Address Incomplete";
@@ -176,15 +185,19 @@
 		case 486: return "Busy Here";
 		case 487: return "Request Terminated";
 		case 488: return "Not Acceptable Here";
+		case 489: return "Bad Event";
 		case 491: return "Request Pending";
+		case 493: return "Undecipherable";
+		case 494: return "Security Agreement Required";
 	
 		case 500: return "Server Internal Error";
 		case 501: return "Not Implemented";
 		case 502: return "Bad Gateway";
 		case 503: return "Service Unavailable";
 		case 504: return "Server Time-out";
-		case 505: return "Version not Supported";
+		case 505: return "Version Not Supported";
 		case 513: return "Message Too Large";
+		case 580: return "Precondition Failure";
 
 		case 600: return "Busy Everywhere";
 		case 603: return "Decline";

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.iptel.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the Serdev mailing list