Displaying 16 results from an estimated 16 matches for "20040517".
2004 May 17
4
total newbie sanity check
...es from the phone company?
That's all for now (though I'm sure this won't be my last post. Thanks
again for any help.
- Mike Stupak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040517/101e97ab/attachment.htm
2004 May 17
2
dovecot (mutt?) tells me I have new email (when I don't)
...x14AA7941 || finger yeled at lazy.spodder.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 203.018.243.123.00143-203.031.232.002.57196.gz
Type: application/x-gunzip
Size: 11743 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040517/83b6bf80/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 203.031.232.002.57196-203.018.243.123.00143.gz
Type: application/x-gunzip
Size: 10105 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040517/83b...
2004 May 16
2
Re: say.c compilation error
Hi All,
I am using PWLIB-1.6.6-1 and Openh323 1.13.5-1 and running a RH7.3 machine
and I am unable to compile asterisk due to these errors.
say.c: In function `powiedz':
say.c:1633: parse error before `int'
say.c:1636: `i1000E6' undeclared (first use in this function)
say.c:1636: (Each undeclared identifier is reported only once
say.c:1636: for each function it appears in.)
2004 May 17
2
recommended hardware for quad E1 system
...running voicemail and conference, attending four E1 trunks and,
another, attending only one E1?
Can I use a PIII 850Mhz?
Thanks in advance.
Robert Almeida
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040517/bd97343f/attachment.htm
2004 May 15
1
Re: [Logcheck-commits] CVS logcheck/src
On Sat, 15 May 2004, CVS User ttroxell wrote:
> if [ -f /etc/logcheck/header.txt ] ; then
> - $CAT /etc/logcheck/header.txt >> $TMPDIR/report
> + $CAT /etc/logcheck/header.txt >> $TMPDIR/report \
> + || error "Could not append header to $TMPDIR/report Disk full?"
> fi
> }
>
> @@ -152,7 +157,8 @@
> # Add a footer
2004 May 16
0
1.0-test9 released
...ll don't recommend it for more than testing.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040517/25469deb/attachment-0001.bin>
2004 May 17
1
maildirsize
Hello,
Are there plans to implement Maildir++ quotas (maildirsize) in dovecot in
the near future?
Also - how do things work if you have multiple dovecot frontends accessing
an NFS mailstore? If you keep the index files on local disk, and clients
connect alternately to different machines, are the stale indexes noticed and
corrected?
Thanks,
Brian.
2004 May 17
2
Grandstream phone from speaker phone back to handset
...15701 ext 1002
Iaxtel/FWD # 17001813482 ext 1002
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 1878 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040517/a2cfe17e/smime.bin
2004 May 25
0
[LLVMdev] Accurate garbage collection support
By the way, it would be nice to have a small example in the documentation
how to compile code to use the GC. A small code example and the flags to
llvm to compile it.
Thanks, Tobias
On Mon, 24 May 2004, Chris Lattner wrote:
>
> I recently added initial support for accurate GC to LLVM, as described in
> this document:
>
> http://llvm.cs.uiuc.edu/docs/GarbageCollection.html
>
2003 Oct 15
4
indications.conf
Hi, I?m trying to make * work with Brazilian analog signalling..
I?m using the following in indications.conf file...
[br]
description = Brasil
ringcadence = 1000,4000
dial = 425
busy = 425/250,0/250
ring = 425/1000,0/4000
callwaiting = 425/60,0/250,425/60,0/5000
I changed zaptel.conf to
loadzone=br
#loadzone=fr
#loadzone=de
#loadzone=uk
#loadzone=fi
#loadzone=jp
#loadzone=sp
#loadzone=no
2004 May 17
2
Performance problems on solaris x86
Hi!
I've successfully installed tinc on Solaris 8 x86. Everything seem to
work ok except for one thing, I get 5kb/s transfer rates over a 100mbit
TP connection. Is this a known problem or have I made some mistakes?
My setup is really simple:
anna(Win XP - Tinc 1.0.2 using the Win32-TAP driver) <=> LAN <=> sara
(Solaris 8 x86 - Tinc 1.0.2 using the TUN/TAP 1.1 driver, OpenSSL
2004 May 13
2
using one-time passwords
Hi,
Is there any way to use something like OPIE (one-time passwords in
everything, S/KEY) with dovecot?
Here's what I want to do ultimately:
* have an AUTH=XYZ method that relies on S/KEY as provided by the
libpam-opie module (well, maybe not through pam)
* have dovecot advertise authentication as follows:
- local : PLAIN, XYZ
- remote (encrypted) : EXTERNAL, and
2004 May 17
4
*8 problem still there?
...lly dialed keeps on ringing even
after another phone picks up.
Are other people also seeing this? Has somebody figured out how to make this
go away?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040517/4ae9e882/attachment.htm
2004 May 24
4
[LLVMdev] Accurate garbage collection support
I recently added initial support for accurate GC to LLVM, as described in
this document:
http://llvm.cs.uiuc.edu/docs/GarbageCollection.html
I've started implementing a trivial copying collector as a testcase for
it, but it is not done yet. All code generators support identification of
roots on the stack though.
If you're interested in such things, I would really appreciate feedback on
2004 May 16
6
X100P problem with PSTN from BOLIVIA
Hi
Please help!
I have one X101P and TDM400P in my asterisk Box
When i make a call from * to PSTN, everything goes Ok,
When the PSTN hangups or * hangups, the busy tone is detected and *
disconnects the channel without problems.
The problem occurs when the call comes from PSTN. When * hangups, the
other end (at pstn) does not hangup, it only presents silence.
Please tell me how to solve this
2004 Jun 07
2
Reliability and robustness problems
...p don't all all to be backed up, but
OTOH we wish to backup lots more files that aren't being backed up now.
First, we create a local backup on our office machine which happens to
be called "mail." We have this directory structure:
drwxr-xr-x 20 root 4096 May 17 23:06 20040517-1500-mon
drwxr-xr-x 20 root 4096 May 18 23:06 20040518-1500-tue
drwxr-xr-x 20 root 4096 May 19 23:09 20040519-1500-wed
drwxr-xr-x 20 root 4096 May 20 23:09 20040520-1500-thu
drwxr-xr-x 20 root 4096 May 21 23:09 20040521-1500-fri
drwxr-xr-x 20 root 4...