diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 5bd9b6338b..020ebdcf63 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 */