Active Node Status

One of my nodes, 42690, does not show on the ’ Active Nodes List ', but does show on the ’ Node List '. My other node, 42728, does show on both lists.

Sounds like it is not registered.

Both nodes in the same box ?

Check user/pass in iax.conf with what is stored in Allstar self care for the node.
-And look for accidental fat finger typo errors on that line

Running ASL2 Beta 6. Both on the same Pi. IAX.conf entries ARE correct, as are RPT.conf lines. 42690 IS connected to 27273 on the bubble map, yet it does NOT show on the active nodes list?

42690 Node is ONLINE but is not reporting statistical data.

you need to report stats to allstar then it will show up

End of node stanza

statpost_program=/usr/bin/wget,-q,–timeout=15,–tries=1,–output-document=/dev/null
statpost_url=http://stats.allstarlink.org/uhandler.php ; Status updates

Thanks Mike, My statpost url was missing ’ ,php ’ at the end.

42690 still not listed in the 'active ’ nodes list ( but 42728 is listed ) ???
I do not understand what else to do.

IAX.conf -
register = 42690:xxxxxx@register.allstarlink.org
register = 42728:xxxxxx@register.allstarlink.org
( yes I double checked the passwords )

RPT.conf -
42690 = radio@127.0.0.1/42690,NONE
42728 = radio@127.0.0.1/42728,NONE
statpost_url = http://stats.allstarlink.org/uhandler.php ; Status updates

EXTENSIONS.conf -
[radio-secure]
exten => ${NODE},1,rpt,${NODE}

[iaxrpt]
exten => ${NODE},1,rpt(${NODE}|X)
( variables ARE correct)

For two nodes, you will need two statpost commands. One for each node. Do you have a statpost at the end of the [42728] stanza?

Thank you Steve! That was the problem. Both nodes now show in the active list.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.