提交 99f66273 authored 作者: Michael Jerris's avatar Michael Jerris

sofia-sip: subscription-state subexp-params missing (SFSIP-148)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13439 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 531e0f2d
Tue May 19 12:24:21 CDT 2009
Tue May 26 17:22:34 CDT 2009
......@@ -672,7 +672,7 @@ int nua_notify_client_request(nua_client_request_t *cr,
if (ss == NULL || nua_substate_make(ss->ss_substate) != nu->nu_substate) {
if (nu->nu_substate == nua_substate_terminated)
expires = nu->nu_expires > now ? "noresource" : "timeout";
expires = nu->nu_expires > now ? "reason=noresource" : "reason=timeout";
ss = sip_subscription_state_format(home, "%s;%s",
nua_substate_name(nu->nu_substate),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论