[Freeswitch-users] [Zombie Ports Listening]
Sebastian Kemper
sebastian_ml at gmx.net
Fri Dec 14 18:52:39 UTC 2018
On Fri, Dec 14, 2018 at 04:22:46PM +0500, Bilal Abbasi wrote:
> Hi Users,
> I just installed FS 1.8.2, I enabled the bare minimal configurations needed
> for my platform, but i can see see two ports listening.
> I searched them and found out that its msrp ports, but i do not have any
> configurations/modules for these ports and they are still there, can
> somebody guide me how to put them down.
>
> tcp 0 0 0.0.0.0:2855 0.0.0.0:* LISTEN
> 26243/freeswitch
>
> tcp 0 0 0.0.0.0:2856 0.0.0.0:* LISTEN
> 26243/freeswitch
>
>
>
> I could not find any configuration where i can exclude them.
Hello Abbasi,
You can add /etc/freeswitch/autoload_configs/msrp.conf.xml.
<configuration name="msrp.conf" description="MSRP">
<settings>
<param name="listen-ip" value="127.0.0.1"/>
<param name="listen-port" value="2855"/>
<param name="listen-ssl-port" value="2856"/>
<!-- <param name="message-buffer-size" value="50"/> -->
<!-- <param name="debug" value="true"/> -->
<!-- <param name="secure-cert" value="$${certs_dir}/wss.pem"/> -->
<!-- <param name="secure-key" value="$${certs_dir}/wss.pem"/> -->
</settings>
</configuration>
This doesn't disable msrp. But it only listens on localhost afterward. I
haven't found a way to disable msrp.
This is not perfect IMHO. Maybe somebody else knows how to completely
turn it off.
Kind regards,
Seb
More information about the FreeSWITCH-users
mailing list