Просмотр исходного кода

modules: readme files regenerated - nathelper ... [skip ci]

Kamailio Dev 7 лет назад
Родитель
Сommit
5e7330cd41
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      src/modules/nathelper/README

+ 3 - 4
src/modules/nathelper/README

@@ -249,15 +249,14 @@ Chapter 1. Admin Guide
 
 4.1. force_socket (string)
 
-   Socket to be used when sending NAT pings for UDP communication.
-   It uses the first socket it finds based on the IP address. If
-   no one specified, the OS will choose a socket.
+   Socket to be used when sending NAT pings for UDP communication. If no
+   one specified, the OS will choose a socket.
 
    Default value is “NULL”.
 
    Example 1.1. Set force_socket parameter
 ...
-modparam("nathelper", "force_socket", "127.0.0.1")
+modparam("nathelper", "force_socket", "127.0.0.1:5060")
 ...
 
 4.2. natping_interval (integer)