The short Wish List:
1) Right now you have an API for non-ui integration focused on CRM
synchronization. To support plugin-in integration you should have an
area for ui style plugins to be launched in a new AIR window or open a
new tab in your app. There are so many more complimentary cloud
based tools out there that could kick up the usefulness of Ringio.
For example if you look at Salesforce or SugarCRM implementation you
can directly access plugins from their dashboard.
2) I would like to see an event model where callback urls, IF
defined/registered by the plugin for that event, are fired
synchronously instead of a polled feed. For example when an incoming
call is answered, then answer_event is called for all registered
plugins, then each plugin's url is fired with the correct plugin
requested variables. So Activate and Deactivate would be just two of
say 10 events that a plugin could register for notification.
3) I noticed the API is not encrypted. Is there SSL api access?
This is very insightful feedback! Thanks for sending.