]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Be consistent, send From: "Anonymous" <sip:anonymous@anonymous.invalid>
authorRichard Mudgett <rmudgett@digium.com>
Mon, 24 Sep 2012 22:09:12 +0000 (22:09 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 24 Sep 2012 22:09:12 +0000 (22:09 +0000)
commit00c9a02a93b3e396758f07a2040ba0b10211cae5
treedbd7957ff42c31754d7cf503b658d80de315f2ac
parent1c200ea1b22bdb57f5a639820813a7ba7ea44a8b
Be consistent, send From: "Anonymous" <sip:anonymous@anonymous.invalid>

When setting CALLERID(pres)=unavailable in the dialplan, the From header
in the SIP message contains "Anonymous" <sip:Anonymous@anonymous.invalid>.
For consistency, Asterisk should use a lowercase a in the userpart of the
URI.

* Make the From header use a lowercase A in the userpart of the anonymous
URI.

(closes issue ASTERISK-19838)
Reported by: Antti Yrjola
Patches:
      chan_sip_patch_ASTERISK-19838.patch (license #6383) patch uploaded by Antti Yrjola

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