]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When a session timer expires during a T.38 call, re-invite with correct SDP
authorMatthew Jordan <mjordan@digium.com>
Fri, 15 Mar 2013 01:34:12 +0000 (01:34 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 15 Mar 2013 01:34:12 +0000 (01:34 +0000)
commitfb8760d6790c0ffca0e42499841339a0eadeb44d
tree971cdc16a98ce4191762c1a72dc413f06958644d
parente76649b53c194509dd8202cd5b3a182e57ecfc34
When a session timer expires during a T.38 call, re-invite with correct SDP

When a session timer expires during a dialog that has re-negotiated to T.38
and Asterisk is the refresher, Asterisk will send a re-INVITE with an SDP
containing audio media only. This causes some hilarity with the poor fax
session under weigh.

This patch corrects that by sending T.38 parameters if we are in the middle of
a T.38 session.

(closes issue ASTERISK-21232)
Reported by: Nitesh Bansal
patches:
  dont-send-audio-reinvite-for-sess-timer-in-t38-call.patch uploaded by nbansal (License 6418)
........

Merged revisions 383124 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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