On Nov 12, 2004 at 14:43, LBE_SIP@telefonica.net LBE_SIP@telefonica.net wrote:
Ser doesn't send any media. You mean rtpporxy probably.
Yes, you are right. Sorry for not being clear enough.
Some network dumps and your ser.cfg might help.
ser.cfg is at the botton of the message. The scenario is as follows:
The sip server is listening on 194.179.25.52. The user chano@wmserver.hi.inet on the machine sayuritra (private address: 192.168.1.34, public address: 81.35.36.166) calls to the user raquel@wmserver.hi.inet on hobbes (private address: 192.168.1.34, public addess: 80.32.97.245). The messages captured in the sip server are the following (irrelevant messages are omitted):
Audio should work (if it doesn't try to remove fix_nated_sdp("1"); ). Video will not work because right now nathelper supports only one port in SDP. It will not touch the second case (m=video ... in your case). That's why you get the ICMP unreachable, rtpproxy doesn't listen on the port in m=video.
Andrei