]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Missing end tag
authorBrian West <brian@freeswitch.org>
Mon, 4 Sep 2006 00:03:20 +0000 (00:03 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 4 Sep 2006 00:03:20 +0000 (00:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2494 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 2e446535d6e84e5a0e3e90c01b34844fa4e893a0..2ec6182b7d465881dc42c74975d3a92a86994789 100644 (file)
@@ -1569,8 +1569,8 @@ static void *SWITCH_THREAD_FUNC profile_thread_run(switch_thread_t *thread, void
                                   NUTAG_EARLY_MEDIA(1),                                   
                                   NUTAG_AUTOANSWER(0),
                                   NUTAG_AUTOALERT(0),
-                                  SIPTAG_SUPPORTED_STR("100rel, precondition")
-                                  );
+                                  SIPTAG_SUPPORTED_STR("100rel, precondition"),
+                                  TAG_END());
                                   
 
        for (node = profile->aliases; node; node = node->next) {
@@ -1584,7 +1584,8 @@ static void *SWITCH_THREAD_FUNC profile_thread_run(switch_thread_t *thread, void
                                           NUTAG_EARLY_MEDIA(1),
                                           NUTAG_AUTOANSWER(0),
                                           SIPTAG_SUPPORTED_STR("100rel, precondition"),
-                                          NUTAG_AUTOALERT(0));
+                                          NUTAG_AUTOALERT(0),
+                                          TAG_END());
                
        }