[Wengophone-devel] SRTP integration

2006-09-25 Thread Vadim Lebedev
Hello, I'm adressing to folks integrating SRTP I'm under impression that you've wrote you own SIP parser, and SIP state machine and implemented a new version of phapi on top of it am i wrong? another question: What is the reasons you didn't hook srtp into RtpSession using the same

RE: [Wengophone-devel] SRTP integration

2006-09-25 Thread Quang Minh Phan
Hi Vadim, I'm under impression that you've wrote you own SIP parser, and SIP state machine and implemented a new version of phapi on top of it am i wrong? It was done that way and it is being changed. The new code will use sip state machine and sip parser of osip eXosip. another

Re: [Wengophone-devel] SRTP integration

2006-09-25 Thread Vadim Lebedev
Quang Minh Phan wrote: If we use the mechanism used by http tunnel to encrypt the RTP flow, we cannot use Http tunnel and srtp at the same time. We are adding two call backs to oRTP, pre_send_cb and post_send_cb, which are called before and after the send function. The srtp module can register