Merged revisions 80661 via svnmerge from
authorPhilippe Sultan <philippe.sultan@gmail.com>
Fri, 24 Aug 2007 11:49:36 +0000 (11:49 +0000)
committerPhilippe Sultan <philippe.sultan@gmail.com>
Fri, 24 Aug 2007 11:49:36 +0000 (11:49 +0000)
commitfce77d7d6ae62181baf293ed5e25264495392673
tree296a7e33ba768c20f58e53126b0316b1f00ed4ae
parent83e28341b5294594bf95cab6f6e8f6fc80016a00
Merged revisions 80661 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r80661 | phsultan | 2007-08-24 13:42:46 +0200 (Fri, 24 Aug 2007) | 9 lines

Closes issue #10509

Googletalk calls are answered too early, which results in CDRs wrongly
stating that a call was ANSWERED when the calling party cancelled a
call before before being established.

We must not answer the call upon reception of a 'transport-accept' iq
packet, but this packet still needs to be acknowledged, otherwise the
remote peer would close the call (like in #8970).
........

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