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;