Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated @ 2023-08-09T12:11:56.412645
HTML
headtrue
encodingUTF-8
<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2023"><meta name="DC.rights.owner" content="(C) Copyright 2023"><meta name="DC.type" content="topic"><meta name="prodname" content="For all Mediatrix units"><meta name="version" content="DGW 49.12.28842941"><meta name="platform" content="All"><meta name="DC.date.modified" content="2023-0308-2809"><meta name="DC.date.issued" content="2023-0308-2809"><meta name="DC.date.available" content="2023-0308-2809"><meta name="ChapterNumbering" content="no"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="topic_title_Basic_Concepts_d1e15"><link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/62825785/commonltr.css"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/62825785/custom.css"><title>SIP Servers</title></head><body class="nobody"><header role="banner"><div class="topicmeta title">SIP Servers</div><div class="topicmeta date">2023-0308-28<09</div><div class="topicmeta product">For all Mediatrix units </div><div class="topicmeta version">DGW 49.12.2884<2941</div><div class="topicmeta pdf"><a href="https://documentation.media5corp.com/download/attachments/62825785/SIP%20Servers.pdf" rel="nofollow">Download PDF Document</a></div><hr><span style="float: inline-end;"></span></header><nav role="toc"><ul><li><a href="#topic_title_Basic_Concepts_d1e15">Basic Concepts</a><ul><li><a href="#concept_es5_f3k_zp">SIP Servers</a></li><li><a href="#reference_wmk_vf1_scb">Important Information to Know Before Using SIP Servers</a></li></ul></li><li><a href="#topic_title_Basic_Tasks_d1e18">Basic Tasks</a><ul><li><a href="#task_kn3_sz5_fs">Configuring the Default Registrar Host</a></li><li><a href="#unique_12425167571541718115">Configuring the Default Messaging Server Host</a></li><li><a href="#unique_555693407129705365">Configuring the Default Proxy Host </a></li><li><a href="#unique_140147622099214361">Configuring the Default Outbound Proxy Host</a></li><li><a href="#task_nkq_5dq_zp">Assigning a Specific Registrar Host to a Gateway</a></li><li><a href="#task_upl_sgq_zp">Assigning a Specific Messaging Server Host to a Gateway</a></li><li><a href="#unique_3700886121706509655">Assigning a Specific Proxy Host to a Gateway</a></li><li><a href="#unique_20374292061851666071">Assigning a Specific Outbound Proxy Host to a Gateway</a></li></ul></li><li><a href="#topic_title_Avanced_Parameters_d1e27">Avanced Parameters</a><ul><li><a href="#reference_jsf_fjx_zp">SIP Server Parameters </a></li></ul></li><li><a href="#reference_j4g_nbv_gfb">Online Help</a></li><li><a href="#concept_v4k_q3h_1r">DGW Documentation</a></li><li><a href="#concept_fqm_rv4_k4">Copyright Notice</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1"><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="nested0" aria-labelledby="ariaid-title1" id="topic_title_Basic_Concepts_d1e15">
   <h1 class="title topictitle1" id="ariaid-title1">Basic Concepts</h1>
