Displaying 5 results from an estimated 5 matches for "rotativa".
Did you mean:
rotativas
2015 Apr 08
2
pop3 retr responses too large lines - Fails with current python's poplib
...mits POP3 line length to
# 512 characters, including CRLF. We have selected 2048 just to be on
# the safe side.
-_MAXLINE = 2048
+_MAXLINE = 2048*100
class POP3:
Thanks in advance.
--
Guillermo M. Narvaja
Lambda Sistemas S.R.L.
www.fierro-soft.com.ar - radiocut.fm
Tel: (5411) 3220-1520 (rotativas) y 4857-6662
Cel: (5411) 15-6783-4435
Email: guillermo.narvaja at fierro-soft.com.ar
MSN: guillermo_narvaja at hotmail.com
Skype: guillermonarvaja
Lavalleja 519 1er Piso - Ciudad de Buenos Aires - Argentina
2015 Apr 10
2
pop3 retr responses too large lines - Fails with current python's poplib
...E: # _MAXLINE=2048
>>> raise error_proto('line too long')
match = renewline.match(self.buffer)
line = match.group(0)
...
--
Guillermo M. Narvaja
Lambda Sistemas S.R.L.
www.fierro-soft.com.ar - radiocut.fm
Tel: (5411) 3220-1520 (rotativas) y 4857-6662
Cel: (5411) 15-6783-4435
Email: guillermo.narvaja at fierro-soft.com.ar
MSN: guillermo_narvaja at hotmail.com
Skype: guillermonarvaja
Lavalleja 519 1er Piso - Ciudad de Buenos Aires - Argentina
2014 Jan 11
1
how to install asterisk in ubuntu?
<div dir="ltr"><br></div>
2014 Aug 26
1
Echo Cancellation on VoIP networks
Hello,
I'm new to Echo Cancellation and I was wondering how it is handled/works on pure VoIP networks using Asterisk?
I did some research on the internet about EC on VoIP networks, but I can't really put a grasp on it.
We currently have some Echo Cancellation chips on our Digium cards, but are planning to move to a full VoIP network based on Asterisk. So no more ISDN in the voice path.
2013 Aug 19
4
squid on a dual ISP cenario
Hi to all
For is just az concept question :
There are a need to change something in Squid3 config when it are running
in the same box as shorewall with 2 ISP ?
I''ve been thinking in do this at home, as a proof of concept for future
implememtations ...
I allways use Roberto''s Debian package to implement Shorewall .
Fábio Rabelo