aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-25 09:28:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-25 09:28:52 +0000
commit614dcef0842f72095e003ffe7630d7f097f1b927 (patch)
treee6e168bfdcb8ed0b4efe1f8d0ba73c06c8683e96 /gtk
parentaeb971fa5d6ea2c8e693876ad23b3003cf9434ca (diff)
From Martin Mathieson
- add SIP response code 412 ("Conditional Request Failed") to stats taps. svn path=/trunk/; revision=17409
Diffstat (limited to 'gtk')
-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 d3e98c2ad4..4f26d1064c 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -119,6 +119,7 @@ static const value_string vals_status_code[] = {
{ 407, "Proxy Authentication Required"},
{ 408, "Request Timeout"},
{ 410, "Gone"},
+ { 412, "Conditional Request Failed"},
{ 413, "Request Entity Too Large"},
{ 414, "Request-URI Too Long"},
{ 415, "Unsupported Media Type"},