Skip to content
Snippets Groups Projects

Send Re-Register after (expires of 200OK - 10%) REF 14594

Merged Grzegorz Sluja requested to merge fix_reregister into asterisk_rdkb

Merge request reports

Approval is optional

Merged by Yalu ZhangYalu Zhang 9 months ago (Jun 12, 2024 12:21pm UTC)

Merge details

  • Changes merged into asterisk_rdkb with b57df527 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Grzegorz Sluja marked this merge request as ready

    marked this merge request as ready

  • Grzegorz Sluja added 2 commits

    added 2 commits

    • 70923b73 - 1 commit from branch asterisk_rdkb
    • bd94d2d2 - Send Re-Register after (expires of 200OK - 10%) REF 14594

    Compare with previous version

  • requested review from @iryna.antsyferova

  • assigned to @Yalu

  • Author Maintainer

    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

  • Author Maintainer

    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
  • Looks good to me

  • merged

Please register or sign in to reply
Loading