Re: [App_rpt-users] App_rpt-users Digest, Vol 91, Issue 5
in rpt.conf under the [nodes] stanza you'd want somthing like this 1234 = radio@10.0.0.x:4569/1234,NONE 1235 = radio@10.0.0.x:4569/1235,NONE That would be the IP and node number of the remote node(s) 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. On Fri, Sep 2, 2016 at 12:49 PM, <app_rpt-users-request@ohnosec.org> wrote:
Send App_rpt-users mailing list submissions to app_rpt-users@ohnosec.org
To subscribe or unsubscribe via the World Wide Web, visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users or, via email, send a message with subject or body 'help' to app_rpt-users-request@ohnosec.org
You can reach the person managing the list at app_rpt-users-owner@ohnosec.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..."
Today's Topics:
1. Re: help with reverse patch setup (mike@midnighteng.com) 2. Private nodes not connecting (N6GKJ Land) 3. Re: Private nodes not connecting (Corey Dean) 4. Re: Private nodes not connecting (Steve Zingman)
----------------------------------------------------------------------
Message: 1 Date: Fri, 2 Sep 2016 13:28:00 -0400 From: mike@midnighteng.com To: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] help with reverse patch setup Message-ID: <5a9b0d6ed092135ac8bc437002d93094.squirrel@webmail.midnighteng.com
Content-Type: text/plain;charset=iso-8859-1
While not everyone has the same thing in mind when they use the words REVERSE PHONE PATCH, I'll gamble on your meaning/need...
The last line where you are making the actual switch(connection) to the radio interface has to be defined in the same context it is being switch to. So if it is playing back the digits as per your stanza and not making the connection (dropping the call/falling through) , The last line should look something like this...
exten => 29283,n,Rpt,29283|P
See notes on the "P" designation of documentation but I think it is stated as "Phone Control Mode" and there are other modes depending on use/need. And the character just before it is a command separator, don't confuse it with others.
...mike/kb8jnm
While attempting to create a reverse patch a incoming call returns the following [Sep ??2 06:54:04] NOTICE[859]: chan_iax2.c:9471 socket_process: Rejected connect attempt from 10.xxx.xxx.xxx, request '29883@radio-control' does not exist
extensions.conf is configured?? [radio??control]exten => 29883,1,Answerexten => 29883,n,Playback,rpt/nodeexten => 29883,n,Playback,digits/2exten => 29883,n,Playback,digits/9exten => 29883,n,Playback,digits/8exten => 29883,n,Playback,digits/8exten => 29883,n,Playback,digits/3exten => 29883,n,Rpt,29883|D iax.conf is configured
[N6LXX-IN]type=friendauth=md5secret=XXXXXXXXXXXXXXdisallow= allallow=ulawallow=gsmcodecpriority=hostcontext=radio-controltransfer=no CLI> show dialplan returns (edited)
[ Context 'radio??control' created by 'pbx_config' ]?? '29883' => ?? ?? ?? ??1. Answer() ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 2. Playback(rpt/node) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 3. Playback(digits/2) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 4. Playback(digits/9) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 5. Playback(digits/8) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 6. Playback(digits/8) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 7. Playback(digits/3) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 8. Rpt(29883|D) ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? [pbx_config]
CLI> dialplan show 29883@radio-controlThere is no existence of 'radio-control' context Any help greatly appreciated Chris _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.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.
------------------------------
Message: 2 Date: Fri, 2 Sep 2016 11:23:51 -0700 From: N6GKJ Land <n6gkj1@gmail.com> To: App RPT Users <app_rpt-users@ohnosec.org> Subject: [App_rpt-users] Private nodes not connecting Message-ID: <CANr-_9p6m7i=entjW__WxVFz=9ieb_s3K9Vnax8TtRoJrfRZ=g@ mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi guys,
I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server.
RPI3 #1 is 10.0.0.200 NODE 1000:4568 RPI3 #2 is 10.0.0.201 NODE 1001:4569
Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using rpt fun 1000 *31001 from server 1
or
rpt fun 1001 *31000 from server 2
Listed here is how the scripts are defined.
extensions.conf RPI3 #1 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1000 ; change this to your node number
[default]
exten => i,1,Hangup
RPI3 #2 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1001 ; change this to your node number
[default]
exten => i,1,Hangup
[radio-secure] exten => ${NODE},1,rpt,${NODE}
[radio-secure] exten => ${NODE},1,rpt,${NODE}
rpt.conf
RPI3 #1 rxchannel = dahdi/pseudo
[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.
1000 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4569/1001,NONE ; and iax port number if not the default
RPI3 #2
rxchannel = dahdi/pseudo
[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.
1000 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4569/1001,NONE ; and iax port number if not the default
I am not having any results with this. I did not uncomment node register line in iax.conf for either server and also in rpt,conf I did not uncomment the status report lines
I just simply want these two servers to talk to each other on the same lan
The nodes in both of these servers are HUBS. Anyone have any ideas I have over looked?
Ron Simpson, N6GKJ Amateur Radio ...................
Have you ever noticed that when you are looking for something, it is always found in the last place you look? Ron Simpson, N6GKJ.... Amateur Radio
participants (1)
-
Jeff Carrier