Skip to content
  1. Dec 13, 2023
  2. Dec 12, 2023
  3. Dec 11, 2023
    • wazo-community-zuul[bot]'s avatar
      Merge pull request #229 from wazo-platform/WAZO-3532-use-main-proxy-ip · 8e09a90f
      wazo-community-zuul[bot] authored
      Pull request for WAZO-3532-use-main-proxy-ip
      
      digium: raise exception if no line is configured
      why: we want to remove usage of raw_config['ip'] key in order to
      deprecate this key. Moreover, a device without line doesn't make sense.
      note: autoprov have one sip_line
      yealink: use proxy_ip for action_uri_limit_ip
      why:
      
      we want to remove usage of raw_config['ip'] key in order to deprecate
      this key.
      IP is the provisioning server, and action_uri_limit_ip need to have
      the PBX server.
      
      note: taking the last line proxy_ip is only for convenience and have the
      same issue than taking the first one
      
      Reviewed-by: Alexandre Fournier
      8e09a90f
    • Alexandre Fournier's avatar
      yealink-v86: bump plugin version · ab79a5f0
      Alexandre Fournier authored
      ab79a5f0
    • Francois Blackburn's avatar
      yealink: use proxy_ip for action_uri_limit_ip · 20721f1a
      Francois Blackburn authored
      why:
      - we want to remove usage of raw_config['ip'] key in order to deprecate
        this key.
      - IP is the provisioning server, and action_uri_limit_ip need to have
        the PBX server.
      
      note: taking the last line proxy_ip is only for convenience and have the
      same issue than taking the first one
      20721f1a
    • Francois Blackburn's avatar
      digium: raise exception if no line is configured · 78d78d7a
      Francois Blackburn authored
      why: we want to remove usage of raw_config['ip'] key in order to
      deprecate this key. Moreover, a device without line doesn't make sense.
      note: autoprov have one sip_line
      78d78d7a
  4. Dec 05, 2023
  5. Dec 04, 2023
  6. Nov 17, 2023
  7. Nov 16, 2023
  8. Nov 13, 2023
  9. Nov 10, 2023
  10. Nov 09, 2023
  11. Nov 08, 2023
  12. Nov 06, 2023
  13. Nov 03, 2023
  14. Nov 02, 2023
    • wazo-community-zuul[bot]'s avatar
      Merge pull request #207 from wazo-platform/rename_plugins_with_underscore · 996873f0
      wazo-community-zuul[bot] authored
      Rename plugin folders to be valid Python identifiers. Output archives maintain the original names.
      
      reason: Python identifiers must not start with a number and may not
      contain dashes and periods. Using valid identifier names allow them to
      be treated as modules and allows the use of pytest, mypy and other tools
      that do discovery by module. It's the first step to proper testing
      
      Reviewed-by: Alexandre Fournier
      996873f0