]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: notify dialog info ignores presentation indicator in callerid
authorKevin Harwell <kharwell@digium.com>
Mon, 4 Nov 2013 21:17:18 +0000 (21:17 +0000)
committerKevin Harwell <kharwell@digium.com>
Mon, 4 Nov 2013 21:17:18 +0000 (21:17 +0000)
commitd85d31ca5ec19691f785635ea3394e321655aa21
treeb57b51239f1e91aa64369c607bce5ff5a82e47c0
parentf08766ed6eb4d48fab6641253b4488639fd0e495
chan_sip: notify dialog info ignores presentation indicator in callerid

The presentation indicator in a callerid (e.g. set by dialplan function
Set(CALLERID(name-pres)= ...)) is not checked when SIP Dialog Info Notifies
are generated during extension monitoring.  Added a check to make sure the
name and/or number presentations on the callee (remote identity) are set to
allow.  If they are restricted then "anonymous" is used instead.

(closes issue AST-1175)
Reported by: Thomas Arimont
Review: https://reviewboard.asterisk.org/r/2976/
........

Merged revisions 402450 from http://svn.asterisk.org/svn/asterisk/branches/11

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