]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 225307 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Wed, 21 Oct 2009 22:10:01 +0000 (22:10 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 21 Oct 2009 22:10:01 +0000 (22:10 +0000)
commit1a0047d1615a5a384007c29ca94ea0929a61a4be
treea8c2133d72b21223d6b74af32e0fd5230ca533b9
parent31c282574bfb781ad50619346d9de82b275ba4fa
Merged revisions 225307 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r225307 | dvossel | 2009-10-21 16:58:46 -0500 (Wed, 21 Oct 2009) | 20 lines

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

  ........
    r225243 | dvossel | 2009-10-21 15:58:08 -0500 (Wed, 21 Oct 2009) | 13 lines

    IAX2: VNAK loop caused by signaling frames with no destination call number

    It is possible for the PBX thread to queue up signaling frames before
    a destination call number is received.  This can result in signaling
    frames being sent out with no destination call number. Since recent
    versions of Asterisk require accurate destination callnumbers for all
    Full Frames, this can cause a VNAK loop to occur.  To resolve this
    no signaling frames are sent until a destination callnumber is received,
    and destination call numbers are now only required for iax_pvt matching
    when the frame is an ACK.

    Review: https://reviewboard.asterisk.org/r/413/
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@225311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c