Skip to content

CardDAV MIddleware UI v1.1.0

Choose a tag to compare

@Massi-X Massi-X released this 03 Feb 13:44

For users coming from previous versions: This is only for developers and is not the FreePBX module, download moved here (more info)

New release containing many improvements and some deprecations, make sure to read the following for a smooth update:

  • Added welcome UI to instruct user on the usage of the module
  • Improved compatibility with superfecta 16.0.27 and up in Auto Configure
  • Add new GET option for XML Phonebook to request a specific one via the query string
  • Prevented numbertocnam.php and carddavtoxml.php to be cached by your devices
  • Add function in utilities.php to check against URLs
  • Check URL of phonebook in setup and report any connection error should happen
  • Improved numbertocnam.php outputs when number is empty or a GET request was made
  • Implemented post_build_hook script that can be provided by your Core when needed (during build)
  • Implemented new optional SSL Bypass option for the carddav server
  • [CHANGE] CoreInterface::PHONE_TYPES is now an array of strings, you should update your code accordingly
  • [CHANGE] CoreInterface->getXMLforPhones() now supports type in parameters to allow for GET requests
  • [CHANGE] Splitted CoreInterface interfaces into multiple ones so that you core could use specifically what it needs
  • Updated many strings and URLs
  • Updated styles with many improvements (for accessibility too)