AutoCall is a native extension to initiate a phone call then return to the app upon call completion. This extension overcomes the most common problems with similar libs, e.g some Android devices won’t allow the application to actually make a call, they just copy the number to the phone app or the clipboard, and iPhones won’t return to the application upon call completion.
The extension comes with a package including a demo APK, the demo FLA with commented code, sample application descriptor, the ANE itself and a README file.
Sample
var my_ane:AutoCallANE = new AutoCallANE(); my_ane.callPhone(5555555555);