Prestashop Contact Form Module

Posted onby admin

Akretion Odoo Asterisk VOIP connector. Introduction. Asterisk is an Open. Source software for telephony. This software is often used to run IP PBX systems inside companies, combined with an IP phone for each employee and SIP trunks on x. DSL or fiber links or traditionnal ISDN lines to access the public telephone network. Asterisk is available under the GNU General Public Licence and is edited by the American company Digium. If you want to know more about Asterisk, please read its Wikipedia page. L.png.b6dc8c5076a5619d6003ce9d17a04d02.png' alt='Prestashop Contact Form Module' title='Prestashop Contact Form Module' />Prestashop Contact Form ModuleDescription of the connector. The Odoo Asterisk connector has three main features. First, it adds a dial button next to the phone number fields in Odoo form views so that your users can directly dial a phone number through Asterisk. This feature is usually known as click. Here is how it works In Odoo, the user clicks on the dial button next to a phone number field in the form view. Asterisk makes the users phone ring. The user answers his own phone if he doesnt, the process stops here. Asterisk dials the phone number found in Odoo in place of the user. If the remote party answers, the user can talk to his correspondent. The second main feature is it adds the ability to show the name of the correspondant on incoming and outgoing phone calls if the phone number is present in the Partners, Leads or Employees of Odoo. Here is how it works On incoming and outgoing phone calls, the Asterisk dialplan executes a script. This script will make an XML RPC or JSON RPC request to the Odoo server to try to find the name of the person corresponding to the phone number of the remote party. If it finds the name, it updates the information on the call, so as to be presented on the SIP phone of the user. A Mr Stewart Doxey requested a tutorial on installing Gulp. Windows. Step 1 Install Node. Head on over to http and click install this. Prolog is a generalpurpose logic programming language associated with artificial intelligence and computational linguistics. Prolog has its roots in firstorder. Prestashop-Contact-Form-module-via-Back-Office1-1024x397.jpg' alt='Prestashop Contact Form Module' title='Prestashop Contact Form Module' />The third main feature is the ability to get the partnerleademployee corresponding to the calling party in one click module asteriskclick. Here is how it works for the one click pop up Someone calls you. Before or after taking the call, you click on the phone logo at the top right of the screen, next to your username Odoo sends a query to the Asterisk Manager Interface to get a list of the current phone calls ringing or on conversation. If it finds a phone call involving the users phone, it gets the phone number of the calling party. It searches the phone number of the calling party in the Partners of Odoo. If a record matches, it shows the name of the related Partner and proposes to open it, or open its related sale orders or invoices. If no record matches, it proposes to create a new contact with the presented phone number as Phone or Mobile number or update an existing Partner. Here is how it works for the zero click pop up When an incoming call arrives, Asterisk executes an AGI script with the information about the logins of the Odoo users that should receive the pop up. This AGI script sends an XML RPC or JSON RPC request to Odoo. Odoo receives the request with the logins of the Odoo users that should be notified and the phone number of the calling party. If the phone number is available in Odoo, Odoo opens the related form view via a Websocket. The zero click pop up requires a very specific configuration with an HTTP proxy that support Web. Apollo doesnt let you wait more since Free Ap Amelia Prestashop theme version 1. PayEasy Wallet. The PayEasy Wallet online payment system revolves around the concept of an electronic Wallet. A person who wishes to purchase goods or services from a. Sockets, a web browser that support Websockets, etc. Akretion service offering. Deploying the Asterisk Odoo connector require to have expertise on both Odoo and Asterisk. As the ERP and IP PBX systems are two critical components for your company, you may prefer to delegate the installation and configuration of the connector to an experienced consultant. Being the author of the Asterisk Odoo connector, Akretion is the best option to find this expertise. Simple-contact-form-Module.png' alt='Prestashop Contact Form Module' title='Prestashop Contact Form Module' />Prestashop Contact Form ModuleLegendary toy warehouse sale,Discount and Clearance Toys, Discount Games, Discount Toys and More. Akretion proposes a service package for the Asterisk Odoo connector which includes if necessary, an update of the code of the modules of the Asterisk Odoo modules to make it work on the version of Odoo that you are using,if necessary, an update of the code of the Asterisk side scripts to make them work on the version of Asterisk that you are using,the installation and configuration of the relevant modules,the update of the configuration of your existing Asterisk IPBX to make it work with the Odoo Asterisk connector,a brieffing on the use of the module,technical support via email and a bug fix warranty during a period of 2 months starting from the date of installation of the module. This warranty is a bug fix warranty on bugs that alter the behavior of the Asterisk Odoo connector as described in this document. This warranty requires a remote access to the Odoo and Asterisk servers, or the customer should make available to Akretion a mean to reproduce the issue at Akretions office. This service package is proposed at a price of 4. EUR without taxes. This service package doesnt include enhancement requests,additionnal Asterisk setup and configuration that is not necessary to make the Odoo Asterisk connector work,technical support and bug fix warranty after the period of 2 months starting from the date of installation of the module,technical support and bug fix warranty on Odoo modules that are not part of the Odoo Asterisk connector or on Asterisk side scripts that are not part of the Odoo Asterisk connector. Installation of the modules. The Odoo Asterisk connector is made of several modules some of them are independant from Asterisk all the modules that dont have asterisk in their name are independant from Asterisk basephone, basephonepopup, crmphone, hrphone, etc. Asterisk asteriskclick. These modules should be installed on Odoo just like any Odoo module. The source code of the module is available on the connector telephony project of the Odoo Community Association OCA on github. Make sure to select the right branch depending on your version of Odoo. These modules require two additional Python libraries phonenumbers and py Asterisk. To install these libraries, run sudo pip install phonenumbers. Asterisk. The pip command is the successor of easyinstall and is the official tool to install Python libraries. If you dont have this tool on your system, install the corresponding package package python pip on DebianUbuntu systems. Setup the click. 2dial feature. Configuration of Asterisk. For the click. 2dial feature, Odoo will communicate with Asterisk through the Asterisk Manager Interface AMI. So the first step is to configure AMI create a new AMI account for Odooconfigure AMI to accept requests from Odoo for click. The configuration file of AMI is etcasteriskmanager. Linux distribution, the directory may be different. Here is a sample configuration file with my comments inline manager. Asterisk Manager Interface AMI. It starts with the general section first. You must enable the AMI feature. TCP Port on which AMI will listen. I suppose Asterisk and Odoo are on two different machines. AMI on 0. 0. 0. 0. We dont need to activate the HTTP AMI interface the module uses the native interface. Then, we create an AMI account for Odoo. This is the AMI login. This is the AMI password. We deny AMI access for everybody. We accept AMI access for Open. ERP server 1. 92. We give the minimum access rights required for the click. For Asterisk 1. 4. For Asterisk 1. 6. Warning simply reloading Asterisk is not enough to activate the AMI you need to restart Asterisk check that nobody is on the phone, because a restart of Asterisk will stop all ongoing phone calls. Bug Report Format Software Testing.