]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Add DAHDI_CHANNEL function.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 11 Sep 2025 19:57:03 +0000 (15:57 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 22 Sep 2025 16:52:34 +0000 (16:52 +0000)
commit3a7d622c638b5292ffdfe92d89e7ca9f6d56546e
treeddf63154a3e3c9a85465183cac1c25a164ab01e7
parent77d630f57a4e29a24a1d0ac4ca3394675962e4ac
chan_dahdi: Add DAHDI_CHANNEL function.

Add a dialplan function that can be used to get/set properties of
DAHDI channels (as opposed to Asterisk channels). This exposes
properties that were not previously available, allowing for certain
operations to now be performed in the dialplan.

Resolves: #1455

UserNote: The DAHDI_CHANNEL function allows for getting/setting
certain properties about DAHDI channels from the dialplan.
channels/chan_dahdi.c
channels/sig_analog.c