<article class="topic concept nested1" aria-labelledby="ariaid-title2" id="concept_es5_f3k_zp">
 <h2 class="title topictitle2" id="ariaid-title2">SIP Servers</h2>
 
 <div class="body conbody"><p class="shortdesc">SIP servers manage all SIP calls in the network, therefore they are the main component
  of an IP PBX system. </p>
  <p class="p">Depending on the environment and the needs of the SIP-based IP-PBX phone system, there are four
   types of SIP servers that can be used with the Mediatrix units.</p>
  <div class="p">
   <ul class="ul" id="concept_es5_f3k_zp__ul_ryl_kv2_scb">
    <li class="li">Registrar host: receives REGISTER requests and places the information in the location
     service for the domain it handles</li>
    <li class="li">Messaging host: receives MWI SUBSCRIBE requests and places the information in the location
     service for the domain it handles.</li>
    <li class="li">Proxy host: An entity that acts as both a server and a client for the purpose of making
     requests on behalf of other clients. It is the final destination of the SIP requests.</li>
    <li class="li">Outbound proxy host: A proxy that receives requests from a client, even though it may not be
     the server resolved by the Request-URI. It is an intermediate step before reaching the proxy
     host.</li>
   </ul>
  </div>
 </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested1" aria-labelledby="ariaid-title3" id="reference_wmk_vf1_scb">
  <h2 class="title topictitle2" id="ariaid-title3">Important Information to Know Before Using SIP Servers</h2>
  <div class="body refbody">
    <section class="section"><h3 class="title sectiontitle">Servers</h3>
      
      <ul class="ul" id="reference_wmk_vf1_scb__ul_ttm_1rf_scb">
        <li class="li"> The registrar and proxy SIP hosts must have one of the following formats:<ul class="ul" id="reference_wmk_vf1_scb__ul_acd_vdx_tcb">
            <li class="li">IP address</li>
            <li class="li">IP address: port number, for example:192.168.0.5:5060</li>
            <li class="li">IP address: 0 where "0" indicates the default port 5060 or 5061 in secure mode. </li>
            <li class="li">FQDN</li>
          </ul></li>
        <li class="li">If any of the SIP server parameters corresponds to a domain name that is bound to a SRV
          record, the corresponding port must be set to 0 for the unit to perform SRV type DNS
          requests (as per RFC 3263). Otherwise, the unit will not use DNS SRV requests, but will
          rather only use Type A requests because it does not need to be specified which port to
          use.</li>
        <li class="li">All SIP servers identified by a single FQDN are considered by a trunk gateway as having
          a synchronised state.</li>
        <li class="li">When the destination of a SIP server is an FQDN, each SIP transaction is possibly sent
          to a different IP address, depending on the DNS query result. </li>
        <li class="li">The outbound SIP proxy server is enabled only if the IP address is valid (i.e., not
          0.0.0.0:0). Setting the address to 0.0.0.0:0 or leaving the field empty disables the
          outbound proxy server.</li>
        <li class="li">The outbound proxy address is never included in the SIP packets, it is only used as a
          physical network destination for the packets.</li>
      </ul>
    </section>
  </div>
</article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic nested0 nobody" aria-labelledby="ariaid-title4" id="topic_title_Basic_Tasks_d1e18">
   <h1 class="title topictitle1" id="ariaid-title4">Basic Tasks</h1>
