]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 289700 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Fri, 1 Oct 2010 16:22:19 +0000 (16:22 +0000)
committerJeff Peeler <jpeeler@digium.com>
Fri, 1 Oct 2010 16:22:19 +0000 (16:22 +0000)
commit4f8d5448a652d1703c570ec1fa606991eb5e7c29
tree7e5ab33084212a560b0da39228897c4e68ff1d00
parent097becdba1ec266de0d3665736141216ee52183e
Merged revisions 289700 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r289700 | jpeeler | 2010-10-01 11:21:04 -0500 (Fri, 01 Oct 2010) | 21 lines

  Merged revisions 289699 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r289699 | jpeeler | 2010-10-01 11:20:00 -0500 (Fri, 01 Oct 2010) | 14 lines

    Ensure user portion of SIP URI matches dialplan when using encoded characters.

    This commit takes a simliar approach to 288112 and checks the dialplan to
    determine the proper action for an incoming contact header as to whether or not
    it should be decoded or not. sip_new was blindly always decoding the extension,
    which also caused the outgoing contact header to be incorrect as well as failing
    to match the encoded extension in the dialplan.

    (closes issue #17892)
    Reported by: wdoekes
    Patches:
          bug17892-1.patch uploaded by jpeeler (license 325)
    Tested by: wdoekes
  ........
................

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