mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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 5b89e40541
)
This commit is contained in:
committed by
Asterisk Development Team
parent
903c594cef
commit
c58d5e9190
@@ -944,6 +944,10 @@ group=1
|
||||
; you can answer it by picking up and dialing *8#. For simple offices, just
|
||||
; make these both the same. Groups range from 0 to 63.
|
||||
;
|
||||
; Call groups and pickup groups may only be specified for FXO signalled channels.
|
||||
; If you need to pick up an FXS signalled channel directly, you can have it
|
||||
; dial a Local channel and pick up the ;1 side of the Local channel instead.
|
||||
;
|
||||
callgroup=1
|
||||
pickupgroup=1
|
||||
;
|
||||
|
Reference in New Issue
Block a user