Skip to content

NATHELPER module

This is a module to help with NAT traversal. In particular, it helps symmetric UAs that don’t advertise they are symmetric and are not able to determine their public address. fix_nated_contact rewrites Contact header field with request’s source address:port pair. fix_nated_sdp adds the active direction indication to SDP (flag 0x01) and updates source IP address too (flag 0x02).

Since version 2.2, stateful ping(only SIP Pings) for nathelper is available. This allows you to remove contacts from usrloc location table when max_pings_lost pings are not responded to, each ping having a response timeout of ping_threshold seconds. In order to have this functionality, contacts must have remove_on_timeout_bflag flag set when inserted into the location table.

Works with multipart messages that contain an SDP part, but not with multi-layered multipart messages.

Currently, the nathelper module supports two types of NAT pings:

  • UDP package - 4 bytes (zero filled) UDP packages are sent to the contact address.

    • Advantages: low bandwitdh traffic, easy to generate by OpenSIPS;
    • Disadvantages: unidirectional traffic through NAT (inbound - from outside to inside); As many NATs do update the bind timeout only on outbound traffic, the bind may expire and closed.
  • SIP request - a stateless SIP request is sent to the contact address.

    • Advantages: bidirectional traffic through NAT, since each PING request from OpenSIPS (inbound traffic) will force the SIP client to generate a SIP reply (outbound traffic) - the NAT bind will be surely kept open. Since version 2.2, one can also choose to remove contacts from the location table if a certain threshold is detected.
    • Disadvantages: higher bandwitdh traffic, more expensive (as time) to generate by OpenSIPS;

The following modules must be loaded before this module:

  • usrloc module - only if the NATed contacts are to be pinged.

The following libraries or applications must be installed before running OpenSIPS with this module loaded:

  • None.

Period of time in seconds between sending the NAT pings to all currently registered UAs to keep their NAT bindings alive. Value of 0 disables this functionality.

Default value is 0.

Set natping_interval parameter
...
modparam("nathelper", "natping_interval", 10)
...

If this variable is set then only contacts that have “behind_NAT” flag in user location database set will get ping.

Default value is 0.

Set ping_nated_only parameter
...
modparam("nathelper", "ping_nated_only", 1)
...

How many partitions/chunks to be used for sending the pingings. One partition means sending all pingings together. Two partitions means to send half pings and second half at a time.

Default value is 1.

Set natping_partitions parameter
...
modparam("nathelper", "natping_partitions", 4)
...

Spoof the natping’s source-ip to this address. Works only for IPv4.

Default value is NULL.

Set natping_socket parameter
...
modparam("nathelper", "natping_socket", "192.168.1.1:5006")
...

The name of the Attribute-Value-Pair (AVP) used to store the URI containing the received IP, port, and protocol. The URI is created by fix_nated_register function of nathelper module and the attribute is then used by the registrar to store the received parameters. Do not forget to change the value of corresponding parameter in registrar module if you change the value of this parameter.

Default value is “NULL” (disabled).

Set received_avp parameter
...
modparam("nathelper", "received_avp", "$avp(received)")
...

Sending socket to be used for pinging contacts without local socket information (the local socket information may be lost during a restart or contact replication). If no one specified, OpenSIPS will choose the first listening interface matching the destination protocol and AF family.

Default value is “NULL”.

Set force_socket parameter
...
modparam("nathelper", "force_socket", "localhost:33333")
...

What branch flag should be used by the module to identify NATed contacts for which it should perform NAT ping via a SIP request instead if dummy UDP package.

*WARNING:*Setting INT flags is deprecated! Use quoted strings instead!

Default value is “NULL” (disabled).

Set sipping_bflag parameter
...
modparam("nathelper", "sipping_bflag", "SIP_PING_FLAG")
...

What flag to be used in order to activate usrloc contact removal when ping_threshold is exceeded.

*WARNING:*Setting INT flags is deprecated! Use quoted strings instead!

Default value is “NULL” (disabled).

Set remove_on_timeout_bflag parameter
...
modparam("nathelper", "remove_on_timeout_bflag", "RM_ONTO_FLAG")
...

The parameter sets the SIP URI to be used in generating the SIP requests for NAT ping purposes. To enable the SIP request pinging feature, you have to set this parameter. The SIP request pinging will be used only for requests marked so.

Default value is “NULL”.

Set sipping_from parameter
...
modparam("nathelper", "sipping_from", "sip:pinger@siphub.net")
...

The parameter sets the SIP method to be used in generating the SIP requests for NAT ping purposes.

Default value is “OPTIONS”.

Set sipping_method parameter
...
modparam("nathelper", "sipping_method", "INFO")
...

