fix typo in CALL_INFO/ALERT_INFO

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13180 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-04-28 16:00:16 +00:00
parent a82f383713
commit ffeef2e5cc
1 changed files with 1 additions and 1 deletions

View 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());