Hello, Sanjoy Dey a écrit :
I am trying to find out whether the SIP connection tracking module that was introduced in 2.6.18 works even if SIP runs on ports OTHER THAN 5060.
"modinfo ip_conntrack_sip" will tell you about the optional "ports" parameter which takes a comma-separated port list.
Would the helper module listen on all ports for a SIP/SDP header to find out which ports to open up for RTP or RTCP?
No. It watches only the port list (up to 8 ports) provided in the "ports" parameter. By default, if watches only port 5060. Note that if you want to watch port 5060 and some other ports, you must explicitly put 5060 in the list.