I have an application on my fedora machine that sends SIP requests to the server. The application chooses a random source port to send the requests. Is there some way I can force the application to use a specific port (say 15000). Can I, maybe, block the application from using all other ports (and then it will have to choose a single source port)?
Thanks in advance.