Search code examples
javaandroidsipvoiprtp

How to send RTPPackets after SIP call Invite request method?


I am developing an application based on VOIP(SIP). I am able to send Invite and Invite-Ack between two emulators but now i would like to send RTPpacket after Invite-ack message in SIP call flow.

Is it possible to send like that. If yes, please can anyone help me regarding this.

After that i m going to integrate this for both send and receive part of SIP video call.

Any help would be appreciated lot!!! Thanks in Advance!!!!!


Solution

  • i think i will have to look at the RTP implementation of sipdroid or csipsimple, that might help me..