From: Anthony Minessale Date: Tue, 28 Apr 2009 16:00:16 +0000 (+0000) Subject: fix typo in CALL_INFO/ALERT_INFO X-Git-Tag: v1.0.4~1019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffeef2e5ccffadc1932197261ea1b4e8a670d472;p=thirdparty%2Ffreeswitch.git fix typo in CALL_INFO/ALERT_INFO git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13180 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 71e0d5e6d8..f2b61237e5 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -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());