<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">It's Java, it practically ships with
      the source.<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://jd.benow.ca/">http://jd.benow.ca/</a>, the online version works fine for messing
      around with it.<br>
      <br>
      I'd say the offending code is this:<br>
       <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      private boolean isIRLP(String str)<br>
      {<br>
      if (str.length() != 6) {<br>
      return false;<br>
      }<br>
      for (int i = 2; i < str.length(); i++)<br>
      {<br>
      char ch = str.charAt(i);<br>
      if (!Character.isDigit(ch)) {<br>
      return false;<br>
      }<br>
      }<br>
      String s0 = str.substring(1, 2);<br>
      if (s0.equals("4")) {<br>
      return true;<br>
      }<br>
      return false;<br>
      }<br>
      <br>
      it's in the
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <span class="class highlight hover">BeanCanFrameManager.class in
        the jar.  It's a signed jar, so the hard part will be resigning
        it and getting it to be happy with a different rsa key.</span><br>
      I'm no programer, just a guy that knows some assembler and has a
      copy of IDA.  I don't have the time to mess with it either right
      now :(<br>
      <br>
      73's<br>
      <br>
      On 8/19/14, 8:11 PM, <a class="moz-txt-link-abbreviated" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a> wrote:<br>
    </div>
    <blockquote
cite="mid:WM!d98ac227e48ba60a903df1716a511a7a650a14a6cdf4abfb107fe71a9ec2651f2074f545b45bd4b25b83a909acedf5a8!@asav-1.01.com"
      type="cite"><span style="font-family:Verdana; color:#000000;
        font-size:10pt;">
        <div><br>
          <br>
          Since we no longer bridge to irlp, it should be a easy fix in
          a evaluation statement of node number over 4xxxx. (short fix)</div>
        <div><br>
        </div>
        <div>Or eliminating all code to irlp connects (long fix) not
          desirable as things could change again.<br>
        </div>
        <div><br>
        </div>
        <div>Not having seen the code, I should refrain from comment
          though. There could be all kinds of hidden treasures there.
          Not always as easy as one might think.<br>
        </div>
        <div><br>
        </div>
        <div>...mike/kb8jnm</div>
        <div><br>
        </div>
        <blockquote id="replyBlockquote" webmail="1" style="border-left:
          2px solid blue; margin-left: 8px; padding-left: 8px;
          font-size:10pt; color:black; font-family:verdana;">
          <div id="wmQuoteWrapper">
            -------- Original Message --------<br>
            Subject: Re: [App_rpt-users] Web transceiver node display<br>
            From: iain macdonnell - N6ML <<a moz-do-not-send="true"
              href="mailto:ar@dseven.org">ar@dseven.org</a>><br>
            Date: Tue, August 19, 2014 7:58 pm<br>
            To: <a moz-do-not-send="true"
              href="mailto:mike@midnighteng.com">mike@midnighteng.com</a><br>
            Cc: "<a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>"
            <<a moz-do-not-send="true"
              href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
            <br>
            There's (apparently) some logic that makes it display node
            numbers of<br>
            the form '4xxxx' as if they were IRLP nodes. e.g. my node is
            40898,<br>
            and it appears in WebTransceiver as something like
            "IRLP:0898"<br>
            <br>
            73,<br>
            <br>
            ~iain / N6ML<br>
            <br>
            <br>
            <br>
            On Tue, Aug 19, 2014 at 4:50 PM, <<a
              moz-do-not-send="true" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>>
            wrote:<br>
            ><br>
            ><br>
            > Through all the chatter on this, I lost sight of what
            the problem is that we<br>
            > are trying to FIX ?<br>
            > Outside of being a java web app.<br>
            ><br>
            > ...mike/kb8jnm<br>
            ><br>
            > -------- Original Message --------<br>
            > Subject: Re: [App_rpt-users] Web transceiver node
            display<br>
            > From: Doug Crompton <<a moz-do-not-send="true"
              href="mailto:doug@crompton.com">doug@crompton.com</a>><br>
            > Date: Tue, August 19, 2014 7:22 pm<br>
            > To: "<a moz-do-not-send="true"
              href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>"
            <<a moz-do-not-send="true"
              href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
            ><br>
            > Would he be willing to just fix the problem? It seems
            like a rather simple<br>
            > fix if we are just talking about the node display.<br>
            ><br>
            > 73 Doug<br>
            > WA3DSP<br>
            > <a moz-do-not-send="true"
              href="http://www.crompton.com/hamradio">http://www.crompton.com/hamradio</a><br>
            ><br>
            ><br>
            > ________________________________<br>
            > From: <a moz-do-not-send="true"
              href="mailto:tim.sawyer@mac.com">tim.sawyer@mac.com</a><br>
            > Date: Tue, 19 Aug 2014 15:43:26 -0700<br>
            > To: <a moz-do-not-send="true"
              href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
            > Subject: Re: [App_rpt-users] Web transceiver node
            display<br>
            ><br>
            > I talked to Jim Dixon about this yesterday. He said he
            is willing to supply<br>
            > the source under certain conditions. Please contact him
            directly if<br>
            > interested.<br>
            > --<br>
            > Tim<br>
            > :wq<br>
            ><br>
            > On Aug 17, 2014, at 1:48 PM, Bob Brown - WØNQX <<a
              moz-do-not-send="true" href="mailto:bbrown@byrg.net">bbrown@byrg.net</a>>
            wrote:<br>
            ><br>
            > well guys here is the list for the web site.... emails
            are included for most<br>
            > take your pick.....<br>
            ><br>
            ><br>
            ><br>
            > AllStar Link Network -- Developers<br>
            ><br>
            > Allstar Link Web Site Development Team<br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:w0otm@w0otm.com">w0otm@w0otm.com</a> --
            Marshall Dias, W0OTM<br>
            ><br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:jim@lambdatel.com">jim@lambdatel.com</a> --
            Jim Dixon, WB6NIL<br>
            ><br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:dsuper7@gmail.com">dsuper7@gmail.com</a> --
            Daniel Issac, No call (at least not yet)<br>
            ><br>
            ><br>
            > App_rpt Development Team<br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:jim@lambdatel.com">jim@lambdatel.com</a> --
            Jim Dixon, WB6NIL<br>
            ><br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:hwstar@rodgers.sdcoxmail.com">hwstar@rodgers.sdcoxmail.com</a>
            -- Steve RoDgers, WA6ZFT<br>
            ><br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:sph@xelatec.com">sph@xelatec.com</a> -- Steve
            Henke, W9SH<br>
            ><br>
            ><br>
            ><br>
            > And many other who have generously contributed to this
            technology<br>
            ><br>
            ><br>
            > Allstar Link OS And Sotware Distrubutions (ACID and
            Limey Linux)<br>
            ><br>
            ><br>
            > <a moz-do-not-send="true"
              href="mailto:hwstar@rodgers.sdcoxmail.com">hwstar@rodgers.sdcoxmail.com</a>
            -- Steve RoDgers, WA6ZFT<br>
            ><br>
            ><br>
            > Other Developers<br>
            ><br>
            ><br>
            > Other Developers<br>
            ><br>
            ><br>
            > --<br>
            > Thanks in Advance<br>
            ><br>
            > Bob Brown, WØNQX<br>
            ><br>
            > Kansas City Metro Area<br>
            ><br>
            > <a moz-do-not-send="true" href="http://drsm0ke.net">http://drsm0ke.net</a><br>
            ><br>
            > <a moz-do-not-send="true" href="http://byrg.net">http://byrg.net</a><br>
            ><br>
            > <a moz-do-not-send="true" href="http://sm0kenet.net">http://sm0kenet.net</a><br>
            ><br>
            > <a moz-do-not-send="true"
              href="http://kcdstar.byrg.net">http://kcdstar.byrg.net</a><br>
            ><br>
            > Quis custodiet ipsos custodes?<br>
            ><br>
            ><br>
            ><br>
            ><br>
            > --<br>
            ><br>
            ><br>
            > On Sun, Aug 17, 2014 at 3:46 PM, Doug Crompton <<a
              moz-do-not-send="true" href="mailto:doug@crompton.com">doug@crompton.com</a>>
            wrote:<br>
            ><br>
            > Well if you don't have source for the current web
            transceiver apparently<br>
            > there is source for iaxrpt which works well. It could
            be used as a base for<br>
            > something new on the web page.<br>
            ><br>
            > It is really a shame to start all over again when this
            is probably a very<br>
            > simple fix to the current code. Who had the source? Can
            we contact that<br>
            > person?<br>
            ><br>
            ><br>
            > 73 Doug<br>
            > WA3DSP<br>
            > <a moz-do-not-send="true"
              href="http://www.crompton.com/hamradio">http://www.crompton.com/hamradio</a><br>
            ><br>
            ><br>
            >> Date: Sun, 17 Aug 2014 12:26:04 -0700<br>
            >> From: <a moz-do-not-send="true"
              href="mailto:ar@dseven.org">ar@dseven.org</a><br>
            >> To: <a moz-do-not-send="true"
              href="mailto:kb4fxc@inttek.net">kb4fxc@inttek.net</a><br>
            >> CC: <a moz-do-not-send="true"
              href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
            ><br>
            >> Subject: Re: [App_rpt-users] Web transceiver node
            display<br>
            >><br>
            >> Some desire to get away from Java was expressed,
            and HTML5 suggested.<br>
            >> I don't know much about HTML5 yet, to be honest.
            Does anyone see an<br>
            >> easy path to a web client based on HTML5 + IAX2 ?<br>
            >><br>
            >> It appears that the current WebTransceiver is based
            on Mexuar Corraleta<br>
            >><br>
            >> <a moz-do-not-send="true"
              href="http://www.voip-info.org/wiki/view/Mexuar">http://www.voip-info.org/wiki/view/Mexuar</a><br>
            >><br>
            >> 73,<br>
            >><br>
            >> ~iain / N6ML<br>
            >><br>
            >><br>
            >> On Sun, Aug 17, 2014 at 12:12 PM, David McGough
            <<a moz-do-not-send="true"
              href="mailto:kb4fxc@inttek.net">kb4fxc@inttek.net</a>>
            wrote:<br>
            >> ><br>
            >><br>
            >> > Hi Guys,<br>
            >> ><br>
            >> > SIP and IAX2 are completely different
            protocols. It's rather like<br>
            >> > comparing a Chevy to a Ford or English to
            Chinese---Both VoIP protocols<br>
            >> > accomplish a lot of the same things, but, they
            aren't interchangeable<br>
            >> > nor<br>
            >> > are they directly compatible.<br>
            >> ><br>
            >> > However, there are many IAX2 toolkits out
            there, including some written<br>
            >> > in<br>
            >> > Java, etc. So, I recommend abandoning the
            notion of SIP for the Web<br>
            >> > Transceiver entirely--go with IAX2 from the
            start. SIP won't do what's<br>
            >> > needed for interfacing with the app_rpt code
            since SIP doesn't natively<br>
            >> > pass the telemetry used by app_rpt, etc.<br>
            >> ><br>
            >> > 73, David KB4FXC<br>
            >> ><br>
            >> ><br>
            >> ><br>
            >> > On Sun, 17 Aug 2014 <a moz-do-not-send="true"
              href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>
            wrote:<br>
            >> ><br>
            >> >><br>
            >> >> My understanding of<br>
            >> >><br>
            >> >> Differences to sip and iax is that
            underlying command/control/comment<br>
            >> >> data.<br>
            >> >><br>
            >> >> If you have and send that data, asterisk
            is ready for it.<br>
            >> >><br>
            >> >> Any sip device can be a iax device, but to
            have iax control, you must<br>
            >> >> send that extra iax data formatted.<br>
            >> >> Any iax device can be used as a sip device
            without control.<br>
            >> >><br>
            >> >> any clues where the original java source
            may be found ?<br>
            >> >><br>
            >> >> ...mike/kb8jnm<br>
            >> >> -------- Original Message --------<br>
            >> >> Subject: Re: [App_rpt-users] Web
            transceiver node display<br>
            >> >> From: Tim Sawyer <<a
              moz-do-not-send="true" href="mailto:tim.sawyer@mac.com">tim.sawyer@mac.com</a>><br>
            >> >> Date: Sun, August 17, 2014 1:35 pm<br>
            >> >> To: <a moz-do-not-send="true"
              href="mailto:mike@midnighteng.com">mike@midnighteng.com</a><br>
            >> >> Cc: <a moz-do-not-send="true"
              href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
            >> >><br>
            >> >> Why is (a nicely commented) <a
              moz-do-not-send="true" href="http://iax.conf">iax.conf</a>
            shown there?<br>
            >> >> --<br>
            >> >> Tim<br>
            >> >> :wq<br>
            >> >><br>
            >> >> On Aug 17, 2014, at 10:14 AM, <a
              moz-do-not-send="true" href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>
            wrote:<br>
            >> >><br>
            >> >> It's already sourced as iax.<br>
            >> >><br>
            >> >><br>
            >> >> <a moz-do-not-send="true"
href="https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/%3Ca%20href="
              http:="" iax.conf"="">iax.conf</a>?r=126"><a class="moz-txt-link-freetext" href="https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/">https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/</a><a
              moz-do-not-send="true" href="http://iax.conf">iax.conf</a>?r=126<br>
            >> >><br>
            >> >><br>
            >> >><br>
            >> >><br>
            >> ><br>
            >> >
            _______________________________________________<br>
            >> > App_rpt-users mailing list<br>
            >> > <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            >> > <a moz-do-not-send="true"
              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<br>
            >> > <a moz-do-not-send="true"
              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<br>
            >> > the bottom of the page. Enter your email
            address and press the "Unsubscribe<br>
            >> > or edit options button"<br>
            >> > You do not need a password to unsubscribe, you
            can do it via email<br>
            >> > confirmation. If you have trouble
            unsubscribing, please send a message to<br>
            >> > the list detailing the problem.<br>
            >> _______________________________________________<br>
            >> App_rpt-users mailing list<br>
            >> <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            >> <a moz-do-not-send="true"
              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<br>
            >> <a moz-do-not-send="true"
              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<br>
            >> the bottom of the page. Enter your email address
            and press the "Unsubscribe<br>
            >> or edit options button"<br>
            >> You do not need a password to unsubscribe, you can
            do it via email<br>
            >> confirmation. If you have trouble unsubscribing,
            please send a message to<br>
            >> the list detailing the problem.<br>
            >><br>
            ><br>
            > _______________________________________________<br>
            > App_rpt-users mailing list<br>
            > <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            > <a moz-do-not-send="true"
              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<br>
            > <a moz-do-not-send="true"
              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<br>
            > the bottom of the page. Enter your email address and
            press the "Unsubscribe<br>
            > or edit options button"<br>
            > You do not need a password to unsubscribe, you can do
            it via email<br>
            > confirmation. If you have trouble unsubscribing, please
            send a message to<br>
            > the list detailing the problem.<br>
            ><br>
            ><br>
            > _______________________________________________<br>
            > App_rpt-users mailing list<br>
            > <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            > <a moz-do-not-send="true"
              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<br>
            > <a moz-do-not-send="true"
              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<br>
            > the bottom of the page. Enter your email address and
            press the "Unsubscribe<br>
            > or edit options button"<br>
            > You do not need a password to unsubscribe, you can do
            it via email<br>
            > confirmation. If you have trouble unsubscribing, please
            send a message to<br>
            > the list detailing the problem.<br>
            ><br>
            ><br>
            ><br>
            > _______________________________________________
            App_rpt-users mailing list<br>
            > <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            > <a moz-do-not-send="true"
              href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a>
            To unsubscribe<br>
            > from this list please visit<br>
            > <a moz-do-not-send="true"
              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<br>
            > the bottom of the page. Enter your email address and
            press the "Unsubscribe<br>
            > or edit options button" You do not need a password to
            unsubscribe, you can<br>
            > do it via email confirmation. If you have trouble
            unsubscribing, please send<br>
            > a message to the list detailing the problem.<br>
            > ________________________________<br>
            > _______________________________________________<br>
            > App_rpt-users mailing list<br>
            > <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            > <a moz-do-not-send="true"
              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<br>
            > <a moz-do-not-send="true"
              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<br>
            > the bottom of the page. Enter your email address and
            press the "Unsubscribe<br>
            > or edit options button"<br>
            > You do not need a password to unsubscribe, you can do
            it via email<br>
            > confirmation. If you have trouble unsubscribing, please
            send a message to<br>
            > the list detailing the problem.<br>
            ><br>
            ><br>
            > _______________________________________________<br>
            > App_rpt-users mailing list<br>
            > <a moz-do-not-send="true"
              href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
            > <a moz-do-not-send="true"
              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<br>
            > <a moz-do-not-send="true"
              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<br>
            > the bottom of the page. Enter your email address and
            press the "Unsubscribe<br>
            > or edit options button"<br>
            > You do not need a password to unsubscribe, you can do
            it via email<br>
            > confirmation. If you have trouble unsubscribing, please
            send a message to<br>
            > the list detailing the problem.<br>
          </div>
        </blockquote>
      </span>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
App_rpt-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>
<a class="moz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a>

To unsubscribe from this list please visit <a class="moz-txt-link-freetext" 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"
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. </pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="78">-- 
Bryan Fields

727-409-1194 - Voice
727-214-2508 - Fax
<a class="moz-txt-link-freetext" href="http://bryanfields.net">http://bryanfields.net</a></pre>
  </body>
</html>