Click2Dial Release v3.3.2

Date 
Issues4 issues

Summary

And added multiple integrator support, each integrator accesses his own redis db and uses his own port for now. 

The default port for Click2Dial is now 8300, and port 80 is no longer supported

 

All updates for this release

Features

  • Invalid number audio playback just like PBX
  • Multiple integrators are supported (Contact PBX provider)
    • Each integrator accesses the API on their own port in the 83XX range
    • Each integrator accesses a different redis DB to get their CDR's

      # a trick, you can specify the DB in the connection URL
      redis://pbx_ip:6379/1 
    • No configuration changes are required if there is only one integrator, only the second integrator needs to use more specific settings
  • Limited to Outbound only for this release

Maintenance

  • Now uses vhosts
    • default port 8300 (additional integrators using 8301+)
    • removed port 80 support