<article class="topic task nested1" aria-labelledby="ariaid-title5" id="task_kn3_sz5_fs">
    <h2 class="title topictitle2" id="ariaid-title5">Configuring the Default Registrar Host</h2>
    <div class="body taskbody">
        
        <section class="section context"><div class="tasklabel"><strong class="sectiontitle tasklabel">Context</strong></div>In some instances, the configuration of the default servers may already be
            completed. </section>
        <section id="task_kn3_sz5_fs__steps_abf_c3q_zp"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="task_kn3_sz5_fs__steps_abf_c3q_zp"><li class="li step stepexpand">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd">In the <span class="keyword wintitle">Default Servers</span>
                    table, in the <span class="keyword wintitle">Registrar Host</span> field,
                    indicate the server IP address or FQDN to use for all gateways.</span>
                <div class="itemgroup info">
                    <div class="note note note_note"><span class="note__title">Note:</span> For example, 192.168.0.5:5060</div>
                </div>
            </li><li class="li step stepexpand">
                <span class="ph cmd">In the <span class="keyword wintitle">Proxy Host</span>
                    field indicate the server IP address or FQDN to use for all gateways.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd"> Click <span class="ph uicontrol">restart required services</span>,
                    located at the top of the page.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>All gateways will use this registrar host, unless a gateway has been configured to
            specifically use another one in the <span class="keyword wintitle">Registrar Servers</span> table, under
                <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>. Refer to <a class="xref" href="#task_nkq_5dq_zp">Assigning a Specific Registrar Host to a Gateway</a>.<br><img class="image" id="task_kn3_sz5_fs__image_q5v_m1v_fs" src="https://documentation.media5corp.com/download/attachments/62825785/DefaultServers.png" width="700"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title6" id="unique_12425167571541718115">
    <h2 class="title topictitle2" id="ariaid-title6">Configuring the Default Messaging Server Host</h2>
    <div class="body taskbody">
        
        <section class="section context"><div class="tasklabel"><strong class="sectiontitle tasklabel">Context</strong></div>In some instances, the configuration of the default servers may already be
            completed. </section>
        <section id="unique_12425167571541718115__steps_abf_c3q_zp"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="unique_12425167571541718115__steps_abf_c3q_zp"><li class="li step stepexpand">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd">In the <span class="keyword wintitle">Default Servers</span>
                    table, in the <span class="keyword wintitle">Messaging Server Host</span> field,
                    indicate the static IP address or domain name and port number.</span>
                <div class="itemgroup info">
                    <div class="note note note_note"><span class="note__title">Note:</span> For example, 192.168.0.5:5060</div>
                </div>
            </li><li class="li step stepexpand">
                <span class="ph cmd">In the <span class="keyword wintitle">Proxy Host</span>
                    field indicate the server IP address or FQDN to use for all gateways.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd"> Click <span class="ph uicontrol">restart required services</span>,
                    located at the top of the page.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>All gateways will use this messaging server host, unless a gateway has been
            configured to use another one in the <span class="keyword wintitle">Messaging Servers</span> table under
                <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>. Refer to <a class="xref" href="#task_upl_sgq_zp">Assigning a Specific Messaging Server Host to a Gateway</a>.<br><img class="image" id="unique_12425167571541718115__image_hhw_xff_scb" src="https://documentation.media5corp.com/download/attachments/62825785/DefaultServers_messagingserver.png" width="800"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title7" id="unique_555693407129705365">
    <h2 class="title topictitle2" id="ariaid-title7">Configuring the Default Proxy Host </h2>
    <div class="body taskbody">
        
        <section class="section context"><div class="tasklabel"><strong class="sectiontitle tasklabel">Context</strong></div>In some instances, the configuration of the default servers may already be
            completed. </section>
        <section id="unique_555693407129705365__steps_abf_c3q_zp"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="unique_555693407129705365__steps_abf_c3q_zp"><li class="li step stepexpand">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd">In the <span class="keyword wintitle">Proxy Host</span>
                    field indicate the server IP address or FQDN to use for all gateways.</span>
                <div class="itemgroup info">
                    <div class="note note note_note"><span class="note__title">Note:</span> For example, 192.168.0.5:5060</div>
                </div>
            </li><li class="li step stepexpand">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li><li class="li step stepexpand">
                <span class="ph cmd"> Click <span class="ph uicontrol">restart required services</span>,
                    located at the top of the page.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>All gateways will use this proxy host, unless a gateway has been configured to use
            another one in the <span class="keyword wintitle">Proxy Servers</span> table, under <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>. Refer to <a class="xref" href="#unique_3700886121706509655">Assigning a Specific Proxy Host to a Gateway</a>.<br><img class="image" id="unique_555693407129705365__image_kmz_whr_h2b" src="https://documentation.media5corp.com/download/attachments/62825785/DefaultProxyHostServers.png" width="800"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title8" id="unique_140147622099214361">
    <h2 class="title topictitle2" id="ariaid-title8">Configuring the Default Outbound Proxy Host</h2>
    <div class="body taskbody">
        
        <section class="section context"><div class="tasklabel"><strong class="sectiontitle tasklabel">Context</strong></div>In some instances, the configuration of the default servers may already be
            completed. </section>
        <section id="unique_140147622099214361__steps_abf_c3q_zp"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="unique_140147622099214361__steps_abf_c3q_zp"><li class="li step">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Default Servers</span>
                    table, in the <span class="keyword wintitle">Proxy Host</span> field indicate the server IP address or FQDN to use for all gateways.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Outbound Proxy Host</span> field,
                    indicate the server IP address or FQDN to use for this gateway.</span>
            </li><li class="li step">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li><li class="li step">
                <span class="ph cmd"> Click <span class="ph uicontrol">restart required services</span>,
                    located at the top of the page.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>All gateways will use this outbound proxy host, unless the gateway has been
            configured to use another one in the <span class="keyword wintitle">Proxy Servers</span> table, under <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>. Refer to <a class="xref" href="#unique_20374292061851666071">Assigning a Specific Outbound Proxy Host to a Gateway</a>.<br><img class="image" id="unique_140147622099214361__image_yfr_s3r_h2b" src="https://documentation.media5corp.com/download/attachments/62825785/DefaultOutboundProxyHostServers.png" width="800"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title9" id="task_nkq_5dq_zp">
    <h2 class="title topictitle2" id="ariaid-title9">Assigning a Specific Registrar Host to a Gateway</h2>
    <div class="body taskbody">
        <section class="section prereq"><div class="tasklabel"><strong class="sectiontitle tasklabel">Before you begin</strong></div>
            <p class="p">You can assign a specific Registrar Server to the default gateway, or to a gateway
                you have created.</p>
        </section>
        <section><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps"><li class="li step">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Registrar Servers</span> table, from the <span class="keyword wintitle">Gateway Specific</span> drop down
                    located on the same row as <span class="keyword wintitle">local</span>, select <span class="keyword wintitle">Yes</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Registrar Host</span>
                    field, indicate the server IP address or FQDN.</span>
            </li><li class="li step">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The gateway(s) for which <span class="keyword wintitle">Yes</span> was selected will now use the specified  IP address or FQDN instead of the address or
            FQDN indicated in the <span class="keyword wintitle">Registrar Host</span> field of the<span class="keyword wintitle">Default Servers</span> table, under
                <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.<br><img class="image" id="task_nkq_5dq_zp__image_iqw_tsn_l2b" src="https://documentation.media5corp.com/download/attachments/62825785/RegistrarServers-specific.png" width="800"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title10" id="task_upl_sgq_zp">
    <h2 class="title topictitle2" id="ariaid-title10">Assigning a Specific Messaging Server Host to a Gateway</h2>
    <div class="body taskbody">
        <section class="section prereq"><div class="tasklabel"><strong class="sectiontitle tasklabel">Before you begin</strong></div><p class="p">You can assign a specific Messaging Server to the default gateway, or to a
                gateway you have created.</p>
            </section>
        <section><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps"><li class="li step">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Messaging Servers</span> table, from the <span class="keyword wintitle">Gateway Specific</span> drop down
                    select <span class="keyword wintitle">Yes</span> to assign a
                    specific messaging server to the gateway.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Messaging Server Host</span> field,
                    indicate the IP address: Port number to use.</span>
            </li><li class="li step">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">Click <span class="ph uicontrol">restart required services</span>
                    located at the top of the page.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The gateway(s) for which <span class="keyword wintitle">Yes</span> has been selected, will now use the specified IP address: port number instead of the
            IP address: port number indicated in the <span class="keyword wintitle">Messaging Server Host</span> field of the
                <span class="keyword wintitle">Default Servers</span> table,
            under <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.<br><img class="image" id="task_upl_sgq_zp__image_d5w_vsn_l2b" src="https://documentation.media5corp.com/download/attachments/62825785/MessagingServers-specific.png" width="800"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title11" id="unique_3700886121706509655">
    <h2 class="title topictitle2" id="ariaid-title11">Assigning a Specific Proxy Host to a Gateway</h2>
    <div class="body taskbody">
        <section class="section prereq"><div class="tasklabel"><strong class="sectiontitle tasklabel">Before you begin</strong></div>
            <p class="p">You can assign a specific Registrar Server to the default gateway, or to a gateway
                you have created.</p>
        </section>
        <section><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps"><li class="li step">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Proxy Servers</span>
                    table, from the <span class="keyword wintitle">Gateway Specific</span> drop down
                    list located next to the gateway you wish to assign a specific Proxy SIP server,
                    select <span class="keyword wintitle">Yes</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Proxy Host</span>
                    field, indicate the server IP address or FQDN.</span>
            </li><li class="li step">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The gateway(s) for which <span class="keyword wintitle">Yes</span> was selected will use the specified IP address or FQDN instead of the default IP
            address or FQDN indicated in the <span class="keyword wintitle">Proxy Host</span> field of the <span class="keyword wintitle">Default Servers</span> table, under
                <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.<br><img class="image" id="unique_3700886121706509655__image_pq4_ysn_l2b" src="https://documentation.media5corp.com/download/attachments/62825785/ProxyServers-specific.png" width="800"><br></section>
    </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title12" id="unique_20374292061851666071">
    <h2 class="title topictitle2" id="ariaid-title12">Assigning a Specific Outbound Proxy Host to a Gateway</h2>
    <div class="body taskbody">
        <section class="section prereq"><div class="tasklabel"><strong class="sectiontitle tasklabel">Before you begin</strong></div>
            <p class="p">You can assign a specific Registrar Server to the default gateway, or to a gateway
                you have created.</p>
        </section>
        <section><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps"><li class="li step">
                <span class="ph cmd">Go to <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Registrar Servers</span> table, from the <span class="keyword wintitle">Gateway Specific</span> drop down
                    located on the same row as <span class="keyword wintitle">local</span>, select <span class="keyword wintitle">Yes</span>.</span>
            </li><li class="li step">
                <span class="ph cmd">In the <span class="keyword wintitle">Outbound Proxy Host</span> field,
                    indicate the server IP address or FQDN.</span>
            </li><li class="li step">
                <span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
            </li></ol></section>
        <section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The gateway(s) for which <span class="keyword wintitle">Yes</span> was selected will use the specified IP address or FQDN instead of the address
            indicated in the <span class="keyword wintitle">Outbound Proxy Host</span> field of the
                <span class="keyword wintitle">Default Servers</span> table,
            under <span class="keyword wintitle">SIP</span>/<span class="keyword wintitle">Servers</span>.<br><img class="image" id="unique_20374292061851666071__image_u4h_1tn_l2b" src="https://documentation.media5corp.com/download/attachments/62825785/OutboundProxyServers-specific.PNG" width="800"><br>.</section>
    </div>
