freeswitch/libs/sofia-sip/libsofia-sip-ua/nua
Anthony Minessale 6e818216e2 FS-6287 --resolve When a broken registrar sends a 401 unauth then replies with a subsequent 401 unauth without the stale=true attribute, sofia tries to invalidate the auth handle and get stuck in a state where it cannot recover until the reg handle is destroyed. In this case, the provider in question has a bug on thier end when the nonce count rolls from nc=000000ff to nc=00000100 they start sending several consecitive 401 rather than a 401 with stale=true or a 403. This change will allow it to reset properly and try again with nc=00000001 on the next try. 2014-03-14 12:25:48 -05:00
..
sofia-sip
ChangeLog
Doxyfile.in
Makefile.am clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
check_etsi.c
check_nua.c
check_nua.h
check_register.c unreg on sock disconnect 2013-03-31 21:27:22 -05:00
check_session.c
check_simple.c
nua.c
nua.docs
nua_client.c FS-6287 --resolve When a broken registrar sends a 401 unauth then replies with a subsequent 401 unauth without the stale=true attribute, sofia tries to invalidate the auth handle and get stuck in a state where it cannot recover until the reg handle is destroyed. In this case, the provider in question has a bug on thier end when the nonce count rolls from nc=000000ff to nc=00000100 they start sending several consecitive 401 rather than a 401 with stale=true or a 403. This change will allow it to reset properly and try again with nc=00000001 on the next try. 2014-03-14 12:25:48 -05:00
nua_client.h
nua_common.c
nua_dialog.c
nua_dialog.h
nua_event_server.c
nua_extension.c
nua_message.c
nua_notifier.c
nua_options.c
nua_params.c
nua_params.h
nua_publish.c
nua_register.c wire in tport error callback to nua_stack_tport_error 2013-03-31 21:27:22 -05:00
nua_registrar.c fix ref counting issue in tcp,tls,wss transports 2013-06-19 21:54:58 -05:00
nua_server.c
nua_server.h
nua_session.c FS-6005 --resolve 2013-11-27 10:20:35 -06:00
nua_stack.c
nua_stack.h
nua_subnotref.c
nua_tag.c
nua_types.h
outbound.c
outbound.h