提交 8b1be45e authored 作者: Brian West's avatar Brian West

fix subscribe

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7013 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 30f48ee6
......@@ -1032,9 +1032,9 @@ void sofia_presence_handle_sip_i_subscribe(int status,
nua_respond(nh, SIP_202_ACCEPTED,
NUTAG_WITH_THIS(nua),
SIPTAG_SUBSCRIPTION_STATE_STR(sstr),
SIPTAG_FROM(sip->sip_to),
SIPTAG_TO(sip->sip_from),
SIPTAG_CONTACT_STR(contact_str),
//SIPTAG_FROM(sip->sip_to),
//SIPTAG_TO(sip->sip_from),
//SIPTAG_CONTACT_STR(contact_str),
TAG_END());
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论