]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add event
authorBrian West <brian@freeswitch.org>
Sun, 1 Apr 2007 16:22:23 +0000 (16:22 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 1 Apr 2007 16:22:23 +0000 (16:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4821 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 7db999c5130b0f15c36530d057daeea50ae99fe6..beb6c9892ef2ee79451f89c4c10014279a0d7bd3 100644 (file)
@@ -296,6 +296,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t * thread, void
                                   TAG_IF((profile->pflags & PFLAG_PRESENCE), NUTAG_ENABLEMESSAGE(1)),
                                   TAG_IF((profile->pflags & PFLAG_PRESENCE), NUTAG_ALLOW_EVENTS("presence")),
                                   TAG_IF((profile->pflags & PFLAG_PRESENCE), NUTAG_ALLOW_EVENTS("presence.winfo")),
+                                  TAG_IF((profile->pflags & PFLAG_PRESENCE), NUTAG_ALLOW_EVENTS("message-summary")),
                                   SIPTAG_SUPPORTED_STR("100rel, precondition"), SIPTAG_USER_AGENT_STR(SOFIA_USER_AGENT), TAG_END());