aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-31 04:17:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-31 04:17:33 +0000
commit00da024226ba396be56421d1b6208bf31973ecd0 (patch)
tree88d70c4e12b62a8a4ef070aaee28340de1329a2e /channels
parent1069cee1ec117f29493533baeeda5d85b59ab975 (diff)
add "Referred-by" to the aliases list (bug #4404)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5798 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5080395b5..6f3151f9f 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" },