From: Josh Allmann Date: Fri, 28 Oct 2016 20:48:13 +0000 (-0400) Subject: FS-9680: Fix typo. X-Git-Tag: v1.8.0~1145^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70591d0e59b137a50977fb994fdc2c12a7f787e9;p=thirdparty%2Ffreeswitch.git FS-9680: Fix typo. --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 41f0a4c446..535c6379a8 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -9163,7 +9163,7 @@ switch_status_t sofia_proxy_sip_i_message(nua_t *nua, sofia_profile_t *profile, ct = sip->sip_content_type->c_type; } - nua_info(other_tech_pvt->nh, + nua_message(other_tech_pvt->nh, TAG_IF(ct, SIPTAG_CONTENT_TYPE_STR(su_strdup(other_tech_pvt->nh->nh_home, ct))), TAG_IF(!zstr(other_tech_pvt->user_via), SIPTAG_VIA_STR(other_tech_pvt->user_via)), TAG_IF(pl, SIPTAG_PAYLOAD_STR(su_strdup(other_tech_pvt->nh->nh_home, pl))),