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
This commit is contained in:
Michael Jerris 2009-05-26 22:27:10 +00:00
parent 531e0f2d15
commit 99f6627380
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Tue May 19 12:24:21 CDT 2009
Tue May 26 17:22:34 CDT 2009

View File

@ -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),