Hi,
This adds the code 429 ("Provide Referrer Identity", from RFC 3892) to
SIP stats.
Regards,
Martin
Index: gtk/sip_stat.c
===================================================================
--- gtk/sip_stat.c (revision 18734)
+++ gtk/sip_stat.c (working copy)
@@ -127,6 +127,7 @@
{ 420, "Bad Extension"},
{ 421, "Extension Required"},
{ 423, "Interval Too Brief"},
+ { 429, "Provide Referrer Identity"},
{ 480, "Temporarily Unavailable"},
{ 481, "Call/Transaction Does Not Exist"},
{ 482, "Loop Detected"},
Index: tap-sipstat.c
===================================================================
--- tap-sipstat.c (revision 18734)
+++ tap-sipstat.c (working copy)
@@ -105,6 +105,7 @@
{ 420, "Bad Extension"},
{ 421, "Extension Required"},
{ 423, "Interval Too Brief"},
+ { 429, "Provide Referrer Identity"},
{ 480, "Temporarily Unavailable"},
{ 481, "Call/Transaction Does Not Exist"},
{ 482, "Loop Detected"},