[quote="Guest"] There is the astman interface that uses some level of json/xml-rpc... [/quote]
Andrew, as I said before, the real challenge is /not/ the interface from asterisk to OpenObject. Say, for one, I do have a solution there (involving nothing more than Postgres itself!) Routing the calls to OpenERP is generally a bad idea. You wouldn't want to stress Python into receiving that real-time data. The point is that there is no way at present to have a OpenERP client notified about an event. If a call arrives, the user will have to wait until the openerp client polls the server (less than 30secs would be too stressful for the server, more would be too long for a call). If we solve that, then any interface to a PBX would really be possible and well-functioning. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=32735#32735 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
