Hi,
I'm trying to connect openerp v7 with asterisk.
I've downloaded this: https://github.com/OCA/connector-telephony/tree/7.0 ;
Then the base_phone_popup depends on : hg clone https://bitbucket.org/anybox/web_action_request , for v7 in the folder web_action_request run this comand hg pull && hg update 7.0 . The module web_action_request depends on others like you can check on https://bitbucket.org/anybox/web_action_request/src/6f817ebba10e?at=7.0 .
In /asterisk_click2dial/__openerp__.py you can read :
It is possible to get a pop-up of the record corresponding to the calling
party without any action from the user via the module *base_phone_popup*.
I'm trying to do this, but I can't ...
When I try to run this : sudo -u openerp python /opt/openerp/trunk/openerp/addons/web_socketio/server.py -d mydb
Traceback (most recent call last):
File "/opt/openerp/trunk/openerp/addons/web_socketio/server.py", line 3, in <module>
from openerp.addons.web_socketio.web_socketio import SocketIO
ImportError: No module named web_socketio.web_socketio
I don't know if I'm missing some configuration, or somethig... If you know a place were it is a tutorial how to make the popup appear when someone is calling us, let me know.
Thanks