summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-08-03 18:05:40 +0000
committerMark Spencer <markster@digium.com>2005-08-03 18:05:40 +0000
commit73e21b0cccbc1af8bc233d6f500c1823d38c4e0d (patch)
tree7fbce93705f7487646443001eb0b7c051d2038d7 /channels
parentd07c47bac861121120fc5d0cb43b46ebdddffafd (diff)
Add extra aliases from RFC4028 and RFC3841 (bug #4889)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5bd9b6338..020ebdcf6 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -195,6 +195,10 @@ static const struct cfalias {
{ "Allow-Events", "u" },
{ "Event", "o" },
{ "Via", "v" },
+ { "Accept-Contact", "a" },
+ { "Reject-Contact", "j" },
+ { "Request-Disposition", "d" },
+ { "Session-Expires", "x" },
};
/* Define SIP option tags, used in Require: and Supported: headers */