<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>The iPhone has the use of the volume button as a camera, i don't know of any apple approved apps that would do that but a jailbreak cydia tweak may be something to look into. <br></div><div><br>On Nov 12, 2014, at 6:46 PM, George Csahanin <<a href="mailto:george@dyb.com">george@dyb.com</a>> wrote:<br><br></div><blockquote type="cite"><div>
<meta content="text/html charset=utf-8" http-equiv="Content-Type">
<div dir="ltr">
<div style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<div>Hey guys, I’m not a programmer, and I didn’t stay at a HI Express last
night, so I have to ask: are the volume buttons on smart phones hard wired
to that function? Or can one be made to be a PTT function? Just set volume at
max smoke, or make the other button step/cycle thru 8 preset volume levels? I
really envy you guys who can write this stuff. Most I ever did was a HF remote
controller using 6502 assembler. </div>
<div> </div>
<div>GeorgeC</div>
<div> </div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">George J
Csahanin<br>W2DB<br>Cedar Park, TX<br>512-401-2630 home<br>401-338-0568
cel</div>
<div style="FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline">
<div style="FONT: 10pt tahoma">
<div> </div>
<div style="BACKGROUND: #f5f5f5">
<div style="font-color: black"><b>From:</b> <a title="tim.sawyer@mac.com" href="mailto:tim.sawyer@mac.com">Tim Sawyer</a> </div>
<div><b>Sent:</b> Wednesday, November 12, 2014 8:51 AM</div>
<div><b>To:</b> <a title="bdboyle@bdboyle.com" href="mailto:bdboyle@bdboyle.com">Bryan D. Boyle</a> </div>
<div><b>Cc:</b> <a title="app_rpt-users@ohnosec.org" href="mailto:app_rpt-users@ohnosec.org">app_rpt mailing list</a> </div>
<div><b>Subject:</b> Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m
ore_information_on_permit=*-*</div></div></div>
<div> </div></div>
<div style="FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline">I
removed EchoLink. In it’s place we need some smart mobile developer to write a
iPhone/Android IAX client with PTT. Anyone????
<div>
<div> </div>
<div>For now we’re using Zoiper. It’s a bit clunky as you have to do *99 to make
PTT and # to unkey. The lack of PTT indication is disconcerting and problematic
but it works. The audio is 3,000 times better than EchoLink. And you have
control of who connects. Here’s how you set up the node.
<div> </div>
<div>In iax.conf add this stanza. Change UserID and UserPassword.</div>
<div> </div>
<div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">[UserID]</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">username=UserID</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">type=friend</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">context=hams</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">host=dynamic</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">auth=md5</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">secret=UserPassword</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">disallow=all</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">allow=ulaw</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">allow=g726aal2</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">allow=gsm</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">codecpriority=host</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">transfer=no</div>
<div> </div>
<div>In extensions.conf add this stanza. This requires a caller ID or it will
not connect. I have my users put their call sign in the caller ID. That way the
status pages (including Allmon) shows who is connected with a -P appended.</div>
<div> </div>
<div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">[hams]</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten => _X!,1,Ringing</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n,NoOp(${CALLERID(name)})</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n,NoOp(${CALLERID(number)})</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n,Set(CALLSIGN=${CALLERID(name)})</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n,GotoIf($[${LEN(${CALLSIGN})} = 0]?hangit)</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten => _X!,n,Wait(3)</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten => _X!,n,Answer</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n,Playback(connecting)</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n,rpt(${EXTEN}|P|${CALLSIGN}-P)</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n(hangit),Answer</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n(hangit),Playback(connection-failed)</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n(hangit),Wait(1)</div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px">exten =>
_X!,n(hangit),Hangup</div></div>
<div style="FONT-FAMILY: monaco; MARGIN: 0px"> </div>
<div><span class="Apple-style-span" style="BORDER-COLLAPSE: separate; BORDER-SPACING: 0px">
<div>--</div>
<div>Tim WD6AWP</div></span></div>
<div> </div>
<div>
<blockquote type="cite">
<div>On Nov 12, 2014, at 5:46 AM, Bryan D. Boyle <<a href="mailto:bdboyle@bdboyle.com">bdboyle@bdboyle.com</a>> wrote:</div>
<div> </div>
<div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">simple
solution, considering the clueless majority of users in the Echolink world,
the lousy audio codecs, and the ancient technology that has not kept pace with
either praxis or software advances: turn the damn thing off. </div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"> </div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">You
won't miss the drive-bys, distorted computer audio, fumble-fingered operators,
and bandwidth usage.</div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"> </div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">It's
just so not worth the effort to maintain, worry about the software and
technology use conditions, or anything else surrounding it. It's just
amateur radio, not the launch codes.</div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"> </div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"></grump><br><br>--
<div>Bryan</div>
<div>Sent from my iPhone 5.<span style="FONT-SIZE: 13pt">..No electrons were
harmed in the sending of this message.</span></div>
<div>
<div> </div>
<div> </div></div></div>
<div style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><br>On
Nov 12, 2014, at 06:36, <<a href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>> <<a href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>>
wrote:<br><br></div>
<blockquote style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" type="cite">
<div><span style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<div> </div>
<div>Additional info (as if the first was not enough)...</div>
<div> </div>
<div>I went to their (echolink) website looking for a rule...</div>
<div> </div>
<div>Here it is...</div>
<div><font size="2"><br></font></div>
<div><font size="2">Item #4<br></font></div>
<div><font size="2">Stations operating in Sysop mode may interconnect EchoLink
only with equipment operating on Amateur frequencies. EchoLink does
not permit use of the system with other services such as GMRS, FRS, or
MARS. For security reasons, it is also not permitted to interconnect
EchoLink with other VoIP systems that support direct access from a
computer.</font></div>
<div><font size="2"><br></font></div>
<div><font size="2"><br></font></div>
<div><font size="2">found on their access policy page at...<br></font></div>
<div><font size="2"><br></font></div>
<div><font size="2"><a href="http://echolink.org/access_policies.htm">echolink.org/access_policies.htm</a></font></div>
<div><font size="2"><br></font></div>
<div><font size="2">There is no mention of other systems interconnect, just
the VoIP via computer direct.</font></div>
<div><font size="2">I take the meaning of direct to mean "unverified" or
unrestricted.</font></div>
<div><font size="2">This is consistent with the way I have been reading the
poorly written emails some of you get from echolink.</font></div>
<div><font size="2"><br></font></div>
<div><font size="2"><br></font></div>
<div><font size="2">...mike/kb8jnm<br></font></div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<blockquote id="replyBlockquote" style="FONT-SIZE: 10pt; FONT-FAMILY: verdana; PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid" webmail="1">
<div id="wmQuoteWrapper">-------- Original Message --------<br>Subject: Re:
[App_rpt-users]
Echolink_and_app_rpt:_Looking_for_m<br>ore_information_on_permit=*-*<br>From:
<<a href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>><br>Date:
Wed, November 12, 2014 5:28 am<br>To:<span class="Apple-converted-space"> </span><a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>,
"Bob" <<a href="mailto:kk6ecm@gmail.com">kk6ecm@gmail.com</a>><br><br><span style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<div> </div>
<div>Bob, Doug and all,</div>
<div> </div>
<div>I fully understand why you would think that. It is so poorly
written.</div>
<div>And as I have watched this conversation get out of hand at least 2
times as you have Doug.</div>
<div> </div>
<div>This is the first time I thought I would clarify how I was reading
their email statement before anyone gets elevated on it again.</div>
<div> </div>
<div><font style="FONT-SIZE: 12pt" size="3" face="Tahoma,sans-serif"><span style="FONT-SIZE: 10pt">other VoIP connections</span></font><span class="Apple-converted-space"> </span>not Radio Sourced RoIP
connections and only if you can't verify the VoIP.</div>
<div> </div>
<div>They are saying VOIP connections from non-radio sources...ie phone
and web portal without a security check. I have many non-experimental
phone and web ports but nobody knows what it is so it is not a open port.
I don't provide links to it from a web page or post a phone number and it
"does" have multilevel security checks. Even if folks stumbled on it by
accident or not, they would not have open access.</div>
<div> </div>
<div>There are a lot of folks experimenting with asterisk side of the
set-up. Many of us that have been using asterisk for many years know that
we can port just about any kind of streaming audio or other services to
asterisk and thereby app_rpt. Hard to tell what interfaces/ports are open
on them and to where they go.<span class="Apple-converted-space"> </span></div>
<div>Because some folks don't think about the implications of their
actions, things happen. We all know that even from the radio side of the
equation.<span class="Apple-converted-space"> </span></div>
<div> </div>
<div>Problems can also occur if a unauthorized station/system is connected
to others who are connected to you and there is no way to track that on
the echolink side.</div>
<div> </div>
<div>They are asking that when "you" have a open port like that
(unverified VoIP), to disable the echolink port while it is active so a
unverified user does not get access to echolink through VoIP, not RoIP or
Radio. And I'm sure we feel the same way about that through
allstar.<br></div>
<div> </div>
<div>By the way some of you guys are interpreting this, the iPhone and
Android apps and/or repeater to repeater echolink connects and PC to PC
echolink connects would not be legal to them.</div>
<div> </div>
<div>Has anyone ever asked them to clarify the statement? Please tell
us/me "exactly" what they said !</div>
<div> </div>
<div>If nobody answers that, perhaps one of us needs to ask them so we can
set the record straight as most of us use it on our systems and left
unanswered definitively, this will come up many more times.</div>
<div> </div>
<div>And perhaps a text of a definitive rule could be included as a
default comment in the echolink.conf so there is no ignorance of what they
expect if you use it.<br></div>
<div> </div>
<div>Bob (kk6ecm), you win the prize since you asked the question from the
email you received.</div>
<div> </div>
<div>Would you Send them a message/reply to clarify the type of
connections "by example" they do not want and ask they not use the text
from the email that you do not understand ? or what type of VoIP
connections they are speaking of exactly.<br></div>
<div> </div>
<div>Sure would put a end to the silliness of it time and time
again.</div>
<div> </div>
<div>I think what leads folks to get one of those emails is basically a
list report of connected systems when a breach has been noticed. Problem
is, they have a security problem with some of the proxies on their system.
I have seen many a connect through a echo-proxy without an ID (callsign)
and more. I don't think anyone could ever know it's true source. Hence the
poorly worded generic email notice to all connected systems and obviously,
they are not familiar with the other systems to word it correctly.</div>
<div> </div>
<div>Sorry to be long winded, but I don't want to this get elevated again
without good reason.<br></div>
<div> </div>
<div>...mike/kb8jnm</div>
<div> </div>
<blockquote id="replyBlockquote" style="FONT-SIZE: 10pt; FONT-FAMILY: verdana; PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid" webmail="1">
<div id="wmQuoteWrapper">-------- Original Message --------<br>Subject:
Re: [App_rpt-users] Echolink and app_rpt: Looking for
more<br>information on permit=*-*<br>From: Doug Crompton <<a href="mailto:doug@crompton.com" target="_blank">doug@crompton.com</a>><br>Date: Wed, November 12, 2014
1:13 am<br>To: "<a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a>" <<a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a>><br><br>
<div dir="ltr"><font face="Tahoma,sans-serif">Mike,<br><br>I am going to
break my own rule and respond here! I don't think you are interpreting
there statement correctly...<br><br>They say....<br><br></font><font style="FONT-SIZE: 12pt" size="3" face="Tahoma,sans-serif"><span style="FONT-SIZE: 10pt">"If you are running Asterisk with app_rpt and an
EchoLink channel, be sure it is configured not to allow other VoIP
connections when an EchoLink station is connected."<br><br>They go on to
specifically prohibit connections to Allstar, Wires, and many others is
not to be connected to Echolink. Bottom line is they think their
validation process is better than ours or others. I say we police it
just fine. A non ham popping up would stick out like a sore
thumb.<br><br>Bottom line they don't want us connected. In other words
they want it like IRLP with echolink. You can either connect to a
echolink station or an IRLP node, NOT both at the same time.<br><br>My
assertion still stands, ignore it but on the other hand like any good
ham make sure you police the activity on your nodes. There is no way to
practically isolate echolink from Allstar unless you somehow disconnect
all allstar nodes when an echolink call comes in and this would be crazy
to do.<br></span></font><br><b><font style="FONT-SIZE: 16pt" size="4">73
Doug</font><font style="FONT-SIZE: 16pt" size="4"><br></font><font style="FONT-SIZE: 16pt" size="4">WA3DSP</font><font style="FONT-SIZE: 16pt" size="4"><br></font><font style="FONT-SIZE: 16pt" size="4"><a href="http://www.crompton.com/hamradio" target="_blank">http://www.crompton.com/hamradio</a></font></b><font style="FONT-SIZE: 16pt" size="4"><br></font><br><br>
<div>
<hr id="stopSpelling">
From:<span class="Apple-converted-space"> </span><a href="mailto:mike@midnighteng.com" target="_blank">mike@midnighteng.com</a><br>To:<span class="Apple-converted-space"> </span><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><br>Date: Tue, 11 Nov 2014
21:15:26 -0700<br>Subject: Re: [App_rpt-users] Echolink and app_rpt:
Looking for more information on permit=*-*<br><br><span style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<div> </div>
<div>Like many times before you, you don't seem to understand their
statement.</div>
<div>So nobody needs to go off on a tangent again.</div>
<div> </div>
<div>You only need to be concerned if you do something like</div>
<div>"have a web portal to your system that has no limitation to who
uses it" (as in non-hams).<br></div>
<div> </div>
<div>If you do then they have the possibility to use the echolink system
through your system and that is what they do not want.</div>
<div> </div>
<div>Neither do we with allstar or via radio.</div>
<div>I'm sure there are a few bad actors out there somewhere allowing
access.</div>
<div>just make sure it is not you.<br></div>
<div> </div>
<div>They could use better wording to keep the confusion/fuss
down.</div>
<div> </div>
<div>As far as permit or deny...</div>
<div>permit= a list that only allows calls you place in the list to
connect.</div>
<div>deny= a list of calls that can not connect.</div>
<div>See the drupal site for info.<br></div>
<div> </div>
<div>...mike/kb8jnm<br></div>
<blockquote id="ecxreplyBlockquote" style="FONT-SIZE: 10pt; FONT-FAMILY: verdana; PADDING-LEFT: 8px; BORDER-LEFT: blue 2px solid">
<div id="ecxwmQuoteWrapper">-------- Original Message
--------<br>Subject: [App_rpt-users] Echolink and app_rpt: Looking for
more<br>information on permit=*-*<br>From: "Bob" <<a href="mailto:kk6ecm@gmail.com" target="_blank">kk6ecm@gmail.com</a>><br>Date: Tue, November 11, 2014
10:13 pm<br>To: <<a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a>><br><br>
<div class="ecxSection1">
<blockquote>
<div>
<div>
<div>
<div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy">OK...
Echolink quality aside, I’m looking for some clarification how
app_rpt works with Echolink.</span></font></div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy"></span></font> </div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt; COLOR: navy">Attempting to understand the
statement from Echolink, “</span></font>If you are running Asterisk
with app_rpt and an EchoLink channel, be sure it is configured not
to allow other VoIP connections when an EchoLink station is
connected. If this isn't practical, please disable the EchoLink
channel.” It seems that “other VoIP” means non-Echolink nodes; not
sure how Allstar can do this.<font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy"></span></font></div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy"></span></font> </div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt; COLOR: navy">How does<span class="Apple-converted-space"> </span></span></font>permit=*-*
(“prohibit computer-based connections”) work with an incoming
Echolink computer based node, or with an app_rpt hosted Echolink
node in an Echolink to Echolink configuration. When the user enters
*33 to connect, is it actually Echolink nodes connecting, or is
there a difference?</div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt"></span></font> </div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">I think I get
their point they don’t want an Allstar node with Echolink node, to
simultaneously connect to another Allstar node that does not support
Echolink, but not sure why... still licensed amateurs
involved.</span></font></div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt"></span></font> </div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">I am dismayed
with Echolink’s assertion that the use of a copy of a paper license
is more official than the FCC recognized ULS site, which it
appears<span class="Apple-converted-space"> </span><a href="http://allstarlink.org/" target="_blank">Allstarlink.org</a><span class="Apple-converted-space"> </span>uses to validate the users
license.<span class="Apple-converted-space"> </span></span></font></div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy"></span></font> </div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy">Thanks,</span></font></div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy">Bob</span></font></div>
<div class="ecxMsoNormal" style="FONT-SIZE: 12pt"><font color="navy" size="2" face="Arial"><span style="FONT-SIZE: 10pt; FONT-FAMILY: arial; COLOR: navy">kk6ecm</span></font></div></div></div></div></div></blockquote></div>
<hr>
_______________________________________________<br>App_rpt-users
mailing list<br><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><br><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br><br>To
unsubscribe from this list please visit<span class="Apple-converted-space"> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span class="Apple-converted-space"> </span>and scroll down to the bottom
of the page. Enter your email address and press the "Unsubscribe or
edit options button"<br>You do not need a password to unsubscribe, you
can do it via email confirmation. If you have trouble unsubscribing,
please send a message to the list detailing the problem.<span class="Apple-converted-space"> </span></div></blockquote></span><br>_______________________________________________
App_rpt-users mailing list<span class="Apple-converted-space"> </span><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><span class="Apple-converted-space"> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span class="Apple-converted-space"> </span>To unsubscribe from this list
please visit<span class="Apple-converted-space"> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span class="Apple-converted-space"> </span>and scroll down to the bottom
of the page. Enter your email address and press the "Unsubscribe or edit
options button" You do not need a password to unsubscribe, you can do it
via email confirmation. If you have trouble unsubscribing, please send a
message to the list detailing the problem.</div></div>
<hr>
_______________________________________________<br>App_rpt-users mailing
list<br><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><br><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br><br>To
unsubscribe from this list please visit<span class="Apple-converted-space"> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span class="Apple-converted-space"> </span>and scroll down to the bottom
of the page. Enter your email address and press the "Unsubscribe or edit
options button"<br>You do not need a password to unsubscribe, you can do
it via email confirmation. If you have trouble unsubscribing, please
send a message to the list detailing the problem.<span class="Apple-converted-space"> </span></div></blockquote></span>
<hr>
_______________________________________________<br>App_rpt-users mailing
list<br><a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br><br>To
unsubscribe from this list please visit<span class="Apple-converted-space"> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span class="Apple-converted-space"> </span>and scroll down to the bottom of
the page. Enter your email address and press the "Unsubscribe or edit
options button"<br>You do not need a password to unsubscribe, you can do
it via email confirmation. If you have trouble unsubscribing, please send
a message to the list detailing the problem.<span class="Apple-converted-space"> </span></div></blockquote></span></div></blockquote>
<blockquote style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" type="cite">
<div><span>_______________________________________________</span><br><span>App_rpt-users
mailing list</span><br><span><a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a></span><br><span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a></span><br><span></span><br><span>To
unsubscribe from this list please visit<span class="Apple-converted-space"> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span class="Apple-converted-space"> </span>and scroll down to the bottom of
the page. Enter your email address and press the "Unsubscribe or edit
options button"</span><br><span>You do not need a password to unsubscribe,
you can do it via email confirmation. If you have trouble unsubscribing,
please send a message to the list detailing the problem.<span class="Apple-converted-space"> </span></span></div></blockquote><span style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; FONT: 12px helvetica; DISPLAY: inline !important; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">_______________________________________________</span><br style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><span style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; FONT: 12px helvetica; DISPLAY: inline !important; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">App_rpt-users
mailing list</span><br style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><a style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><a style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><br style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><span style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; FONT: 12px helvetica; DISPLAY: inline !important; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">To
unsubscribe from this list please visit<span class="Apple-converted-space"> </span></span><a style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><span style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; FONT: 12px helvetica; DISPLAY: inline !important; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><span class="Apple-converted-space"> </span>and scroll down to the bottom of the
page. Enter your email address and press the "Unsubscribe or edit options
button"</span><br style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FONT: 12px helvetica; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px"><span style="WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; FONT: 12px helvetica; DISPLAY: inline !important; LETTER-SPACING: normal; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px">You
do not need a password to unsubscribe, you can do it via email confirmation.
If you have trouble unsubscribing, please send a message to the list detailing
the problem.<span class="Apple-converted-space"> </span></span></div></blockquote></div>
<div> </div></div></div></div></div></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>App_rpt-users mailing list</span><br><span><a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a></span><br><span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a></span><br><span></span><br><span>To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"</span><br><span>You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. </span></div></blockquote></body></html>