[SR-Users] rtpproxy_manage fails to rewrite SDP
Richard Fuchs
rfuchs at sipwise.com
Tue Oct 28 16:53:13 CET 2014
On 10/28/14 09:18, Igor Potjevlesch wrote:
> Hello,
>
>
>
> I have seen that the problem can occur due to the kernel limitation.
>
> So, I have changed the local_port range to be sure that they include the
> port range of RTPProxy.
>
>
>
> But, I still not explain this limitation. Because, even with the kernel
> limitation, they should be have sufficient number of ports to allocate.
>
>
>
> Any idea? Thanks.
It could be that the maximum number of file descriptors allowed for the
process has been reached. You can try executing "ulimit -n 60000" before
starting the RTP proxy daemon. Just a guess. In any case, the daemon
should log an error if it fails to open or allocate a port. If it
doesn't, you can try hooking into the running process with strace to see
what's going on.
HTH
cheers
More information about the sr-users
mailing list