[Freeswitch-users] freeswitch on a laptop listening on 127.0.0.1 and memory consumption

Peter P GMX Prometheus001 at gmx.net
Tue Apr 7 15:52:54 PDT 2009


Thanks Brian,

what I was actually looking for was to use a standard SIP soft phone
with some additional features.

I finally manged to make FS listen on 127.0.0.1 the following way:

vars.xml
  <X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>

internal.xml
    <param name="rtp-ip" value="127.0.0.1"/>
    <param name="sip-ip" value="127.0.0.1"/>

The rest is standard configuration.

Now communication Laptop-internal is UDP on port 5060 and external via
TLS on port 5081, so I have no open port 5060 to the internet.

Best regards
Peter




Brian West schrieb:
>
> On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:
>
>> 1st Question: Is that possible or is another solution preferrable?
>
> Just use FreeSWITCH with mod_portaudio.
>
>> 2nd Question: How can I change the amount of memory FS tries to reserve
>> to an absolute minumum (I only have 1 call at a time). Currently it
>> tries to reserve about 360M if I read that right.
>
> Thats virtual.  Look at RES.
>
>>
>> Best regards
>> Peter
>
> Brian West
> brian at freeswitch.org <mailto:brian at freeswitch.org>
>
> -- Meet us a ClueCon!  http://www.cluecon.com <http://www.cluecon.com/>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>   




More information about the FreeSWITCH-users mailing list