]> 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:20:58 +0000 (21:20 +0000)
committerKevin Harwell <kharwell@digium.com>
Mon, 4 Nov 2013 21:20:58 +0000 (21:20 +0000)
commit9db4d29a916a14401628c568dc0e52dd784e5e8c
treeb65b664d45ef565cf831d815a4dd51b1cdc031b6
parentb4440c121e57daaf99943eec2d2cce11d77f42cb
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.6@402463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c