Re: DMR Master?
Have you not figured out we are taking this step by step?
toggle quoted messageShow quoted text
Now uncheck the mute for Analog_Bridge
On 6/11/21 9:15 PM, Bryan Johnson
wrote:
Yes. Now webserver is allowing TX and tune on Allstar, and I get audio both ways from/to webserver and repeater. Still no audio between analog and DMR.
|
|
Re: DMR Master?
Bryan Johnson
Yes. Now webserver is allowing TX and tune on Allstar, and I get audio both ways from/to webserver and repeater. Still no audio between analog and DMR.
|
|
Re: DMR Master?
Did you run the netstat after you made the edit and restarted asterisk?
toggle quoted messageShow quoted text
On 6/11/21 9:07 PM, Bryan Johnson wrote:
tcp    0   0 127.0.0.1:5038     127.0.0.1:35078     ESTABLISHED                       348/asterisk
|
|
Re: DMR Master?
Bryan Johnson
K. Made the change.
[root@K6RBJ asterisk]# cd /
[root@K6RBJ /]# netstat -tnap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address      Foreign Address     State                                                              PID/Program name
tcp    0   0 0.0.0.0:5038      0.0.0.0:*        LISTEN                                                              348/asterisk
tcp    0   0 0.0.0.0:80       0.0.0.0:*        LISTEN                                                              303/httpd
tcp    0   0 192.168.0.75:53     0.0.0.0:*        LISTEN                                                              301/named
tcp    0   0 127.0.0.1:53      0.0.0.0:*        LISTEN                                                              301/named
tcp    0   0 127.0.0.1:953      0.0.0.0:*        LISTEN                                                              301/named
tcp    0   0 0.0.0.0:222       0.0.0.0:*        LISTEN                                                              302/sshd: /usr/bin/
tcp    0   0 192.168.0.75:37918   172.67.139.3:80     TIME_WAIT                                                            -
tcp    0   0 192.168.0.75:38597   8.8.8.8:53       TIME_WAIT                                                            -
tcp    0   0 192.168.0.75:5038    192.168.0.78:39346   ESTABLISHED                                                           348/asterisk
tcp    0   0 192.168.0.75:54060   34.105.111.212:80    TIME_WAIT                                                            -
tcp    0   0 192.168.0.75:54058   34.105.111.212:80    TIME_WAIT                                                            -
tcp    0  272 192.168.0.75:222    192.168.0.3:1036    ESTABLISHED                                                           530/sshd: root@pts/
tcp    0   0 192.168.0.75:52188   216.146.43.71:8245   TIME_WAIT                                                            -
tcp    0   0 192.168.0.75:54074   34.105.111.212:80    TIME_WAIT                                                            -
tcp    0   0 192.168.0.75:80     192.168.0.3:1030    ESTABLISHED                                                           322/httpd
tcp    0   0 127.0.0.1:35078     127.0.0.1:5038     ESTABLISHED                                                           322/httpd
tcp    0   0 127.0.0.1:5038     127.0.0.1:35078     ESTABLISHED                                                           348/asterisk
tcp    0   0 192.168.0.75:54072   34.105.111.212:80    TIME_WAIT                                                            -
tcp6Â Â Â Â 0Â Â Â 0 :::222Â Â Â Â Â Â Â Â Â :::*Â Â Â Â Â Â Â Â Â Â LISTENÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 302/sshd: /usr/bin/
Â
|
|
Re: DMR Master?
OK,
toggle quoted messageShow quoted text
Two things, one, I screwed up the command should be netstat -tnap. Second, edit this: bindaddr = 127.0.0.1  ; Local interface only!                                                          ;bindaddr = 0.0.0.0   ; Not secure to this: ;bindaddr = 127.0.0.1  ; Local interface only!                                                          bindaddr = 0.0.0.0   ; Not secure restart asterisk and retest.
On 6/11/21 8:59 PM, Bryan Johnson
wrote:
|
|
Re: DMR Master?
Bryan Johnson
[root@K6RBJ asterisk]# cd /
[root@K6RBJ /]# netstat -unap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address      Foreign Address     State    PID/Program name
udp    0   0 0.0.0.0:5198      0.0.0.0:*              358/asterisk
udp    0   0 0.0.0.0:5199      0.0.0.0:*              358/asterisk
udp    0   0 0.0.0.0:32001      0.0.0.0:*              358/asterisk
udp    0   0 0.0.0.0:5060      0.0.0.0:*              358/asterisk
udp    0   0 192.168.0.75:4570    0.0.0.0:*              358/asterisk
udp    0   0 192.168.0.75:53     0.0.0.0:*              295/named
udp    0   0 127.0.0.1:53      0.0.0.0:*              295/named
Â
|
|
Re: DMR Master?
E: 21-06-12 00:45:22 AMI Error: connect ECONNREFUSED
192.168.0.75:5038
toggle quoted messageShow quoted text
Post you /etc/asterisk/manager.conf Also, post the result of netstat -unap on your HAMVOIP node. Run it as root.
On 6/11/21 8:50 PM, Bryan Johnson
wrote:
I still get tune not allowed, even though tune is checked.
|
|
Re: DMR Master?
Bryan Johnson
When I check the tune box, it keeps unchecking itself.
|
|
Re: DMR Master?
Bryan Johnson
I still get tune not allowed, even though tune is checked.
|
|
Re: DMR Master?
No,
toggle quoted messageShow quoted text
Verify tune is checked. If it is, send me the Analog_Reflector log.
On 6/11/21 8:43 PM, Bryan Johnson
wrote:
Should I change node stanza in rpt.conf back to 127.0.0.1, instead of 192.168.0.75? When I did that before, 1999 and 54464 would not connect to each other.
|
|
Re: DMR Master?
Bryan Johnson
Should I change node stanza in rpt.conf back to 127.0.0.1, instead of 192.168.0.75? When I did that before, 1999 and 54464 would not connect to each other.
|
|
Re: DMR Master?
The there is nothing to forward.
toggle quoted messageShow quoted text
On 6/11/21 8:41 PM, Bryan Johnson
wrote:
Yes, DVS server 0.78 and Hamvoip 0.75
|
|
Re: DMR Master?
On the Web client, on the Manage tab, verify tune is enabled for
node 1999
toggle quoted messageShow quoted text
On 6/11/21 8:37 PM, Bryan Johnson
wrote:
Just dawned on me...should I port forward 5038 to my Hamvoip server?
|
|
Re: DMR Master?
Bryan Johnson
Yes, DVS server 0.78 and Hamvoip 0.75
|
|
Re: DMR Master?
Is the DVS Server on the same LAN as your HAMVOIP? (192.168.0.0)
toggle quoted messageShow quoted text
On 6/11/21 8:37 PM, Bryan Johnson
wrote:
Just dawned on me...should I port forward 5038 to my Hamvoip server?
|
|
Re: DMR Master?
Bryan Johnson
Just dawned on me...should I port forward 5038 to my Hamvoip server?
|
|
Re: DMR Master?
Bryan Johnson
I can connect 1999 to my node 54464 from Supermon. When I try to tune or tx from DVS webserver I get "Tune not allowed by Allstar".
|
|
Re: DMR Master?
OK,
toggle quoted messageShow quoted text
So, assuming you did not change the management port in /etc/asterisk/manager.conf from 5038. You should be able to control your AllStar node 1999, Since when you setup your AllStar node, you tested connecting from 1999 to your public node, you should be able to do the same thing from the web client. once you connect 1999 to your public, you should be able to TX and RX from the web client and go in and out from you AllStar public node.
On 6/11/21 8:26 PM, Bryan Johnson
wrote:
Yes sir
|
|
Re: DMR Master?
Bryan Johnson
Yes sir
|
|
Re: DMR Master?
So,
toggle quoted messageShow quoted text
DVSM and the web interface are working completely? TX, RX and tune?
On 6/11/21 8:19 PM, Bryan Johnson
wrote:
I changed to TG91 from web server, and it automatically changed to TG91 in dvs mobile, so I would say that part it working now.
|
|