Re: [Twisted-Python] SIP and RTP

2010-01-22 Thread Landreville
On Thu, Jan 21, 2010 at 9:58 PM, Allen Short wrote: > > Your best bet is probably going to be looking at the code in Divmod Sine. > You can access the code at: http://divmod.org/svn/Divmod/trunk/Sine/ > Unfortunately it isn't very polished -- documentation, especially for the > user agent pieces,

Re: [Twisted-Python] SIP and RTP

2010-01-21 Thread Allen Short
Your best bet is probably going to be looking at the code in Divmod Sine. You can access the code at: http://divmod.org/svn/Divmod/trunk/Sine/ Unfortunately it isn't very polished -- documentation, especially for the user agent pieces, is rather minimal. ___

Re: [Twisted-Python] SIP and RTP

2010-01-21 Thread Landreville
On Thu, Jan 21, 2010 at 12:10 AM, Godson Gera wrote: > There is no direct RTP support in Twisted. Shtoom did that but its dead long > back. I've seen people using the same RTP code implemented by shtoom here > and there. Also SIP implementation in Twisted is not 100%. There is one more > project c

Re: [Twisted-Python] SIP and RTP

2010-01-20 Thread Godson Gera
There is no direct RTP support in Twisted. Shtoom did that but its dead long back. I've seen people using the same RTP code implemented by shtoom here and there. Also SIP implementation in Twisted is not 100%. There is one more project called Sine made by divmod which uses Twsited and it has implem

[Twisted-Python] SIP and RTP

2010-01-20 Thread Landreville
Hello, I need to make a SIP call and play a wav file over the RTP stream from a twisted server. This is a sort of visual voicemail application. Has anyone set this up using twisted before? I saw the SIP protocol support in twisted, but I'm not sure how complete it is. Do you think it would be di