<div dir="ltr">in rpt.conf under the [nodes] stanza you'd want somthing like this<div><br></div><div>1234 = radio@10.0.0.x:4569/1234,NONE</div><div>1235 = radio@10.0.0.x:4569/1235,NONE</div><div><br></div><div>That would be the IP and node number of the remote node(s)</div><div><br></div><div>You'd also want to comment out the register stuff in iax.conf so private nodes don't try to register with the public allstar server.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 2, 2016 at 12:49 PM,  <span dir="ltr"><<a href="mailto:app_rpt-users-request@ohnosec.org" target="_blank">app_rpt-users-request@ohnosec.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send App_rpt-users mailing list submissions to<br>
        <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:app_rpt-users-request@ohnosec.org">app_rpt-users-request@ohnosec.<wbr>org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:app_rpt-users-owner@ohnosec.org">app_rpt-users-owner@ohnosec.<wbr>org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of App_rpt-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: help with reverse patch setup (<a href="mailto:mike@midnighteng.com">mike@midnighteng.com</a>)<br>
   2. Private nodes not connecting (N6GKJ Land)<br>
   3. Re: Private nodes not connecting (Corey Dean)<br>
   4. Re: Private nodes not connecting (Steve Zingman)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Fri, 2 Sep 2016 13:28:00 -0400<br>
From: <a href="mailto:mike@midnighteng.com">mike@midnighteng.com</a><br>
To: <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
Subject: Re: [App_rpt-users] help with reverse patch setup<br>
Message-ID:<br>
        <<a href="mailto:5a9b0d6ed092135ac8bc437002d93094.squirrel@webmail.midnighteng.com">5a9b0d6ed092135ac8bc437002d93<wbr>094.squirrel@webmail.<wbr>midnighteng.com</a>><br>
