aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-15 10:18:04 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-15 10:18:04 +0000
commit17abb61501baa371f85e716c7b29f697e7c580ed (patch)
tree6a32e42c59823c7e340655a093fa673c04a65551
parent53468c437b403aa2a09d7d59ab39963526ae1898 (diff)
Update to latest IANA spec
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48481 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 36eac0ad0..9f339d05a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -450,11 +450,11 @@ static const struct cfsip_options {
{ SIP_OPT_SDP_ANAT, NOT_SUPPORTED, "sdp-anat" },
/* RFC3329: Security agreement mechanism */
{ SIP_OPT_SEC_AGREE, NOT_SUPPORTED, "sec_agree" },
- /* SIMPLE events: draft-ietf-simple-event-list-07.txt */
+ /* SIMPLE events: RFC4662 */
{ SIP_OPT_EVENTLIST, NOT_SUPPORTED, "eventlist" },
/* GRUU: Globally Routable User Agent URI's */
{ SIP_OPT_GRUU, NOT_SUPPORTED, "gruu" },
- /* Target-dialog: draft-ietf-sip-target-dialog-03.txt */
+ /* RFC4538: Target-dialog */
{ SIP_OPT_TARGET_DIALOG,NOT_SUPPORTED, "tdialog" },
/* Disable the REFER subscription, RFC 4488 */
{ SIP_OPT_NOREFERSUB, NOT_SUPPORTED, "norefersub" },
@@ -3949,6 +3949,8 @@ static const char *find_alias(const char *name, const char *_default)
{ "Reject-Contact", "j" },
{ "Request-Disposition", "d" },
{ "Session-Expires", "x" },
+ { "Identity", "y" },
+ { "Identity-Info", "n" },
};
int x;