As any developer will tell you. There is nothing like a user to try things we would never think of. ;) Just a reminder, set your hangtime and althangtime to 0. Do not just comment it out. Oh, and you can monitor more then 1 TG at a time. 73, Steve N4IRS On 5/13/2016 1:12 PM, Robert Newberry wrote:
Steve and group l,
I'm glad that I can assist in uncovering this information. I noticed on last heard it would show up blank, although no audio would be heard. That is when I suspected it was a ID conflict and I changed it to my personal ID. I suppose I could apply for another repeater ID?
Also this steering feature is great, works perfectly, and the audio is excellent. This will allow me to leverage cron, and I setup a section to monitor all TGs on my repeater from home. I only have two portable dmr radios, I still need to buy some mobiles.
Thank you!
N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658, 42657 www.radioguysrepeaternetwork.com <http://www.radioguysrepeaternetwork.com>
On May 13, 2016 12:35 PM, "Steve Zingman" <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
See my posting to Robert. No it can not, at least as far as BM is concerned. I bet it could be a repeater ID, just not the same one.
On 5/13/2016 12:11 PM, Corey Dean wrote:
Could that also be a repeater id instead of a user id?
Sent from my iPhone
On May 13, 2016, at 11:09 AM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
No, All analog traffic through the gateway will look like it's coming from you. ASL ---> DMR
On 5/13/2016 11:08 AM, Robert Newberry wrote:
OK Steve, thank you. This will be an excellent addition to my network. Is there problem with me using 3123001 for gatewayDmrId?
On Fri, May 13, 2016 at 10:57 AM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
You might want to change LOG_LEVEL to INFO or WARNING to get some information into the log. at least when debugging.
On 5/13/2016 10:49 AM, Robert Newberry wrote:
[LOGGER] LOG_FILE: /var/log/dmrlink/ambe_audio.log LOG_HANDLERS: file LOG_LEVEL: CRITICAL LOG_NAME: DMRlink
I put 3123001 unber ambe_audio.cfg
[ME_SW] gatewayDmrId = 3123001 tgFilter = 3123 txTg = 3123 txTs = 2
On Fri, May 13, 2016 at 10:43 AM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
Show me the [LOGGER] section in /opt/dmrlink/ambe_audio/dmrlink.cfg Where did you put 3123001?
On 5/13/2016 10:39 AM, Robert Newberry wrote:
Steve, I got it working. I ended up using my ID 3123001. I just got done testing on BM and talking to someone on K0USY. On the last heard it shows up as me (N1XBM) and the source my repeater.
I checked /var/log/dmrlink/ambe_audio.log and its blank?
On Fri, May 13, 2016 at 9:20 AM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
Post /var/log/dmrlink/ambe_audio.log after you issue the section command
On 5/13/2016 9:12 AM, Robert Newberry wrote: > > So I had a look at things. All files refernced > are in /opt/dmrlink/ambe_audio > > So in dmrlink.cfg I have > [AMBE_PEER] > ENABLED: True > RADIO_ID: 312107 > IP: 192.168.0.203 > PORT: 52345 > ALIVE_TIMER: 5 > MAX_MISSED: 20 > PEER_OPER: True > IPSC_MODE: DIGITAL > TS1_LINK: True > TS2_LINK: True > CSBK_CALL: False > RCM: True > CON_APP: True > XNL_CALL: False > XNL_MASTER: False > DATA_CALL: True > VOICE_CALL: True > MASTER_PEER: False > AUTH_ENABLED: True > AUTH_KEY: A1B2C3 > MASTER_IP: 192.168.0.203 > MASTER_PORT: 50001 > > I have in ambe_audio.cfg > # DEFAULTS - General settings. These values are > #inherited in each subsequent section (defined > by section value). > [DEFAULTS] > debug = False # Debug output for each VOICE frame > outToFile = False # Write each AMBE frame to a > file called ambe.bin > outToUDP = True # Send each AMBE frame to the > _sock object (turn on/off DMRGateway operation) > gateway = 127.0.0.1 # IP address of DMRGateway app > toGatewayPort = 31000 # Port DMRGateway is > listening on for AMBE frames to decode > remoteControlPort = 31002 # Port that ambe_audio > is listening on for remote control commands > fromGatewayPort = 31003 # Port to listen on for > AMBE frames to transmit to all peers > gatewayDmrId = 312307 # id to use when > transmitting from the gateway > tgFilter = 42657 # A list of TG IDs to monitor. > All TGs will be passed to DMRGateway > txTg = 42657 # TG to use for all frames > received from DMRGateway -> IPSC > txTs = 2 # Slot to use for frames > received from DMRGateway -> IPSC > # > # The section setting defines the current > section to use. By default, the ‘ENABLED’ > section in dmrlink.cfg is used. > # Any values in the named section override the > values from the DEFAULTS section. For example, > if the BM section > # has a value for gatewayDmrId it would override > the value above. Only one section should be set > here. Think > # of this as an easy way to switch between > several different configurations with a single line. > # > #section = BM # Use BM section values > #section = Sandbox # Use SANDBOX section values > > [AMBE_PEER] > gatewayDmrId = 312307 > tgFilter = 42657 > txTg = 42657 > txTs = 2 > > [ME_SW] # BrandMeister > tgFilter = 3123 # A list of TG IDs to monitor. > All TGs will be passed to DMRGateway > txTg = 3123 # TG to use for all frames received > from DMRGateway -> IPSC > txTs = 2 # Slot to use for frames received from > DMRGateway -> IPSC > > So AMBE_PEER works fine, I attempted to add > ME_SW which only works one way. The way I tested > this is by using my dv4mini on 3123 attempting > to talk to my repeater. Audio passed from my > dv4mini to my repeater, but my repeater (from > ASL) will not pass audio to the dv4mini. Also my > bridge is setup for 3123 and my local users on > the repeater can use 3123 for QSOs. > > I'm guessing part of my problem is I need to add > ME_SW to dmrlink.cfg. Although I'm confused > about some of the settings such as using > duplicate information, such as ports and IDs. > > Thanks > > > _______________________________________________ > Allstar-Digital mailing list > Allstar-Digital@lists.keekles.org > <mailto:Allstar-Digital@lists.keekles.org> > http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658, 42657 www.radioguysrepeaternetwork.com <http://www.radioguysrepeaternetwork.com>
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658, 42657 www.radioguysrepeaternetwork.com <http://www.radioguysrepeaternetwork.com>
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658, 42657 www.radioguysrepeaternetwork.com <http://www.radioguysrepeaternetwork.com>
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic _______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic