ffced0cad2
All new dahdi tools and utilities will be prefixed with "dahdi_" in order to avoid any future conflicts with other packages. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Oron Peled <oron.peled@xorcom.com>
19 lines
750 B
Plaintext
19 lines
750 B
Plaintext
|
|
ACTION!="add", GOTO="dahdi_add_end"
|
|
|
|
# DAHDI devices with ownership/permissions for running as non-root
|
|
SUBSYSTEM=="dahdi", OWNER="asterisk", GROUP="asterisk", MODE="0660"
|
|
|
|
# Backward compat names: /dev/dahdi/<channo>
|
|
SUBSYSTEM=="dahdi_channels", SYMLINK+="dahdi/%m"
|
|
|
|
# Add persistant names as well
|
|
SUBSYSTEM=="dahdi_channels", SYSFS{hardware_id}!="", SYMLINK+="dahdi/devices/%s{hardware_id}/%s{local_spanno}/%n"
|
|
SUBSYSTEM=="dahdi_channels", SYSFS{location}!="", SYMLINK+="dahdi/devices/@%s{location}/%s{local_spanno}/%n"
|
|
|
|
LABEL="dahdi_add_end"
|
|
|
|
# hotplug scripts
|
|
SUBSYSTEM=="dahdi_devices", RUN="%E{DAHDI_TOOLS_ROOTDIR}/usr/share/dahdi/dahdi_handle_device"
|
|
SUBSYSTEM=="dahdi_spans", RUN="%E{DAHDI_TOOLS_ROOTDIR}/usr/share/dahdi/dahdi_span_config"
|