]> git.ipfire.org Git - thirdparty/asterisk.git/commit
The get_pai function in chan_sip.c didn't recognized a proper callerid name and
authorStefan Schmidt <sst@sil.at>
Wed, 18 Jan 2012 14:57:30 +0000 (14:57 +0000)
committerStefan Schmidt <sst@sil.at>
Wed, 18 Jan 2012 14:57:30 +0000 (14:57 +0000)
commitfde0147b3f0e74f6a7d67ee2b3ccfdd17ea0c150
tree64fd4004e535535326a42fda95dbefe6b329ab86
parent37a8ff4dc8aa362c22336b6e49599ecde1985286
The get_pai function in chan_sip.c didn't recognized a proper callerid name and
 number from a P-Asserted-Identity cause the header parsing logic was wrong.
Changing the parsing functions to the sip header parsing APIs in
reqresp_parser.h solves this problem.

Review: https://reviewboard.asterisk.org/r/1673
Reviewed by: wdoekes2 and Mark Michelson

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