]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Clarify scope of callgroup/pickupgroup.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 4 Sep 2023 11:58:23 +0000 (07:58 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:18 +0000 (18:29 +0000)
commitc06fd10f0a22e17aab72784a525fdb7a5b06e5fe
tree5965b4b5440c07048b66dedbbc4989309ec71abe
parent7a1208410a999ea632d82a69063e33035c5cb1fb
chan_dahdi: Clarify scope of callgroup/pickupgroup.

Internally, chan_dahdi only applies callgroup and
pickupgroup to FXO signalled channels, but this is
not documented anywhere. This is now documented in
the sample config, and a warning is emitted if a
user tries configuring these settings for channel
types that do not support these settings, since they
will not have any effect.

Resolves: #294
(cherry picked from commit 945babf25c0249357dc63b1b9a0de3ede9b5cbe0)
channels/chan_dahdi.c
configs/samples/chan_dahdi.conf.sample