<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-vcon-cc-extension-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="vCon CC Extension">The JSON vCon - Contact Center Extension</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-vcon-cc-extension-00"/>
    <author fullname="Daniel G Petrie">
      <organization>SIPez LLC</organization>
      <address>
        <email>dan.ietf@sipez.com</email>
      </address>
    </author>
    <date year="2025" month="July" day="07"/>
    <area>Applications and Real-Time</area>
    <workgroup>Virtualized Conversations</workgroup>
    <keyword>conversation</keyword>
    <keyword>vcon</keyword>
    <keyword>CDR</keyword>
    <keyword>call detail record</keyword>
    <keyword>call meta data</keyword>
    <keyword>call recording</keyword>
    <keyword>email thread</keyword>
    <keyword>text conversation</keyword>
    <keyword>video recording</keyword>
    <keyword>video conference</keyword>
    <keyword>conference recording</keyword>
    <abstract>
      <?line 83?>

<t>A vCon is container for data and information relating to a human conversation.
This document defines an extension for the JSON vCon schema in support of call, support or contact center application of the vCon conversational data exchange format.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-vcon.github.io/draft-ietf-vcon-cc-extension/draft-ietf-vcon-cc-extension.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-vcon-cc-extension/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Virtualized Conversations Working Group mailing list (<eref target="mailto:vcon@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/vcon/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/vcon/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-vcon/draft-ietf-vcon-cc-extension"/>.</t>
    </note>
  </front>
  <middle>
    <?line 88?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document adds a number of new parameters to the Party Object and the Dialog Object defined as part of the JSON vCon schema in <xref target="VCON-CORE"/>.
The vCon parameters defined in this document have been determined to be need and are specific to the contact center uses of vCon.
The general framework and requirements for defining an extension to the JSON vCon schema are defined in <xref target="VCON-CORE"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
      <?line -18?>

<section anchor="terminology">
        <name>Terminology</name>
        <ul spacing="normal">
          <li>
            <t>analysis - analysis, transformations, summary, sentiment, or translation typically of the dialog data</t>
          </li>
          <li>
            <t>conversation - an exchange of communication using text, audio or video medium between at least one human and one or more bots or humans</t>
          </li>
          <li>
            <t>de-identification - removal of all information that could identify a party in a conversation.  This includes PII as well as audio and video recordings.  Voice recordings might be re-vocalized with a different speaker.</t>
          </li>
          <li>
            <t>dialog - the captured conversation in its original form (e.g. text, audio or video)</t>
          </li>
          <li>
            <t>encrypted form - encrypted JWE document with the JWS signed vCon form contained in the ciphertext</t>
          </li>
          <li>
            <t>file - a data block either included or referenced in a vCon</t>
          </li>
          <li>
            <t>object - JSON object containing key and value pairs</t>
          </li>
          <li>
            <t>parameter - JSON key and value pair</t>
          </li>
          <li>
            <t>party - an observer or participant to the conversation, either passive or active</t>
          </li>
          <li>
            <t>payload - the contents or bytes that make up a file</t>
          </li>
          <li>
            <t>PII - Personal Identifiable Information</t>
          </li>
          <li>
            <t>PII masked - may include voice recordings, but PII is removed from transcripts and recordings (audio and video).</t>
          </li>
          <li>
            <t>vCon - container for conversational information</t>
          </li>
          <li>
            <t>vCon instance - a vCon populated with data for a specific conversation</t>
          </li>
          <li>
            <t>vCon instance version - a single version of an instance of a conversation, which may be modified to redact or append additional information  forming a subsequent vCon instance version</t>
          </li>
          <li>
            <t>vCon syntax version - the version for the data syntax used for form a vCon</t>
          </li>
          <li>
            <t>signed form - JWS signed document with the unsigned vCon form contained in the payload</t>
          </li>
        </ul>
      </section>
      <section anchor="json-notation">
        <name>JSON Notation</name>
        <t>This document uses the same JSON notation that is used in <xref target="VCON-CORE"/>.
For the ease of documentation, the convention for JSON notation used in this document is copied from section 2.2 of <xref target="VCON-CORE"/>.</t>
        <ul spacing="normal">
          <li>
            <t>"String" - a JSON string type</t>
          </li>
          <li>
            <t>"A[]" and array of values of type A.</t>
          </li>
        </ul>
        <t>All parameters are assumed to be mandatory unless other wise noted.</t>
        <t>Objects or arrays with no or null values <bcp14>MAY</bcp14> be excluded from the vCon.</t>
      </section>
    </section>
    <section anchor="vcon-json-object">
      <name>vCon JSON Object</name>
      <t>This vCon extension adds a new extensions parameter name value token.
The string token "CC" should be included in the extensions array of the vCon Object.
It is not required that consumers of vCons with the <strong>CC</strong> extension content support this extension.
It does not change the semantics or remove any parameters form the core vCon schema.
There is no need to list the CC extension name in the <strong>must_support</strong> parameter.</t>
      <section anchor="party-object">
        <name>Party Object</name>
        <t>This vCon extension adds the following new parameters to the Party Object in support of Contact Center use cases.</t>
        <section anchor="role">
          <name>role</name>
          <t>The role that the participant played in the conversation.
In a call center there are roles: such as: agents, customer, supervisor and specialist.
In conferences there are roles: host, cohost, speaker, panelist, participant and other roles.
The role parameter provides the ability to label the role that the part played in the conversation.</t>
          <ul spacing="normal">
            <li>
              <t>role: "String" (optional)</t>
            </li>
          </ul>
          <t>The following values for the role parameter <bcp14>MAY</bcp14> be used:</t>
          <ul spacing="normal">
            <li>
              <t>"agent"</t>
            </li>
            <li>
              <t>"customer"</t>
            </li>
            <li>
              <t>"supervisor"</t>
            </li>
            <li>
              <t>"sme" (for subject mater expert)</t>
            </li>
            <li>
              <t>"thirdparty"</t>
            </li>
          </ul>
          <t>Other values for the role parameter <bcp14>MAY</bcp14> also be used.</t>
        </section>
        <section anchor="contact_list">
          <name>contact_list</name>
          <t>In a contact center scenario, the conversation with this party may be part of a larger effort of contacting a group of parties, individually or perhaps in groups.
It is sometimes useful to reference the list from which this party was included.
The contact_list may be used as a label for foreign key reference to the contact list that this party was on.</t>
          <ul spacing="normal">
            <li>
              <t>contact_list "String" (optional)</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="dialog-object">
        <name>Dialog Object</name>
        <t>This vCon extension adds the following new parameters to the Dialog Object in support of Contact Center use cases.</t>
        <section anchor="campaign">
          <name>campaign</name>
          <t>In a contact center scenario, a dialog may be initiated as part of a campaign or set of dialogs initiated with a common goal or focus or to be handled or treated in a specific way.
The campaign parameter is string that may be used as a label or foreign key in reference to an external specification for how the communication is to be initiated, handled or treated.
In some case it may be appropriate to attached the campaign data as an Attachment Object.</t>
          <ul spacing="normal">
            <li>
              <t>campaign: "String" (optional)</t>
            </li>
          </ul>
        </section>
        <section anchor="interaction_type">
          <name>interaction_type</name>
          <ul spacing="normal">
            <li>
              <t>interaction_type "String" (optional)</t>
            </li>
          </ul>
          <t>TODO: add enumerated values from JDR</t>
        </section>
        <section anchor="interaction_id">
          <name>interaction_id</name>
          <t>TODO: Is this different from RFC7989 session ID (session_id in core)?</t>
          <t>In a contact center scenario, interactions with a party are often labeled with an identifier.
In some case the interaction is contained in a single dialog.
In others there may be multiple dialogs (e.g. messages or calls) that are all part of a single interaction.
There may also be many interactions for a single conversation or vCon.
The interaction parameter is used as a label or foreign key in reference to the interaction ID.</t>
          <ul spacing="normal">
            <li>
              <t>interaction_id "String" (optional)</t>
            </li>
          </ul>
        </section>
        <section anchor="skill">
          <name>skill</name>
          <t>A contact center may service multiple purposes or customers.
In this scenario it is important to label the conversation segment or dialog.
The agent or automata which services the dialog are required to have a specific skill.
To facilitate this in a vCon dialog, the skill parameter is provided.
The string values of the skill parameter are contact center specific.</t>
          <ul spacing="normal">
            <li>
              <t>skill "String" (optional)</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations are covered in the <xref target="VCON-CORE"/> document.
This extension to vCon adds no additional security concerns.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="vcon-json-registry-additions">
        <name>vCon JSON Registry Additions</name>
        <section anchor="vcon-extensions-names-registry">
          <name>vCon Extensions Names Registry</name>
          <t>The following extension name is added to the vCon Extensions Names Registry.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Extension Name</th>
                <th align="left">Extension Description</th>
                <th align="left">Change Controller</th>
                <th align="left">Specification Document(s):</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">CC</td>
                <td align="left">Contact Center</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="vcon-json-object"/> RFC XXXX</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="parties-object-parameter-names-registry">
          <name>Parties Object Parameter Names Registry</name>
          <t>The following defines additional values for the vCon Parties Object Parameter Names Registry.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Parameter Name</th>
                <th align="left">Parameter Description</th>
                <th align="left">Change Controller</th>
                <th align="left">Specification Document(s)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">role</td>
                <td align="left">agent party role</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="role"/> RFC XXXX</td>
              </tr>
              <tr>
                <td align="left">contact_list</td>
                <td align="left">contact_list including this party</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="contact_list"/> RFC XXXX</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="dialog-object-parameter-names-registry">
          <name>Dialog Object Parameter Names Registry</name>
          <t>The following defines the initial values for the vCon Dialog Object Parameter Names Registry.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Parameter Name</th>
                <th align="left">Parameter Description</th>
                <th align="left">Change Controller</th>
                <th align="left">Specification Document(s)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">campaign</td>
                <td align="left">campaign to which dialog is part of</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="campaign"/> RFC XXXX</td>
              </tr>
              <tr>
                <td align="left">interaction_type</td>
                <td align="left">dialog interaction type</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="interaction_type"/> RFC XXXX</td>
              </tr>
              <tr>
                <td align="left">interaction_id</td>
                <td align="left">dialog interaction id</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="interaction_id"/> RFC XXXX</td>
              </tr>
              <tr>
                <td align="left">skill</td>
                <td align="left">required skill</td>
                <td align="left">IESG</td>
                <td align="left">
                  <xref target="skill"/> RFC XXXX</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section anchor="contact-center-use-cases">
      <name>Contact Center Use Cases</name>
      <t>TODO: insert draft-rosenberg-vcon-cc-usecases here</t>
    </section>
    <section anchor="example-vcons">
      <name>Example vCons</name>
      <t>TODO</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <ul spacing="normal">
        <li>
          <t>Thank you to Thomas McCarthy-Howe for inventing the concept of a vCon and the many discussions that we had while this concept was developed into reality.</t>
        </li>
        <li>
          <t>Thank you to Jonathan Rosenberg and Andrew Siciliano for their input to the vCon container requirements in the form of I-D: draft-rosenberg-vcon-cc-usecases.</t>
        </li>
        <li>
          <t>Thank you to Rohan Mahy for his help in exploring the CDDL schema and CBOR format for vCon.</t>
        </li>
        <li>
          <t>The examples in this document were generated using the command line interface (CLI) from the py-vcon <xref target="PY-VCON"/> python open source project.</t>
        </li>
        <li>
          <t>Thank you to Steve Lasker for formatting and spelling edits.</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="JSON">
          <front>
            <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
              <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="90"/>
          <seriesInfo name="RFC" value="8259"/>
          <seriesInfo name="DOI" value="10.17487/RFC8259"/>
        </reference>
        <reference anchor="UUID">
          <front>
            <title>New UUID Formats</title>
            <author fullname="Brad Peabody" initials="B." surname="Peabody">
         </author>
            <author fullname="Kyzer R. Davis" initials="K. R." surname="Davis">
         </author>
            <date day="23" month="June" year="2022"/>
            <abstract>
              <t>   This document presents new Universally Unique Identifier (UUID)
   formats for use in modern applications and databases.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-peabody-dispatch-new-uuid-format-04"/>
        </reference>
        <reference anchor="VCON-CORE">
          <front>
            <title>*** BROKEN REFERENCE ***</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <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">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <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>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="vCon-white-paper" target="https://github.com/vcon-dev/vcon/blob/main/docs/vCons_%20an%20Open%20Standard%20for%20Conversation%20Data.pdf">
          <front>
            <title>vCon: an Open Standard for Conversation Data</title>
            <author initials="T." surname="Howe" fullname="Thomas Howe">
              <organization>STROLID Inc.</organization>
            </author>
            <author initials="D." surname="Petrie" fullname="Daniel Petrie">
              <organization>SIPez LLC</organization>
            </author>
            <author initials="M." surname="Lieberman" fullname="Mitch Lieberman">
              <organization>Conversational X</organization>
            </author>
            <author initials="A." surname="Quayle" fullname="Alan Quayle">
              <organization>TADHack and TADSummit</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CDR" target="https://www.itu.int/rec/T-REC-Q.825">
          <front>
            <title>Recommendation Q.825: Specification of TMN applications at the Q3 interface: Call detail recording</title>
            <author>
              <organization>ITU</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="PY-VCON" target="https://github.com/py-vcon/py-vcon">
          <front>
            <title>Python open source vCon command line interface, library and workflow server</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8Va63IbtxX+z6dAqemMpWqp2E0nNidtqpBywoxukeSkGdeT
AXdBEtFysQV2RTOW36XP0ifrdw6wV9J2Mv1R/RB3scA5B+f6HexGUTQodJGq
sRjerZT47vbqUjxMTCYigf+FjAsxUVmhrDh7W6jMaZMNB3I+t+oBS3jmZNJ+
FstCLY3djoUrksEgMXEm1yCfWLkoIq2KRfQQmyyK40hVq6LPPhsMXDlfa0e3
xTbHgtnZ3UshDoRMnQErnSUqV/iXFcNjMZydfo0fY3F1c/dyOMjK9VzZ8SAB
+/EADBxIl24sCluqAWT980BaJUHoNM9TDSnByAmZJeJGyTS602s1HGyMvV9a
U+aY94O2RSlT/atKSBUPyjq/aDi4V1vMTMYDaCluPaJ72hz9TqY3/FimqUhU
IXUqrIqxqh5dY1RAXlmP+Ak6W9KIWtOaYgWpeU0Bde1y04ky3XV+CBMXyqos
VkHIcNea+6CyEroS4jfsWAhvlOGP0BAWi29oDY2TlOQJYPF3su7I2CWNSxuv
ML4qityNT05oGg3pBzWqpp3QwMncmo1TJ0TghBYudbEq52Rx8pXNkt3l5GPu
Q6tS2N0VLYbt1SNPc6TNR+l89OFoVazT4WAgy2JlLJkeXIVYlGnqHXwqM61S
8Y24VoXVip9ikxj9lbU4Freza/WrOD+f8DPlNZfIjBXyd6dz9esoNuvBIDN2
jTUPsA6mUkyOxc3LyfNnf3lBA69ezaaIj2g68gLnSs5Nso0S7XJZxKsoU5uo
LHUSLZgQrflhcnUZTa5uztoLeZN+p8aqwUBniw5nCu9os9KFinKZU3iR4IW0
SwVVV5oOyoXkbMQoUQ/emvPUzMnwUKyJ3QlRcz//8dlnMsO/KwQzfm4LhKC0
CS7BG//bjofbKeJjlCcLzzlkKqI0RuwKIiIqEgIEOn4raPGQV9ZW478o/Aqh
M6SIu5H41mxUPejtebcya+m6T2BPmPHu5up8NhWzLB7tJzgdtZ2gIRlcpPfM
E+34xg7Fi5E41woZbi2zHtELDZPvecpk2+qQqfjHfuqnI/F9KbdpX97TFDru
PWGyd6fTb2V8z+kT17fleq3ZzZD19jvJZrMZ6aIc6aw4QQo6uYtuzibR9yP4
dMe0N0hP6zXyvLcgT4B2chXrRcjawizE3cWlkJ1EXiBVKvH9n7EjVKuFjEFt
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

-->

</rfc>
