afelio (8) NAME afelio -- telephony server SYNOPSIS Starting the server: afelio [ debug-option | nondetached-option ] [ altconfig-option ] Obtaining information: afelio help-option | buildinfo-request-option | version-request-option | configpath-request-option | logpath-request-option | testconfig-option [ altconfig-option ] DESCRIPTION The afelio(8) daemon is a resident server process which provides multi-protocol telephony services. Its behaviour is controlled by the afelio master configuration file. The afelio program can be invoked to start the server or it can be invoked to return information and exit without starting the server. Options: -b, --buildinfo Print build information and exit, useful when reporting bugs. -c master_config_path, --altconfig master_config_path Use the alternate master configuration file at the specified path instead of the default master configuration file. This option can be used together with the debug, nondetached and testconfig options. -d, --debug Start server in non-detached mode with debug logging enabled. This option should only be used for debugging and troubleshooting. -h, --help, --usage Print usage help and exit. -n, --nondetached Start server in non-detached mode but with debug logging disabled. This option should only be used for debugging and troubleshooting. -p, --configpath Print built-in path to the default master configuration file and exit. This should be used by configuration utilities to obtain the path to the default master configuration file which was set at compile time. -l, --logpath Print built-in path to the default master log file and exit. -t, --testconfig Test configuration and exit. Performs master configuration file check amd prints results. Returns 0 if no errors were encountered, returns 1 otherwise. -v, --version, --copyright Print software version, copyright notice and exit. FILES /etc/afelio.plist, factory default master configuration file afelio_mcfg_grammar.txt, EBNF grammar for master configuration file SEE ALSO afelioctl(8), afelio daemon control utility