You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.4 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =======================
  5. CRM VoIP Phone Log-call
  6. =======================
  7. This bridge in a configuration option for use by logcall. This enables linking
  8. to call recordings in the logcall functionality.
  9. Installation
  10. ============
  11. To install this module, you need to simply click install.
  12. Configuration
  13. =============
  14. To configure this module, you need to go to the configuration page for the
  15. CRM Voip module, within Odoo, make sure to edit the ucp_url field to be a url
  16. template for call recordings.
  17. The following macros are allowed:
  18. {odoo_type} (inbound, outbound)
  19. {odoo_src} (source phone number)
  20. {odoo_dst} (destination number)
  21. {odoo_duration} (length of call)
  22. {odoo_start} (start time of call in seconds since epoch)
  23. {odoo_filename} (file name on server)
  24. {odoo_uniqueid} (Asterisk UUID of call)
  25. Make sure to set time jitter compensation which is the number of seconds to
  26. subtract from new call start and add to new call end, for call merging, to
  27. compensate for system/database load and time drift between Asterisk server
  28. and Odoo/Odoo database server(s). 5 seconds is likely a good start. Above 10
  29. seconds you get into the realm where you may have distinct calls confused.
  30. 20 - 30 seconds begins to guarantee this. It is best to keep this low and use
  31. a method to keep time synced.
  32. Known issues / Roadmap
  33. ======================
  34. None at this time.
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues
  38. <https://github.com/OCA/connector-telephony/issues>`_. In case of trouble, please
  39. check there if your issue has already been reported. If you spotted it first,
  40. help us smashing it by providing a detailed and welcomed feedback.
  41. Credits
  42. =======
  43. Images
  44. ------
  45. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  46. Contributors
  47. ------------
  48. * Trever L. Adams <trever.adams@gmail.com>
  49. Maintainer
  50. ----------
  51. .. image:: https://odoo-community.org/logo.png
  52. :alt: Odoo Community Association
  53. :target: https://odoo-community.org
  54. This module is maintained by the OCA.
  55. OCA, or the Odoo Community Association, is a nonprofit organization whose
  56. mission is to support the collaborative development of Odoo features and
  57. promote its widespread use.
  58. To contribute to this module, please visit https://odoo-community.org.