Content-Type: text/plain;charset=iso-8859-1<br>
<br>
<br>
While not everyone has the same thing in mind when they use the words REVERSE PHONE<br>
PATCH, I'll gamble on your meaning/need...<br>
<br>
The last line where you are making the actual switch(connection) to the radio<br>
interface has to be defined in the same context it is being switch to.<br>
So if it is playing back the digits as per your stanza and not making the<br>
connection (dropping the call/falling through) ,<br>
The last line should look something like this...<br>
<br>
exten => 29283,n,Rpt,29283|P<br>
<br>
See notes on the "P" designation of documentation but<br>
I think it is stated as "Phone Control Mode"<br>
and there are other modes depending on use/need.<br>
And the character just before it is a command separator,<br>
don't confuse it with others.<br>
<br>
...mike/kb8jnm<br>
<br>
<br>
<br>
> While attempting to create a reverse patch a incoming call returns the following<br>
> [Sep ??2 06:54:04] NOTICE[859]: chan_iax2.c:9471 socket_process: Rejected connect<br>
> attempt from 10.xxx.xxx.xxx, request '29883@radio-control' does not exist<br>
><br>
><br>
><br>
> extensions.conf is configured??<br>
> [radio??control]exten => 29883,1,Answerexten => 29883,n,Playback,rpt/nodeexten =><br>
> 29883,n,Playback,digits/2exten => 29883,n,Playback,digits/9exten =><br>
> 29883,n,Playback,digits/8exten => 29883,n,Playback,digits/8exten =><br>
> 29883,n,Playback,digits/3exten => 29883,n,Rpt,29883|D<br>
> iax.conf is configured<br>
><br>
> [N6LXX-IN]type=friendauth=<wbr>md5secret=<wbr>XXXXXXXXXXXXXXdisallow=<wbr>allallow=ulawallow=<wbr>gsmcodecpriority=hostcontext=<wbr>radio-controltransfer=no<br>
> CLI> show dialplan returns (edited)<br>
><br>
> [ Context 'radio??control' created by 'pbx_config' ]?? '29883' => ?? ?? ?? ??1.<br>
> Answer() ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ??<br>
> ?? ?? ?? ?? ?? ?? 2. Playback(rpt/node) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??<br>
> [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 3. Playback(digits/2) ?? ?? ?? ?? ?? ??<br>
> ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 4. Playback(digits/9)<br>
> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 5.<br>
> Playback(digits/8) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ??<br>
> ?? ?? ?? ?? ?? 6. Playback(digits/8) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??<br>
> [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 7. Playback(digits/3) ?? ?? ?? ?? ?? ??<br>
> ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 8. Rpt(29883|D) ?? ??<br>
> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]<br>
><br>
> CLI> dialplan show 29883@radio-controlThere is no existence of 'radio-control'<br>
> context<br>
> Any help greatly appreciated<br>
> Chris<br>
> ______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a><br>
><br>
> To unsubscribe from this list please visit<br>
> <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a> and scroll down to the<br>
> bottom of the page. Enter your email address and press the "Unsubscribe or edit<br>
> options button"<br>
> You do not need a password to unsubscribe, you can do it via email confirmation. If<br>
> you have trouble unsubscribing, please send a message to the list detailing the<br>
> problem.<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 2 Sep 2016 11:23:51 -0700<br>
From: N6GKJ Land <<a href="mailto:n6gkj1@gmail.com">n6gkj1@gmail.com</a>><br>
To: App RPT Users <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
Subject: [App_rpt-users] Private nodes not connecting<br>
Message-ID:<br>
        <CANr-_9p6m7i=entjW__WxVFz=<wbr>9ieb_s3K9Vnax8TtRoJrfRZ=<a href="mailto:g@mail.gmail.com">g@<wbr>mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi guys,<br>
<br>
I have 2 RPI 3 servers running the latest N4IRS release. I have a private<br>
node on each server.<br>
<br>
RPI3 #1 is 10.0.0.200 NODE 1000:4568<br>
RPI3 #2 is 10.0.0.201 NODE 1001:4569<br>
<br>
Neither node can connect to the other. I am using the CLI inside the<br>
asterisk program to manually connect using<br>
rpt fun 1000 *31001 from server 1<br>
<br>
or<br>
<br>
rpt fun 1001 *31000 from server 2<br>
<br>
Listed here is how the scripts are defined.<br>
<br>
extensions.conf<br>
RPI3 #1<br>
[globals]<br>
HOMENPA = 209 ; change this to your Area Code<br>
NODE = 1000   ; change this to your node number<br>
<br>
[default]<br>
<br>
exten => i,1,Hangup<br>
<br>
RPI3 #2<br>
[globals]<br>
HOMENPA = 209 ; change this to your Area Code<br>
NODE = 1001   ; change this to your node number<br>
<br>
[default]<br>
<br>
exten => i,1,Hangup<br>
<br>
[radio-secure]<br>
exten => ${NODE},1,rpt,${NODE}<br>
<br>
[radio-secure]<br>
exten => ${NODE},1,rpt,${NODE}<br>
<br>
<br>
rpt.conf<br>
<br>
RPI3 #1<br>
rxchannel = dahdi/pseudo<br>
<br>
[nodes]<br>
; Note, if you are using automatic update for allstar link nodes,<br>
; no allstar link nodes should be defined here. Only place a definition<br>
; for your local nodes, and private (off of allstar link) nodes here.<br>
<br>
1000 = <a href="mailto:radio@127.0.0.1">radio@127.0.0.1</a><br>
<<a href="https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1" rel="noreferrer" target="_blank">https://us-mg6.mail.yahoo.<wbr>com/compose?to=radio@127.0.0.1</a><wbr>>:4568/1000,NONE<br>
; This must be changed to your node number<br>
1001 = <a href="mailto:radio@10.0.0.201">radio@10.0.0.201</a><br>
<<a href="https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201" rel="noreferrer" target="_blank">https://us-mg6.mail.yahoo.<wbr>com/compose?to=radio@10.0.0.<wbr>201</a>>:4569/1001,NONE<br>
; and iax port number if not the default<br>
<br>
RPI3 #2<br>
<br>
rxchannel = dahdi/pseudo<br>
<br>
[nodes]<br>
; Note, if you are using automatic update for allstar link nodes,<br>
; no allstar link nodes should be defined here. Only place a definition<br>
; for your local nodes, and private (off of allstar link) nodes here.<br>
<br>
1000 = <a href="mailto:radio@10.0.0.201">radio@10.0.0.201</a><br>
<<a href="https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201" rel="noreferrer" target="_blank">https://us-mg6.mail.yahoo.<wbr>com/compose?to=radio@10.0.0.<wbr>201</a>>:4568/1000,NONE<br>
; This must be changed to your node number<br>
1001 = <a href="mailto:radio@127.0.0.1">radio@127.0.0.1</a><br>
<<a href="https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1" rel="noreferrer" target="_blank">https://us-mg6.mail.yahoo.<wbr>com/compose?to=radio@127.0.0.1</a><wbr>>:4569/1001,NONE<br>
; and iax port number if not the default<br>
<br>
<br>
I am not having any results with this. I did not uncomment node register<br>
line in iax.conf for either server<br>
and also in rpt,conf I did not uncomment the status report lines<br>
<br>
I just simply want these two servers to talk to each other on the same lan<br>
<br>
The nodes in both of these servers are HUBS.<br>
Anyone have any ideas I have over looked?<br>
<br>
Ron Simpson,<br>
N6GKJ Amateur Radio<br>
...................<br>
<br>
<br>
Have you ever noticed that when you are looking for something,<br>
it is always found in the last place you look?<br>
Ron Simpson,<br>
N6GKJ....<br>
Amateur Radio<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://ohnosec.org/pipermail/app_rpt-users/attachments/20160902/1f40f1b5/attachment-0001.html" rel="noreferrer" target="_blank">http://ohnosec.org/pipermail/<wbr>app_rpt-users/attachments/<wbr>20160902/1f40f1b5/attachment-<wbr>0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 2 Sep 2016 14:45:43 -0400<br>
From: Corey Dean <<a href="mailto:n3fe@repeater.net">n3fe@repeater.net</a>><br>
To: N6GKJ Land <<a href="mailto:n6gkj1@gmail.com">n6gkj1@gmail.com</a>><br>
Cc: App RPT Users <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
Subject: Re: [App_rpt-users] Private nodes not connecting<br>
Message-ID: <<a href="mailto:23CED29E-BF1A-4A70-A4B3-0FE5709F0FC1@repeater.net">23CED29E-BF1A-4A70-A4B3-<wbr>0FE5709F0FC1@repeater.net</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
You have to define each node in the other node.  Once I am back to my office I will send you an example of someone does t beat me to it<br>
<br>
Sent from my iPhone<br>
<br>
> On Sep 2, 2016, at 2:23 PM, N6GKJ Land <<a href="mailto:n6gkj1@gmail.com">n6gkj1@gmail.com</a>> wrote:<br>
><br>
> Hi guys,<br>
><br>
> I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server.<br>
><br>
> RPI3 #1 is 10.0.0.200 NODE 1000:4568<br>
> RPI3 #2 is 10.0.0.201 NODE 1001:4569<br>
><br>
> Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using<br>
> rpt fun 1000 *31001 from server 1<br>
><br>
> or<br>
><br>
> rpt fun 1001 *31000 from server 2<br>
><br>
> Listed here is how the scripts are defined.<br>
><br>
> extensions.conf<br>
> RPI3 #1<br>
> [globals]<br>
> HOMENPA = 209 ; change this to your Area Code<br>
> NODE = 1000   ; change this to your node number<br>
><br>
> [default]<br>
><br>
> exten => i,1,Hangup<br>
><br>
> RPI3 #2<br>
> [globals]<br>
> HOMENPA = 209 ; change this to your Area Code<br>
> NODE = 1001   ; change this to your node number<br>
><br>
> [default]<br>
><br>
> exten => i,1,Hangup<br>
><br>
> [radio-secure]<br>
> exten => ${NODE},1,rpt,${NODE}<br>
><br>
> [radio-secure]<br>
> exten => ${NODE},1,rpt,${NODE}<br>
><br>
><br>
> rpt.conf<br>
><br>
> RPI3 #1<br>
> rxchannel = dahdi/pseudo<br>
><br>
> [nodes]<br>
> ; Note, if you are using automatic update for allstar link nodes,<br>
> ; no allstar link nodes should be defined here. Only place a definition<br>
> ; for your local nodes, and private (off of allstar link) nodes here.<br>
><br>
> 1000 = <a href="http://radio@127.0.0.1:4568/1000,NONE" rel="noreferrer" target="_blank">radio@127.0.0.1:4568/1000,NONE</a>    ; This must be changed to your node number<br>
> 1001 = <a href="http://radio@10.0.0.201:4569/1001,NONE" rel="noreferrer" target="_blank">radio@10.0.0.201:4569/1001,<wbr>NONE</a>  ; and iax port number if not the default<br>
><br>
> RPI3 #2<br>
><br>
> rxchannel = dahdi/pseudo<br>
><br>
> [nodes]<br>
> ; Note, if you are using automatic update for allstar link nodes,<br>
> ; no allstar link nodes should be defined here. Only place a definition<br>
> ; for your local nodes, and private (off of allstar link) nodes here.<br>
><br>
> 1000 = <a href="http://radio@10.0.0.201:4568/1000,NONE" rel="noreferrer" target="_blank">radio@10.0.0.201:4568/1000,<wbr>NONE</a>    ; This must be changed to your node number<br>
> 1001 = <a href="http://radio@127.0.0.1:4569/1001,NONE" rel="noreferrer" target="_blank">radio@127.0.0.1:4569/1001,NONE</a>  ; and iax port number if not the default<br>
><br>
><br>
> I am not having any results with this. I did not uncomment node register line in iax.conf for either server<br>
> and also in rpt,conf I did not uncomment the status report lines<br>
><br>
> I just simply want these two servers to talk to each other on the same lan<br>
><br>
> The nodes in both of these servers are HUBS.<br>
> Anyone have any ideas I have over looked?<br>
><br>
> Ron Simpson,<br>
> N6GKJ Amateur Radio<br>
> ...................<br>
><br>
><br>
> Have you ever noticed that when you are looking for something,<br>
> it is always found in the last place you look?<br>
> Ron Simpson,<br>
> N6GKJ....<br>
> Amateur Radio<br>
> ______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a><br>
><br>
> To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
> 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.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://ohnosec.org/pipermail/app_rpt-users/attachments/20160902/a7a7a0b0/attachment-0001.html" rel="noreferrer" target="_blank">http://ohnosec.org/pipermail/<wbr>app_rpt-users/attachments/<wbr>20160902/a7a7a0b0/attachment-<wbr>0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 2 Sep 2016 14:49:25 -0400<br>
From: Steve Zingman <<a href="mailto:szingman@msgstor.com">szingman@msgstor.com</a>><br>
To: N6GKJ Land <<a href="mailto:n6gkj1@gmail.com">n6gkj1@gmail.com</a>>, App RPT Users<br>
        <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
Subject: Re: [App_rpt-users] Private nodes not connecting<br>
Message-ID: <<a href="mailto:1bf49de9-e665-0ce5-2c58-4641ce19cb96@msgstor.com">1bf49de9-e665-0ce5-2c58-<wbr>4641ce19cb96@msgstor.com</a>><br>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"<br>
<br>
Ron,<br>
set debug:<br>
rpt debug level 7<br>
<br>
rpt fun 1000 *31001 from server 1<br>
or<br>
rpt fun 1001 *31000 from server 2<br>
<br>
What is the output?<br>
<br>
--<br>
"Just say no to world domination"<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://ohnosec.org/pipermail/app_rpt-users/attachments/20160902/f69214f4/attachment.html" rel="noreferrer" target="_blank">http://ohnosec.org/pipermail/<wbr>app_rpt-users/attachments/<wbr>20160902/f69214f4/attachment.<wbr>html</a>><br>
<br>
------------------------------<br>
<br>
______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a><br>
<br>
<br>
End of App_rpt-users Digest, Vol 91, Issue 5<br>
******************************<wbr>**************<br>
</blockquote></div><br></div>