Private node telemetry won't turn off

Well that would explain my issue as well.
It is a change that is worth mentioning in ‘CHANGES’ as it is different than previous.

It has been stopping my progress of migration.
I use a lot of private nodes with scripts and limited command sets on purpose.
It broke most all of my toys.

But to clarify…
I had some nodes that were commanding correctly and some not from the same template.
Which lead me to defaults. As I ruled out command conflicts. His issue seemed remarkably familiar to me.

But so noted going forward. Would never have thought it. Thanks.

After testing the system all weekend, with those on the East Coast Reflector, I joined the Morning Brew this AM and the P25 node started giving station ID announcements.

We’re talking voice, not morse, and it was heard by W2BLT, the moderator who made mention. I was on with him on Sunday, and he heard nothing…

I’ve disconnected it from my public node, by commenting out the startup_macro.

Here is the rpt.conf as it sits now ):

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;    1803 P25 Reflector ;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


[1803](node-main)
duplex = 0
hangtime = 0
althangtime = 0
nounkeyct = 1
totime = 1800000
; end
rxchannel = USRP/127.0.0.1:34006:32006  ;<<- change ip no
idrecording = |iKC2NJV
holdofftelem=1
telemdefault=0 ; was 2
telemdynamic = 0
linktolink = no
;startup_macro = P P P P *6962499
functions = functions

I was getting this in asterisk:

[2024-11-12 07:01:52.617] NOTICE[1355]: app_gps.c:510 report_aprs: sent packet(general): KC2NJV-13>APRS,qAR,KC2NJV-VS:=4039.39N/07331.33WrPHG04030/AllStar 62499, TGIF 11710, YSF 11710, XLX184, HOIP 15077, P25 local 11710 sbanetweb.com
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Hungup ‘DAHDI/pseudo-880831116’
– Hungup ‘DAHDI/pseudo-3776746’
– Hungup ‘DAHDI/pseudo-615624771’
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Text Message From 1803:
– Hungup ‘DAHDI/pseudo-544970299’
– Hungup ‘DAHDI/pseudo-836975844’
– Hungup ‘DAHDI/pseudo-1628941464’

The “Text Message” went off when I disconnected node 1803.

QUESTION:
I saw this post: main@DVSwitch.groups.io | Strange announcement after each keyup after about a day of running

In it someone suggest changing the MMDVM_Bridge settings:

[General]
RFModeHang=0 . changed to 10 
NetModeHang=0, changed to 3

[DMR]
CallHang=0, changed to 3
TXHang=0, changed to 3

Attempted this fix, didn’t work.

Solution seems to be:

At least at the moment…

From Jeff AE4ME,

change P25Gateway.ini file, under the [Voice] stanza, set Enabled=0 instead of Enabled=1.

I’ve made the change, connected to the East Coast Reflector and will monitor (unfortunately it’s quiet at this time, however there are at least 100 nodes connected).

Thank’s all