]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 5 Oct 2023 14:43:19 +0000 (14:43 +0000)
commit37e4af6a09103139f0ca0a0112e1ab467c1eab34
tree87bb42dfa6b9b7a0b47d7e2dd01190d6d71983ec
parent8536ce8c38cd680d1a2e57d605ff6a39f7eededb
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