freeswitch/src
Dragos Oancea 71cb7b97cf [unit-tests ] Attempt to mitigate sofia bug with TCP.
"
------------------------------------------------------------------------
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/TCP 192.168.192.2:5080;branch=z9hG4bKeS0Dvget9vFBe
From: sut <sip:1001@192.168.192.2:5080;transport=tcp>;tag=gBpey2Q8jrmNc
To: sipp <sip:1001@127.0.0.1:5062;transport=tcp>;tag=1
Call-ID: 1-18918@192.168.192.2
CSeq: 76919576 BYE
Proxy-Authenticate: Digest algorithm=MD5, realm="freeswitch.org", nonce="69d327e5"
Content-Length: 0

tport.c:3055 tport_deliver() tport_deliver(0x6150000b7280): msg 0x6190003e9480 (394 bytes) from tcp/192.168.192.2:5062/sip next=(nil)
nta.c:3378 agent_recv_response() nta: received 407 Proxy Authentication Required for BYE (76919576)
nta.c:3445 agent_recv_response() nta: 407 Proxy Authentication Required is going to a transaction
nta.c:9697 outgoing_estimate_delay() nta_outgoing: RTT is 2.961 ms
tport.c:4253 tport_release() tport_release(0x6150000b8680): 0x6190003e8a80 by 0x613000093200 with 0x6190003e9480
auth_digest.c:114 auth_digest_challenge_get() auth_digest_challenge_get(): got 4
nua_stack.c:301 nua_stack_event() nua(0x61200019ec40): event r_bye 407 Proxy Authentication Required
nta.c:8829 outgoing_free() nta: outgoing_free(0x613000093200)
tport.c:2316 tport_set_secondary_timer() tport(0x6150000b8680): reset timer
tport.c:2316 tport_set_secondary_timer() tport(0x6150000b7280): reset timer
tport.c:2316 tport_set_secondary_timer() tport(0x6150000b7280): reset timer
nua_stack.c:389 nua_application_event() nua: nua_application_event: entering
nua.c:1170 nua_handle_unref_user() nua nua_handle_unref_user(0x61200019ec40): entering
nua_stack.c:558 nua_signal() nua(0x61200019ec40): sent signal r_handle_unref
nua.c:1157 nua_unref_user() nua: nua_unref_user: entering
nua.c:365 nua_handle_magic() nua: nua_handle_magic: entering
nua_stack.c:558 nua_signal() nua((nil)): sent signal r_unref
nua_stack.c:599 nua_stack_signal() nua(0x61200019ec40): recv signal r_handle_unref
nua.c:1170 nua_handle_unref_user() nua nua_handle_unref_user(0x61200019ec40): entering
nua_stack.c:599 nua_stack_signal() nua((nil)): recv signal r_unref
nua_stack.c:558 nua_signal() nua(0x61200019ec40): sent signal r_handle_unref
nua_stack.c:599 nua_stack_signal() nua(0x61200019ec40): recv signal r_handle_unref
nua.c:1157 nua_unref_user() nua: nua_unref_user: entering
nua_stack.c:558 nua_signal() nua((nil)): sent signal r_unref
nua_stack.c:599 nua_stack_signal() nua((nil)): recv signal r_unref
8d95eac1-d89d-4619-aaa1-0720ea649626 2023-12-19 00:45:36.203584 36.67% [DEBUG] switch_core_state_machine.c:59 sofia/external/1001@127.0.0.1:5062 Standard HANGUP, cause: NORMAL_CLEARING
"

