<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>The “1” is the argument count..
an integer number of arguments passed to the routine. It is a C and C++ thing. In
this case, the node number is a single argument being passed to the routine
that returns the nodename|callsign|IP address. See code below. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Bob<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>kk6ecm<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<pre><font size=2 face="Courier New"><span style='font-size:10.0pt'>+* CLI extensions<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+*/<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+/* Debug mode */<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+static int el_do_debug(int fd, int argc, char *argv[]);<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+static int el_do_dbdump(int fd, int argc, char *argv[]);<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+static int el_do_dbget(int fd, int argc, char *argv[]); argc (“argument count”) <o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+static char debug_usage[] =<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+"Usage: echolink debug level {0-7}\n"<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+"       Enables debug messages in app_rpt\n";<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+static char dbdump_usage[] =<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+"Usage: echolink dbdump [nodename|callsign|ipaddr]\n"<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+"       Dumps entire echolink db\n";<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+static char dbget_usage[] =<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+"Usage: echolink dbget <nodename|callsign|ipaddr> <lookup-data>\n"<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>+"       Looks up echolink db entry\n";<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Doug Crompton<br>
<b><span style='font-weight:bold'>Sent:</span></b> Saturday, January 18, 2014
10:17 AM<br>
<b><span style='font-weight:bold'>To:</span></b> Tim Sawyer<br>
<b><span style='font-weight:bold'>Cc:</span></b> app_rpt-users@ohnosec.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [App_rpt-users]
Echolink database</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3 face=Tahoma><span
style='font-size:12.0pt;font-family:Tahoma'>Tim (and all),<br>
<br>
OK on rpt.conf. CCing this to the forum.<br>
<br>
I  think my confusion was between the xipar and acid Allstar versions.
Apparently the xipar version uses the  echolink/sl0   stanza setting.
<br id=FontBreak>
<br>
Also I will be adding echolink call lookup to lsnodes for those that have
echolink enabled</span></font><font face=Calibri><span style='font-family:Calibri'>.</span></font><font
face=Tahoma><span style='font-family:Tahoma'> <br>
</span></font><font face=Calibri><span style='font-family:Calibri'><br>
</span></font><font face=Tahoma><span style='font-family:Tahoma'>Can anyone can
explain the third parameter (shown as 1 below) for 'echolink dbget' ?  It
seems that it does not matter what it is but it has to be there.<br>
<br>
WA3DSP_Allstar*CLI> echolink dbget 1 147090<br>
147090|WA3DSP-L|50.191.8.33<br>
<br>
WA3DSP_Allstar*CLI> echolink dbget<br>
Usage: echolink dbget <nodename|callsign|ipaddr> <lookup-data><br>
       Looks up echolink db entry</span></font><font
face=Calibri><span style='font-family:Calibri'><br>
<br>
<br>
</span></font><b><font size=5 face=Calibri><span style='font-size:16.0pt;
font-family:Calibri;font-weight:bold'>73 Doug<br>
WA3DSP<br>
http://www.crompton.com/hamradio</span></font></b><font size=5 face=Calibri><span
style='font-size:16.0pt;font-family:Calibri'><br>
<br>
</span></font><font face=Calibri><span style='font-family:Calibri'><o:p></o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face=Calibri><span style='font-size:12.0pt;font-family:Calibri'>

<hr size=2 width="100%" align=center id=stopSpelling>

</span></font></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3 face=Calibri><span
style='font-size:12.0pt;font-family:Calibri'>From: tim.sawyer@mac.com<br>
Subject: Re: Echolink database<br>
Date: Sat, 18 Jan 2014 07:55:52 -0800<br>
To: doug@crompton.com<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face=Calibri><span style='font-size:12.0pt;
font-family:Calibri'>Sorry I didn't read your note thoroughly. Yes, zap/pseudo
is the way to do it with no radio. Just add another node to your system and
point echolink at it.<br>
<br>
--<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face=Calibri><span style='font-size:12.0pt;
font-family:Calibri'>Tim<o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal><font size=3 face=Calibri><span style='font-size:12.0pt;
font-family:Calibri'>:wq<o:p></o:p></span></font></p>

</div>

</div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3 face=Calibri><span
style='font-size:12.0pt;font-family:Calibri'><br>
On Jan 17, 2014, at 10:55 PM, Doug Crompton <<a
href="mailto:doug@crompton.com">doug@crompton.com</a>> wrote:<o:p></o:p></span></font></p>

</div>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3 face=Tahoma><span
style='font-size:12.0pt;font-family:Tahoma'>Tim,<br>
<br>
What is the proper way to install echolink in rpt.conf ?<br>
<br>
I tried -<br>
<br>
rxchannel=echolink/el0<br>
<br>
and on restart it failed - would not enter cli.<br>
<br>
This is the way it is shown in the examples.<br>
<br>
When I use -<br>
<br>
rxchannel=Zap/pseudo<br>
<br>
It works. In both cases the echolink.conf points to this stanza.<br>
<br>
I want to have a node just for echolink. No radio. I will connect to radio node
as desired.<br>
<br>
Echolink seems to work with the pseudo channel, someone connected to me and we
communicated.<br id=ecxFontBreak>
</span></font><font face=Calibri><span style='font-family:Calibri'><br>
</span></font><b><font size=5 face=Calibri><span style='font-size:16.0pt;
font-family:Calibri;font-weight:bold'>73 Doug<br>
WA3DSP<br>
<a href="http://www.crompton.com/hamradio" target="_blank">http://www.crompton.com/hamradio</a></span></font></b><font
size=5 face=Calibri><span style='font-size:16.0pt;font-family:Calibri'><br>
<br>
</span></font><font face=Calibri><span style='font-family:Calibri'><o:p></o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face=Calibri><span style='font-size:12.0pt;font-family:Calibri'>

<hr size=2 width="100%" align=center id=ecxstopSpelling>

</span></font></div>

<p class=MsoNormal><font size=3 face=Calibri><span style='font-size:12.0pt;
font-family:Calibri'><o:p> </o:p></span></font></p>

</div>

</div>

</div>

</blockquote>

</div>

</div>

</div>

</body>

</html>