Search 1.9 billion lines of Odoo code on GitHub

asterisk_logcall

Author: Trever L. Adams,Odoo Community Association (OCA)
License: AGPL-3
Branch: logcall-9.0
Repository: treveradams/connector-telephony
Dependencies: asterisk_click2dial, and logcall
Languages: Python (52, 42.3%), XML (18, 14.6%), and reStructuredText (53, 43.1%)
Other branches: logcall-8.0
Other repositories: credativUK/connector-telephony

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="asterisk-phone-log-call"></a> <h2>Asterisk Phone Log-call</h2> <p>This bridge adds an option to the Asterisk IPBX servers for the URL to pull down call recordings. It also adds an option for time jitter compensation for use when automatically merging call records.</p> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to simply click install.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to go to the configuration page for the Asterisk IPBX server in question, within Odoo, make sure to edit the ucp_url field to be a url template for call recordings.</p> <p>The following macros are allowed: {odoo_type} (inbound, outbound) {odoo_src} (source phone number) {odoo_dst} (destination number) {odoo_duration} (length of call) {odoo_start} (start time of call in seconds since epoch) {odoo_filename} (file name on server) {odoo_uniqueid} (Asterisk UUID of call)</p> <p>Make sure to set time jitter compensation which is the number of seconds to subtract from new call start and add to new call end, for call merging, to compensate for system/database load and time drift between Asterisk server and Odoo/Odoo database server(s). 5 seconds is likely a good start. Above 10 seconds you get into the realm where you may have distinct calls confused. 20 - 30 seconds begins to guarantee this. It is best to keep this low and use a method to keep time synced.</p> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <p>None at this time.</p> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/connector-telephony/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Trever L. Adams &lt;<a class="reference external" href="mailto:trever.adams&#64;gmail.com">trever.adams&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>