<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.15 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-sipcore-callinfo-rcd-00" category="std">

  <front>
    <title abbrev="Call-Info Rich Call Data">SIP Call-Info Parameters for Rich Call Data</title>

    <author initials="C." surname="Wendt" fullname="Chris Wendt">
      <organization>Comcast</organization>
      <address>
        <postal>
          <street>Comcast Technology Center</street>
          <city>Philadelphia, PA  19103</city>
          <country>USA</country>
        </postal>
        <email>chris-ietf@chriswendt.net</email>
      </address>
    </author>
    <author initials="J." surname="Peterson" fullname="Jon Peterson">
      <organization>Neustar Inc.</organization>
      <address>
        <postal>
          <street>1800 Sutter St Suite 570</street>
          <city>Concord, CA  94520</city>
          <country>US</country>
        </postal>
        <email>jon.peterson@neustar.biz</email>
      </address>
    </author>

    <date year="2020" month="November" day="02"/>

    <area>art</area>
    
    <keyword>Identity</keyword>

    <abstract>


<t>This document describes a SIP Call-Info header field usage defined to include rich data associated with the identity of the calling party that can be rendered to called party for providing more useful information about the caller or the specific reason for the call. This includes extended comprehensive information about the caller such as what a jCard object can represent for describing the calling party or other call specific information such as describing the reason or intent of the call.  The elements defined for this purpose are intended to be extensible to accommodate related information about calls that helps people decide whether to pick up the phone and additionally, with the use of jCard and other elements, to be compatible with the STIR/PASSporT Rich Call Data framework.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>Traditional telephone network signaling protocols have long supported delivering a ‘calling name’ from the originating side, though in practice, the terminating side is often left to derive a name from the calling party number by consulting a local address book or an external database. SIP similarly can carry a ‘display-name’ in the From header field value from the originating to terminating side, though it is an unsecured field that is not commonly trusted. The same is true of information in the Call-Info header field.</t>

<t>To allow calling parties to initiate, and called parties to receive, a more comprehensive, deterministic, and extensible rich call data for incoming calls, we describe new tokens for the SIP <xref target="RFC3261"/> Call-Info header field and a corresponding “purpose” parameter.  We also define a new parameter of Call-Info designed for carrying a “reason” value.  For this document, depending on the policies of the communications system, calling parties could either be the end user device or an originating service provider, and called parties could also similarly be an end user device or the terminating service provider acting on behalf of the recipient of the call.</t>

<t>Used on its own, this specification assumes that called party user agent can trust the SIP network or the SIP provider to deliver the correct rich call data (RCD) information.  This may not always be the case and thus, the entity inserting the Call-Info header field and the UAS relying on it SHOULD be part of the same trust domain <xref target="RFC3324"/>.  Alternatively, and likely the recommended approach, is that the entity inserting the call-info header should also sign the caller information via STIR mechanisms <xref target="RFC8224"/> and specifically through the <xref target="I-D.ietf-stir-passport-rcd"/>. This STIR signature would likely be provided by the caller itself or the originating service provider using an authoritative signature to authenticate the information is from the originator and hasn’t been tampered with in transmission.</t>

<t><xref target="RFC7852"/> provides a means of carrying additional data about callers for the purposes of emergency services (especially its Section 4.4 “Owner/Subscriber” information).  This specification provides an overlapping functionality for non-emergency cases.  Rather than overloading its “EmergencyCallData” Call-Info “purpose” parameter value, this document defines a separate “purpose” parameter for the more generic delivery of information via jCard <xref target="RFC7095"/>.  This document borrows from <xref target="RFC7852"/> the capability to carry a data structure as a body, through the use of the “cid” URI scheme <xref target="RFC2392"/>.</t>

</section>
<section anchor="terminology" title="Terminology">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

</section>
<section anchor="overview" title="Overview">

<t>The Call-Info header field, defined in <xref target="RFC3261"/> Section 20.9, defines a purpose parameter currently with “info”, “icon”, and “card” tokens.  This document defines one new purpose value and one new generic parameter for Call-Info.</t>

