Apply a Session Translation to a Session Agent

To configure number translation for a session agent:

  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. If configuring an inbound session translation, navigate to the in-session-translations subelement. If configuring an outbound session translation, navigate to the out-session-translations subelement.
  4. in-session-translation-id—If configuring an inbound session translation, enter the id of the session-translation to apply to this session agent.
  5. out-session-translation-id—If configuring an outbound session translation, enter the id of the session-translation to apply to this session agent.
  6. state—Set this to enabled.
  7. move—Move a session-translation from one position to another.
    The syntax for the move command.
    move <from-position> <to-position>
    For example, to move the group's second rule to the first position so that it gets executed first, run this command:
    move 2 1
  8. Type done to save your configuration.