The parameter sets the SDP attribute used by nathelper to mark the packet SDP informations have already been mangled.

If empty string, no marker will be added or checked.

Default value is “a=nortpproxy:yes\r\n”.

Set nortpproxy_str parameter
...
modparam("nathelper", "nortpproxy_str", "a=sdpmangled:yes\r\n")
...

If the flag is set, TCP/TLS clients will also be pinged with SIP OPTIONS messages.

Default value is 0 (not set).

Set natping_interval parameter
...
modparam("nathelper", "natping_tcp", 1)
...

Parameter which specifies whether old media ip and old origin ip shall be put in the sdp body. The parameter has two values : ‘o’ (“a=oldoip” field shall be skipped) and ‘c’ (“a=oldcip” field shall be skipped).

Default value is 0 (not set).

Set natping_interval parameter
...
modparam("nathelper", "oldip_skip", "oc")
...

If a contact does not respond in ping_threshold seconds since the ping has been sent, the contact shall be removed after max_pings_lost unresponded pings.

Default value is 3 (seconds).

Set ping_threshold parameter
...
modparam("nathelper", "ping_threshold", 10)
...

Number of unresponded pings after which the contact shall be removed from the location table.

Default value is 3 (pings).

Set ping_threshold parameter
...
modparam("nathelper", "max_pings_lost", 5)
...

Rewrites the URI Contact HF to contain request’s source address:port. If a list of URI parameter is provided, it will be added to the modified contact;

This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE, BRANCH_ROUTE.

