Merged revisions 340165 via svnmerge from
authorMatthew Jordan <mjordan@digium.com>
Mon, 10 Oct 2011 20:39:39 +0000 (20:39 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 10 Oct 2011 20:39:39 +0000 (20:39 +0000)
commit4ec8d574542597c54c43a067540ba99a0710d977
tree1a6b0db26ef147314d508f355d149b3a285f0989
parentbb07ca66a174bdf92bbdfcc4f58c9065c90b3af3
Merged revisions 340165 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10

................
  r340165 | mjordan | 2011-10-10 15:30:18 -0500 (Mon, 10 Oct 2011) | 20 lines

  Merged revisions 340164 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.8

  ........
    r340164 | mjordan | 2011-10-10 15:23:48 -0500 (Mon, 10 Oct 2011) | 13 lines

    Updated chan_sip to place calls on hold if SDP address in INVITE is ANY

    This patch fixes the case where an INVITE is received with c=0.0.0.0 or ::.
    In this case, the call should be placed on hold.  Previously, we checked for
    the address being null; this patch keeps that behavior but also checks for
    the ANY IP addresses.

    Review: https://reviewboard.asterisk.org/r/1504/

    (closes issue ASTERISK-18086)
    Reported by: James Bottomley
    Tested by: Matt Jordan
  ........
................

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