]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 293807 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Wed, 3 Nov 2010 18:38:27 +0000 (18:38 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 3 Nov 2010 18:38:27 +0000 (18:38 +0000)
commitcbd42ce6eb3dffe4e6fdb59216ef94968ccf2bd4
tree18012bf4c870afd3f43178e0c5b2b02f3feb91b7
parent9528e27b8c8cfc9d17a221afe6bd2a914a686754
Merged revisions 293807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r293807 | rmudgett | 2010-11-03 13:35:19 -0500 (Wed, 03 Nov 2010) | 34 lines

  Merged revisions 293806 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r293806 | rmudgett | 2010-11-03 13:31:57 -0500 (Wed, 03 Nov 2010) | 27 lines

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

    ........
      r293805 | rmudgett | 2010-11-03 13:23:04 -0500 (Wed, 03 Nov 2010) | 20 lines

      Party A in an analog 3-way call would continue to hear ringback after party C answers.

      All parties are analog FXS ports.
      1) A calls B.
      2) A flash hooks to call C.
      3) A flash hooks to bring C into 3-way call before C answers.  (A and B hear ringback)
      4) C answers
      5) A continues to hear ringback during the 3-way call. (All parties can hear each other.)

      * Fixed use of wrong variable in dahdi_bridge() that stopped ringback on
      the wrong subchannel.

      * Made several debug messages have more information.

      A similar issue happens if B and C are SIP channels.  B continues to hear
      ringback.  For some reason this only affects v1.8 and trunk.

      * Don't start ringback on the real and 3-way subchannels when creating the
      3-way conference.  Removing this code is benign on v1.6.2 and earlier.
    ........
  ................
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@293808 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c
channels/sig_analog.c