]> 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:32:12 +0000 (18:32 +0000)
commitc58d5e9190e5360082dc0dab70ecd9023cb23351
tree931dd2cc6a33346f9ee7823def0e8401210a2465
parent903c594cef245429910e7040e954e6fa8b5a4a67
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 5b89e40541ccf40cb3703cc00ef5fa9815f896ca)
channels/chan_dahdi.c
configs/samples/chan_dahdi.conf.sample