I have project to write a application to make call, voice mail interact with asterisk server.
I have search about Asterisk AGI. What do I do in Asterisk server and Android App?
I have project to write a application to make call, voice mail interact with
Share
AGI has nothing to do with this. You need a SIP library for Android, such as the one available in Android 2.3, or a third party one. You will then use the library to build your application and connect to a SIP server.