]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 5 Oct 2023 14:43:10 +0000 (14:43 +0000)
commit4f99db350a08a758f405a4fea9a80c6e136d503f
treeaf9ceeec6bc3b9eef02e29b0e1897fe8a714c774
parent6edeb9048573c3c35292046d97179998ef187c73
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
channels/chan_dahdi.c
configs/samples/chan_dahdi.conf.sample