Browse Source
Fix bug introduced by dealing with invalid numbers.
Fix bug introduced by dealing with invalid numbers.
Cleanup file copyrights as suggested by Eric Caudal. get_caller_name.py should handle Unicode results properly.pull/59/head
Trever L. Adams
9 years ago
6 changed files with 32 additions and 110 deletions
-
6base_phone_popup/popup.py
-
21freeswitch_click2dial/__init__.py
-
21freeswitch_click2dial/__openerp__.py
-
25freeswitch_click2dial/controller.py
-
37freeswitch_click2dial/freeswitch_click2dial.py
-
32freeswitch_click2dial/scripts/get_caller_name.py
@ -1,23 +1,6 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
############################################################################## |
|
||||
# |
|
||||
# FreeSWITCH Click2Dial module for OpenERP |
|
||||
# Copyright (C) 2010-2013 Alexis de Lattre <alexis@via.ecp.fr> |
|
||||
# |
|
||||
# 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 <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################## |
|
||||
|
# (c) 2010-2013 Alexis de Lattre <alexis.delattre@akretion.com> |
||||
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html |
||||
|
|
||||
from . import freeswitch_click2dial |
from . import freeswitch_click2dial |
||||
from . import controller |
from . import controller |
Write
Preview
Loading…
Cancel
Save
Reference in new issue