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.

39 lines
2.1 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=8.0)](https://travis-ci.org/OCA/connector-telephony)
  2. [![Coverage Status](https://coveralls.io/repos/OCA/connector-telephony/badge.png?branch=8.0)](https://coveralls.io/r/OCA/connector-telephony?branch=8.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. [asterisk_click2dial](asterisk_click2dial/) | 8.0.0.4.0 | Asterisk-OpenERP connector
  22. [asterisk_click2dial_crm](asterisk_click2dial_crm/) | 8.0.0.1.0 | Asterisk Click2dial CRM
  23. [base_phone](base_phone/) | 8.0.0.1.0 | Validate phone numbers
  24. [base_phone_popup](base_phone_popup/) | 8.0.0.4.0 | Pop-up the related form view to the user on incoming calls
  25. [crm_claim_phone](crm_claim_phone/) | 8.0.0.1.0 | Validate phone numbers in CRM Claims
  26. [crm_phone](crm_phone/) | 8.0.0.1.0 | Validate phone numbers in CRM
  27. [event_phone](event_phone/) | 8.0.0.1.0 | Validate phone numbers in Events
  28. [hr_phone](hr_phone/) | 8.0.0.1.0 | Validate phone numbers in HR
  29. [hr_recruitment_phone](hr_recruitment_phone/) | 8.0.0.1.0 | Validate phone numbers in HR Recruitment
  30. [ovh_telephony_connector](ovh_telephony_connector/) | 8.0.0.1.0 | OVH-Odoo telephony connector (click2call)
  31. [//]: # (end addons)