# -*- encoding: utf-8 -*- ############################################################################## # # Asterisk Pop-up module for OpenERP # Copyright (C) 2014 Alexis de Lattre # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## { 'name': 'Asterisk Pop-up', 'version': '0.4', 'category': 'Extra Tools', 'license': 'AGPL-3', 'summary': 'Pop-up the Partner to the User on Incoming Calls', 'description': """ Asterisk-OpenERP Connector: Display Pop-up to User on Incoming Calls ==================================================================== When the user receives a phone call, OpenERP can automatically open the corresponding partner in a pop-up without any action from the user. The module *web_action_request* can be downloaded with Mercurial: hg clone http://bitbucket.org/anybox/web_action_request It depends on 2 other modules, *web_longpolling* and *web_socketio*, that can be downloaded with this command: hg clone http://bitbucket.org/anybox/web_socketio You will find some hints in this documentation : https://bitbucket.org/anybox/web_action_request Warning : proxying WebSockets is only supported since Nginx 1.3.13 ; the feature provided by this module won't work with older versions of Nginx. TODO : document this new feature on the Akretion Web site : http://www.akretion.com/en/products-and-services/openerp-asterisk-voip-connector """, 'author': 'Akretion', 'website': 'http://www.akretion.com/', 'depends': ['asterisk_click2dial', 'web_action_request'], 'data': [ 'res_users_view.xml', ], 'demo': [], 'images': [], 'active': False, }