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:
parent
a82f383713
commit
ffeef2e5cc
|
@ -2976,7 +2976,7 @@ static void general_event_handler(switch_event_t *event)
|
||||||
NUTAG_WITH_THIS(profile->nua),
|
NUTAG_WITH_THIS(profile->nua),
|
||||||
TAG_IF(ct, SIPTAG_CONTENT_TYPE_STR(ct)),
|
TAG_IF(ct, SIPTAG_CONTENT_TYPE_STR(ct)),
|
||||||
TAG_IF(alert_info, SIPTAG_ALERT_INFO_STR(alert_info)),
|
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_IF(!switch_strlen_zero(body), SIPTAG_PAYLOAD_STR(body)),
|
||||||
TAG_END());
|
TAG_END());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue