aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-04 22:39:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-04 22:39:23 +0000
commit57a1c3fdf7b2d7675362c938e3c2e105c3904606 (patch)
treebafe6f30bb8e326b4d77b19a8a0da04f975448a2
parenta853b26de82287eef4beb8de8a12dbd7594058c5 (diff)
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
-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 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 */