提交 1ba6b1b5 authored 作者: Michael Jerris's avatar Michael Jerris

whoops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6350 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 50c2f149
......@@ -2054,7 +2054,9 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
}
if ((alert_info = sip_alert_info(sip))) {
switch_channel_set_variable(channel, "alert_info", sip_header_as_string(profile->home, (void *) alert_info));
char *tmp = sip_header_as_string(profile->home, (void *) alert_info);
switch_channel_set_variable(channel, "alert_info", tmp);
su_free(profile->home, tmp);
}
check_decode(displayname, session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论