Configuring STIR/SHAKEN REST Client Functionality on a Session Agent

To configure an STI server on the ESBC, use the sti-server object under session-router. Use the following procedure to configure a server on the ESBC.

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)#
  2. Type session-router and press Enter.
    ACMEPACKET(configure)# session-router
    ACMEPACKET(session-router)#
  3. Type session-agentand press Enter.
    ACMEPACKET(session-router)# session-agent
    ACMEPACKET(session-agent)#
  4. sti-as—Enter the name of a sti-server-group name or a space-separated list of sti-servers (up to four allowed) to which the ESBC shall send AS requests.

    When configuring a group-name, use the syntax below, which uses the prefix stg: followed by your group name. In this example, myStiGroupName is your server group name.

    ACMEPACKET(session-router)# sti-as stg:myStiGroupNsme
    ACMEPACKET(session-agent)#
  5. sti-vs—Enter the name of a sti-server-group name or a space-separated list of sti-servers (up to four allowed) to which the ESBC shall send VS requests.

    When configuring a group-name, use the syntax below, which uses the prefix stg: followed by your group name. In this example, myStiGroupName is your server group name.

    ACMEPACKET(session-router)# sti-vs stg:myStiGroupNsme
    ACMEPACKET(session-agent)#
  6. sti-orig-id—Enter a UUID v4 to be added to STI-AS requests, if not already present.
  7. sti-attest—Select an attestation value that is sent in AS request.
    • full-attestation
    • partial-attestation
    • gateway-attestation
  8. sti-signaling-attest—Select whether to use attestation value and origId from SIP headers, when present.
    • enabled
    • disabled
  9. Type done.
  10. Save and activate your configuration.