services.asterisk.extraArguments

NixOS option

Additional command line arguments to pass to Asterisk.

type: list of string
Default
[ ]
Example
[
  "-vvvddd"
  "-e"
  "1024"
]
declared in: nixos/modules/services/networking/asterisk.nixView source on NixOS/nixpkgs →