]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:08:21 +0000 (16:08 +0000)
commit930f5578e5c02378c23b0ea481f942c1aab9daf9
tree88cfa67835629cc683c0ebe5505f7816173a2b93
parentb5729635d5135181ea761182b9982775d0d9c10c
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