hmatuschek / qdmr

A GUI application for configuring and programming cheap DMR radios under Linux and MacOS X.
https://dm3mat.darc.de/qdmr/
GNU General Public License v3.0
223 stars 46 forks source link

Anytone 878: support for DTMF contacts needs improvement - currently IDs get deleted von write #425

Closed allesand closed 6 months ago

allesand commented 6 months ago

DTMF contacts are read correctly from the radio, the names are written back, but not the IDs, thus after write the DTMF contacts are not working anymore.

Request: either write back nothing and all or improve DTMF contact support so the IDs do not get deleted on write.

Workaround: use the Windows CPS and CSV import/export of the analog address book

Use case for DTMF contacts: switch talkgroups in SVXLink based FM networks - Anytone can not store "#" in the contacts but it works anyway

hmatuschek commented 6 months ago

Are numbers read correctly?

allesand commented 6 months ago

Are numbers read correctly?

Yes, type "DTMF" contacts "Name" and "Number" are read correctly.

hmatuschek commented 6 months ago

Ok, fixed encoding of DTMF number length in branch 425-fix-anytone-878-dtmf-contacts.

allesand commented 6 months ago

Ok, fixed encoding of DTMF number length in branch 425-fix-anytone-878-dtmf-contacts.

Thanks! Somewhat "misleading" is the notice along "Ignore DTMF contact - not supported by radio" when writing the codeplug - it works anyway, though :-) Very cool that the Anytone supports DTMF contacts like that and qdmr can read and write them now.

hmatuschek commented 6 months ago

Fixed that too.