From: "app_rpt-users-request@ohnosec.org" <app_rpt-users-request@ohnosec.org>
To: app_rpt-users@ohnosec.org
Sent: Wednesday, November 7, 2012 12:00 PM
Subject: App_rpt-users Digest, Vol 45, Issue 7
Send App_rpt-users mailing list submissions to
app_rpt-users@ohnosec.orgTo subscribe or unsubscribe via the World Wide Web, visit
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
or, via email, send a message with subject or body 'help' to
app_rpt-users-request@ohnosec.orgYou can reach the person managing the list at
app_rpt-users-owner@ohnosec.orgWhen replying, please edit your Subject line so it is more specific
than "Re: Contents of App_rpt-users digest..."
Today's Topics:
1. Sorta Allstar related (Alan
Adamson)
2. Trying to install from a USB drive (Buddy Brannan)
3. Re: Trying to install from a USB drive (Buddy Brannan)
4. Re: Sorta Allstar related (Steve Passmore)
5. Voicemail on APP_RPT (Ryan Collier)
6. Re: Sorta Allstar related (Alan Adamson)
----------------------------------------------------------------------
Message: 1
Date: Tue, 6 Nov 2012 13:24:16 -0500
From: Alan Adamson <
adamson_alan@hotmail.com>
To: <
app_rpt-users@ohnosec.org>
Subject: [App_rpt-users] Sorta Allstar related
Message-ID: <
SNT108-DS529711D455F378ACE2F2FE96B0@phx.gbl>
Content-Type: text/plain; charset="us-ascii"
I'm using the command in the rpt.conf file to stream audio to an Icecast
server, but I need to somehow lower the level on what it sent to the server.
Would anyone know how to do that. I'm assuming because it's sent through the
console interface that I might be able to string some commands together or
the lame stuff can do it, just looking to lower it by 3 to 6 db if possible.
Thanks,
Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ohnosec.org/pipermail/app_rpt-users/attachments/20121106/cc1618a4/attachment-0001.html>
------------------------------
Message: 2
Date: Tue, 6 Nov 2012 17:59:20 -0500
From: Buddy Brannan <
buddy@brannan.name>
To: app_rpt mailing list <
App_rpt-users@ohnosec.org>
Subject: [App_rpt-users] Trying to install from a USB drive
Message-ID: <
4748F13A-5557-4409-BDAD-4B2FC23A1050@brannan.name>
Content-Type: text/plain; charset=us-ascii
Howdy,
I think I must be missing something important.
I need to move my install to a new computer, as the old crappy one it's on now is fix in to crap out.
The machine that I have kicking around to use doesn't have a CDROM drive, but it will boot off USB. I verified this both by booting from a Chromium USB drive and also a live Archlinux installation. However, burning either Acid or Xipar to a USB drive
seems not to work, giving me only a blank screen with a blinking cursor, and no boot prompt or very much else.
From the Mac terminal, and even from the Linux terminal on the crappy computer,
dd if=acid-somthing-or-other.iso of=/dev/disk1 (for the Mac, or /dev/sda for Linux)
The drive writes, it mounts, it has expected files on it, but it doesn't boot to anything except a blank screen.
Anyone got any ideas?
--
Buddy Brannan, KB5ELV - Erie, PA
Phone: (814) 860-3194 or 888-75-BUDDY
------------------------------
Message: 3
Date: Tue, 6 Nov 2012 18:33:28 -0500
From: Buddy Brannan <
buddy@brannan.name>
To: app_rpt mailing list <
App_rpt-users@ohnosec.org>
Subject: Re: [App_rpt-users] Trying to install from a
USB drive
Message-ID: <
69F3E5B9-9D50-44B4-BADE-3BD9C1D9CBFF@brannan.name>
Content-Type: text/plain; charset=us-ascii
Howdy,
Thanks, I'll give that a go.
--
Buddy Brannan, KB5ELV - Erie, PA
Phone: (814) 860-3194 or 888-75-BUDDY
On Nov 6, 2012, at 5:59 PM, Buddy Brannan <
buddy@brannan.name> wrote:
> Howdy,
>
> I think I must be missing something important.
>
> I need to move my install to a new computer, as the old crappy one it's on now is fix in to crap out.
>
> The machine that I have kicking around to use doesn't have a CDROM drive, but it will boot off USB. I verified this both by booting from a Chromium USB drive and also a live
Archlinux installation. However, burning either Acid or Xipar to a USB drive seems not to work, giving me only a blank screen with a blinking cursor, and no boot prompt or very much else.
>
> From the Mac terminal, and even from the Linux terminal on the crappy computer,
> dd if=acid-somthing-or-other.iso of=/dev/disk1 (for the Mac, or /dev/sda for Linux)
>
> The drive writes, it mounts, it has expected files on it, but it doesn't boot to anything except a blank screen.
>
> Anyone got any ideas?
> --
> Buddy Brannan, KB5ELV - Erie, PA
> Phone: (814) 860-3194 or 888-75-BUDDY
>
>
>
> _______________________________________________
> App_rpt-users mailing list
>
App_rpt-users@ohnosec.org>
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users------------------------------
Message: 4
Date: Tue, 6 Nov 2012 15:44:40 -0800
From: Steve Passmore <
k6kya@hokeynet.net>
To: Alan Adamson <
adamson_alan@hotmail.com>
Cc:
app_rpt-users@ohnosec.orgSubject: Re: [App_rpt-users] Sorta Allstar related
Message-ID:
<CAMkXzgTi-g1zZZgHv-=GLyMPYx7QV-pmb1yoXBUT7WHz56xq=
w@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252
I use the following line in rpt.conf for the stream.
outstreamcmd=/bin/sh,-c,/usr/bin/lame
--preset cbr 24 --highpass 0.2
-r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -c
/etc/ezstream.xml
By adding --scale n, where n is a number less than 1 you should be
able to lower the level, I haven't tried this but it should work.
outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 24 --scale 0.8
--highpass 0.2 -r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -c
/etc/ezstream.xml
For reference:
http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/switchs.htmlSteve
On Tue, Nov 6, 2012 at 10:24 AM, Alan Adamson <
adamson_alan@hotmail.com> wrote:
> I'm using the command in the rpt.conf file to stream audio to an Icecast
> server, but I need to somehow lower the level on what
it sent to the server?
> Would anyone know how to do that? I'm assuming because it's sent through the
> console interface that I might be able to string some commands together or
> the lame stuff can do it, just looking to lower it by 3 to 6 db if possible.
>
> Thanks,
>
> Alan
>
>
> _______________________________________________
> App_rpt-users mailing list
>
App_rpt-users@ohnosec.org>
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>
--
IMPORTANT: This email is intended for the use of the individual
addressee(s) named above and may contain information that is
confidential privileged or unsuitable for overly sensitive persons
with low self-esteem, no sense
of humor or irrational religious
beliefs. If you are not the intended recipient, any dissemination,
distribution or copying of this email is not authorized (either
explicitly or implicitly) and constitutes an irritating social
fauxpas. No animals were harmed in the transmission of this email,
although the mutt next door is living on borrowed time, let me tell
you.
------------------------------
Message: 5
Date: Tue, 6 Nov 2012 21:32:41 -0500
From: Ryan Collier <
kb8pmy@kb8pmy.net>
To:
app_rpt-users@ohnosec.orgSubject: [App_rpt-users] Voicemail on APP_RPT
Message-ID:
<
CAAoTAmmtcYLKhkt08EuJ-wJ4vgHn69psQd63U_j5De0KjQ5NBw@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Greetings,
I have got the voice mail working in the ACID install. But I have one
program with voice mail and someone will be able to answer hopefully.
Actually, this is for all autopatch's. Once I get connected to voice mail,
it will not longer pick up my DTMF's I can star six and star zero
everything. But I can not get send pound to stay in the voice mail. Or even
enter extension dtmf number once in voice mail. I think I made it sound
right. I can add more if needed....
Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://ohnosec.org/pipermail/app_rpt-users/attachments/20121106/f681be0a/attachment-0001.html>
------------------------------
Message: 6
Date: Wed, 7 Nov 2012 09:27:28 -0500
From: Alan Adamson <
adamson_alan@hotmail.com>
To: "'Steve Passmore'" <
k6kya@hokeynet.net>
Cc:
app_rpt-users@ohnosec.orgSubject: Re: [App_rpt-users] Sorta Allstar related
Message-ID: <
SNT108-DS19A425FDBA9C05F13E8B24E96A0@phx.gbl>
Content-Type: text/plain; charset="us-ascii"
Thanks I'll try that, I had put a --scale in my conf
file but it didn't seem
to do anything, I moved it after the --preset as you have it so we'll see if
the --highpass works, then scale should as well, but perhaps it is placement
specific, I'm sure being influenced by the --preset.
Alan
-----Original Message-----
From: Steve Passmore [mailto:
k6kya@hokeynet.net]
Sent: Tuesday, November 06, 2012 6:45 PM
To: Alan Adamson
Cc:
app_rpt-users@ohnosec.orgSubject: Re: [App_rpt-users] Sorta Allstar related
I use the following line in rpt.conf for the stream.
outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 24 --highpass 0.2
-r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -c
/etc/ezstream.xml
By adding --scale n, where n is a number less than 1 you should be
able to lower
the level, I haven't tried this but it should work.
outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 24 --scale 0.8
--highpass 0.2 -r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -c
/etc/ezstream.xml
For reference:
http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/switchs.htmlSteve
On Tue, Nov 6, 2012 at 10:24 AM, Alan Adamson <
adamson_alan@hotmail.com>
wrote:
> I'm using the command in the rpt.conf file to stream audio to an Icecast
> server, but I need to somehow lower the level on what it sent to the
server.
> Would anyone know how to do that. I'm assuming because it's sent through
the
> console interface that I might be able to string some commands together
or
> the lame stuff can do it, just looking to lower it by 3 to 6 db if
possible.
>
> Thanks,
>
> Alan
>
>
> _______________________________________________
> App_rpt-users mailing list
>
App_rpt-users@ohnosec.org>
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>
--
IMPORTANT: This email is intended for the use of the individual
addressee(s) named above and may contain information that is
confidential privileged or unsuitable for overly sensitive persons
with low self-esteem, no sense of humor or irrational religious
beliefs. If you are not the intended recipient, any dissemination,
distribution or copying of this email is not authorized (either
explicitly
or implicitly) and constitutes an irritating social
fauxpas. No animals were harmed in the transmission of this email,
although the mutt next door is living on borrowed time, let me tell
you.
------------------------------
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-usersEnd of App_rpt-users Digest, Vol 45, Issue 7
********************************************