]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 316616 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Wed, 4 May 2011 13:44:41 +0000 (13:44 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 4 May 2011 13:44:41 +0000 (13:44 +0000)
commite389fab7dd1d490d1d754df0387b38fed90910a4
treef43254ee6ab7235390977100e3370df3310318f0
parentaa43b12c2482e5d4591bd98b5018f240d62d224a
Merged revisions 316616 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r316616 | dvossel | 2011-05-04 08:40:41 -0500 (Wed, 04 May 2011) | 12 lines

  Fixes session-timers=refuse not being enforced for *caller*

  During handle_request_invite, the session timer mode was retrieved from
  a cached variable.  This patch forces a peer lookup of the session timer
  mode in the case of an incoming invite.

  (closes issue #18804)
  Reported by: wdoekes
  Patches:
        issue18804_session_timer_refuse_caller.patch uploaded by wdoekes (license 717)
        issue_18804_v2.diff uploaded by dvossel (license 671)
........

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