You're no fun.I think you have to open the admin link to your rdio-scanner instance and setup a new dirwatch with a Type: Default and setup the mask information to match the naming conventions used for wav files.
You're no fun.I think you have to open the admin link to your rdio-scanner instance and setup a new dirwatch with a Type: Default and setup the mask information to match the naming conventions used for wav files.
I'll take a poke at it. Keep in mind, I'm guessing at some of it, and that's probably the part that you need correct information, not guesses.Can I get a little help here. Here's the name of one of the wav files that DSD-FME created. I need some help breaking it down into usable mask information.
20250814_112037_19839_EDACS_SITE_001_Digital_Group_Voice_Call__TGT_628_AFS_04_144_SRC_LID_UNK.wav
sprintf (new_filename, "%s/%s_%s_%05d_%s_%s_TGT_%d_SRC_%d.wav", dir, datestr, timestr, random_number, sys_str, gi_str, target_id, source_id);
Would it be possible to add the Baofeng GMSK mode to dsd-fme or is it too complicated?
You should have 10 lines of call history per slot. You can add you "talker alias" to your groups file, using the RID for talkgroup, like:On a cap max system currently and the call history is only showing 4 lines worth of history. Is there a way to extend this to much more?
And still no radio id file to save the talker alias to or add my own radio id names?
10020,A,Fire Disp,Fire
102,A,Dispatcher,RID
On a cap max system currently and the call history is only showing 4 lines worth of history. Is there a way to extend this to much more?
And still no radio id file to save the talker alias to or add my own radio id names?
It is on windows yes. I can live with the limited history as its mostly just for listening not so much "watching"You might be using an older version when it was still called "Call History" it capped out at 5 lines per slot. Newer "Event History" will log and allow scrolling of 255 history items per slot. Downside is, is if you are using it on Windows, you'll need to follow the compile instructions for Cygwin to build the newest, since I don't do the precompiled releases anymore.
On a Capacity Max system it dont seem to be tracking it at all.
-F CLI switch, or tap capital F on the keyboard in the ncurses terminal to disable the CRC check for RAS, see if that'll do it for you. If its not tracking afterwards, you'll need to check the console output in the log and see what the LPCN channel numbers are on the call grants for T3 and CapMax, make sure they match what's in your channel map.I have a similar issue. My filename format is slightly different but maybe leoaln's is linux? I have everything working except I cannot parse the time part of the filename as it has special characters as the time delimiter in windows (so everything is marked as a duplicate call in rdio). Is this something to do with the version of dsd-fme that I am on (latest pre-compiled windows version) or do I have to change something in my windows environment?Can I get a little help here. Here's the name of one of the wav files that DSD-FME created. I need some help breaking it down into usable mask information.
20250814_112037_19839_EDACS_SITE_001_Digital_Group_Voice_Call__TGT_628_AFS_04_144_SRC_LID_UNK.wav

No change. Tried all 3 combos of channel numbers. Locks onto the control just fine but does not show activity at all when a transmission is going on. Screen just stays solid green and showing the site info and what notTry changing those channel numbers to their LCN values instead: 207, 213, 219
BTW, I have this working with a script to automatically replace the offending character. If anyone else has the same file format as me, the mask format isI have a similar issue. My filename format is slightly different but maybe leoaln's is linux? I have everything working except I cannot parse the time part of the filename as it has special characters as the time delimiter in windows (so everything is marked as a duplicate call in rdio). Is this something to do with the version of dsd-fme that I am on (latest pre-compiled windows version) or do I have to change something in my windows environment?
I have this problem on two separate Windows 10 machines.
View attachment 189215
echo cleaning filenames...
@echo off
setlocal enabledelayedexpansion
:loop
for %%a in (**) do (
echo cleaning file %%a
set file=%%a
ren "!file!" "!file:=-!"
)
timeout /t 1 /nobreak >nul
goto loop
I have a similar issue. My filename format is slightly different but maybe leoaln's is linux? I have everything working except I cannot parse the time part of the filename as it has special characters as the time delimiter in windows (so everything is marked as a duplicate call in rdio). Is this something to do with the version of dsd-fme that I am on (latest pre-compiled windows version) or do I have to change something in my windows environment?
As mentioned, you need to find the channel grants in there and look at the LPCN value for it. That is what needs a frequency populated in the .csv file.Console log is showing stuff like this
10:20:19 Sync: +DMR [slot1] slot2 | Color Code=04 | CSBK
Talkgroup Voice Channel Grant (TV_GRANT) - Logical
LPCN: 0081; TS: 2; LPCN+TS: 0164; Target: 01949001 - Source: 00000050