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.

42 lines
2.2 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. [![Build Status](https://travis-ci.org/OCA/connector-telephony.svg?branch=10.0)](https://travis-ci.org/OCA/connector-telephony)
  2. [![Coverage Status](https://coveralls.io/repos/OCA/connector-telephony/badge.png?branch=10.0)](https://coveralls.io/r/OCA/connector-telephony?branch=10.0)
  3. # Odoo telephony connector
  4. This projets aims at connecting Odoo to different phone systems. Phone systems currently supported are Asterisk (an OpenSource IPBX, cf [asterisk.org](http://www.asterisk.org/) and OVH (the centrex offer of OVH, cf the [OVH website](http://www.ovhtelecom.fr/telephonie/)).
  5. This project provides:
  6. * a serie of modules (base\_phone, base\_phone\_popup,
  7. crm\_phone, hr\_phone, event\_phone, etc...) that are independant from
  8. the phone system and can be usefull on all Odoo installations.
  9. * several modules (asterisk\_click2dial, ovh\_telephony\_connector)
  10. that are specific to a particular phone system.
  11. The main maintainer of this project is Alexis de Lattre from
  12. Akretion (alexis.delattre \_at\_ akretion.com).
  13. To know more about the OpenERP-Asterisk connector, refer to the documentation
  14. available on the Akretion website
  15. http://www.akretion.com/en/products-and-services/openerp-asterisk-voip-connector
  16. [//]: # (addons)
  17. Available addons
  18. ----------------
  19. addon | version | summary
  20. --- | --- | ---
  21. [base_phone](base_phone/) | 10.0.0.1.0 | Validate phone numbers
  22. Unported addons
  23. ---------------
  24. addon | version | summary
  25. --- | --- | ---
  26. [asterisk_click2dial](asterisk_click2dial/) | 9.0.1.0.0 (unported) | Asterisk-Odoo connector
  27. [base_phone_popup](base_phone_popup/) | 9.0.1.0.0 (unported) | Pop-up the related form view to the user on incoming calls
  28. [crm_claim_phone](crm_claim_phone/) | 8.0.0.1.0 (unported) | Validate phone numbers in CRM Claims
  29. [crm_phone](crm_phone/) | 9.0.1.0.0 (unported) | Validate phone numbers in CRM
  30. [event_phone](event_phone/) | 9.0.1.0.0 (unported) | Validate phone numbers in Events
  31. [hr_phone](hr_phone/) | 9.0.1.0.0 (unported) | Validate phone numbers in HR
  32. [hr_recruitment_phone](hr_recruitment_phone/) | 9.0.1.0.0 (unported) | Validate phone numbers in HR Recruitment
  33. [ovh_telephony_connector](ovh_telephony_connector/) | 9.0.0.1.0 (unported) | OVH-Odoo telephony connector (click2call)
  34. [//]: # (end addons)