Im using the android.net.sip class to make SIP calls
Although, I can make calls and capture all the audio events from the call session Like ringing, busy, callconnected.....
How do i add the ringbacktone, and busy tone to the calls.
By default sipmanager does not play any of the normal audio you would expect to hear while placing a call.
Since the SIP Server does not send back any audio during a connection i assume the audio must be played on the local phone.
I found mentions of Startringbacktone() but i dont see how to play it.