<t>The value “jcard” is to be used to associate rich call data related to the identity of the calling party in the form of a jCard <xref target="RFC7095"/>.  While there is a “card” token that is already defined with similar purpose, there are two primary reasons for the definition and usage of jCard and the use of JSON over the XML based vCard <xref target="RFC2426"/>.  First, JSON has become the default and optimally supported for transmission, parsing, and manipulation of data on IP networks. Second, jCard has also been defined in <xref target="I-D.ietf-stir-passport-rcd"/> and has been adopted by PASSporT <xref target="RFC8225"/> because of the usage of JSON Web Tokens (JWT) <xref target="RFC7519"/>.</t>

<t>A generic parameter for “call-reason” is to be used to provide a string or other object that is used to convey the intent or reason the caller is calling to help the called party understand better the context of the call and why they may want to answer the call.</t>

</section>
<section anchor="jcard-call-info-token" title="“jcard” Call-Info Token">

<t>The use of the new Call-Info Token “jcard” is for the purpose of supporting RCD associated with the identity of a calling party in a SIP call <xref target="RFC3261"/> Section 20.9.  The format of a Call-Info header field when using the “jcard” is as follows.</t>

<t>The Call-Info header should include a URI where the resource pointed to by the URI is a jCard JSON object defined in <xref target="RFC7095"/>. This MAY be carried in the body of the SIP request bearing this Call-Info via the “cid” URI scheme <xref target="RFC2392"/>. Alternatively, the URI MUST define the use HTTPS or a transport that can validate the integrity of the source of the resource as well as the transport channel the resource is retrieved.</t>

<t>An example of a Call-Info header field is:</t>

<figure><artwork><![CDATA[
  Call-Info: <https://example.com/jbond.json>
]]></artwork></figure>

<t>An example jCard JSON file is shown as follows:</t>