It looks there's no event coming to the unit-test because the flow is not reaching mod_sofia.
2023-12-19 04:15:26 +02:00
..
include [core] Fix flopping routes on ICE negotiation 2023-10-12 12:15:46 +00:00
mod [unit-tests ] Attempt to mitigate sofia bug with TCP. 2023-12-19 04:15:26 +02:00
.gitignore
CMakeLists.txt
Makefile.am
cJSON.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
cJSON_Utils.c
fs_encode.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
fs_tts.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
g711.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
inet_pton.c
switch.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
switch_apr.c [Core] OpenSSL 3 support 2023-07-24 21:56:46 +03:00
switch_apr_queue.c [Core] Fix Windows build after apr-util removal 2022-08-29 20:17:12 +03:00
switch_buffer.c [Core] Allow switch_buffer_write() to fill in a buffer with zeros. Add switch_buffer_zero_fill() 2022-05-23 21:51:26 +03:00
switch_caller.c
switch_channel.c [Core] Add new switch_channel_get_variable_strdup() and switch_channel_get_variable_buf() APIs that avoid allocating channel variables in a session's memory pool. 2023-07-28 22:29:22 +03:00
switch_config.c
switch_console.c [Core] Fix switch_console.c for Galera Mariadb cluster 2023-08-11 23:13:00 +03:00
switch_core.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
switch_core_asr.c [core] fix memory leak in switch_core_asr_feed 2022-03-23 17:05:50 +08:00
switch_core_cert.c [Core] OpenSSL 3 support 2023-07-24 21:56:46 +03:00
switch_core_codec.c [core] Coverity fixes 2023-07-21 13:49:40 +03:00
switch_core_db.c [Core] Avoid using insecure sqlite3_enable_load_extension when SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION is available. 2022-05-18 23:54:01 +03:00
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c [Core] Fix dead nested assignments 2022-08-09 23:29:31 +03:00
switch_core_hash.c [Core] Add new switch_core_hash_insert_dup_auto_free() API 2021-10-19 20:39:36 +03:00
switch_core_io.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
switch_core_media.c [Core] Coverity: Use of 32-bit time_t 2023-10-04 18:24:16 +03:00
switch_core_media_bug.c [Core] Fix dead nested assignments 2022-08-09 23:29:31 +03:00
switch_core_memory.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_core_port_allocator.c
switch_core_rwlock.c [Core] Fix possible race condition between locking a session and reading it's flags in switch_core_session_read_lock() and switch_core_session_read_lock_hangup(). 2022-07-26 01:49:31 +03:00
switch_core_session.c [Core] Fix missing MEDIA_PARAMS in message_names. 2023-07-16 21:20:56 +03:00
switch_core_speech.c
switch_core_sqldb.c [Core] Fix implicit conversion from enumeration type 'switch_odbc_status_t' to different enumeration type 'switch_status_t'. 2023-12-14 13:44:22 +03:00
switch_core_state_machine.c [Core] Fix dead nested assignments 2022-08-09 23:29:31 +03:00
switch_core_timer.c
switch_core_video.c [core] Coverity fixes 2023-04-01 00:07:59 +03:00
switch_cpp.cpp [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_curl.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_dso.c [Unit-tests] Add --enable-fake-dlclose configure flag so modules are not unloaded and ASAN could give more info and not just <unknown module>. 2021-10-23 22:00:36 +03:00
switch_estimators.c [core] change estimator CUSUM design params for loss to reduce oscillations. rename var. 2021-10-23 22:00:09 +03:00
switch_event.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_hashtable.c
switch_ivr.c [Core] Coverity: Dereference before null check 2023-10-05 00:26:26 +03:00
switch_ivr_async.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_ivr_bridge.c [Core] Coverity fixes 2023-04-05 18:54:11 +03:00
switch_ivr_menu.c [core] scan-build: Value stored to 'status' is never read - switch_ivr_menu_execute() 2020-02-12 21:39:57 +00:00
switch_ivr_originate.c [Core] Coverity: Dereference before null check 2023-10-05 00:26:26 +03:00
switch_ivr_play_say.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_ivr_say.c
switch_jitterbuffer.c [core] Coverity 1325269 Dereference before null check 2023-09-08 17:54:33 +01:00
switch_json.c
switch_limit.c
switch_loadable_module.c [core,miniupnpc,modules] Fix not used variables 2023-07-04 10:18:16 +01:00
switch_log.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
switch_mprintf.c [Core] switch_mprintf: Increase the size of loop variables in the printf() implementation. Add unit-tests disabled by default. 2022-12-09 23:11:25 +03:00
switch_msrp.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
switch_nat.c [Core] Coverity fixes 2023-04-05 18:54:11 +03:00
switch_odbc.c [Core] Fix wrong switch_odbc_skip_autocommit_flip function declaration. 2022-08-26 21:47:45 +03:00
switch_packetizer.c [core,mod_av,unit-tests] Make transition to core packetizer 2023-07-10 12:58:19 +00:00
switch_pcm.c
switch_profile.c
switch_regex.c
switch_resample.c
switch_rtp.c [core] Fix missing 192 key lengths 2023-12-13 00:27:59 +03:00
switch_scheduler.c
switch_sdp.c
switch_spandsp.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
switch_speex.c [core,libyuv,modules] Fix function declarations without a prototype 2023-07-04 09:56:40 +01:00
switch_stun.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_swig.c
switch_swig.i
switch_time.c [core,miniupnpc,modules] Fix not used variables 2023-07-04 10:18:16 +01:00
switch_utf8.c
switch_utils.c [Core] Coverity: 1024552 Logically dead code 2023-10-05 18:03:32 +03:00
switch_vad.c
switch_version.c
switch_vpx.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_xml.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_xml_config.c [core, mod_cidlookup] Free memory allocated via strdup 2023-03-28 01:47:23 +03:00
tone2wav.c