[OpenSIPS-Devel] [ opensips-Bugs-3580526 ] NATHELPER and OPTIONS	ping for tcp proto
    SourceForge.net 
    noreply at sourceforge.net
       
    Fri Oct 26 14:52:28 CEST 2012
    
    
  
Bugs item #3580526, was opened at 2012-10-26 05:52
Message generated for change (Tracker Item Submitted) made by nikbyte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3580526&group_id=232389
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.8.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nick Altmann (nikbyte)
Assigned to: Nobody/Anonymous (nobody)
Summary: NATHELPER and OPTIONS ping for tcp proto
Initial Comment:
nathelper don't want to ping abonents with TCP transport.
Here is a small patch:
Index: modules/nathelper/nathelper.c
===================================================================
--- modules/nathelper/nathelper.c       (revision 9391)
+++ modules/nathelper/nathelper.c       (working copy)
@@ -1228,8 +1228,6 @@
                                continue;
                        }
                }
-               if (curi.proto != PROTO_UDP && curi.proto != PROTO_NONE)
-                       continue;
                if (curi.port_no == 0)
                        curi.port_no = SIP_PORT;
                proto = curi.proto;
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3580526&group_id=232389
    
    
More information about the Devel
mailing list