Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
titleExample dhcpd.conf
authoritative;
ddns-update-style  ad-hoc;
option sip-servers-name code 120 = text;

subnet 172.16.2.0 netmask 255.255.255.0 {
        next-server 172.16.2.2;
        option tftp-server-name "172.16.2.2";
        default-lease-time 43200;
        max-lease-time 43200;
        option routers 172.16.2.1;
        option subnet-mask 255.255.255.0;
        option domain-name "sipxecs.info";
        option sip-servers-name "sipx.sipxecs.info:12000/cmcprov/login";
        option domain-name-servers 172.16.2.2 , 172.16.1.254 , 8.8.8.8;
        option ntp-servers 172.16.2.2;
        range 172.16.2.5 172.16.2.250;
group {
        host acgateway {
                hardware ethernet 00:90:8f:0c:aa:aa;
                fixed-address 172.16.2.5;
                filename "MP118_SIP_F5.80A.053.003.cmp;00908F0CAAAA.ini";
                }

        host acm1000 {
                hardware ethernet 00:90:8f:2d:aa:aa;
                fixed-address 172.16.2.6;
                filename "M1000_SIP_F6.00A.025.004.cmp;00908F2DAAAA.ini";
                }
        }
}

Additional Notes

1. If you are having difficulty getting the gateway to pickup the changes, reset the gateway (hold in reset button for at least 6 seconds) and then power cycle the gateway. A regular reset from the AudioCodes GUI menu does not force the gateway to pickup.

2. Disconnect on Broken RTP needs to be set to No. This can be found in Protocol Definition or Advanced SIP settings (must be in Full menu to see).