I need to add some basic SIP functionality to my app. I need it to be able to connect to my asterisk server and make SIP audio calls using G729 codec.
Unfortunately the default android SIP api does not support G729 codec (as far as I know), so I can't use it.
I tried to use CSipSimple as library, but it appears not exactly what I need, because I cannot use it as fully standalone library.
So is there any suggestions on what SDK or library I can use to integrate SIP functionality in my app?
Many thanks in advance!