<div class="gmail_quote">Hi Steve,<br>Sorry for the late reply, I have been away in Brisbane..<br>I think I have found the problem, it looks like I have not been running rc.updatenodelist to create the rpt_extnodes file!!!<br>
As you can guess I am still learning....<br>
<br>Maybe we should put some debug statement in the code at line 4190 of app_rpt.c<br><br>/* if file does not exist */<br>        if (stat(myrpt->p.extnodefile,&mystat) == -1)<br>        {<br>                if (ourcfg) ast_config_destroy(ourcfg);<br>

                ourcfg = NULL;<br>                ast_mutex_unlock(&nodelookuplock);<br>                return(NULL);<br>        }<br><br>e.g if the stat() fails.????? e.g rc.updatenodelist is not running etc (assuming this is the correct part of the code)<br>

<br>What do you think??<br><br>Also is there a chance I could get a development allstar node number as I need to test some configs before we put them on node 2393, the club 70CM repeater ?<br>I have applied for one but I never get the email.<br>

<br>Regards<br><br>Anthony VK2ACP<br><br><br><br><br><br><br><div class="gmail_quote"><div class="im">On Tue, Oct 20, 2009 at 8:58 PM, Stephen Rodgers <span dir="ltr"><<a href="mailto:hwstar@rodgers.sdcoxmail.com" target="_blank">hwstar@rodgers.sdcoxmail.com</a>></span> wrote:<br>

</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div><div class="im">Anthony Percy wrote:<br>
> Hi Steve,<br>
> Thanks for the reply. The strange thing is that when we turn the debugging<br>
> on we see no error messages at all!!!<br>
> Neither is there anything in the log files... All we see is a "psuedo ....<br>
> hangup" when we call allstar. Calling echolink creates a log list of<br>
> connection messages and it works fine..<br>
><br>
> How do we check if the node list is updating correctly?<br>
><br>
> regards<br>
><br>
> AP<br>
><br></div>
> On Tue, Oct 20, 2009 at 5:57 AM, <<a href="mailto:hwstar@rodgers.sdcoxmail.com" target="_blank">hwstar@rodgers.sdcoxmail.com</a>> wrote:s<div><div></div><div class="h5"><br>
><br>
>>> From: Anthony Percy <<a href="mailto:anthcp@gmail.com" target="_blank">anthcp@gmail.com</a>><br>
>>> Date: 2009/10/19 Mon AM 01:24:32 PDT<br>
>>> To: <a href="mailto:app_rpt-users@qrvc.com" target="_blank">app_rpt-users@qrvc.com</a><br>
>>> Subject: [App_rpt-users] Problem with iax?<br>
>>><br>
>>> Hi all,<br>
>>> We recently built a new allstar asterisk repeater using a svn development<br>
>>> build from a few weeks ago. ( I did have a small prob with the build but<br>
>>> that was easy to fix by altering a makefile, I can elaborate if required)<br>
>>> It works fine as a repeater with the DMK fob but when we call an allstar<br>
>>> node it fails. However, when we call a echolink server it works fine.<br>
>>> We parsed our older xipar config files to build the new configs for the<br>
>> svn<br>
>>> build, I guess we may have missed something for the iax to work?<br>
>>> It also seems to register ok on the allstar stats site...<br>
>>> Any suggestions?<br>
>>> When we put our older allstar repeater back in place it works fine on<br>
>>> allstar so it can't be a network or firewall issue...<br>
>>><br>
>>> Regards<br>
>>><br>
>>> Anthony Percy, VK2ACP<br>
>>><br>
>>> Chifley Amateur Radio Club.<br>
>>><br>
>>><br>
>><br>
>> There should be connect errors displayed on the Asterisk console. It would<br>
>> be helpful to see those.<br>
>><br>
>> A hint: Maybe your node list is not updating correctly.<br>
>><br>
>> Steve<br>
>> WA6ZFT<br>
>><br>
>> _______________________________________________<br>
>> App_rpt-users mailing list<br>
>> <a href="mailto:App_rpt-users@qrvc.com" target="_blank">App_rpt-users@qrvc.com</a><br>
>> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
>><br>
>><br>
>><br>
><br>
</div></div></div></div><div><div></div><div class="h5">Use the following Asterisk cli commands to enable debugging and a more verbose output from Asterisk<br>
<br>
core set verbose 4<br>
rpt debug level 5<br>
<br>
The node list should be located in file /var/lib/asterisk/rpt_extnodes<br>
<br>
It is a text file so you can use text tools to view it.<br>
<br>
The file gets downloaded every 10 minutes, and the top  of the file should contain two recent time stamps which are no<br>
more than 30 minutes old.<br>
<br>
The other thing to check is if the system is registering properly.<br>
If you use the following, Asterisk CLI command, you should get something similar to this:<br>
<br>
radios*CLI> iax2 show registry<br>
Host                  dnsmgr  Username    Perceived             Refresh  State<br>
67.xx.xx.xx:4569      N       A2010       72.xx.xx.xx:4569      60       Registered<br>
<br>
It's 3 AM here, and I can't sleep.<br>
<br>
Steve<br>
WA6ZFT<br>
<br>
<br>
<br>
</div></div></blockquote></div><br>
</div><br>