Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18da95e

Browse files
InterLinked1github-actions[bot]
authored andcommitted
chan_dahdi.conf.sample: Avoid warnings with default configs.
callgroup and pickupgroup may only be specified for FXO-signaled channels; however, the chan_dahdi sample config had these options uncommented in the [channels] section, thus applying these settings to all channels, resulting in warnings. Comment these out so there are no warnings with an unmodified sample config. Resolves: #1552
1 parent 3b4f4d2 commit 18da95e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configs/samples/chan_dahdi.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,8 +980,8 @@ group=1
980980
; If you need to pick up an FXS signalled channel directly, you can have it
981981
; dial a Local channel and pick up the ;1 side of the Local channel instead.
982982
;
983-
callgroup=1
984-
pickupgroup=1
983+
;callgroup=1
984+
;pickupgroup=1
985985
;
986986
; Named ring groups (a.k.a. named call groups) and named pickup groups.
987987
; If a phone is ringing and it is a member of a group which is one of your

0 commit comments

Comments
 (0)