Apply a Session Translation to a Realm

To configure number translation for a realm:

  1. Access the realm-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# media-manager
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)# 
  2. Select the realm-config object to edit.
    ORACLE(realm-config)# select
    identifier:
    1: realm01 left-left:0 0.0.0.0
    
    selection: 1
    ORACLE(realm-config)#
  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 realm.
  5. out-session-translation-id—If configuring an outbound session translation, enter the id of the session-translation to apply to this realm.
  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.