Displaying 20 results from an estimated 29 matches for "goerzen".
Did you mean:
jgoerzen
2005 Mar 17
3
Undocumented "exten" syntax?
Over at http://www.voip-info.org/wiki-Asterisk+tips+911, I see these
extensions.conf lines:
exten => s,1,SetVar(SET_EMERG_FLAG=0)
exten => s,n(checkavail),ChanIsAvail(${EMERGENCY_TRUNK})
exten => s,n,SetGlobalVar(EMERGENCY=1)
exten => s,n,SetVar(SET_EMERG_FLAG=1)
exten => s,n(dial),Dial(${EMERGENCY_TRUNK}/${EMERGENCY_NUM})
exten => s,s+2(trunkbusy),GotoIf($[${EMERGENCY} =
1997 May 15
1
Vulnerability in Elm-ME+
...diately from:
ftp://happy.cs.twsu.edu/pub/Debian/binaries/elm-me+_2.4pl25ME+31-5_i386.deb
Updated source packages and diffs are under /pub/Debian/sources on the same
server.
I have released the updated package to Debian''s master server, and should
show up in distributions shortly.
John Goerzen
--- elm-me+-2.4pl25ME+31.orig/src/curses.c
+++ elm-me+-2.4pl25ME+31/src/curses.c
@@ -131,7 +131,7 @@
if ((termenv = getenv("TERM")) == NULL) return(-1);
- if (strcpy(termname, termenv) == NULL)
+ if (strncpy(termname, termenv, sizeof(termname)) == NULL)...
2007 Feb 01
1
Bug#409271: initramfs-tools: NFSv4 not supported for root fs
[ adding klibc ml to cc ]
On Thu, Feb 01, 2007 at 09:29:52AM -0600, John Goerzen wrote:
>
> It appears to be largely undocumented, but a review of
> /usr/share/initramfs/scripts/nfs shows that this package supports NFSv2
> and v3 only. I don't know why v4 isn't supported.
yup,
this needs nfs v4 support in klibc nfsmount.
would be could to get that soon po...
2006 Feb 16
2
Safely editing voicemail.conf
We have a problem with Asterisk not locking voicemail.conf for update.
It appears to not protect the file even against itself. It certainly
doesn't use flock() to protect it against others.
This is a problem for several reasons. First, of course, people can be
hand-editing the file to add or remove users. Secondly, automated
programs may be appending data to it for the same purpose.
2005 Mar 25
2
911 & SoftHangup on SPA-3000
Hi,
I have a SPA-3000 and would like to use the 911 recipe from
http://www.voip-info.org/wiki-Asterisk+tips+911. So I took the simple
recipe and modified it slightly:
exten => 911,1,ChanIsAvail(SIP/potsoutbound)
exten => 911,2,Dial(SIP/potsoutbound/911)
exten => 911,3,Hangup()
exten => 911,102,SoftHangup(SIP/potsoutbound)
exten => 911,103,Wait(1)
exten => 911,104,Goto(1)
Now,
1997 May 03
3
Re: Buffer Overflows: A Summary
-----BEGIN PGP SIGNED MESSAGE-----
> Date: Fri, 2 May 1997 12:33:00 -0500
> From: "Thomas H. Ptacek" <tqbf@ENTERACT.COM>
> On almost all Unix operating systems, having superuser access in a
> chroot() jail is still dangerous. In some recent revisions of 4.4BSD
> operating systems, root can trivially escape chroot(), as well.
I was thinking about possible attacks
2005 Mar 11
4
VoipJet Terms of Service
I've heard good things about VoipJet here, so I was going to set up an
account. Then I noticed their Terms of Service here:
https://www.voipjet.com/tos.php
Several things there are very concerning to me, and I'm interested in
what other people here think of them.
* The ToS specifically forbids use for any call relating to medical,
financial, or government matters -- as well as any
2005 Mar 18
1
SIP <-> PSTN DTMF
Hi,
I have a SIP phone connecting to my asterisk server, using
dtmfmode=rfc2833. When calling from the SIP phone to internal asterisk
services, such as voicemail, it works fine.
But when I call out to the PSTN, from the SIP phone, via my X100P, the
call will be connected fine. After that, though, any numbers I dial on
the SIP phone are lost. I hear them on the phone, but I don't hear them
2005 Jun 27
1
Re: teliax [Was: LiveVoip is Bankrupt]
...ast server and it seems to work quite
well again. Cost is around 1.3 cents minute I believe. Use IAX and
g711 for best quality to VoipJet.
Thanks,
Wiley
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of John
Goerzen
Sent: Monday, June 27, 2005 9:29 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Re: teliax [Was: LiveVoip is Bankrupt]
On 2005-06-27, Andrew Kohlsmith <akohlsmith-asterisk@benshaw.com> wrote:
> http://www.nufone.net. I've been using them for the past 18 months
with...
2003 Jan 20
1
Print driver installation problem
Hi,
I am trying to set up a Win98 PC to print to a server running Samba
2.2.3a. The server has print drivers installed via cupsaddsmb, which
is just a wrapper around the rpcclient addprinter/adddriver/setdriver
functions. Calls to rpcclient's geprinter and getdriver functions
return valid data.
When I go to install the printer on the Windows 98 client, however,
things start out OK but soon
2003 Mar 12
0
Client hang w/Samba
...king was to blame, so I went ahead and set
blocking locks = no for the share in smb.conf. This did not solve the
problem; it appeared to have no impact at all.
Do you have any other suggestions for things I might try?
The server is Samba 2.2.3a and the clients are Windows 95 or 98.
Thanks,
John Goerzen
2005 Sep 14
1
Printers don't stick
Hi,
Having a weird problem here.
We've got Sambe 3.0.14a and cups 1.1.23 on a Debian system. I've run:
cupsaddsmb -U RALPH\\jgoerzen -a -v
Where RALPH is our PDC (and it also the machine I'm running this command
on). The entire command *appears* to work, but:
* None of the tdb files in /var/lib/samba, including ntforms.tdb,
ntprinters.tdb, etc. have their date stamp updated. (They all still
show last month, which...
2006 Aug 31
1
Printer Properties Don't Work After Update
Hello,
We recently migrated our Samba server to Samba 3.0.22 and Cups 1.2.2,
running on Debian.
Since the migration, we have noticed an odd problem: Windows clients
that hit the Properties box in their print dialog, then navigate over to
the Driver Settings tab (the one with all the settings from the cups PPD
file), and make changes, will have those changes ignored. That means
that people
1997 Aug 31
0
Re: Root vulnerabilities in Linux
On Thu, 28 Aug 1997, John Goerzen wrote:
>NOTE: I haven''t checked it out, but the other escapes to single-user mode
>in RedHat may be an issue too (for instance, if a fsck fails)
This is the part of /etc/init.d/boot that is the script executed at boot
by init.
[..]
echo "Checking root file system..."...
2005 Jun 28
1
Re: teliax [Was: LiveVoip is Bankrupt]
...e best dial tone I have gotten for
my LD via VOIP. NuFone is a close second.
YMMV and you have to be willing to overlook the quirky TOS.
Cheers,
Wiley
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of John
Goerzen
Sent: Tuesday, June 28, 2005 6:46 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Re: teliax [Was: LiveVoip is Bankrupt]
On 2005-06-28, r00t <intrusiondetection@gmail.com> wrote:
> I'll second voipjet for outbound only. While many reported problems to
VoipJet bothers...
2006 Jun 09
1
Bug#372524: Lots of inaccurate information in /usr/share/doc/xen-utils-3.0/README.Debian.gz
Package: xen-utils-3.0
Version: 3.0.2+hg9681-1
Severity: normal
In the tls section: it fails to mention the better solution (apt-get
install libc6-xen)
In the kernel section: where it says "for now we cannot provide
precompiled Linux kernels with the xen patch applied", that's not true
either. apt-get install linux-image-2.6-xen-k7 or some such.
-- System Information:
Debian
2013 Sep 27
1
version 2.2.6 breaks compiling on Solaris 10 sparc
...r_field_get .libs/http-url.o
http_header_get_fields .libs/http-url.o
ld: fatal: symbol referencing errors. No output written to test-http-url
version 2.2.5 and previous releases of dovecot have compiled
successfully on both Solaris sparc & x86.
Regards,
jgoerzen at opencsw.org
2005 Jun 27
0
Re: teliax [Was: LiveVoip is Bankrupt]
...only fees I've run across so far are for LNP's.
>
>
>At 08:26 AM 6/27/2005, you wrote:
> >I think the $10 is setup, as you will notice all the others mention
> >the monthly next to the rate.
> >I was confused also. (Hint Teliax)
> >
> >On 6/27/05, John Goerzen <jgoerzen@complete.org> wrote:
> > > On 2005-06-26, Adam Megacz <adam@megacz.com> wrote:
> > > >
> > > > Rich Adamson <radamson@routers.com> writes:
> > > >> I've had pretty good luck with www.teliax.com
> > > >
>...
2005 Jun 28
1
VoipJet TOS (was Teliax and also LiveVoip)
...05 10:57 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Re: teliax [Was: LiveVoip is Bankrupt]
how do they know if your calling your tax dude or something? what do
they do
monitor the calls or something?
----- Original Message -----
From: "John Goerzen" <jgoerzen@complete.org>
To: <asterisk-users@lists.digium.com>
Sent: Tuesday, June 28, 2005 6:46 AM
Subject: [Asterisk-Users] Re: teliax [Was: LiveVoip is Bankrupt]
> On 2005-06-28, r00t <intrusiondetection@gmail.com> wrote:
>> I'll second voipjet for outbound...
2006 Oct 30
3
Samba Breaks with ACLs
Hello,
We are running Samba 3.0.23c on Debian.
Over the weekend, we updated out file server to Debian's kernel 2.6.18. We
had previously never run a kernel with ACL support enabled. Since the
upgrade, we are seeing very strange permission behavior. It appears to be
related to POSIX ACL support in Samba.
It seems that what's happening is this.
We have a number of files that are