[Freeswitch-users] [Zombie Ports Listening]

Bilal Abbasi bilaln018 at gmail.com
Mon Dec 17 14:32:05 UTC 2018


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.

On Fri, Dec 14, 2018 at 11:52 PM Sebastian Kemper <sebastian_ml at gmx.net>
wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181217/dc6e410f/attachment.html>


More information about the FreeSWITCH-users mailing list