diff --git a/modules/nathelper/doc/nathelper_admin.xml b/modules/nathelper/doc/nathelper_admin.xml index f29cf47495..a24295bb1a 100644 --- a/modules/nathelper/doc/nathelper_admin.xml +++ b/modules/nathelper/doc/nathelper_admin.xml @@ -218,17 +218,19 @@ modparam("nathelper", "natping_socket", "192.168.1.1:5006") <varname>received_avp</varname> (str) 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. + containing the received IP, port and protocol. The URI is created + by the function and this data + may then be also picked up by the registrar module, which will attach a + "Received=" attribute to the registration. Do not forget to change the + value of corresponding parameter in the registrar + module whenever you change the value of this parameter. - You must set this parameter if you use "fix_nated_register". In such - case you must set the parameter with same name of "registrar" - module to same value. + You must set this parameter if you use . + Additionally, if you are using registrar, you must also set its symmetric + received_avp module parameter + to the same value. @@ -750,10 +752,11 @@ add_rcv_param(1); # add the parameter to the Contact URI fix_nated_register() - 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 + The function creates a URI consisting of the source IP, port and + protocol and stores it in the AVP. The URI will be appended as "received" parameter to Contact in 200 OK and - registrar will store it in the user location database. + may also be stored in the user location database if the same AVP + is also configured for the registrar module. This function can be used from REQUEST_ROUTE.