dahdi_cfg(8) - Linux man page
Name
dahdi_cfg - configures DAHDI kernel modules from /etc/dahdi/system.confSynopsis
dahdi_cfg [-c CFG_FILE] [-s] [-f] [-t] [-v [-v ... ] ]
dahdi_cfg -h
Description
dahdi_cfg configures DAHDI interface cards from a config file.You generally need to run it with a valid configurations in order for DAHDI modules to work properly.
It must be run to configure every DAHDI span. Normally it is run from the DAHDI init script.
Options
-c CFG_FILE
Use an alternative configuration file instead of /etc/dahdi/system.conf
-s
Only shutdown spans.
-f
Always configure every channel, even if it appears not to have changed.
-t
Test mode. Don't do anything, just report what you wanted to do.
-v
Be more verbose. Add extra v-s for extra verbosity.
-h
Display a brief help message.
Files
/etc/dahdi/system.conf
The default location for the configuration file.