[sr-dev] git:misi/ua-profile: parser: added ua-profile event type

Mihaly Meszaros misi at niif.hu
Thu Oct 20 18:10:19 CEST 2011


Module: sip-router
Branch: misi/ua-profile
Commit: 081ed6600b3af2ae491aa9de50e83724f6be07e3
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=081ed6600b3af2ae491aa9de50e83724f6be07e3

Author: Mihály Mészáros <misi at niif.hu>
Committer: Mihály Mészáros <misi at niif.hu>
Date:   Thu Oct 20 17:47:50 2011 +0200

parser: added ua-profile event type

---

 parser/parse_event.c |    1 +
 parser/parse_event.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/parser/parse_event.c b/parser/parse_event.c
index 4211da2..8d30d71 100644
--- a/parser/parse_event.c
+++ b/parser/parse_event.c
@@ -56,6 +56,7 @@ static struct {
 	{STR_STATIC_INIT("sip-profile"),     EVENT_SIP_PROFILE},
 	{STR_STATIC_INIT("message-summary"), EVENT_MESSAGE_SUMMARY},
 	{STR_STATIC_INIT("dialog"),          EVENT_DIALOG},
+	{STR_STATIC_INIT("ua-profile"),      EVENT_UA_PROFILE},
 	/* The following must be the last element in the array */
 	{STR_NULL,                           EVENT_OTHER}
 };
diff --git a/parser/parse_event.h b/parser/parse_event.h
index ab51b79..1f23728 100644
--- a/parser/parse_event.h
+++ b/parser/parse_event.h
@@ -43,7 +43,8 @@ enum event_type {
 	EVENT_SIP_PROFILE,
 	EVENT_XCAP_CHANGE,
 	EVENT_DIALOG,
-	EVENT_MESSAGE_SUMMARY
+	EVENT_MESSAGE_SUMMARY,
+	EVENT_UA_PROFILE
 };
 
 




More information about the sr-dev mailing list