1. 15 Sep, 2023 - 1 commit
  2. 14 Sep, 2023 - 1 commit
    • Andrea Gianarda's avatar
      In the call parameters, there are 2 ways of setting the from address · 2dc884fb
      Andrea Gianarda authored
      when initiating a call;
      - from header
      - account
      These 2 parameters are dependent from each other which makes tricky for
      the core to know exactly which account to use and the correct from
      address.
      In most scenarios, the from address is the account's identity address
      but it is not always the case such as in the case of a direct call.
      Moreover, the account cannot be always deduced in a straightforward
      matter such as if the core has no default account (but it is registered
      with one or more accounts) and the call parameters have not set one.
      
      The algorithm for choosing an account is the following:
      1) search in the call parameters
      2) get the default account
      3) look up for the best guessed account based on the from (if known) or
         to address
      
      The algorithm for known the from address is the following:
      1) look for the from header in the call parameters
      2) look up for the identity address of the account (if known)
      3) get the core primary account
      
      Set Ik SDP attribute based on the account used for a call
      
      Use account set in the call parameters before retrieving the NAT policy.
      It may happen that a call session is buuild without passing an account
      and in such a case, the SDK will do its best to get one
      2dc884fb
  3. 24 Aug, 2023 - 1 commit
  4. 06 Jul, 2023 - 1 commit
  5. 08 Jun, 2023 - 1 commit
  6. 31 May, 2023 - 1 commit
  7. 22 Feb, 2023 - 1 commit
  8. 25 Oct, 2022 - 1 commit
  9. 21 Apr, 2022 - 1 commit
  10. 08 Jul, 2020 - 1 commit
  11. 06 Jul, 2020 - 1 commit
  12. 15 Oct, 2019 - 1 commit
  13. 10 Sep, 2019 - 1 commit
  14. 26 Nov, 2018 - 1 commit
  15. 24 May, 2018 - 1 commit
  16. 14 May, 2018 - 1 commit
  17. 10 Apr, 2018 - 1 commit
  18. 19 Mar, 2018 - 2 commits
  19. 01 Mar, 2018 - 1 commit
  20. 23 Oct, 2017 - 1 commit
  21. 29 Sep, 2017 - 1 commit
  22. 21 Sep, 2017 - 3 commits
  23. 19 Sep, 2017 - 1 commit
  24. 14 Sep, 2017 - 2 commits
  25. 20 Mar, 2017 - 1 commit
  26. 17 Mar, 2017 - 1 commit
  27. 10 Mar, 2017 - 1 commit
  28. 28 Feb, 2017 - 1 commit
  29. 14 Jan, 2017 - 1 commit
  30. 15 Nov, 2016 - 1 commit
  31. 07 Nov, 2016 - 1 commit
  32. 19 Oct, 2016 - 2 commits
  33. 12 Oct, 2016 - 1 commit
  34. 22 Sep, 2016 - 1 commit
  35. 21 Sep, 2016 - 1 commit