dahdi-tools/hotplug/handle_device.d/20-span-assignments

9 lines
200 B
Bash
Executable File

#! /bin/sh
if [ -r "$DAHDICONFDIR/assigned-spans.conf" ]; then
dahdi_span_assignments add "/sys$DEVPATH"
else
# No configuration. No order guaranteed
dahdi_span_assignments auto "/sys$DEVPATH"
fi