mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 19:40:08 +00:00
FS-6005 --resolve
Conflicts: libs/sofia-sip/.update
This commit is contained in:
parent
0846195cd9
commit
76f30ae090
@ -1 +1 @@
|
|||||||
Tue Oct 8 23:05:34 CDT 2013
|
Wed Nov 27 21:21:39 CDT 2013
|
||||||
|
@ -270,8 +270,10 @@ void nua_session_usage_remove(nua_handle_t *nh,
|
|||||||
ss->ss_reporting = 0;
|
ss->ss_reporting = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cr == du->du_cr && cr->cr_orq)
|
if (cr == du->du_cr && cr->cr_orq) {
|
||||||
|
nua_client_request_unref(cr);
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (cr->cr_status < 200) {
|
if (cr->cr_status < 200) {
|
||||||
nua_stack_event(nh->nh_nua, nh,
|
nua_stack_event(nh->nh_nua, nh,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user