Hello all, I have a pretty basic need for an IVR system that does the following:
- Allows for dialing in and recording a message with an ID. The ID could be supplied by the caller or provided by the system.
- Allows to dial-in and provide an ID to hear if there is a recorded message associated with the ID.
I do not have past experience with IVR's. I have done some preliminary research into what is available, like Asterisk as well as SEMS.
Currently, I do not need to plug in to the public telephone system, so it all could be done using IP. What is a simple way to accomplish this? Any python bindings suggested?
Thank you,