]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
nothing to see
authorBrian West <brian@freeswitch.org>
Wed, 16 Dec 2009 00:29:43 +0000 (00:29 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 16 Dec 2009 00:29:43 +0000 (00:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15979 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 2668befea9baf4ce7bad7c73b685b864a37f5f1a..4c4774625b7a031eea2771c07147e190f6d0eb7d 100644 (file)
@@ -1160,6 +1160,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                                   TAG_IF(profile->pres_type, NUTAG_ENABLEMESSAGE(1)),
                                   TAG_IF(profile->pres_type, NUTAG_ALLOW_EVENTS("presence")),
                                   TAG_IF((profile->pres_type || sofia_test_pflag(profile, PFLAG_MANAGE_SHARED_APPEARANCE)), NUTAG_ALLOW_EVENTS("dialog")),
+                                  TAG_IF((profile->pres_type || sofia_test_pflag(profile, PFLAG_MANAGE_SHARED_APPEARANCE)), NUTAG_ALLOW_EVENTS("line-seize")),
                                   TAG_IF(profile->pres_type, NUTAG_ALLOW_EVENTS("call-info")),
                                   TAG_IF((profile->pres_type || sofia_test_pflag(profile, PFLAG_MANAGE_SHARED_APPEARANCE)), NUTAG_ALLOW_EVENTS("sla")),
                                   TAG_IF(profile->pres_type, NUTAG_ALLOW_EVENTS("include-session-description")),