</article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic nested0 nobody" aria-labelledby="ariaid-title13" id="topic_title_Avanced_Parameters_d1e27">
   <h1 class="title topictitle1" id="ariaid-title13">Avanced Parameters</h1>
<article class="topic reference nested1" aria-labelledby="ariaid-title14" id="reference_jsf_fjx_zp">
  <h2 class="title topictitle2" id="ariaid-title14">SIP Server Parameters </h2>
  <div class="body refbody">
        <section class="section">
            <div class="p">Although the services can be configured in great part in the Web browser, some
                aspects of the configuration can only be completed with the Configuration parameters
                by :<ul class="ul" id="reference_jsf_fjx_zp__ul_gfn_14v_wr">
                    <li class="li">using a MIB browser</li>
                    <li class="li">using the CLI</li>
                    <li class="li">creating a configuration script containing the configuration parameters</li>
                </ul></div>
            <p class="p">For more details on the following advanced parameters, refer to the <a class="xref" href="https://documentation.media5corp.com/display/DGWLATEST/Reference+Guide" target="_blank">DGW Configuration Guide - Reference Guide</a>
                published on the <a class="xref" href="https://documentation.media5corp.com/" target="_blank">Media5 Documentation Portal</a>.</p>
        </section>
    <section class="section"><h3 class="title sectiontitle">Setting the default Outbound Proxy Router
                Type</h3><dfn class="term">SipEp.defaultProxyOutboundType</dfn></section>
    <section class="section"><h3 class="title sectiontitle">Setting Gateway-Specific Outbound Proxy Router
                Type</h3><dfn class="term">SipEp.gwSpecificProxy.OutboundType</dfn></section>
  </div>
