Added two more response codes.

git-svn-id: http://voip.null.ro/svn/yate@738 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-04-03 18:30:03 +00:00
parent 63bc3eb3f4
commit afdd3dbe3c
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ static TokenDict sip_responses[] = {
{ "Multiple Choices", 300 },
{ "Moved Permanently", 301 },
{ "Moved Temporarily", 302 },
{ "See Other", 303 },
{ "Use Proxy", 305 },
{ "Alternative Service", 380 },
{ "Bad Request", 400 },
@ -66,6 +67,7 @@ static TokenDict sip_responses[] = {
{ "Session Timer Too Small", 422 },
{ "Interval Too Brief", 423 },
{ "Anonymity Disallowed", 433 },
{ "Consent Needed", 470 },
{ "Temporarily Unavailable", 480 },
{ "Call/Transaction Does Not Exist", 481 },
{ "Loop Detected", 482 },