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
This commit is contained in:
Mark Spencer
2005-08-03 18:05:40 +00:00
parent d07c47bac8
commit 73e21b0ccc

View File

@@ -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 */