I have implemented a project for VOIP using PJSIP(PJSUA2).
Everything is fine, but I am not hearing ringing sound when I am calling some one. But other end, he is receiving call.
Here, We can not judge that call is connecting to other one.
Please help me. Thank you.
Generate tone by yourself. You can use android.media.ToneGenerator. Something like this:
EDIT
You can get CallInfo in notifyCallState.
And for repeating tone you can use handler with postDelayed. Create helper class for this.