pass 302 and 305 to callback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13732 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a7e4debee0
commit
ab721a5d4b
|
@ -1124,7 +1124,7 @@ int nua_base_client_check_restart(nua_client_request_t *cr,
|
||||||
{
|
{
|
||||||
nua_handle_t *nh = cr->cr_owner;
|
nua_handle_t *nh = cr->cr_owner;
|
||||||
nta_outgoing_t *orq;
|
nta_outgoing_t *orq;
|
||||||
|
#if 0
|
||||||
if (status == 302 || status == 305) {
|
if (status == 302 || status == 305) {
|
||||||
sip_route_t r[1];
|
sip_route_t r[1];
|
||||||
|
|
||||||
|
@ -1150,7 +1150,7 @@ int nua_base_client_check_restart(nua_client_request_t *cr,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (status == 423) {
|
if (status == 423) {
|
||||||
unsigned my_expires = 0;
|
unsigned my_expires = 0;
|
||||||
|
|
Loading…
Reference in New Issue