]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 185122 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Mon, 30 Mar 2009 20:50:00 +0000 (20:50 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 30 Mar 2009 20:50:00 +0000 (20:50 +0000)
commitc645750bd10d873a0af606e70d70acbfd318bfd1
treebf779a0a64922551b052edc56281d424b0a3aa42
parent9f90c1e617b47a7f09bd620e595a897a456f74ee
Merged revisions 185122 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r185122 | rmudgett | 2009-03-30 15:41:24 -0500 (Mon, 30 Mar 2009) | 26 lines

  Merged revisions 185120 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r185120 | rmudgett | 2009-03-30 15:38:11 -0500 (Mon, 30 Mar 2009) | 19 lines

    Make chan_misdn BRI TE side normally defer channel selection to the NT side.

    Channel allocation collisions are not handled by chan_misdn very well.
    This patch simply avoids the problem for BRI only.

    For PRI, allocation collisions are still possible but less likely since
    there are simply more channels available and each end could use a different
    allocation strategy.

    misdn.conf options available:
    te_choose_channel - Use to force the TE side to allocate channels.
    method - Specify the channel allocation strategy.

    (closes issue #13488)
    Reported by: Christian_Pinedo
    Patches:
          isdn_lib.patch.txt uploaded by crich
    Tested by: crich, siepkes, festr
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@185126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/misdn/isdn_lib.c