<figure><artwork><![CDATA[
["vcard",
 [
  ["version", {}, "text", "4.0"],
  ["fn", {}, "text", "James Bond"],
  ["n", {}, "text", ["Bond", "James", "", "", "Mr."]],
  ["adr", {"type":"work"}, "text",
    ["", "", "3100 Massachusetts Avenue NW", "Washington", "DC",
    "20008", "USA"]
  ],
  ["email", {}, "text", "007@mi6-hq.com"],
  ["tel", { "type": ["voice", "text", "cell"], "pref": "1" }, "uri",
    "tel:+1-202-555-1000"],
  ["tel", { "type": ["fax"] }, "uri", "tel:+1-202-555-1001"],
  ["bday", {}, "date", "19241116"]
  ["logo", {}, "uri",
  "https://upload.wikimedia.org/wikipedia/en/c/c5
  /Fleming007impression.jpg"]
 ]
]
]]></artwork></figure>

<t>An example SIP INVITE using the “cid” URI scheme is as follows.</t>

<figure><artwork><![CDATA[
INVITE sip:alice@example.com SIP/2.0
Via: SIP/2.0/TLS pc33.atlanta.example.com;branch=z9hG4bKnashds8
To: Alice <sip:alice@example.com>
From: Bob <sip:12155551212@example.com;user=phone>;tag=1928301774>
Call-ID: a84b4c76e66710
Call-Info: <cid:12155551212@example.com>;purpose=jcard;call-reason= \
  "For your ears only"
CSeq: 314159 INVITE
Max-Forwards: 70
Date: Fri, 25 Sep 2015 19:12:25 GMT
Contact: <sip:12155551212@gateway.example.com>
Content-Type: multipart/mixed; boundary=boundary1
Content-Length: ...

--boundary1

Content-Type: application/sdp

v=0
o=UserA 2890844526 2890844526 IN IP4 pc33.atlanta.example.com
s=Session SDP
c=IN IP4 pc33.atlanta.example.com
t=0 0
m=audio 49172 RTP/AVP 0
a=rtpmap:0 PCMU/8000

--boundary1

Content-Type: application/vcard+json
Content-ID: <12155551212@example.com>

["vcard",[["version",{},"text","4.0"],["fn",{},"text","James Bond"
],["n",{},"text",["Bond","James","","","Mr."]],["adr",{"type":
"work"},"text",["","","3100 Massachusetts Avenue NW","Washington",
"DC","20008","USA"]],["email",{},"text","007@mi6-hq.com"],["tel",
{"type":["voice","text","cell"],"pref":"1"},"uri",
"tel:+1-202-555-1000"],["tel",{"type":["fax"]},"uri",
"tel:+1-202-555-1001"],["bday",{},"date","19241116"]["logo",{},
"uri","https://upload.wikimedia.org/wikipedia/en/c/c5
/Fleming007impression.jpg"]]]
]]></artwork></figure>

</section>
<section anchor="call-reason-call-info-parameter" title="‘call-reason’ Call-Info Parameter">

<t>In addition to the jCard value defined here, this specification also defines a generic parameter of the Call-Info header called “call-reason”. The “call-reason” parameter is intended to convey a short textual message suitable for display to an end user during call alerting.  As a general guideline, this message SHOULD be no longer than 160 characters; displays that support this specification may be forced to truncate messages that cannot fit onto a screen.  This message conveys the caller’s intention in contacting the callee.  It is an optional parameter, and the sender of a SIP request cannot guarantee that its display will be supported by the terminating endpoint.  The manner in which this reason is set by the caller is outside the scope of this specification.</t>

<t>One alternative approach would be to use the baseline <xref target="RFC3261"/> Subject header field value to convey the reason for the call. Because the Subject header has seen little historical use in SIP implementations, however, and its specification describes its potential use in filtering, it seems more prudent to define a new means of carrying a call reason indication.</t>

<t>An example of a Call-Info header field value with the “call-reason” parameter follows:</t>

<figure><artwork><![CDATA[
Call-Info: <https://example.com/jbond.json>;
  call-reason="For your ears only"
]]></artwork></figure>

<t>One can readily imagine a need for more structured call reason data that could be reliably processed automatically.  Future versions of this specification may explore ways to provide a structured data object in place of a textual string to support things like internationalization or categories of reason that can be parsed by machines.</t>

</section>
<section anchor="usage-of-jcard-and-property-specific-usage" title="Usage of jCard and property specific usage">

<t>Beyond the definition of the specific properties or JSON arrays associated with each property. This specification defines a few rules above and beyond <xref target="RFC7095"/> specific to making sure there is a mimimum level of supported properties that every implementation of this specification should adhere to.  This includes the support of intepreting the value of this property and the ability to render in some form appropriate to the display capabilities of the device. This includes requirements specific to either textual displays and graphics capable displays.</t>

<section anchor="identification-properties" title="Identification properties">
<t>These types are used to capture information associated with the identification and naming of the entity associated with the jCard.</t>

<section anchor="fn-property" title="“fn” property">

<t>The “fn” property MUST be supported with the intent of providing a formatted text corresponding to the name of the object the jCard represents.  Reference <xref target="RFC6350"/> Section 6.2.1.</t>

<figure><artwork><![CDATA[
Example:
["fn", {}, "text", "Mr. John Q. Public\, Esq."]
]]></artwork></figure>

</section>
<section anchor="n-property" title="“n” property">

<t>The “n” property SHOULD be supported with the intent of providing the components of the name of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.2.2.</t>

<figure><artwork><![CDATA[
Example:
["n", {}, "text", "Public;John;Quinlan;Mr.;Esq."]
["n", {}, "text", "Stevenson;John;Philip,Paul;Dr.;Jr.,M.D.,A.C.P."]
]]></artwork></figure>

</section>
<section anchor="nickname-property" title="“nickname” property">

<t>The “nickname” property SHOULD be supported with the intent of providing the text corresponding to the nickname of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.2.3.</t>

<figure><artwork><![CDATA[
Example:
["nickname", {}, "text", "Robbie"]
["nickname", {}, "text", "Jim,Jimmie"]
["nickname", {}, "text", "TYPE=work:Boss"]
]]></artwork></figure>

</section>
<section anchor="photo-property" title="“photo” property">

<t>The “photo” property MUST be supported with the intent of an image or photograph information that annotates some aspect of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.2.4.</t>

<t>In addition to the definition of jCard, and to promote interoperability and proper formatting and rendering of images, the photo SHOULD correspond to a square image size of the sizes 128x128, 256x256, 512x512, or 1024x1024 pixels.</t>

<figure><artwork><![CDATA[
Example:
["photo", {}, "uri", "http://www.example.com/photos/jqpublic.gif"]
]]></artwork></figure>

</section>
</section>
<section anchor="delivery-addressing-properties" title="Delivery Addressing Properties">

<t>These properties are concerned with information related to the delivery addressing or label for the jCard object.</t>

<section anchor="adr-property" title="“adr” property">

<t>The “adr” property MUST be supported with the intent of providing the delivery address of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.3.1.</t>

<figure><artwork><![CDATA[
Example:
["adr", {"type":"work"}, "text",
  ["", "", "3100 Massachusetts Avenue NW", "Washington", "DC",
  "20008", "USA"]
]]></artwork></figure>

</section>
</section>
<section anchor="communications-properties" title="Communications Properties">

<t>These properties describe information about how to communicate with the object the jCard represents.</t>

<section anchor="tel-property" title="“tel” property">

<t>The “tel” property MUST be supported with the intent of providing the telephone number for telephony communication of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.4.1.</t>

<t>Relative to the SIP From header field this information may provide alternate telephone number or other related telephone numbers for other uses.</t>

<figure><artwork><![CDATA[
Example:
["tel", { "type": ["voice", "text", "cell"], "pref": "1" }, "uri",
  "tel:+1-202-555-1000"]
["tel", { "type": ["fax"] }, "uri", "tel:+1-202-555-1001"]
]]></artwork></figure>

</section>
<section anchor="email-property" title="“email” property">

<t>The “email” property MUST be supported with the intent of providing the electronic mail address for communication of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.4.2.</t>

<figure><artwork><![CDATA[
Example:
["email", {"type":"work"}, "text", "jqpublic@xyz.example.com"]
["email", {"pref":"1"}, "text", "jane_doe@example.com"]
]]></artwork></figure>

</section>
<section anchor="lang-property" title="“lang” property">

<t>The “lang” property MUST be supported with the intent of providing the language(s) that may be used for contacting of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.4.4.</t>

<figure><artwork><![CDATA[
Example:
["lang", {"type":"work", "pref":"1"}, "language-tag", "en"]
["lang", {"type":"work", "pref":"2"}, "language-tag", "fr"]
["lang", {"type":"home"}, "language-tag", "fr"]
]]></artwork></figure>

</section>
</section>
<section anchor="geographical-properties" title="Geographical Properties">

<t>These properties are concerned with information associated with geographical positions or regions associated with the object the jCard represents.</t>

<section anchor="tz-property" title="“tz” property">

<t>The “tz” property MUST be supported with the intent of providing the time zone of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.5.1.</t>

<t>Note: Seems the up-to-date reference for where time-zone names are maintained is currently at this web address, https://www.iana.org/time-zones.</t>

<figure><artwork><![CDATA[
Example:
["tz", {}, "text", "Raleigh/North America"]
]]></artwork></figure>

</section>
<section anchor="geo-property" title="“geo” property">

<t>The “geo” property MUST be supported with the intent of providing the global positioning of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.5.2.</t>

<figure><artwork><![CDATA[
Example:
["geo", {}, "uri", "geo:37.386013,-122.082932"]
]]></artwork></figure>

</section>
</section>
<section anchor="organizational-properties" title="Organizational Properties">

<t>These properties are concerned with information associated with characteristics of the organization or organizational units of the object that the jCard represents.</t>

<section anchor="title-property" title="“title” property">

<t>The “title” property MUST be supported with the intent of providing the position or job of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.6.1.</t>

<figure><artwork><![CDATA[
Example:
["title", {}, "text", "Research Scientist"]
]]></artwork></figure>

</section>
<section anchor="role-property" title="“role” property">

<t>The “role” property MUST be supported with the intent of providing the position or job of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.6.2.</t>

<figure><artwork><![CDATA[
Example:
["role", {}, "text", "Project Leader"]
]]></artwork></figure>

</section>
<section anchor="logo-property" title="“logo” property">

<t>The “logo” property MUST be supported with the intent of specifying a graphic image of a logo associated with the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.6.3.</t>

<figure><artwork><![CDATA[
Example:
["logo", {}, "uri", "http://www.example.com/pub/logos/abccorp.jpg"]

["logo", {}, "uri", "data:image/jpeg;base64,MIICajCCAdOgAwIBAgIC
      AQEEBQAwdzELMAkGA1UEBhMCVVMxLDAqBgNVBAoTI05ldHNjYXBlIENvbW11bm
      ljYXRpb25zIENvcnBvcmF0aW9uMRwwGgYDVQQLExNJbmZvcm1hdGlvbiBTeXN0
      <...the remainder of base64-encoded data...>"]
]]></artwork></figure>

</section>
<section anchor="org-property" title="“org” property">

<t>The “org” property MUST be supported with the intent of specifying the organizational name and units of the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.6.2.</t>

<figure><artwork><![CDATA[
Example:
["org", {}, "text", "ABC\, Inc.;North American Division;Marketing"]
]]></artwork></figure>

</section>
</section>
<section anchor="explanatory-properties" title="Explanatory Properties">

<t>These properties are concerned with additional explanations, such as that related to informational notes or revisions specific to the jCard.</t>

<section anchor="catagories-property" title="“catagories” property">

<t>The “catagories” property MUST be supported with the intent of specifying application category information the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.7.1.</t>

<figure><artwork><![CDATA[
Example:
["catagories", {}, "text", "TRAVEL AGENT"]

["catagories", {}, "text", "INTERNET,IETF,INDUSTRY"]
]]></artwork></figure>

</section>
<section anchor="note-property" title="“note” property">

<t>The “note” property MUST be supported with the intent of specifying supplemental information or a comment the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.7.2.</t>

<figure><artwork><![CDATA[
Example:
["note", {}, "text", "This fax number is operational 0800 to 1715
             EST\, Mon-Fri."]
]]></artwork></figure>

</section>
<section anchor="sound-property" title="“sound” property">

<t>The “sound” property MUST be supported with the intent of specifying a digital sound content information that annotates some aspect with the object the jCard represents. This property is often used to specify the proper pronunciation of the name property value of the jCard. Reference <xref target="RFC6350"/> Section 6.7.5.</t>

<figure><artwork><![CDATA[
Example:
["sound", {}, "uri", "http://www.example.com/pub/logos/abccorp.mp3"]

["sound", {}, "uri", "data:audio/basic;base64,MIICajCCAdOgAwIBAgICBE
      AQEEBQAwdzELMAkGA1UEBhMCVVMxLDAqBgNVBAoTI05ldHNjYXBlIENvbW11bm
      ljYXRpb25zIENvcnBvcmF0aW9uMRwwGgYDVQQLExNJbmZvcm1hdGlvbiBTeXN0
      <...the remainder of base64-encoded data...>"]
]]></artwork></figure>

</section>
<section anchor="uid-property" title="“uid” property">

<t>The “uid” property MUST be supported with the intent of specifying a globally unique identifier corresponding to the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.7.6.</t>

<figure><artwork><![CDATA[
Example:
["uid", {}, "uri", "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"]
]]></artwork></figure>

</section>
<section anchor="url-property" title="“url” property">

<t>The “url” property MUST be supported with the intent of specifying a uniform resource locator associated to the object the jCard represents. Reference <xref target="RFC6350"/> Section 6.7.8.</t>

<figure><artwork><![CDATA[
Example:
["url", {}, "uri", "https://example.org/french-rest/chezchic.html"]
]]></artwork></figure>

</section>
<section anchor="version-property" title="“version” property">

<t>The “version” property MUST be included and is intended to specify version of the vCard specification used to format this vCard. Reference <xref target="RFC6350"/> Section 6.7.9.</t>

<figure><artwork><![CDATA[
Example:
["version", {}, "text", "4.0"]
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="extension-of-jcard" title="Extension of jCard">

<t>Part of the intent of the usage of jCard is that it has it’s own extensibility properties where new properties can be defined to relay newly defined information related to a caller.  This capability is inherently supported as part of standard extensibility.  However, usage of those new properties should be published and registered following <xref target="RFC7095"/> Section 3.6 or new specifications.</t>

</section>
<section anchor="acknowledgements" title="Acknowledgements">

<t>We would like to thank David Hancock and other members of the STIR working group for helpful suggestions and comments for the creation of this draft.</t>

</section>
<section anchor="IANA" title="IANA Considerations">

<section anchor="sip-call-info-header-field-purpose-token-request" title="SIP Call-Info Header Field Purpose Token Request">

<t>[this RFC] defines the “jcard” token for use as a new token in the Call-Info header in the “Header Field Parameters and Parameter Values” registry defined by <xref target="RFC3968"/>.</t>

<figure><artwork><![CDATA[
  +--------------+----------------+-------------------+------------+
  | Header Field | Parameter Name | Predefined Values | Reference  |
  +--------------+----------------+-------------------+------------+
  | Call-Info    | jcard          | No                | [this RFC] |
  +--------------+----------------+-------------------+------------+
]]></artwork></figure>

</section>
<section anchor="sip-call-info-header-field-purpose-token-request-1" title="SIP Call-Info Header Field Purpose Token Request">

<t>[this RFC] defines the “call-reason” generic parameter for use as a new parameter in the Call-Info header in the “Header Field Parameters and Parameter Values” registry defined by <xref target="RFC3968"></xref>. The parameter’s token is “call-reason” and it takes the value of a quoted string.</t>

</section>
</section>
<section anchor="Security" title="Security Considerations">

<t>Revealing information such as the name, location, and affiliation of a person necessarily entails certain privacy risks. SIP and Call-Info has no particular confidentiality requirement, as the information sent in SIP is in the clear anyway. Transport-level security can be used to hide information from eavesdroppers, and the same confidentiality mechanisms would protect any Call-Info or jCard information carried or referred to in SIP.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2392" target='https://www.rfc-editor.org/info/rfc2392'>
<front>
<title>Content-ID and Message-ID Uniform Resource Locators</title>
<author initials='E.' surname='Levinson' fullname='E. Levinson'><organization /></author>
<date year='1998' month='August' />
<abstract><t>The Uniform Resource Locator (URL) schemes, &quot;cid:&quot; and &quot;mid:&quot; allow references to messages and the body parts of messages.  For example, within a single multipart message, one HTML body part might include embedded references to other parts of the same message.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2392'/>
<seriesInfo name='DOI' value='10.17487/RFC2392'/>
</reference>



<reference  anchor="RFC2426" target='https://www.rfc-editor.org/info/rfc2426'>
<front>
<title>vCard MIME Directory Profile</title>
<author initials='F.' surname='Dawson' fullname='F. Dawson'><organization /></author>
<author initials='T.' surname='Howes' fullname='T. Howes'><organization /></author>
<date year='1998' month='September' />
<abstract><t>This memo defines the profile of the MIME Content-Type for directory information for a white-pages person object, based on a vCard electronic business card.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2426'/>
<seriesInfo name='DOI' value='10.17487/RFC2426'/>
</reference>



<reference  anchor="RFC3261" target='https://www.rfc-editor.org/info/rfc3261'>
<front>
<title>SIP: Session Initiation Protocol</title>
<author initials='J.' surname='Rosenberg' fullname='J. Rosenberg'><organization /></author>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='G.' surname='Camarillo' fullname='G. Camarillo'><organization /></author>
<author initials='A.' surname='Johnston' fullname='A. Johnston'><organization /></author>
<author initials='J.' surname='Peterson' fullname='J. Peterson'><organization /></author>
<author initials='R.' surname='Sparks' fullname='R. Sparks'><organization /></author>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='E.' surname='Schooler' fullname='E. Schooler'><organization /></author>
<date year='2002' month='June' />
<abstract><t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants.  These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3261'/>
<seriesInfo name='DOI' value='10.17487/RFC3261'/>
</reference>



<reference  anchor="RFC3324" target='https://www.rfc-editor.org/info/rfc3324'>
<front>
<title>Short Term Requirements for Network Asserted Identity</title>
<author initials='M.' surname='Watson' fullname='M. Watson'><organization /></author>
<date year='2002' month='November' />
</front>
<seriesInfo name='RFC' value='3324'/>
<seriesInfo name='DOI' value='10.17487/RFC3324'/>
</reference>



<reference  anchor="RFC3968" target='https://www.rfc-editor.org/info/rfc3968'>
<front>
<title>The Internet Assigned Number Authority (IANA) Header Field Parameter Registry for the Session Initiation Protocol (SIP)</title>
<author initials='G.' surname='Camarillo' fullname='G. Camarillo'><organization /></author>
<date year='2004' month='December' />
<abstract><t>This document creates an Internet Assigned Number Authority (IANA) registry for the Session Initiation Protocol (SIP) header field parameters and parameter values.  It also lists the already existing parameters and parameter values to be used as the initial entries for this registry.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='98'/>
<seriesInfo name='RFC' value='3968'/>
<seriesInfo name='DOI' value='10.17487/RFC3968'/>
</reference>



<reference  anchor="RFC6350" target='https://www.rfc-editor.org/info/rfc6350'>
<front>
<title>vCard Format Specification</title>
<author initials='S.' surname='Perreault' fullname='S. Perreault'><organization /></author>
<date year='2011' month='August' />
<abstract><t>This document defines the vCard data format for representing and exchanging a variety of information about individuals and other entities (e.g., formatted and structured name and delivery addresses, email address, multiple telephone numbers, photograph, logo, audio clips, etc.).  This document obsoletes RFCs 2425, 2426, and 4770, and updates RFC 2739.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6350'/>
<seriesInfo name='DOI' value='10.17487/RFC6350'/>
</reference>



<reference  anchor="RFC7095" target='https://www.rfc-editor.org/info/rfc7095'>
<front>
<title>jCard: The JSON Format for vCard</title>
<author initials='P.' surname='Kewisch' fullname='P. Kewisch'><organization /></author>
<date year='2014' month='January' />
<abstract><t>This specification defines &quot;jCard&quot;, a JSON format for vCard data. The vCard data format is a text format for representing and exchanging information about individuals and other entities, for example, telephone numbers, email addresses, structured names, and delivery addresses.  JSON is a lightweight, text-based, language- independent data interchange format commonly used in Internet applications.</t></abstract>
</front>
<seriesInfo name='RFC' value='7095'/>
<seriesInfo name='DOI' value='10.17487/RFC7095'/>
</reference>



<reference  anchor="RFC7519" target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='J.' surname='Bradley' fullname='J. Bradley'><organization /></author>
<author initials='N.' surname='Sakimura' fullname='N. Sakimura'><organization /></author>
<date year='2015' month='May' />
<abstract><t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t></abstract>
</front>
<seriesInfo name='RFC' value='7519'/>
<seriesInfo name='DOI' value='10.17487/RFC7519'/>
</reference>



<reference  anchor="RFC7852" target='https://www.rfc-editor.org/info/rfc7852'>
<front>
<title>Additional Data Related to an Emergency Call</title>
<author initials='R.' surname='Gellens' fullname='R. Gellens'><organization /></author>
<author initials='B.' surname='Rosen' fullname='B. Rosen'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<author initials='R.' surname='Marshall' fullname='R. Marshall'><organization /></author>
<author initials='J.' surname='Winterbottom' fullname='J. Winterbottom'><organization /></author>
<date year='2016' month='July' />
<abstract><t>When an emergency call is sent to a Public Safety Answering Point (PSAP), the originating device, the access network provider to which the device is connected, and all service providers in the path of the call have information about the call, the caller, or the location, which is helpful for the PSAP to have in handling the emergency. This document describes data structures and mechanisms to convey such data to the PSAP.  The intent is that every emergency call carry as much of the information described here as possible using the mechanisms described here.</t><t>The mechanisms permit the data to be conveyed by reference (as an external resource) or by value (within the body of a SIP message or a location object).  This follows the tradition of prior emergency services standardization work where data can be conveyed by value within the call signaling (i.e., in the body of the SIP message) or by reference.</t></abstract>
</front>
<seriesInfo name='RFC' value='7852'/>
<seriesInfo name='DOI' value='10.17487/RFC7852'/>
</reference>



<reference  anchor="RFC8224" target='https://www.rfc-editor.org/info/rfc8224'>
<front>
<title>Authenticated Identity Management in the Session Initiation Protocol (SIP)</title>
<author initials='J.' surname='Peterson' fullname='J. Peterson'><organization /></author>
<author initials='C.' surname='Jennings' fullname='C. Jennings'><organization /></author>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<author initials='C.' surname='Wendt' fullname='C. Wendt'><organization /></author>
<date year='2018' month='February' />
<abstract><t>The baseline security mechanisms in the Session Initiation Protocol (SIP) are inadequate for cryptographically assuring the identity of the end users that originate SIP requests, especially in an interdomain context.  This document defines a mechanism for securely identifying originators of SIP requests.  It does so by defining a SIP header field for conveying a signature used for validating the identity and for conveying a reference to the credentials of the signer.</t><t>This document obsoletes RFC 4474.</t></abstract>
</front>
<seriesInfo name='RFC' value='8224'/>
<seriesInfo name='DOI' value='10.17487/RFC8224'/>
</reference>



<reference  anchor="RFC8225" target='https://www.rfc-editor.org/info/rfc8225'>
<front>
<title>PASSporT: Personal Assertion Token</title>
<author initials='C.' surname='Wendt' fullname='C. Wendt'><organization /></author>
<author initials='J.' surname='Peterson' fullname='J. Peterson'><organization /></author>
<date year='2018' month='February' />
<abstract><t>This document defines a method for creating and validating a token that cryptographically verifies an originating identity or, more generally, a URI or telephone number representing the originator of personal communications.  The Personal Assertion Token, PASSporT, is cryptographically signed to protect the integrity of the identity of the originator and to verify the assertion of the identity information at the destination.  The cryptographic signature is defined with the intention that it can confidently verify the originating persona even when the signature is sent to the destination party over an insecure channel.  PASSporT is particularly useful for many personal-communications applications over IP networks and other multi-hop interconnection scenarios where the originating and destination parties may not have a direct trusted relationship.</t></abstract>
</front>
<seriesInfo name='RFC' value='8225'/>
<seriesInfo name='DOI' value='10.17487/RFC8225'/>
</reference>



<reference anchor="I-D.ietf-stir-passport-rcd">
<front>
<title>PASSporT Extension for Rich Call Data</title>

<author initials='J' surname='Peterson' fullname='Jon Peterson'>
    <organization />
</author>

<author initials='C' surname='Wendt' fullname='Chris Wendt'>
    <organization />
</author>

<date month='March' day='9' year='2020' />

<abstract><t>This document extends PASSporT, a token for conveying cryptographically-signed call information about personal communications, to include rich data that can be transmitted and subsequently rendered to users, extending identifying information beyond human-readable display name comparable to the "Caller ID" function common on the telephone network.  The element defined for this purpose, Rich Call Data (RCD), is an extensible object defined to either be used as part of STIR or with SIP Call-Info to include related information about calls that helps people decide whether to pick up the phone.  This signing of the RCD information is also enhanced with an integrity mechanism to optionally protect the handling of this information between authoritative and non- authoritative parties authoring and signing the Rich Call Data for support of different usage and content policies.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-stir-passport-rcd-06' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-stir-passport-rcd-06.txt' />
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference  anchor="RFC8174" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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
71MAAA==

-->

</rfc>

