<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div><br></div><div>I would look for a type error in your registration lines in rpt.conf</div><div><br></div><div>then a quick look at port forwarding in your router to be sure the voip port is going to the ip of app_rpt machine.</div><div><br></div><div>Just my thinking... hope you find it.<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] Registration server down?<br>
From: "Lu Vencl" <<a href="mailto:vencl@att.net">vencl@att.net</a>><br>
Date: Thu, December 05, 2013 12:20 pm<br>
To: "'Tim Sawyer'" <<a href="mailto:tim.sawyer@mac.com">tim.sawyer@mac.com</a>>, "'David McGough'"<br>
<<a href="mailto:kb4fxc@inttek.net">kb4fxc@inttek.net</a>><br>
Cc: 'app_rpt mailing list' <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
<br>
Thanks Tim, I thought of that early one, but I am able to ping the reg<br>
server, so I assumed that was not the issue. Agree?<br>
<br>
-----Original Message-----<br>
From: Tim Sawyer [<a href="mailto:tim.sawyer@mac.com">mailto:tim.sawyer@mac.com</a>] <br>
Sent: Thursday, December 05, 2013 11:13 AM<br>
To: David McGough<br>
Cc: Lu Vencl; app_rpt mailing list<br>
Subject: Re: [App_rpt-users] Registration server down?<br>
<br>
Sometimes registration won't happen because there is no DNS. This is very<br>
common on a new ACID install.<br>
<br>
Add a name server to /etc/resolv.conf for example:<br>
nameserver 8.8.8.8<br>
nameserver 8.8.4.4<br>
--<br>
Tim<br>
:wq<br>
<br>
On Dec 4, 2013, at 11:12 PM, David McGough <<a href="mailto:kb4fxc@inttek.net">kb4fxc@inttek.net</a>> wrote:<br>
<br>
> <br>
> Hi Lu,<br>
> <br>
> Okay, you are correct, it appears you're not registered for some reason.  <br>
> The next step is to take a look at the asterisk logfiles to see if <br>
> they hold any answers as to what's wrong.<br>
> <br>
> So, login to the Asterisk/app_rpt server and from the command prompt <br>
> issue this command:<br>
> <br>
> grep chan_iax2 /var/log/asterisk/messages | tail -100<br>
> <br>
> This should print out the last 100 lines of log entries related to the<br>
> chan_iax2 channel driver. This info should explain what's wrong with <br>
> registrations.<br>
> <br>
> Please give this a try and report back. Note that your AllStar <br>
> password may be included in this printout, so, use caution before just <br>
> cutting-and-pasting into a reply e-mail.<br>
> <br>
> Happy Holidays!<br>
> <br>
> <br>
> 73, David KB4FXC<br>
> <br>
> <br>
> <br>
> On Wed, 4 Dec 2013, Lu Vencl wrote:<br>
> <br>
>> Well I tried the recommended command:  wget   -O -<br>
>> <a href="http://nodes1.allstarlink.org/cgi-bin/nodes.pl">http://nodes1.allstarlink.org/cgi-bin/nodes.pl</a>   and here are my results.<br>
>> [root@Node27976_WoodlandPark00256483dba8 ~]# wget   -O -<br>
>> <a href="http://nodes1.allstarlink.org/cgi-bin/nodes.pl">http://nodes1.allstarlink.org/cgi-bin/nodes.pl</a><br>
>> --2013-12-04 21:50:01--  <br>
>> <a href="http://nodes1.allstarlink.org/cgi-bin/nodes.pl">http://nodes1.allstarlink.org/cgi-bin/nodes.pl</a><br>
>> Resolving <a href="http://nodes1.allstarlink.org">nodes1.allstarlink.org</a>... 96.36.57.202 Connecting to <br>
>> <a href="http://nodes1.allstarlink.org">nodes1.allstarlink.org</a>|96.36.57.202|:80... connected.<br>
>> HTTP request sent, awaiting response... 403<br>
>> 2013-12-04 21:50:06 ERROR 403: (no description).<br>
>> <br>
>> So you are correct, I am not registered, but the next question is <br>
>> why?  My IP address only changes when I reboot the router or after <br>
>> about 3 weeks when the DHCP expires.  This just suddenly started just <br>
>> a few days ago, so I am at a loss.<br>
>> I am open to suggestions at this point.. <br>
>> Thanks<br>
>> KA4EPS<br>
>> <br>
>> -----Original Message-----<br>
>> From: <a href="mailto:app_rpt-users-bounces@ohnosec.org">app_rpt-users-bounces@ohnosec.org</a> <br>
>> [<a href="mailto:app_rpt-users-bounces@ohnosec.org">mailto:app_rpt-users-bounces@ohnosec.org</a>] On Behalf Of David McGough<br>
>> Sent: Wednesday, December 04, 2013 1:16 PM<br>
>> To: Andrew Sylthe<br>
>> Cc: <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>; Benjamin L. Naber<br>
>> Subject: Re: [App_rpt-users] Registration server down?<br>
>> <br>
>> <br>
>> Guys,<br>
>> <br>
>> I don't think anything is broken with the registration server(s)--I <br>
>> just checked the logs at my repeater site and everything seems fine.<br>
>> <br>
>> You must have a *stable* Internet connection to maintain registration.  <br>
>> And, realistically, in my experience, a static IP address will <br>
>> improve your results significantly.<br>
>> <br>
>> Once your system has registered, you can perform a test from the <br>
>> command prompt of your ACID server to get the latest node list. That<br>
command is:<br>
>> <br>
>> wget   -O - <a href="http://nodes1.allstarlink.org/cgi-bin/nodes.pl">http://nodes1.allstarlink.org/cgi-bin/nodes.pl</a><br>
>> <br>
>> If this command fails with a 500 error (or 403 error), you're not <br>
>> registered properly. This could mean that your IP address has changed <br>
>> since your last registration.<br>
>> <br>
>> I hope this helps-<br>
>> <br>
>> <br>
>> 73, David KB4FXC<br>
>> <br>
>> <br>
>> <br>
>> On Wed, 4 Dec 2013, Andrew Sylthe wrote:<br>
>> <br>
>>> I personally have noticed my IAX registration failing to <br>
>>> 67.175.236.94<br>
>>> (AllStar) periodically throughout the day (and the past few days for <br>
>>> that matter).  I have other IAX and SIP registrations that are not <br>
>>> experiencing the same loss of registration.  I don't believe it to <br>
>>> be a problem with my internet connection.  I will say that I haven't <br>
>>> done a tcpdump, but am willing to if someone needs more diagnostic <br>
>>> information<br>
>> from my endpoint.<br>
>>> <br>
>>> <br>
>>> On Wed, Dec 4, 2013 at 11:55 AM, Benjamin L. Naber<br>
>> <<a href="mailto:Benjamin@kb9lfz.com">Benjamin@kb9lfz.com</a>>wrote:<br>
>>> <br>
>>>> there have been an increasing number of reports in which folks are <br>
>>>> having troubles with connecting to other nodes.<br>
>>>> <br>
>>>> It's apparent to me that until Master Daddy has an issue, nothing <br>
>>>> will be done about it.<br>
>>>> <br>
>>>> <br>
>>>> <br>
>>>> On Wed, 2013-12-04 at 12:42 -0500, Lu Vencl wrote:<br>
>>>>> Any chance the registration server is down?  For some reason, my <br>
>>>>> node in CO is unable to connect to anyone and it does not show up <br>
>>>>> in the database.<br>
>>>>> <br>
>>>>> Example: <a href="http://stats.allstarlink.org/nodeinfo.cgi?node=27976">http://stats.allstarlink.org/nodeinfo.cgi?node=27976</a><br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>>                              Node 27976<br>
>>>>> <br>
>>>>> <br>
>>>>> Node 27976 is no longer in the database<br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> But if I try to connect to other nodes, I do seem to attempt to <br>
>>>>> make connections ok, but they fail.<br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> Last login: Wed Dec  4 12:08:53 2013 from 166.205.50.234<br>
>>>>> <br>
>>>>> Installed and Running Server Packages:<br>
>>>>> <br>
>>>>> XIPAR      - <a href="http://www.xelatec.com/xipar">http://www.xelatec.com/xipar</a><br>
>>>>> <br>
>>>>> Asterisk   - <a href="http://www.asterisk.org">http://www.asterisk.org</a><br>
>>>>> <br>
>>>>> FreePBX    - <a href="http://www.freepbx.org">http://www.freepbx.org</a><br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> IP Address  = 192.168.0.2<br>
>>>>> <br>
>>>>> MAC Address = 00:25:64:83:DB:A8<br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> [root@Node27976_WoodlandPark00256483dba8 ~]# ping <br>
>>>>> <a href="http://register.allstarlink.org">register.allstarlink.org</a><br>
>>>>> <br>
>>>>> PING <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178) 56(84) bytes of data.<br>
>>>>> <br>
>>>>> 64 bytes from <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178): <br>
>>>>> icmp_seq=1<br>
>>>>> ttl=56 time=66.4 ms<br>
>>>>> <br>
>>>>> 64 bytes from <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178): <br>
>>>>> icmp_seq=2<br>
>>>>> ttl=56 time=65.5 ms<br>
>>>>> <br>
>>>>> 64 bytes from <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178): <br>
>>>>> icmp_seq=3<br>
>>>>> ttl=56 time=66.5 ms<br>
>>>>> <br>
>>>>> 64 bytes from <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178): <br>
>>>>> icmp_seq=4<br>
>>>>> ttl=56 time=66.3 ms<br>
>>>>> <br>
>>>>> 64 bytes from <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178): <br>
>>>>> icmp_seq=5<br>
>>>>> ttl=56 time=66.0 ms<br>
>>>>> <br>
>>>>> 64 bytes from <a href="http://register.allstarlink.org">register.allstarlink.org</a> (67.215.233.178): <br>
>>>>> icmp_seq=6<br>
>>>>> ttl=56 time=65.7 ms<br>
>>>>> <br>
>>>>> ^C<br>
>>>>> <br>
>>>>> --- <a href="http://register.allstarlink.org">register.allstarlink.org</a> ping statistics ---<br>
>>>>> <br>
>>>>> 6 packets transmitted, 6 received, 0% packet loss, time 5790ms<br>
>>>>> <br>
>>>>> rtt min/avg/max/mdev = 65.594/66.129/66.577/0.383 ms<br>
>>>>> <br>
>>>>> [root@Node27976_WoodlandPark00256483dba8 ~]# ^C<br>
>>>>> <br>
>>>>> [root@Node27976_WoodlandPark00256483dba8 ~]# asterisk -r<br>
>>>>> <br>
>>>>> Asterisk 1.4.28, Copyright (C) 1999 - 2009 Digium, Inc. and others.<br>
>>>>> <br>
>>>>> Created by Mark Spencer <<a href="mailto:markster@digium.com">markster@digium.com</a>><br>
>>>>> <br>
>>>>> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty'<br>
>>>>> for details.<br>
>>>>> <br>
>>>>> This is free software, with components licensed under the GNU <br>
>>>>> General Public<br>
>>>>> <br>
>>>>> License version 2 and other licenses; you are welcome to <br>
>>>>> redistribute it under<br>
>>>>> <br>
>>>>> certain conditions. Type 'core show license' for details.<br>
>>>>> <br>
>>>>> ==================================================================<br>
>>>>> =======<br>
>>>>> <br>
>>>>> Connected to Asterisk 1.4.28 currently running on<br>
>>>>> Node27976_WoodlandPark00256483dba8 (pid = 1631)<br>
>>>>> <br>
>>>>> Verbosity is at least 99256483dba8*CLI><br>
>>>>> <br>
>>>>> Node27976_WoodlandPark00256483dba8*CLI> core set verbose 99<br>
>>>>> <br>
>>>>> Verbosity is at least 99256483dba8*CLI><br>
>>>>> <br>
>>>>> Node27976_WoodlandPark00256483dba8*CLI> rpt fun 27976 *327892<br>
>>>>> <br>
>>>>>  == Parsing '/var/lib/asterisk/rpt_extnodes': Found<br>
>>>>> <br>
>>>>>  == Parsing '/var/lib/asterisk/rpt_extnodes': Found<br>
>>>>> <br>
>>>>>  == Parsing '/var/lib/asterisk/rpt_extnodes': Found<br>
>>>>> <br>
>>>>>  == Parsing '/var/lib/asterisk/rpt_extnodes': Found<br>
>>>>> <br>
>>>>>  == Parsing '/var/lib/asterisk/rpt_extnodes': Found<br>
>>>>> <br>
>>>>>  == Parsing '/var/lib/asterisk/rpt_extnodes': Found<br>
>>>>> <br>
>>>>>    -- Call accepted by 99.45.143.74 (format ulaw)<br>
>>>>> <br>
>>>>>    -- Format for call is ulaw<br>
>>>>> <br>
>>>>>    -- Hungup 'IAX2/99.45.143.74:4569-777'<br>
>>>>> <br>
>>>>>    -- Hungup 'DAHDI/pseudo-1878106708'<br>
>>>>> <br>
>>>>>    -- Hungup 'DAHDI/pseudo-1462231487'<br>
>>>>> <br>
>>>>>    -- <DAHDI/pseudo-2063202499> Playing 'rpt/nodenames/27892' <br>
>>>>> (language 'en')<br>
>>>>> <br>
>>>>>    -- <DAHDI/pseudo-2063202499> Playing 'rpt/connection_failed' <br>
>>>>> (language 'en')<br>
>>>>> <br>
>>>>>    -- Hungup 'DAHDI/pseudo-2063202499'<br>
>>>>> <br>
>>>>> Node27976_WoodlandPark00256483dba8*CLI><br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> I think one time this happened to me before and it ended up being <br>
>>>>> the registration server..  Any ideas?  Any commands I could try to <br>
>>>>> see the process flow of registration?<br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> <br>
>>>>> Lu<br>
>>>>> <br>
>>>>> KA4EPS<br>
>>>>> <br>
>>>>> <br>
>>>>> _______________________________________________<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>
>>>> <br>
>>>> _______________________________________________<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>
>>> <br>
>>> <br>
>>> <br>
>>> <br>
>> <br>
>> _______________________________________________<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>
>> <br>
> <br>
> _______________________________________________<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>
_______________________________________________<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>

</div>
</blockquote></span></body></html>