aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-07-17 05:51:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-07-17 05:51:14 +0000
commit527dc673f435d4f8f1b693570ff95f8992d6dd57 (patch)
tree3b9fdf061475a2cdf02e23ac1636234739ff7f91 /gtk/sip_stat.c
parent786666ea4cd2abfe69f56379a048831d5316f1cf (diff)
From Martin Mathieson:
sip_stats.c and tap_sipstat.c: adds the code 429 ("Provide Referrer Identity", from RFC 3892) to SIP stats. chargecontrol.xml packet-diameter.c : These patches - add a few more chargecontrol AVPs, and add the vendor-id where needed - report as expert info when AVPs' lengths don't match their type svn path=/trunk/; revision=18743
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 9ed590b588..938a819cdf 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -127,6 +127,7 @@ static const value_string vals_status_code[] = {
{ 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"},