]> git.ipfire.org Git - thirdparty/asterisk.git/commit
The ISDN CPE side should not exclusively pick B channels normally.
authorRichard Mudgett <rmudgett@digium.com>
Sat, 27 Jun 2009 00:55:12 +0000 (00:55 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Sat, 27 Jun 2009 00:55:12 +0000 (00:55 +0000)
commitf65dccafb6df533ba18b2854adf1f679aa0d54a7
treee1df450c90b4da763da74b1d956b5327e11afddc
parentfc73897bbd5d310ff070bdc69094deed3c58a160
The ISDN CPE side should not exclusively pick B channels normally.

Before this patch, Asterisk unconditionally picked B channels exclusively
on the CPE side and normally allowed alternative B channels on the network
side.  Now Asterisk does the opposite.

Reasons for the CPE side to normally not pick B channels exclusively:
*  For CPE point-to-multipoint mode (i.e. phone side), the CPE side does
not have enough information to exclusively pick B channels.  (There may be
other devices on the line.)
*  Q.931 gives preference to the network side picking B channels.
*  Some telcos require the CPE side to not pick B channels exclusively.

(closes issue #14383)
Reported by: mbrancaleoni

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@203908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c