Configuring Multiple Early Dialog Support

You enable the parameters below to enable specific components of multiple early dialog support. Refer to Related Feature Dependencies to ensure you consider complementary and conflicting configuration properly for your deployment.

Use the following procedure to configure default multiple early dialog support.

  1. Navigate the sip-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-config
  2. Apply the multiple-dialogs-enhancement option.
    
    ORACLE(sip-config)#options +multiple-dialogs-enhancement
  3. Use done, exit to save the configuration.
  4. Navigate to the realm-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# media-manager
    ORACLE(session-router)# realm-config

    Select the desired realm-config or create a new one.

  5. Enable the merge-early-dialogs parameter.
    
    ORACLE(realm-config)#merge-early-dialogs enable
  6. Use done, exit to save the configuration.
  7. Navigate to the sip-interface configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-interface

    Select the desired sip-interface or create a new one.

  8. Enable the p-early-media-header parameter.
    
    ORACLE(sip-interface)#p-early-media-header enable
  9. Use done, exit configuration mode, and perform a subsequent verify-config and activate-config to complete the configuration.

    These configurations support real-time configuration, and therefore do not require a reboot.