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.

86 lines
2.1 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. Base Phone Pop-up
  6. =================
  7. When the user receives a phone call, Odoo can automatically open the
  8. corresponding partner/lead/employee/... in a pop-up without any action from
  9. the user.
  10. Installation
  11. ============
  12. To install this module, you need to:
  13. * Click on the module and install it
  14. The module *web_action_request* can be downloaded with Mercurial:
  15. hg clone http://bitbucket.org/anybox/web_action_request
  16. It depends on 2 other modules, *web_longpolling* and *web_socketio*, that can
  17. be downloaded with this command:
  18. hg clone http://bitbucket.org/anybox/web_socketio
  19. You will find some hints in this documentation :
  20. https://bitbucket.org/anybox/web_action_request
  21. Warning : proxying WebSockets is only supported since Nginx 1.3.13 ; the
  22. feature provided by this module won't work with older versions of Nginx.
  23. TODO : document this new feature on the Akretion Web site :
  24. http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
  25. Configuration
  26. =============
  27. To configure this module, you need to:
  28. * Configure users under Settings > Users > $USER
  29. Usage
  30. =====
  31. * Install, configure user, use.
  32. Known issues / Roadmap
  33. ======================
  34. * None
  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. Contributors
  44. ------------
  45. * Akretion
  46. * Odoo Community Association (OCA)
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit http://odoo-community.org.