]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 210640 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Wed, 5 Aug 2009 20:28:07 +0000 (20:28 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 5 Aug 2009 20:28:07 +0000 (20:28 +0000)
commit8794156fd3c13e43f84f9a6681853abc64f5bba8
treea1c092f6f9b8f331d79a981f5701b25a6896269d
parent4da15175cb7375aedd66a358b9c7e6cb241de4c0
Merged revisions 210640 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r210640 | rmudgett | 2009-08-05 14:40:03 -0500 (Wed, 05 Aug 2009) | 21 lines

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

  ........
    r210575 | rmudgett | 2009-08-05 14:18:56 -0500 (Wed, 05 Aug 2009) | 14 lines

    Dialplan starts execution before the channel setup is complete.

    *  Issue 15655: For the case where dialing is complete for an incoming
    call, dahdi_new() was asked to start the PBX and then the code set more
    channel variables.  If the dialplan hungup before these channel variables
    got set, asterisk would likely crash.
    *  Fixed potential for overlap incoming call to erroneously set channel
    variables as global dialplan variables if the ast_channel structure failed
    to get allocated.
    *  Added missing set of CALLINGSUBADDR in the dialing is complete case.

    (closes issue #15655)
    Reported by: alecdavis
  ........
................

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