]> 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:15 +0000 (14:43 +0000)
commit5b89e40541ccf40cb3703cc00ef5fa9815f896ca
treed5378b1338095179f307559d64ba6b260588322c
parent1cbbf36929b47bb6b9c125f630d6bcd03618fcde
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