Added some more SIP errors from recent standards.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5452 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2013-04-12 13:33:49 +00:00
parent bd5f61a24d
commit 326a3d43d4
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,7 @@ static TokenDict sip_responses[] = {
{ "Extension Required", 421 },
{ "Session Timer Too Small", 422 },
{ "Interval Too Brief", 423 },
{ "Bad Location Information", 424 },
{ "Use Identity Header", 428 },
{ "Provide Referrer Identity", 429 },
{ "Flow Failed", 430 }, // RFC5626
@ -76,6 +77,8 @@ static TokenDict sip_responses[] = {
{ "Unsupported Certificate", 437 },
{ "Invalid Identity Header", 438 },
{ "First Hop Lacks Outbound Support", 439 }, // RFC5626
{ "Max-Breadth Exceeded", 440 },
{ "Bad Info Package", 469 },
{ "Consent Needed", 470 },
{ "Temporarily Unavailable", 480 },
{ "Call/Transaction Does Not Exist", 481 },