[OpenSIPS-Devel] [OpenSIPS/opensips] 41b9bc: Fix for : uac_registrant using same call id for tw...
    Vlad Pătrașcu 
    noreply at github.com
       
    Mon Jan 18 20:19:39 EST 2021
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 41b9bc57564a86ba9ca663e0de3a84f644a06c24
      https://github.com/OpenSIPS/opensips/commit/41b9bc57564a86ba9ca663e0de3a84f644a06c24
  Author: sagarmalam <47811226+sagarmalam at users.noreply.github.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)
  Changed paths:
    M modules/uac_registrant/reg_records.c
  Log Message:
  -----------
  Fix for : uac_registrant using same call id for two different registrants sharing same sip credentials
uac registrant was using AOR to generate call ID each time due to which two registrants have same AOR will always have same Call ID. To fix this issue i have appended timestamp at the end of the AOR before passing it to MD5string array.
  Commit: 47576e0de55efe19e8b19f3d183b5724426163a7
      https://github.com/OpenSIPS/opensips/commit/47576e0de55efe19e8b19f3d183b5724426163a7
  Author: Vlad Pătrașcu <vladp at opensips.org>
  Date:   2021-01-18 (Mon, 18 Jan 2021)
  Changed paths:
    M modules/uac_registrant/reg_records.c
  Log Message:
  -----------
  Merge pull request #2375 from sagarmalam/patch-1
Fix for : uac_registrant using same call id for two different registrants
Compare: https://github.com/OpenSIPS/opensips/compare/2fe15bb20aec...47576e0de55e
    
    
More information about the Devel
mailing list