What's the secret as to getting Two Different Nodes on the same Box to connect and talk to each other?
Depends If they are "public" nodes that register with the address server, you just have to wait until each node's local database (/var/lib/asterisk/rpt_extnodes) has been updated to show each other's addresses. To do that, the nodes will have to have different port numbers as part of their registration information. It can take quite a while for the update to happen. If one of the nodes is a "private" one, then you need to put an entry in the [nodes] stanza of rpt.conf showing the IP address of the private node. Don't forget to put an entry in extensions.conf too.. Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Bob Bunter Sent: Saturday, December 18, 2010 10:07 PM To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] Two Nodes What's the secret as to getting Two Different Nodes on the same Box to connect and talk to each other?
In rpt.conf under [nodes] what do you have. It should look like this. [nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here. 2063 = radio@127.0.0.1:4570/2063,NONE ; This must be changed to your node number 2064 = radio@127.0.0.1:4570/2064,NONE,y 2080 = radio@127.0.0.1:4570/2080,NONE,y 2081 = radio@127.0.0.1:4570/2081,NONE,y ** I use 4570 for my iax port. I might need 4569 for your port. RPT checks rpt.conf first then rpt_extnodes. If you are using rpt_extnodes then it might be routing out to your public address and your router might not like that. David On Sat, Dec 18, 2010 at 7:07 PM, Bob Bunter <hammradio@charter.net> wrote:
What's the secret as to getting Two Different Nodes on the same Box to connect and talk to each other?
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (3)
-
Bob Bunter -
David KE6UPI -
Ken