Error When Asterisk Qualifying endpoints

Hi Everyone,

I am getting these errors in console and endpoints went unreachable then get back reachable again
full log
[2024-11-04 10:10:19] ERROR[17611] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 758
[2024-11-04 10:10:22] ERROR[8303] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 7005
[2024-11-04 10:15:18] ERROR[1108] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 405
[2024-11-04 10:15:19] ERROR[17611] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 402
[2024-11-04 10:15:19] ERROR[30130] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 126
[2024-11-04 10:15:19] ERROR[7580] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 758
[2024-11-04 10:15:20] ERROR[26597] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 131
[2024-11-04 10:15:22] ERROR[28751] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 7005
[2024-11-04 10:20:21] ERROR[1108] res_pjsip.c: Error 120022 ‘Invalid argument’ sending NOTIFY request to endpoint 830
[2024-11-04 10:25:11] ERROR[8303] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 846
[2024-11-04 10:25:16] ERROR[30130] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 434
[2024-11-04 10:25:18] ERROR[620] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 405
[2024-11-04 10:25:19] ERROR[14853] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 402
[2024-11-04 10:25:21] ERROR[25658] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 214
[2024-11-04 10:25:22] ERROR[779] res_pjsip.c: Error 120022 ‘Invalid argument’ sending OPTIONS request to endpoint 204

Do you have “allow_reload” set to “yes” on your transports and did a reload? What transports are in use?

I have allow_reload=no
regarding which transports what I am using :
Transport: <TransportId…> <BindAddress…>

Transport: 0.0.0.0-tcp tcp 3 96 0.0.0.0:5060
Transport: 0.0.0.0-tls tls 3 96 0.0.0.0:5061
Transport: 0.0.0.0-udp udp 3 96 0.0.0.0:5060
Transport: 0.0.0.0-ws ws 3 96 0.0.0.0:5060
Transport: 0.0.0.0-wss wss 3 96 0.0.0.0:5060