]> 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:21:32 +0000 (18:21 +0000)
commitf83156f8265e22d044dd43273ae7b48680c5b884
tree85ac46e786b132ef0bf1db653c64f6731c8615c0
parent7a4884c1cb01e3a00b53e5c28c3b08bf9dd5edd5
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 4f99db350a08a758f405a4fea9a80c6e136d503f)
channels/chan_dahdi.c
configs/samples/chan_dahdi.conf.sample