Mon Jul 6 15:36:25 CDT 2009 Pekka Pessi <first.last@nokia.com>
* nua_notifier.c: more logging git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14178 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e8ee4c18ff
commit
42445d70bb
|
@ -1 +1 @@
|
||||||
Thu Jul 9 19:38:10 CDT 2009
|
Thu Jul 9 19:39:12 CDT 2009
|
||||||
|
|
|
@ -832,10 +832,19 @@ static int nua_notify_usage_shutdown(nua_handle_t *nh,
|
||||||
nu->nu_substate = nua_substate_terminated;
|
nu->nu_substate = nua_substate_terminated;
|
||||||
|
|
||||||
if (cr) {
|
if (cr) {
|
||||||
|
SU_DEBUG_5(("%s(%p, %p, %p): using existing cr=%p\n",
|
||||||
|
"nua_notify_usage_shutdown",
|
||||||
|
(void *)nh, (void *)ds, (void *)du, (void *)cr));
|
||||||
|
|
||||||
if (nua_client_resend_request(cr, 1) >= 0)
|
if (nua_client_resend_request(cr, 1) >= 0)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
SU_DEBUG_5(("%s(%p, %p, %p): new NOTIFY cr for %s\n",
|
||||||
|
"nua_notify_usage_shutdown",
|
||||||
|
(void *)nh, (void *)ds, (void *)du,
|
||||||
|
du->du_event ? du->du_event->o_type : "<implicit>"));
|
||||||
|
|
||||||
if (nua_client_tcreate(nh, nua_r_notify,
|
if (nua_client_tcreate(nh, nua_r_notify,
|
||||||
&nua_notify_client_methods,
|
&nua_notify_client_methods,
|
||||||
SIPTAG_EVENT(du->du_event),
|
SIPTAG_EVENT(du->du_event),
|
||||||
|
|
Loading…
Reference in New Issue