aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2006-08-30 09:48:12 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2006-08-30 09:48:12 +0000
commit6aa04b109c90b8939d7fa81cd830fcb8c7f088ff (patch)
treefa4040b248c36133e3be4859092bed538231051a /gtk/sip_stat.c
parenteb86b80cf40be4faad34a43740a78b3610db0ed5 (diff)
Add SIP response code 494 from RFC 3329
svn path=/trunk/; revision=19085
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 938a819cdf..17932d68bf 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -140,6 +140,7 @@ static const value_string vals_status_code[] = {
{ 489, "Bad Event"},
{ 491, "Request Pending"},
{ 493, "Undecipherable"},
+ { 494, "Security Agreement Required"},
{ 499, "Client Error - Others"},
{ 500, "Server Internal Error"},
@@ -160,6 +161,9 @@ static const value_string vals_status_code[] = {
{ 0, NULL}
};
+void register_tap_listener_gtksipstat(void);
+
+
/* Create tables for responses and requests */
static void
sip_init_hash(sipstat_t *sp)