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] Log rotates not as expected

2010-01-21 Thread Lucas Taylor
On 1/21/10 11:17 AM, Pet wrote: > On Thu, Jan 21, 2010 at 7:02 PM, Maarten ter Huurne > wrote: >> On Thursday 21 January 2010, Lucas Taylor wrote: >> >>> This can occur if you have multiple instances of logfile.LogFile setup >>> to manage the same file. The default rotation is 1MB, so maybe you ha

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] Log rotates not as expected

2010-01-21 Thread Pet
On Thu, Jan 21, 2010 at 7:02 PM, Maarten ter Huurne wrote: > On Thursday 21 January 2010, Lucas Taylor wrote: > >> This can occur if you have multiple instances of logfile.LogFile setup >> to manage the same file. The default rotation is 1MB, so maybe you have >> another logfile.LogFile somewhere?

Re: [Twisted-Python] Log rotates not as expected

2010-01-21 Thread Maarten ter Huurne
On Thursday 21 January 2010, Lucas Taylor wrote: > This can occur if you have multiple instances of logfile.LogFile setup > to manage the same file. The default rotation is 1MB, so maybe you have > another logfile.LogFile somewhere? Maybe twistd's log rotation? Bye, Maarten

Re: [Twisted-Python] Log rotates not as expected

2010-01-21 Thread Lucas Taylor
On 1/20/10 5:35 AM, Pet wrote: > Hi, > > in code below I try to rotate log files if they reach 500 limit, > but this happens only to every 5 files, ls -althr: > > -rw-r--r-- 1 root root 977K 2010-01-19 19:03 /var/log/my.log.12 > -rw-r--r-- 1 root root 977K 2010-01-19 19:55 /var/log/my.log.10

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-21 Thread Kevin Horn
On Thu, Jan 21, 2010 at 3:03 AM, wrote: > > On IRC last night I brought up the idea that we could skip the > conversion to ReST and use Sphinx with xhtml input documents. The > conclusion seemed to be that this might be difficult, but no one was > really sure what work would be involved in this

Re: [Twisted-Python] LDAP server based on python

2010-01-21 Thread Marten Lehmann
Hi, I'm refering to an older post of Xavier Dutoit on this list (in early 2008), in which he asked about the state of the ldap-server (ldaptor) plug-in for Twisted. What he needed this for was virtually the same as the way we intend to use it: Our users shall be able to integrate all contacts

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-21 Thread Kevin Horn
On Wed, Jan 20, 2010 at 9:57 PM, Glyph Lefkowitz wrote: > On Jan 19, 2010, at 4:33 PM, Kevin Horn wrote: > > This time I think I'm gonna skip saying how I haven't gotten as much done > as I would like...oh darn. > > Anyways, time for another gripping installment... > > Progress: > - tables are n

Re: [Twisted-Python] 9.0.0 question

2010-01-21 Thread Mikhail Terekhov
On Thu, Jan 21, 2010 at 3:58 AM, wrote: > On 03:43 am, gl...@twistedmatrix.com wrote: >> >>On Jan 20, 2010, at 3:20 PM, Mikhail Terekhov wrote: >>>Hi, >>> >>>I've switched recently from 8.2 to 9.0 and noticed that some of my >>>client scripts >>>hang in reactor.stop() on exit sometimes. That neve

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-21 Thread exarkun
On 03:57 am, gl...@twistedmatrix.com wrote: >On Jan 19, 2010, at 4:33 PM, Kevin Horn wrote: >>This time I think I'm gonna skip saying how I haven't gotten as much >>done as I would like...oh darn. >> >>Anyways, time for another gripping installment... >> >> - due to ReST's insistence on "inline

Re: [Twisted-Python] 9.0.0 question

2010-01-21 Thread exarkun
On 03:43 am, gl...@twistedmatrix.com wrote: > >On Jan 20, 2010, at 3:20 PM, Mikhail Terekhov wrote: >>Hi, >> >>I've switched recently from 8.2 to 9.0 and noticed that some of my >>client scripts >>hang in reactor.stop() on exit sometimes. That never happened before. >>For >>example if I run the ge