Skip to content
  1. Apr 07, 2023
  2. Mar 31, 2023
  3. Mar 24, 2023
  4. Mar 21, 2023
  5. Mar 15, 2023
  6. Mar 01, 2023
    • wazo-community-zuul[bot]'s avatar
      Merge pull request #183 from PJODSTNY/SPA8000-MacPrefix · 9a46bff0
      wazo-community-zuul[bot] authored
      fix : Add new MAC Prefix 70:1f:53 (SPA8000)
      
      New Cisco SPA8000 can come with MAC address prefix 70:1f:53
      Consider adding this block inside linksys.conf dhcp_update file
      subclass "voip-mac-address-prefix" 70:1f:53:a0 {
      if not exists vendor-class-identifier {
      option tftp-server-name = config-option VOIP.tftp-server-name;
      log(concat("[", binary-to-ascii(16, 8, ":", hardware), "] ", "BOOT Linksys PREFIX 70:1f:53:a0"));
      }
      }
      
      Reviewed-by: Alexandre Fournier <None>
      9a46bff0
  7. Feb 28, 2023
  8. Feb 21, 2023
    • wazo-community-zuul[bot]'s avatar
      Merge pull request #181 from ornati/italian_support · 225ccfe7
      wazo-community-zuul[bot] authored
      yealink: add Italian language
      
      Add Italian support to Yealink
      
      Reviewed-by: Alexandre Fournier <None>
      225ccfe7
    • wazo-community-zuul[bot]'s avatar
      Merge pull request #180 from BnLG/nx70 · 9e1e864c
      wazo-community-zuul[bot] authored
      Gigaset, add support for N670 IP PRO
      
      Hi,
      Let's add support for the new Gigaset N670 IP PRO (and also for the Gigaset N870E IP PRO), which shares exactly the same configuration as the already existing N870 IP PRO.
      Let's then create a Nx70 IP PRO plugin (which is how Gigaset names them).
      First commit is then a 1:1 copy of N870-83.v2.48.0 plugin.
      Next commits are modifications, explained below.
      It add support for N670 IP PRO and  N870E IP PRO.
      It updates firmware to last 83.v2.49.1 version.
      It enables SIP TLS (kept disabled in #147), which now properly works (SipProvider.0.UseSIPS must be set to 0, after support from Gigaset team).
      It properly sets ToneScheme according to configured locale.
      It deregisters accounts for detached handsets (WithDeregOnHsNotReachable), which makes more sense than the contrary.
      Finally, it renames the keys to the ones defined in the README.
      Thank you 👍
      Note that this is a rework of #159, after the move to Python3.
      
      Reviewed-by: Alexandre Fournier <None>
      9e1e864c
  9. Feb 17, 2023