Session Agent Ping Message Formatting Configuration

  1. Access the session-agent configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)
  2. Select the session-agent object to edit.
    ORACLE(session-agent)# select
    <hostname>:
    1: 192.168.100.101:1813
    
    selection: 1
    ORACLE(session-agent)#
  3. ping-from-user-part—Set the user portion of the From: header that defines the source of a session agent ping message.
    ORACLE(session-agent)# ping-from-user-part bob
  4. ping-to-user-part—Set the user portions of the Request-URI and To: headers that define the destination of a session agent ping message.
    ORACLE(session-agent)# ping-to-user-part anna
  5. Type done to save your configuration.