Module: kamailio
Branch: master
Commit: 22716f0b4ac922491359e3719089497269ceadd0
URL: https://github.com/kamailio/kamailio/commit/22716f0b4ac922491359e3719089497…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-03-13T14:46:36+01:00
modules: readme files regenerated - nathelper ... [skip ci]
---
Modified: src/modules/nathelper/README
---
Diff: https://github.com/kamailio/kamailio/commit/22716f0b4ac922491359e3719089497…
Patch: https://github.com/kamailio/kamailio/commit/22716f0b4ac922491359e3719089497…
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 711812b2d4..3dd341016f 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -204,7 +204,7 @@ Chapter 1. Admin Guide
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
+ * SIP request - a stateless SIP request is sent to the UDP contact
address.
+ Advantages: bidirectional traffic through NAT, since each PING
request from Kamailio (inbound traffic) will force the SIP
I tested the NAT ping function with nathelp module,and i found that there was OPTIONS packet sent out when UDP transport was used, but if i change to TCP transport, no OPTIONS packet was sent out.
I read the document and seems ping packet was sent out only when UDP was used.
Am i right? How should i do for this issue if i make a mistake?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1481