]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo in CALL_INFO/ALERT_INFO
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Apr 2009 16:00:16 +0000 (16:00 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Apr 2009 16:00:16 +0000 (16:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13180 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 71e0d5e6d82a4b46a990f56369e2f6bc1c2512f5..f2b61237e5cd72a5d3abf5cd2953d99fdd13161b 100644 (file)
@@ -2976,7 +2976,7 @@ static void general_event_handler(switch_event_t *event)
                                         NUTAG_WITH_THIS(profile->nua),
                                         TAG_IF(ct, SIPTAG_CONTENT_TYPE_STR(ct)),
                                         TAG_IF(alert_info, SIPTAG_ALERT_INFO_STR(alert_info)),
-                                        TAG_IF(call_info, SIPTAG_ALERT_INFO_STR(call_info)),
+                                        TAG_IF(call_info, SIPTAG_CALL_INFO_STR(call_info)),
                                         TAG_IF(!switch_strlen_zero(body), SIPTAG_PAYLOAD_STR(body)),
                                         TAG_END());