The channel setup mentions /etc/ticketscad/dvswitch-<instance>.env and systemctl restart ticketscad-dvswitch@<instance> — but since I'm running the CAD in Docker (no systemd), that path doesn't apply.
My question: what's the correct way to deploy the DVSwitch bridge for a Dockerized CAD? Is docker-config-gen.php the tool for this, or is there a separate DVSwitch container I should run alongside? Any guide or example compose would be hugely appreciated
--
You received this message because you are subscribed to the Google Groups "Open Source CAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-source-c...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/open-source-cad/7b2a4874-a664-44a0-91a9-b0705299f433n%40googlegroups.com.
Hi Eric,
Hope you are well. With a lot of hours and some help from Claude, I got the Docker bridge working — and found five problems along the way, two of which stop it working for anyone.
It authenticated to my HBLink3 master first time, the vocoder passes its round-trip, and I now have two-way voice between TicketsCAD and the talkgroup. So the parts you said were unproven are proven.
I have written the whole thing up — architecture, the five defects with file and line numbers, my workarounds, and the logs from both ends. It is attached. Hope this helps.
Happy to test any patch. I have a working master and a clean Coolify CAD, and I can rebuild the bridge in a couple of minutes.
73,
Khalaf — A61KT
To view this discussion visit https://groups.google.com/d/msgid/open-source-cad/754d1209-6ea0-4dc1-91b0-7f26140a5d64n%40googlegroups.com.
Hi Eric,
Just letting you know I've posted the full verification on the GitHub issue — apologies for the long delay, things got busy on my side. Short version: all three fixes verify cleanly on v4.2.6 against my HBLink3 master, and I found two new defects along the way — a one-line missing require in api/geocode.php (fix included), and the live-audio SSE relay dying every ~12 seconds (bridge proven fine via raw curl; full traces in the comment). Details and reproduction steps are all in the issue.
The deployment guide PR is still coming — it's next on my list.
Thanks again for the quick turnaround on the original fixes.
73,