- This topic has 10 replies, 4 voices, and was last updated 7 years, 10 months ago by Aaron, N3MBH.
-
AuthorPosts
-
September 19, 2016 at 12:05 pm #1915Nathan, GB3BGUser
Hi, to comply with the NOV here in the uk we need to be able to remotely turn off the repeater,,,
i have two options
DTMF but from what i have read there is no dtmf tones to turn off the tx side,= stop audio going to the easy digi unit,
or access via the web interface, = whats the web interface port number so i can set up is not connected via my local network,
September 19, 2016 at 1:01 pm #1916Aaron, N3MBHForum AdministratorGreetings,
As far as DTMF control that would be part of the SVXLink core. I don’t recall a command that is build it. Might look to add a module in the future to do this.Right now there is no feature built into the Web GUI to disable repeater. That is in the plans though. For the time being, you can us SSH. See this KB article on how to get in: https://openrepeater.com/knowledgebase/topic/connecting-via-ssh
Now to do this remotely, you would need to open the proper ports and handle all the routing to suite your needs. SSH is on port 22. Once you are logged into the command line you can simply issue the command “service svxlink stop” or “service svxlink start” to start and stop the repeater logic.
Hope that helps.
73,
Aaron – N3MBH / WRFV871OpenRepeater is offered free of charge. Find out how you can support us.
September 19, 2016 at 4:31 pm #1917Nathan, GB3BGUseris there a way to get the web interface to to public facing, via port forwarding…..
September 22, 2016 at 12:44 pm #1918Aaron, N3MBHForum AdministratorSure, but I can’t tell you exactly how to do that with your setup. It will depend on your router, if you have a static IP address from your ISP. If you want to point a domain/sub domain or a Dynamic DNS service at it. There are a lot of variables involved. Some ISP might also block port 80 or port 443 (used by SSL) for https which openrepeater uses. You might have to do a little bit of trickery to make it happen. Like from the public side access port 7300 and point that to 443 on on the internal network. Then you would have to type in something like https://111.222.333.444:7300 to get access to that port and have it function like a regular 443 port.
Another option would be to use a service like Weaved (https://www.weaved.com/raspberry-pi-remote-connection/). You’d have to install some extra packages on your RPI, but they do the network translation for you. You might also have to reconfigure the web server for ORP (nginx) to use port 80 instead of 443 if SSL doesn’t work.
73,
Aaron – N3MBH / WRFV871OpenRepeater is offered free of charge. Find out how you can support us.
September 22, 2016 at 2:15 pm #1921Nathan, GB3BGUserHi My isp has full open ports
I do have a static up
And I did forward the port 443 but nothing resolved on the PI…….. I will take another look this evening though and update here with how I get on…..
September 22, 2016 at 8:50 pm #1922Aaron, N3MBHForum AdministratorMight find some useful info in this thread: https://ubuntuforums.org/archive/index.php/t-2170168.html
73,
Aaron – N3MBH / WRFV871OpenRepeater is offered free of charge. Find out how you can support us.
September 27, 2016 at 1:19 am #1929Jerry, W5BFFUserDTMF but from what i have read there is no dtmf tones to turn off the tx side,= stop audio going to the easy digi unit…
The quick, nasty, and easy way to enable this is to go to:
/etc/openrepeater/svxlink/
Edit the svxlink.conf file and under the [RepeaterLogic] section, add this to the bottom:
ONLINE_CMD=1234
(Note: Replace “1234” with your online/offline code)
In my example, to enable the TX side of the repeater, you would send the DTMF code 12341#. To disable the repeater, you would send 12340#.
Your code + 1 (Enable) + # (Execute Command)
Your code + 0 (Disable) + # (Execute Command)Hope this helps!
-=Jerry A. Goodson=- W5BFF
October 4, 2016 at 1:11 pm #1932Aaron, N3MBHForum AdministratorI haven’t had a chance to directly test Jerry’s approach above, but thanks Jerry for your response. Keep in mind that any directly modifications to the SVXLink config file will be overwritten if you update other settings in the GUI. You can try it just to test it out. If you want to make the changes permanent, use this tutorial and modify the PHP files that write the config files: https://openrepeater.com/knowledgebase/topic/custom-svxlink-configuration
73,
Aaron – N3MBH / WRFV871OpenRepeater is offered free of charge. Find out how you can support us.
January 6, 2017 at 6:28 am #2000Simon, GW6TKKUserHi I am also in the UK and intend to use the logic for our 70cms repeater
Repeater is based on a Tait T800 II and I have it working in test mode at the moment
I have made lots of changes to the code so it suits the UK NOV if you are interested get back to me
73s Simon GW6TKK
January 17, 2017 at 8:23 pm #2006Aaron, N3MBHForum AdministratorHi Simon,
I believe that you contacted me via FB. If you want to pick up the conversation there, that’s fine. We are working on the next release, so I hope to have some option(s) to remote disable for compliance.73,
Aaron – N3MBH / WRFV871OpenRepeater is offered free of charge. Find out how you can support us.
-
AuthorPosts
- You must be logged in to reply to this topic.