12 Commits (f45be166d49eb6fe8f698303e2673885cca55c33)

Author SHA1 Message Date
Trever L. Adams f45be166d4 Fix bug introduced by dealing with invalid numbers. 9 years ago
Trever L. Adams 290201e2aa Cleanup requested by Eric Caudal. 9 years ago
Trever L. Adams 10a8122217 Thank you to Alexandr Usov and Stanislav Sinyagin for testing and ideas. 9 years ago
Trever L. Adams c7c6ea3fa3 * Further cleanups and corrections. 9 years ago
Trever L. Adams 3d2afb7640 * Much better fetching of call details. 9 years ago
Trever L. Adams 8401f3bba5 * Remove some of the Asterisk conventions still present. 9 years ago
Trever L. Adams ab11cb2fca * Add Verto endpoint (only use this if you haven't added ${verto_contact ${dialed_user}@${dialed_domain}} to the default dial string for the directory the user is in). 9 years ago
Trever L. Adams 082642f20a * Remove more Asterisk references. 9 years ago
Trever L. Adams 0278614751 Attempt to silence some warnings and errors in travis. 9 years ago
Trever L. Adams 7b8da7fe6a Attempt to fix indentation error and make code more resilient per report by Tomás Pereira Cruz. 9 years ago
Trever L. Adams 8d7fc7c48b Update documentation. 9 years ago
Trever L. Adams ab71a000cf Add freeswitch_click2dial and freeswitch_click2dial_crm modules. 9 years ago
Apptuate ddccf2eaea good call 9 years ago
Apptuate 0df2adac8b PJSIP compatible 9 years ago
Damien Crier 4e90cb29ba [FIX] flake8 errors 9 years ago
Alexis de Lattre e60a818fcb Please welcome the new module ovh_telephony_connector ! 10 years ago
Alexis de Lattre 785f6f2a01 FIX old/new API call 10 years ago
Alexis de Lattre 27f024c160 Remove an import that is not needed any more 10 years ago
Alexis de Lattre 8d4c7fa99b Add support for "Create CRM phonecall" on leads (and not only partners) 10 years ago
Alexis de Lattre 0e91470ff2 PEP8 fix 10 years ago
Alexis de Lattre ee7da268b0 [FIX] Bug #11 AMI test: success is now only reported when it really works ! 10 years ago
Sandy Carter 2e1e660c3c Don't fail if Asterisk and asterisk_click2dial aren't installed 10 years ago
Sandy Carter c74613e948 Fix code style 10 years ago
Alexis de Lattre 497665c8b4 FIX remplace debug stuff by real code ! 11 years ago
Alexis de Lattre 232fefac79 Feature "Open Calling Partner" replaced by "Open Caller", with a completely new behavior 11 years ago
Alexis de Lattre 8f3040d085 The "Dial" button is now inside the phone widget : this is great because it avoids the double inherit of views with phone fields (4 view XML files are removed in asterisk_click2dial* modules thanks to this !) 11 years ago
Alexis de Lattre fbb54eefd1 Add a "Test Connection to Asterisk" button on the asterisk.server form view. 11 years ago
Alexis de Lattre 09b4feacee Very large changes in the structure of the project : 11 years ago
Alexis de Lattre 10acdf7bdc Extract Asterisk-independant code (the widget="phone" + phone number reformatting) from the asterisk_click2dial module to a new base_phone module. 11 years ago
Alexis de Lattre ee958d9d31 Use RFC 2806 : add a fax: URL and convert callto: URLs to tel: URLs 11 years ago
Alexis de Lattre 867b270a40 No need for ilike to match numbers ! 12 years ago
Alexis de Lattre 6e7a2b5c2f The regular "phone", "mobile" and "fax" fields now store the phone number in E164 format ; the special fields phone_e164, mobile_e164 and fax_164 are not used any more. 12 years ago
Alexis de Lattre d715ff352a Fix a few strings. 12 years ago
Alexis de Lattre dee71dea26 Add back "Local" as channel type. 12 years ago
Invitu 331636f53d [IMP] Add Dial button in Claim Form View 12 years ago
Invitu 1b445534fe [IMP] move generic_reformat_phonenumbers function to asterisk.common 12 years ago
Alexis de Lattre cba415b9cc Move the generic code from res.partner to a new object asterisk.common. 12 years ago
Invitu 0386c9f843 [IMP] Add Dial button in Lead and Opportunity views 12 years ago
Alexis de Lattre 9592f3ee7c Add compatibility with Asterisk 1.4 for the function "Open calling partner" 12 years ago
Alexis de Lattre 992c1af600 Avoid a crash when the answer to the "Status" query doesn't contain what is expected. 12 years ago
Alexis de Lattre 0c8a186f36 Remove Local/ from the list of chan types, because Originate doesn't work with Local/phonenumber. 12 years ago
Alexis de Lattre 785cd21cf2 Update version number of the script get_cid_name.py, to make it easier to identify people who forgot to update it. 12 years ago
Alexis de Lattre b26a411541 Country prefix now has an intelligent default value. 12 years ago
Alexis de Lattre 9e52016e20 The number of digits to match from the end of the phone number is now configurable. This code is now fully located in the asterisk_click2dial module (removed from the "get_cid_name.py" script). 12 years ago
Alexis de Lattre 36a6909d0d Remove <field name="type">form/tree</field> in `ir.ui.view` model (deprecated in OpenERP 7.0) 12 years ago
Alexis de Lattre df1d12e643 Port to OpenERP 7.0 12 years ago
Alexis de Lattre 3b135715d7 Remove the import of the socket lib, that we don't use any more. 12 years ago
Alexis de Lattre 602abe0639 Use py-asterisk from http://code.google.com/p/py-asterisk/ (up-to-date mercurial version required) instead of our own code 12 years ago
Alexis de Lattre 36432f2c1a [FIX] open calling partner should work again. 12 years ago
Alexis de Lattre be2d36c817 More debug and warning messages, to help a user in its debug. 12 years ago