Send Re-Register after (expires of 200OK - 10%) REF 14594
Merge request reports
Activity
Filter activity
requested review from @iryna.antsyferova
assigned to @Yalu
As I discussed with @migu we shell deliver the change to meet DT requirements today for the release: Expected behavior of succesfull registration: Re-Register has to be sent after t=(expires value of 200OK - 10%)
Later on we will implement X_RDK_ReRegisterTimer tr104 object which will control the percentage of Registrar Expire timer as it is defined in https://project.iopsys.eu/attachments/download/9495/tr104-update-20240605.pdf
I verified the change OK. Before the fix:
[Jun 11 19:17:48] ERROR[15295] res_pjsip_outbound_registration.c: Outbound registration to 'sip:192.168.0.2:5060' with client 'sip:100@192.168.0.2:5060' successful [Jun 11 19:17:48] ERROR[15295] res_pjsip_outbound_registration.c: Scheduling outbound registration to server 'sip:192.168.0.2:5060' from client 'sip:100@192.168.0.2:5060' in 590 seconds [Jun 11 19:27:38] ERROR[27858] res_pjsip_outbound_registration.c: Outbound registration to 'sip:192.168.0.2:5060' with client 'sip:100@192.168.0.2:5060' successful [Jun 11 19:27:38] ERROR[27858] res_pjsip_outbound_registration.c: Scheduling outbound registration to server 'sip:192.168.0.2:5060' from client 'sip:100@192.168.0.2:5060' in 590 seconds
After the fix
[Jun 11 19:24:17] ERROR[24072] res_pjsip_outbound_registration.c: Outbound registration to 'sip:192.168.0.2:5060' with client 'sip:100@192.168.0.2:5060' successful [Jun 11 19:24:17] ERROR[24072] res_pjsip_outbound_registration.c: Scheduling outbound registration to server 'sip:192.168.0.2:5060' from client 'sip:100@192.168.0.2:5060' in 540 seconds [Jun 11 19:33:17] ERROR[35923] res_pjsip_outbound_registration.c: Outbound registration to 'sip:192.168.0.2:5060' with client 'sip:100@192.168.0.2:5060' successful [Jun 11 19:33:17] ERROR[35923] res_pjsip_outbound_registration.c: Scheduling outbound registration to server 'sip:192.168.0.2:5060' from client 'sip:100@192.168.0.2:5060' in 540 seconds
Please register or sign in to reply