dect
/
asterisk
Archived
13
0
Fork 0

Add extra aliases from RFC4028 and RFC3841 (bug #4889)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6272 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-08-03 18:05:40 +00:00
parent 54e45b1b09
commit dc15c855f4
1 changed files with 4 additions and 0 deletions

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