Oktopous is a CCXML Interpreter independent of telephony environment and VoiceXML gateways and provides a flexible high level API to integrate with any platform of choice.
As of 7th July 2013, the Project is temporarily suspended. Phonologies has discovered large scale violation of the Phonologies Public License under which open source Oktopous™ is distributed and is currently investigating the matter.
Phonologies' humbly appeals to the public at large to report by writing to info@phonologies.com any such known violations. Such violations have caused loss to the open source community.
Categories
TelephonyLicense
BSD LicenseOther Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Outdated, incomplete and arcane. For example, Oktopous has its own C++ container library (similar to STL) with a classic C wrapper. Since C doesn't support inheritance, Oktopous requires as many as 3 pointer casts to retrieve a simple value. Or how about 4 string types which need constant conversion: VXIString, vxistring, VXIchar* and VXIValue. Writing your own CCXML library would be easier than using this mess.