Re: [App_rpt-users] Private Node - Connection Failed (David Shaw)
David, I do not see/understand how your example is materially different from what I have configured ... ?? --------------------------Message: 2 Date: Sun, 22 Jul 2018 14:11:31 -0700 From: David Shaw <shawpbx@gmail.com> To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org> Subject: Re: [App_rpt-users] Private Node - Connection Failed Message-ID: <CAH4Rvb+gWzcaX4FEETEezQAd+JLZ73t+SHENW6AzT0U24b+gcQ@mail.gmail.com> Content-Type: text/plain; charset="utf-8" examples: [nodes] 110=radio@127.0.0.1/110,NONE ; My node on this computer (local) 111=radio@some.node.com/111,some.node.com ; My friends repeater (remote) ------------------------------I sent: ....In /etc/asterisk/rpt.conf on the existing node, add lines: [nodes] ; 1085 is the new/added private node number for existing public node 1085 = radio@127.0.0.1/1085,NONE,y ; 1002 is the new private node 1002 = radio@192.168.10.96/1002,NONE,y In /etc/asterisk/rpt.conf on the new private node (same network), add lines: [nodes] ; 1085 is the new/added private node number for existing public node on same LAN1085 = radio@192.168.10.76/1085,NONE,y ; 1002 is this new private node? 192.168.10.96 on LAN)1002 = radio@127.0.0.1/1002,NONE,y
Private node or not... It is or is not a remote base... Remove the ',y' if not And don't forget to provide a extension in extensions.conf wiki: [nodes] 1000 = radio@127.0.0.1/1000,NONE ; Private hub on this server 1001 = radio@host.domain.com/1001,NONE ; Private node on another server 2501 = radio@127.0.0.1/2501,NONE ; Public node on this server 2502 = radio@127.0.0.1/2502,NONE ; Another public node on this server 2503 = radio@192.168.1.20:4570/2503,NONE ; Public node behind the same NAT router ...mike/kb8jnm On 07/23/2018 04:32 PM, Jim Aspinwall No1PC wrote:
David,
I do not see/understand how your example is materially different from what I have configured ... ??
-------------------------- Message: 2 Date: Sun, 22 Jul 2018 14:11:31 -0700 From: David Shaw <shawpbx@gmail.com <mailto:shawpbx@gmail.com>> To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org <mailto:app_rpt-users@lists.allstarlink.org>> Subject: Re: [App_rpt-users] Private Node - Connection Failed Message-ID: <CAH4Rvb+gWzcaX4FEETEezQAd+JLZ73t+SHENW6AzT0U24b+gcQ@mail.gmail.com <mailto:gcQ@mail.gmail.com>> Content-Type: text/plain; charset="utf-8"
examples:
[nodes] 110=radio@127.0.0.1 <mailto:radio@127.0.0.1>/110,NONE ; My node on this computer (local) 111=radio@some.node.com <mailto:radio@some.node.com>/111,some.node.com ; My friends repeater (remote)
------------------------------ I sent:
....In /etc/asterisk/rpt.conf on the existing node, add lines:
[nodes] ; 1085 is the new/added private node number for existing public node
1085 = radio@127.0.0.1 <mailto:radio@127.0.0.1>/1085,NONE,y
; 1002 is the new private node
1002 = radio@192.168.10.96 <mailto:radio@192.168.10.96>/1002,NONE,y
In /etc/asterisk/rpt.conf on the new private node (same network), add lines:
[nodes] ; 1085 is the new/added private node number for existing public node on same LAN 1085 = radio@192.168.10.76 <mailto:radio@192.168.10.76>/1085,NONE,y
; 1002 is this new private node? 192.168.10.96 on LAN) 1002 = radio@127.0.0.1 <mailto:radio@127.0.0.1>/1002,NONE,y
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Hello, Don't use the NONE or the y for the private nodes. nodes] ; 1085 is the new/added private node number for existing public node 1085 = radio@127.0.0.1/1085,NONE,y ; 1002 is the new private node 1002 = radio@192.168.10.96/1002,NONE,y Change 1002 1002 = radio@192.168.10.96:4569/1002,192.168.10.96 In /etc/asterisk/rpt.conf on the new private node (same network), add lines: [nodes] ; 1085 is the new/added private node number for existing public node on same LAN 1085 = radio@192.168.10.76/1085,NONE,y ; 1002 is this new private node 192.168.10.96 on LAN) 1002 = radio@127.0.0.1/1002,NONE,y Change 1085 1085 = radio@192.168.10.76:4569/192.168.10.76 ------ Look at the file /tmp/rpt-extnodes-temp as an example. cat /tmp/rpt-extnodes-temp | less David On Mon, Jul 23, 2018 at 2:36 PM, Mike <mm@midnighteng.com> wrote:
Private node or not...
It is or is not a remote base...
Remove the ',y' if not
And don't forget to provide a extension in extensions.conf
wiki:
[nodes] 1000 = radio@127.0.0.1/1000,NONE ; Private hub on this server 1001 = radio@host.domain.com/1001,NONE ; Private node on another server 2501 = radio@127.0.0.1/2501,NONE ; Public node on this server 2502 = radio@127.0.0.1/2502,NONE ; Another public node on this server 2503 = radio@192.168.1.20:4570/2503,NONE ; Public node behind the same NAT router
...mike/kb8jnm
On 07/23/2018 04:32 PM, Jim Aspinwall No1PC wrote:
David,
I do not see/understand how your example is materially different from what I have configured ... ??
-------------------------- Message: 2 Date: Sun, 22 Jul 2018 14:11:31 -0700 From: David Shaw <shawpbx@gmail.com> To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org> Subject: Re: [App_rpt-users] Private Node - Connection Failed Message-ID: <CAH4Rvb+gWzcaX4FEETEezQAd+JLZ73t+SHENW6AzT0U24b+gcQ@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
examples:
[nodes] 110=radio@127.0.0.1/110,NONE ; My node on this computer (local) 111=radio@some.node.com/111,some.node.com ; My friends repeater (remote)
------------------------------ I sent:
....In /etc/asterisk/rpt.conf on the existing node, add lines:
[nodes] ; 1085 is the new/added private node number for existing public node
1085 = radio@127.0.0.1/1085,NONE,y
; 1002 is the new private node
1002 = radio@192.168.10.96/1002,NONE,y
In /etc/asterisk/rpt.conf on the new private node (same network), add lines:
[nodes] ; 1085 is the new/added private node number for existing public node on same LAN 1085 = radio@192.168.10.76/1085,NONE,y
; 1002 is this new private node? 192.168.10.96 on LAN) 1002 = radio@127.0.0.1/1002,NONE,y
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (3)
-
David KE6UPI -
Jim Aspinwall No1PC -
Mike