Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

Manual NAT helps Maxwell devices to pass NAT gateways when the STUN request fails. The actual IP address of the Maxwell is replaced by the External IP address in all outgoing SIP messages.

  • If 0.0.0.0 is specified, no IP address substitution is performed.

  • If this parameter is specified, the Maxwell assumes this IP address when generating SIP messages and SDP (if NAT Mapping is enabled for that line) However, the results of STUN and VIA received parameter processing, if available, supersede this statically configured value. This option requires that you have

    1. a static IP address from your Internet Service Provider

    2. an edge device with a symmetric NAT mechanism. 


Panel
titleColor#F85404
titleBGColor#F0F0F0
titleWeb-interface

In the web-interface go to: SETTINGS - Telephony - Connections - Network Data of your Service Provider

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
ParameterDescription
SIP.Account.x.
STUN.ManualNATExternal IP address

Example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="mx3b">

<nvm>

<param name="SIP.Account.0.STUN.Enabled" value="1"/>
<param name="SIP.Account.0.STUN.Address" value="148.251.243.162"/>
<param name="SIP.Account.0.STUN.Port" value="3479"/>
<param name="SIP.Account.0.STUN.ManualNAT" value="0.0.0.0"/>
<param name="SIP.Account.0.STUN.RefreshTimer" value="30"/>

</nvm>

</provisioning>

Image Removed