What that module does is to "read" the calling number from the asterisk API, whenever an OpenObject user presses the "who's calling me" button. After some trivial configuration, this module should work as is.
We'd surely want to automatically have OpenERP display us who's calling. The real problem here is the XML-RPC used in the OpenERP client-server communication. AFAIK this does not support async calls from the server to the client. As of such, the openerp user will always have to press some button to trigger this procedure. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=32723#32723 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
