|
Re: Help after editing rpt.conf. Not sure why?
So, comment out 505501?
rxchannel = USRP/127.0.0.1:34001:32001 ; GNU Radio interface USRP
So, comment out 505501?
rxchannel = USRP/127.0.0.1:34001:32001 ; GNU Radio interface USRP
|
By
Ted Lawrence
·
#5782
·
|
|
Re: Help after editing rpt.conf. Not sure why?
Then 505501 should not be using chan_usrp.
chan_usrp is used to connect to AB.
Then 505501 should not be using chan_usrp.
chan_usrp is used to connect to AB.
|
By
Steve N4IRS
·
#5781
·
|
|
Re: Help after editing rpt.conf. Not sure why?
If I understand your question?
1999 is for the DV-Switch ASL<>DMR
505501 is radio-less and is a node for connecting to other nodes (Remote Base)
If I understand your question?
1999 is for the DV-Switch ASL<>DMR
505501 is radio-less and is a node for connecting to other nodes (Remote Base)
|
By
Ted Lawrence
·
#5780
·
|
|
Re: Help after editing rpt.conf. Not sure why?
You have BOTH nodes using chan_usrp. I have to assume you mean to use 1999 to connect to AB.
What is the purpose of 1999?
What is the purpose of 505501?
What should be
You have BOTH nodes using chan_usrp. I have to assume you mean to use 1999 to connect to AB.
What is the purpose of 1999?
What is the purpose of 505501?
What should be
|
By
Steve N4IRS
·
#5779
·
|
|
Re: Help after editing rpt.conf. Not sure why?
[1999]
rxchannel = USRP/127.0.0.1:34001:32001 ; Use the USRP channel driver. Must be enabled in modules.conf
; 127.0.0.1 = IP of the target application
[1999]
rxchannel = USRP/127.0.0.1:34001:32001 ; Use the USRP channel driver. Must be enabled in modules.conf
; 127.0.0.1 = IP of the target application
|
By
Ted Lawrence
·
#5778
·
|
|
Re: Help after editing rpt.conf. Not sure why?
Show the 1999 stanza
By
Steve N4IRS
·
#5777
·
|
|
Re: Help after editing rpt.conf. Not sure why?
root@repeater:/etc/asterisk# asterisk -r
AllStarLink Asterisk Version 1.01 2/13/2018 GIT Version adaec47
Copyright (C) 1999 - 2018 Digium, Inc. Jim Dixon, AllStarLink Inc. and others.
Created by
root@repeater:/etc/asterisk# asterisk -r
AllStarLink Asterisk Version 1.01 2/13/2018 GIT Version adaec47
Copyright (C) 1999 - 2018 Digium, Inc. Jim Dixon, AllStarLink Inc. and others.
Created by
|
By
Ted Lawrence
·
#5776
·
|
|
Re: Help after editing rpt.conf. Not sure why?
IF you followed my direction, the asterisk is already running. It LOOKS like you may be trying to start a second copy. See below.
asterisk -r will connect you to a running asterisk
IF you followed my direction, the asterisk is already running. It LOOKS like you may be trying to start a second copy. See below.
asterisk -r will connect you to a running asterisk
|
By
Steve N4IRS
·
#5775
·
|
|
Re: Help after editing rpt.conf. Not sure why?
Oops, I stopped Asterisk then
root@repeater:/etc/asterisk# netstat -unap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
Oops, I stopped Asterisk then
root@repeater:/etc/asterisk# netstat -unap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
|
By
Ted Lawrence
·
#5774
·
|
|
Re: Help after editing rpt.conf. Not sure why?
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:34001
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:34001
|
By
Ted Lawrence
·
#5773
·
|
|
Re: Help after editing rpt.conf. Not sure why?
With Asterisk NOT running, as root, show results of:
netstat -unap
Steve
With Asterisk NOT running, as root, show results of:
netstat -unap
Steve
|
By
Steve N4IRS
·
#5772
·
|
|
Re: Help after editing rpt.conf. Not sure why?
This is what I have:
[505501] ; Change this to your assigned node number
; Must also be enabled in modules.conf
This is what I have:
[505501] ; Change this to your assigned node number
; Must also be enabled in modules.conf
|
By
Ted Lawrence
·
#5771
·
|
|
Re: Help after editing rpt.conf. Not sure why?
[Dec 31 07:12:05] WARNING[25971]: chan_usrp.c:278 usrp_alloc: Unable to bind port for usrp connection
Check your USRP port settings.
[Dec 31 07:12:05] WARNING[25971]: chan_usrp.c:278 usrp_alloc: Unable to bind port for usrp connection
Check your USRP port settings.
|
By
Steve N4IRS
·
#5770
·
|
|
Re: Help after editing rpt.conf. Not sure why?
Here is the response
AllStarLink Asterisk Version 1.01 2/13/2018 GIT Version adaec47
Copyright (C) 1999 - 2018 Digium, Inc. Jim Dixon, AllStarLink Inc. and others.
Created by Mark Spencer
Here is the response
AllStarLink Asterisk Version 1.01 2/13/2018 GIT Version adaec47
Copyright (C) 1999 - 2018 Digium, Inc. Jim Dixon, AllStarLink Inc. and others.
Created by Mark Spencer
|
By
Ted Lawrence
·
#5769
·
|
|
DMRlink with no audio passing
#dmrlink
I took a few weeks away from this project and am back at it now. As my ultimate goal involved linking DMRlink with HBlink with the corresponding IPSC_Bridge and HB_Bridge, I have stepped back a little
I took a few weeks away from this project and am back at it now. As my ultimate goal involved linking DMRlink with HBlink with the corresponding IPSC_Bridge and HB_Bridge, I have stepped back a little
|
By
ai6bx
·
#5768
·
Edited
|
|
Re: Help after editing rpt.conf. Not sure why?
I would say yes you did.
As root:
cd /etc/asterisk
systemctl stop asterisk
asterisk -vcd
watch the screen, see if you can catch what your error is.
Steve N4IRS
I would say yes you did.
As root:
cd /etc/asterisk
systemctl stop asterisk
asterisk -vcd
watch the screen, see if you can catch what your error is.
Steve N4IRS
|
By
Steve N4IRS
·
#5767
·
|
|
Help after editing rpt.conf. Not sure why?
New here still learning my way around AllStar and DV-Switch . I get the following message after running systemctl status asterisk:
● asterisk.service - Asterisk PBX and telephony daemon
Loaded:
New here still learning my way around AllStar and DV-Switch . I get the following message after running systemctl status asterisk:
● asterisk.service - Asterisk PBX and telephony daemon
Loaded:
|
By
Ted Lawrence
·
#5766
·
|
|
Re: DSTAR Registration Questions
Ed, You are correct regarding the original DCS reflector Z module, see ;
http://176.10.105.252/dcs_userstatus.htm
The Z module on these should return an echo with CQCQCQ once
Ed, You are correct regarding the original DCS reflector Z module, see ;
http://176.10.105.252/dcs_userstatus.htm
The Z module on these should return an echo with CQCQCQ once
|
By
Adrian Fewster <vk4tux@...>
·
#5765
·
|
|
Re: Getting a Burp Voice Message through ASL <> DMR Bridge
#mmdvm_bridge
Thanks for the help. Will make changes and try again.
Thanks for the help. Will make changes and try again.
|
By
Ted Lawrence
·
#5764
·
|
|
Re: DSTAR Registration Questions
That's not correct. E is just another reflector module and has no reference to 'echo' Echo is an internal ircddbgateway feature, like 'info' #######I etc.
and requires the
That's not correct. E is just another reflector module and has no reference to 'echo' Echo is an internal ircddbgateway feature, like 'info' #######I etc.
and requires the
|
By
Adrian Fewster <vk4tux@...>
·
#5763
·
|