fix_nated_contact usage
...
if (search("User-Agent: Cisco ATA.*") {
fix_nated_contact(";ata=cisco");
} else {
fix_nated_contact();
}
...

Alters the SDP information in orer to facilitate NAT traversal. What changes to be performed may be controled via the “flags” parameter. Since version 1.12 the name of the old ip fields are “a=oldoip” for old origin ip and “a=oldcip” for old meda ip.

Meaning of the parameters is as follows:

  • flags - the value may be a bitwise OR of the following flags:

    • 0x01 - adds “a=direction:active” SDP line;
    • 0x02 - rewrite media IP address (c=) with source address of the message or the provided IP address (the provide IP address take precedence over the source address).
    • 0x04 - adds “a=nortpproxy:yes” SDP line;
    • 0x08 - rewrite IP from origin description (o=) with source address of the message or the provided IP address (the provide IP address take precedence over the source address).
  • ip_address - IP to be used for rewriting SDP. If not specified, the received signalling IP will be used. The parameter allows pseudo-variables usage. NOTE: For the IP to be used, you need to use 0x02 or 0x08 flags, otherwise it will have no effect.

This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE, FAILURE_ROUTE, BRANCH_ROUTE.

fix_nated_sdp usage
...
if (search("User-Agent: Cisco ATA.*") {fix_nated_sdp("3");};
...

Add received parameter to Contact header fields or Contact URI. The parameter will contain URI created from the source IP, port, and protocol of the packet containing the SIP message. The parameter can be then processed by another registrar, this is useful, for example, when replicating register messages using t_replicate function to another registrar.

Meaning of the parameters is as follows:

  • flag - flags to indicate if the parameter should be added to Contact URI or Contact header. If the flag is non-zero, the parameter will be added to the Contact URI. If not used or equal to zero, the parameter will go to the Contact header.

This function can be used from REQUEST_ROUTE.

add_rcv_paramer usage
...
add_rcv_param(); # add the parameter to the Contact header
....
add_rcv_param("1"); # add the parameter to the Contact URI
...

The function creates a URI consisting of the source IP, port, and protocol and stores the URI in an Attribute-Value-Pair. The URI will be appended as “received” parameter to Contact in 200 OK and registrar will store it in the user location database.

This function can be used from REQUEST_ROUTE.

fix_nated_register usage
...
fix_nated_register();
...

Tries to guess if client’s request originated behind a nat. The parameter determines what heuristics is used.

Meaning of the flags is as follows:

  • 1 - Contact header field is searched for occurrence of RFC1918 / RFC6598 addresses.
  • 2 - the “received” test is used: address in Via is compared against source IP address of signaling
  • 4 - Top Most VIA is searched for occurrence of RFC1918 / RFC6598 addresses
  • 8 - SDP is searched for occurrence of RFC1918 / RFC6598 addresses
  • 16 - test if the source port is different from the port in Via
  • 32 - address in Contact is compared against source IP address of signaling
  • 64 - Port in Contact is compared against source port of signaling

All flags can be bitwise combined, the test returns true if any of the tests identified a NAT.

This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE, FAILURE_ROUTE, BRANCH_ROUTE.

Enables natping if parameter value greater than 0. Disables natping if parameter value is 0. With no parameter, it returns the current natping status.

The function may takean optional parameter (for set operations) - a number in decimal format.

nh_enable_ping usage
...
$ opensipsctl fifo nh_enable_ping
Status:: 1
$
$ opensipsctl fifo nh_enable_ping 0
$
$ opensipsctl fifo nh_enable_ping
Status:: 0
$
...

Q: Where can I find more about OpenSIPS?

Take a look at http://www.opensips.org/.

Q: Where can I post a question about this module?

First at all check if your question was already answered on one of our mailing lists:

E-mails regarding any stable OpenSIPS release should be sent to users@lists.opensips.org and e-mails regarding development versions should be sent to devel@lists.opensips.org.

If you want to keep the mail private, send it to users@lists.opensips.org.

Q: How can I report a bug?

Please follow the guidelines provided at: https://github.com/OpenSIPS/opensips/issues.

doc copyrights:

Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)

#NameDevScoreCommitsLines++Lines—
1.Maksym Sobolyev (@sobomax)1773936756412
2.Bogdan-Andrei Iancu (@bogdan-iancu)1441101961971
3.Ionut Ionita (@ionutrazvanionita)49151956985
4.Razvan Crainea (@razvancrainea)2721144223
5.Daniel-Constantin Mierla (@miconda)2217144126
6.Anca Vamanu2241646229
7.Andrei Pelinescu-Onciul2117125114
8.Jan Janak (@janakj)2111795144
9.Ancuta Onofrei1931049381
10.Jiri Kuthan (@jiriatipteldotorg)181076447

All remaining contributors: Liviu Chircu (@liviuchircu), Stefan Darius (@dariusstefan), Ovidiu Sas (@ovidiusas), Andrei Dragus, Vlad Paiu (@vladpaiu), Henning Westerholt (@henningw), Christophe Sollet (@csollet), Marcus Hunger, Klaus Darilion, Sergio Gutierrez, Nils Ohlmeier, Emmanuel Buu, Carsten Bock, Jeremie Le Hen, Bayan Towfiq, Laurent Schweizer, John Riordan, Konstantin Bokarius, Walter Doekes (@wdoekes), Elena-Ramona Modroiu, Edson Gellert Schubert.

(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)

(2) including any documentation-related commits, excluding merge commits

(3) ignoring whitespace edits, renamed files and auto-generated files

#NameCommit Activity
1.Stefan Darius (@dariusstefan)Jun 2026 - Jul 2026
2.Razvan Crainea (@razvancrainea)Dec 2010 - Jun 2026
3.Bogdan-Andrei Iancu (@bogdan-iancu)Nov 2003 - Jun 2018
4.Liviu Chircu (@liviuchircu)Jan 2013 - Jun 2018
5.Ovidiu Sas (@ovidiusas)Sep 2010 - Feb 2018
6.Ionut Ionita (@ionutrazvanionita)Nov 2014 - Nov 2016
7.Walter Doekes (@wdoekes)May 2014 - May 2014
8.Christophe Sollet (@csollet)Dec 2009 - Oct 2013
9.Vlad Paiu (@vladpaiu)Aug 2010 - Jun 2012
10.Maksym Sobolyev (@sobomax)May 2003 - Mar 2011

All remaining contributors: Anca Vamanu, John Riordan, Emmanuel Buu, Andrei Dragus, Sergio Gutierrez, Klaus Darilion, Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Henning Westerholt (@henningw), Ancuta Onofrei, Marcus Hunger, Carsten Bock, Jeremie Le Hen, Laurent Schweizer, Bayan Towfiq, Andrei Pelinescu-Onciul, Elena-Ramona Modroiu, Jiri Kuthan (@jiriatipteldotorg), Jan Janak (@janakj), Nils Ohlmeier.

(1) including any documentation-related commits, excluding merge commits

Last edited by: Razvan Crainea (@razvancrainea), Bogdan-Andrei Iancu (@bogdan-iancu), Liviu Chircu (@liviuchircu), Ionut Ionita (@ionutrazvanionita), Ovidiu Sas (@ovidiusas), Walter Doekes (@wdoekes), Christophe Sollet (@csollet), Vlad Paiu (@vladpaiu), Maksym Sobolyev (@sobomax), Anca Vamanu, Andrei Dragus, Sergio Gutierrez, Klaus Darilion, Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Carsten Bock, Ancuta Onofrei, Marcus Hunger, Jeremie Le Hen, Bayan Towfiq, Elena-Ramona Modroiu, Jan Janak (@janakj), Jiri Kuthan (@jiriatipteldotorg).

All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0