From 57a1c3fdf7b2d7675362c938e3c2e105c3904606 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 4 Aug 2005 22:39:23 +0000 Subject: add some more aliases from RFC's 3841 and 4028 (bug #4889) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@6282 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_sip.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index fe5c295fe..b5bf4e224 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -2106,6 +2106,10 @@ static struct cfalias { { "Allow-Events", "u" }, { "Event", "o" }, { "Via", "v" }, + { "Accept-Contact", "a" }, + { "Reject-Contact", "j" }, + { "Request-Disposition", "d" }, + { "Session-Expires", "x" }, }; /*--- get_sdp_by_line: Reads one line of SIP message body */ -- cgit v1.2.3