Added some IANA assigned response codes.

git-svn-id: http://voip.null.ro/svn/yate@805 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-05-23 18:07:38 +00:00
parent 756d387b7e
commit 64a9aa8833
1 changed files with 6 additions and 0 deletions

View File

@ -62,11 +62,17 @@ static TokenDict sip_responses[] = {
{ "Request-URI Too Long", 414 },
{ "Unsupported Media Type", 415 },
{ "Unsupported URI Scheme", 416 },
{ "Unknown Resource-Priority", 417 },
{ "Bad Extension", 420 },
{ "Extension Required", 421 },
{ "Session Timer Too Small", 422 },
{ "Interval Too Brief", 423 },
{ "Use Identity Header", 428 },
{ "Provide Referrer Identity", 429 },
{ "Anonymity Disallowed", 433 },
{ "Bad Identity-Info", 436 },
{ "Unsupported Certificate", 437 },
{ "Invalid Identity Header", 438 },
{ "Consent Needed", 470 },
{ "Temporarily Unavailable", 480 },
{ "Call/Transaction Does Not Exist", 481 },