From: Russell Bryant Date: Tue, 31 May 2005 04:17:33 +0000 (+0000) Subject: add "Referred-by" to the aliases list (bug #4404) X-Git-Tag: 1.0.11.1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e8158ddc95cc98c2f6ac4378b19fb63b67f590;p=thirdparty%2Fasterisk.git add "Referred-by" to the aliases list (bug #4404) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5798 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 5080395b59..6f3151f9fb 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -2094,6 +2094,7 @@ static struct cfalias { { "To", "t" }, { "Supported", "k" }, { "Refer-To", "r" }, + { "Referred-By", "b" }, { "Allow-Events", "u" }, { "Event", "o" }, { "Via", "v" },