DMTF Support on a Per-Session-Agent Basis

To use DMTF support on a per-session-agent basis:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session-related configurations.
    ORACLE(configure)# session-router
  3. Type session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent

    From this point, you can configure IWF parameters. To view see all IWF configuration parameters, enter a ? at the system prompt.

  4. When you configure a new H.323 session agent, you can configure DTMF support by simply adding the telephone-event media profile to the list of media profiles. You can add it along with the other media profiles you might want to use for that session agent.
    ORACLE(session-agent)# media-profiles "telephone-event g711Ulaw64k"
  5. When you want to add DTMF support to an H.323 session agent that you have already configured, you need to select that session agent, add the media profile, and save your work.
    ORACLE(session-agent)# select
    <hostname>:
    1: 192.168.1.48 realm=         ip=
    2: 192.168.1.49 realm=         ip=
    3: 192.168.1.50 realm=external ip=
    selection:3
    ORACLE(session-agent)# media-profiles "telephone-event g711Ulaw64k"
    ORACLE(session-agent)# done