From a96e83f4e1036e50778298148ca5207ae44ff941 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 14 Aug 2024 07:53:47 +0000 Subject: [PATCH] doc: gnome-calls: document some UI elements --- hosts/common/programs/calls.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/common/programs/calls.nix b/hosts/common/programs/calls.nix index 265bc4103..2763f2a53 100644 --- a/hosts/common/programs/calls.nix +++ b/hosts/common/programs/calls.nix @@ -8,6 +8,10 @@ # - the bot will reply with auto-generated username/password plus a SIP server endpoint. # just copy those into gnome-calls' GUI configurator # - now gnome-calls can do outbound calls. inbound calls can be routed by messaging the bot: "configure calls" +# +# user guide: +# - "Use for Calls" means, "when i click a tel: URI, use this account": +# - `calls -vvv` for verbosity { config, lib, pkgs, ... }: let cfg = config.sane.programs.calls;