]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add some missing invite state changes necessary in the sip_write
authorMark Michelson <mmichelson@digium.com>
Tue, 18 Nov 2008 22:47:57 +0000 (22:47 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 18 Nov 2008 22:47:57 +0000 (22:47 +0000)
commita6fac748de2faad6fe53eeb223643e948aefc649
tree37499f521c7c2c96b50f44f332574406fed15bd4
parent161a05a3d1d669a65e892f4d49883d0419eab17d
Add some missing invite state changes necessary in the sip_write
function. Not setting the invite state correctly on the call was
resulting in the Record application leaving empty files. I also
have updated the doxygen comment next to the declaration of the
INV_EARLY_MEDIA constant to reflect that we also use this state
when we *send* a 18X response to an INVITE.

(closes issue #13878)
Reported by: nahuelgreco
Patches:
      sip-early-media-recording-1.4.22.patch uploaded by nahuelgreco (license 162)
  Tested by: putnopvut

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@157503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c