</article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested0" aria-labelledby="ariaid-title15" id="reference_j4g_nbv_gfb">
  <h1 class="title topictitle1" id="ariaid-title15">Online Help</h1>
  <p class="shortdesc"><span class="ph">If you are not familiar with the meaning of the fields and
                buttons, click <span class="keyword wintitle">Show Help</span>, located at the upper right corner of
                the Web page. When activated, the fields and buttons that offer online help will
                change to green and if you hover over them, the description will bedisplayed.</span></p>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title16" id="concept_v4k_q3h_1r">
 <h1 class="title topictitle1" id="ariaid-title16">DGW Documentation</h1>
 
 <div class="body conbody"><p class="shortdesc">Mediatrix devices are supplied with an exhaustive set of documentation. </p>
  <p class="p">Mediatrix user documentation is available on the <a class="xref" href="http://documentation.media5corp.com" target="_blank">Media5 Documentation
    Portal</a>.</p>
  <div class="p">Several types of documents were created to clearly present the information you are looking for.
   Our documentation includes:<ul class="ul" id="concept_v4k_q3h_1r__ul_bqy_cjh_1r">
    <li class="li"><strong class="ph b">Release notes</strong>: Generated at each GA release, this document includes the known and
     solved issues of the software. It also outlines the changes and the new features the release
     includes.</li>
    <li class="li"><strong class="ph b">Configuration notes</strong>: These documents are created to facilitate the configuration of a
     specific use case. They address a configuration aspect we consider that most users will need to
     perform. However, in some cases, a configuration note is created after receiving a question
     from a customer. They provide standard step-by-step procedures detailing the values of the
     parameters to use. They provide a means of validation and present some conceptual information.
     The configuration notes are specifically created to guide the user through an aspect of the
     configuration. </li>
    <li class="li"><strong class="ph b">Technical bulletins</strong>: These documents are created to facilitate the configuration of a
     specific technical action, such as performing a firmware upgrade.</li>
    <li class="li"><strong class="ph b">Hardware installation guide</strong>: They provide the detailed procedure on how to safely and
     adequately install the unit. It provides information on card installation, cable connections,
     and how to access for the first time the Management interface.</li>
    <li class="li"><strong class="ph b">User guide</strong>: The user guide explains how to customise to your needs the configuration
     of the unit. Although this document is task oriented, it provides conceptual information to
     help the user understand the purpose and impact of each task. The User Guide will provide
     information such as where and how TR-069 can be configured in the Management Interface, how to
     set firewalls, or how to use the CLI to configure parameters that are not available in the
     Management Interface.</li>
    <li class="li"><strong class="ph b">Reference guide</strong>: This exhaustive document has been created for advanced users. It
     includes a description of all the parameters used by all the services of the Mediatrix units.
     You will find, for example, scripts to configure a specific parameter, notification messages
     sent by a service, or an action description used to create Rulesets. This document includes
     reference information such as a dictionary, and it does not include any step-by-step
     procedures. </li>
   </ul></div>
 </div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title17" id="concept_fqm_rv4_k4">
 <h1 class="title topictitle1" id="ariaid-title17">Copyright Notice</h1>
 

 <div class="body conbody"><p class="shortdesc">Copyright © 2023 Media5 Corporation.</p>
  <p class="p">This document contains information that is proprietary to Media5 Corporation.</p>
  <p class="p">Media5 Corporation reserves all rights to this document as well as to the Intellectual Property
   of the document and the technology and know-how that it includes and represents.</p>
  <p class="p">This publication cannot be reproduced, neither in whole nor in part, in any form whatsoever,
   without written prior approval by Media5 Corporation.</p>
  <p class="p">Media5 Corporation reserves the right to revise this publication and make changes at any time
   and without the obligation to notify any person and/or entity of such revisions and/or
   changes.</p>
 </div>
</article></article></main></body></html>