12 Dec
2003
12 Dec
'03
4:22 p.m.
Gilles wrote:
Any experience around on an IVR (voice server for phone) using Zope based logic and voice media ?
I've no experience in that field and dunno where how to start investigating on that problem.
Many thanks in advance for any hint and pointer.
Our company has developed several ivr applications using zope. We are using some low-cost hardware from an Australian manufacturer (voicetronix) on a standard intel/linux box. Our ivr application logic is implemented in C++ (to facilitate communication with the dsp drivers on the ivr cards). We use cURL to communicate with zope (http messaging). All fairly straight forward - after several months of work :-) HTH Jonathan