<?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.2.12 -->

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

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

<rfc ipr="trust200902" docName="draft-wendt-sipcore-callinfo-rcd-02" 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="July" day="13"/>

    <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>Examples using the “cid” URI scheme will follow in future versions of this specification.</t>

</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="Regarding your restaurant reservation"
]]></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/pub/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,INFORMATION TECHNOLOGY"]
]]></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/restaurant.french/~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="RFC6919" target='https://www.rfc-editor.org/info/rfc6919'>
<front>
<title>Further Key Words for Use in RFCs to Indicate Requirement Levels</title>
<author initials='R.' surname='Barnes' fullname='R. Barnes'><organization /></author>
<author initials='S.' surname='Kent' fullname='S. Kent'><organization /></author>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2013' month='April' />
<abstract><t>RFC 2119 defines a standard set of key words for describing requirements of a specification.  Many IETF documents have found that these words cannot accurately capture the nuanced requirements of their specification.  This document defines additional key words that can be used to address alternative requirements scenarios.  Authors who follow these guidelines should incorporate this phrase near the beginning of their document:</t><t>The key words &quot;MUST (BUT WE KNOW YOU WON\'T)&quot;, &quot;SHOULD CONSIDER&quot;, &quot;REALLY SHOULD NOT&quot;, &quot;OUGHT TO&quot;, &quot;WOULD PROBABLY&quot;, &quot;MAY WISH TO&quot;, &quot;COULD&quot;, &quot;POSSIBLE&quot;, and &quot;MIGHT&quot; in this document are to be interpreted as described in RFC 6919.</t></abstract>
</front>
<seriesInfo name='RFC' value='6919'/>
<seriesInfo name='DOI' value='10.17487/RFC6919'/>
</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="RFC7340" target='https://www.rfc-editor.org/info/rfc7340'>
<front>
<title>Secure Telephone Identity Problem Statement and Requirements</title>
<author initials='J.' surname='Peterson' fullname='J. Peterson'><organization /></author>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2014' month='September' />
<abstract><t>Over the past decade, Voice over IP (VoIP) systems based on SIP have replaced many traditional telephony deployments.  Interworking VoIP systems with the traditional telephone network has reduced the overall level of calling party number and Caller ID assurances by granting attackers new and inexpensive tools to impersonate or obscure calling party numbers when orchestrating bulk commercial calling schemes, hacking voicemail boxes, or even circumventing multi-factor authentication systems trusted by banks.  Despite previous attempts to provide a secure assurance of the origin of SIP communications, we still lack effective standards for identifying the calling party in a VoIP session.  This document examines the reasons why providing identity for telephone numbers on the Internet has proven so difficult and shows how changes in the last decade may provide us with new strategies for attaching a secure identity to SIP sessions.  It also gives high-level requirements for a solution in this space.</t></abstract>
</front>
<seriesInfo name='RFC' value='7340'/>
<seriesInfo name='DOI' value='10.17487/RFC7340'/>
</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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
duDa7M8YjXlw0/pfQjOZDlNPAAA=

-->

</rfc>

