<div dir="ltr">Thanks for your reply, but i am really looking for disable that, FreeSWITCH developers must have a way to do that, as its very basic thing i am looking for.</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 14, 2018 at 11:52 PM Sebastian Kemper <<a href="mailto:sebastian_ml@gmx.net">sebastian_ml@gmx.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Dec 14, 2018 at 04:22:46PM +0500, Bilal Abbasi wrote:<br>
> Hi Users,<br>
> I just installed FS 1.8.2, I enabled the bare minimal configurations needed<br>
> for my platform, but i can see see two ports listening.<br>
> I searched them and found out that its msrp ports, but i do not have any<br>
> configurations/modules for these ports and they are still there, can<br>
> somebody guide me how to put them down.<br>
> <br>
> tcp        0      0 <a href="http://0.0.0.0:2855" rel="noreferrer" target="_blank">0.0.0.0:2855</a>            0.0.0.0:*               LISTEN<br>
>     26243/freeswitch<br>
> <br>
> tcp        0      0 <a href="http://0.0.0.0:2856" rel="noreferrer" target="_blank">0.0.0.0:2856</a>            0.0.0.0:*               LISTEN<br>
>     26243/freeswitch<br>
> <br>
> <br>
> <br>
> I could not find any configuration where i can exclude them.<br>
<br>
Hello Abbasi,<br>
<br>
You can add /etc/freeswitch/autoload_configs/msrp.conf.xml.<br>
<br>
<configuration name="msrp.conf" description="MSRP"><br>
  <settings><br>
    <param name="listen-ip" value="127.0.0.1"/><br>
    <param name="listen-port" value="2855"/><br>
    <param name="listen-ssl-port" value="2856"/><br>
    <!-- <param name="message-buffer-size" value="50"/> --><br>
    <!-- <param name="debug" value="true"/> --><br>
    <!-- <param name="secure-cert" value="$${certs_dir}/wss.pem"/> --><br>
    <!-- <param name="secure-key" value="$${certs_dir}/wss.pem"/> --><br>
  </settings><br>
</configuration><br>
<br>
This doesn't disable msrp. But it only listens on localhost afterward. I<br>
haven't found a way to disable msrp.<br>
<br>
This is not perfect IMHO. Maybe somebody else knows how to completely<br>
turn it off.<br>
<br>
Kind regards,<br>
Seb<br>
</blockquote></div>