Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

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


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
Prometheus001 at gmx.net
Guest





PostPosted: Tue Apr 07, 2009 12:30 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

I want to do the following:
Due to missing Softclient with TLS/SRTP support on my Linux laptop
(Zoiper is almost there, but not yet with SRTP) I want to install a
local FS to listen on a local IP and then communicate via TLS/SRTP to my
FS in the Office.
As My Laptop has changing IPs (e.g. Ethernet-Cable, WLAN, UMTS) I want
FS to listen on 127.0.0.1, connect my local VoIP client (Twinkle) to the
local FS and communicate to the FS in my office through the public or
LAN IP (maybe via STUN, public IP may change due to change of network
connection).
1st Question: Is that possible or is another solution preferrable?
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.

Best regards
Peter




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Apr 07, 2009 12:49 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:
Quote:
1st Question: Is that possible or is another solution preferrable?


Just use FreeSWITCH with mod_portaudio.

Quote:
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.

Quote:

Best regards
Peter


Brian West
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us a ClueCon! http://www.cluecon.com
Back to top
mszlazak at aol.com
Guest





PostPosted: Tue Apr 07, 2009 8:55 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a new trunk and I have to go through vars.xml, etc changing $${local_ip_v4} like you did.

Is there a way to change $${local_ip_v4} in one place. That way one wouldn't have remember all the locations that it needs to be changed?


-----Original Message-----
From: Peter P GMX <Prometheus001@gmx.net>
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 7 Apr 2009 3:52 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on 127.0.0.1 and memory consumption

Quote:
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:
Quote:

On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:

Quote:
1st Question: Is that possible or is another solution preferrable?

Just use FreeSWITCH with mod_portaudio.

Quote:
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.

Quote:

Best regards
Peter

Brian West
brian@freeswitch.org (brian@freeswitch.org) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])>

-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!
Back to top
mszlazak at aol.com
Guest





PostPosted: Tue Apr 07, 2009 9:33 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

Wonderful! Thank you sir.



-----Original Message-----
From: Jason White <jason@jasonjgw.net>
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 7 Apr 2009 7:04 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on 127.0.0.1 and memory consumption

Quote:
mszlazak@aol.com (mszlazak@aol.com) <mszlazak@aol.com (mszlazak@aol.com)> wrote:

Quote:
Is there a way to change $${local_ip_v4} in one place.

Of course. That's why it's a variable.

<X-PREPROCESS cmd="set" data="local_ip_v4=10.10.1.2"/>
this goes in vars.xml, substituting the desired address.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!
Back to top
solko at gcdf.pl
Guest





PostPosted: Wed Apr 08, 2009 1:13 am    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

mszlazak@aol.com pisze:
Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a
new trunk and I have to go through vars.xml, etc changing
$${local_ip_v4} like you did.

Is there a way to change $${local_ip_v4} in one place. That way one
wouldn't have remember all the locations that it needs to be changed?

My configuration is not updated when I compile new version and install it. Do you run FS with configuration path pointed to svn
work dir?

Quote:
-----Original Message-----
From: Peter P GMX <Prometheus001@gmx.net>
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 7 Apr 2009 3:52 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

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:


Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:


Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?


Quote:
Just use FreeSWITCH with mod_portaudio.


Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve

Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it

Quote:
Quote:
tries to reserve about 360M if I read that right.


Quote:
Thats virtual. Look at RES.



Quote:
Quote:
Best regards

Quote:
Quote:
Peter


Quote:
Brian West

Quote:
brian@freeswitch.org <mailto:brian@freeswitch.org> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>>


Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org




_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!
<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>*



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mszlazak at aol.com
Guest





PostPosted: Wed Apr 08, 2009 1:53 am    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

I'm not quite sure what your asking.
Are you saying that I could run the latest FS svn but in a way that uses my "older" configuration files? If so then I don't, and don't know how ... blush blush.
If that's the easiest thing to do then please tell me how.

Thanks. Mark.



-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 7 Apr 2009 10:54 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on 127.0.0.1 and memory consumption

Quote:
mszlazak@aol.com (mszlazak@aol.com) pisze:
Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a
new trunk and I have to go through vars.xml, etc changing
$${local_ip_v4} like you did.

Is there a way to change $${local_ip_v4} in one place. That way one
wouldn't have remember all the locations that it needs to be changed?

My configuration is not updated when I compile new version and install it. Do
you run FS with configuration path pointed to svn
work dir?

Quote:
-----Original Message-----
From: Peter P GMX <Prometheus001@gmx.net (Prometheus001@gmx.net)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Tue, 7 Apr 2009 3:52 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

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:


Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:


Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?


Quote:
Just use FreeSWITCH with mod_portaudio.


Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve

Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it

Quote:
Quote:
tries to reserve about 360M if I read that right.


Quote:
Thats virtual. Look at RES.



Quote:
Quote:
Best regards

Quote:
Quote:
Peter


Quote:
Brian West

Quote:
brian@freeswitch.org (brian@freeswitch.org) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])> <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>>
Quote:


Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org




_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!
<[url=http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*]http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>*[/url]



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

New Deals on Dell Netbooks - Now starting at $299
Back to top
solko at gcdf.pl
Guest





PostPosted: Wed Apr 08, 2009 3:12 am    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

mszlazak@aol.com pisze:
Quote:
I'm not quite sure what your asking.
Are you saying that I could run the latest FS svn but in a way that uses
my "older" configuration files? If so then I don't, and don't know how
... blush blush.
If that's the easiest thing to do then please tell me how.
Thanks. Mark.

Exactly, I do it that way.
For first time I gave installation prefix when configuring FS. You can stay with /usr/local/freeswich/.
Now every time i call 'make current' and it does not overwrite my configuration file.

In case of huge changes in modules I copy/merge my config file with the one from svn. I did not have problems with it, because
developers makes good default values for new configuration options.

I don't know which modules do you use, but in ones I use configuration is not changes a lot, there are new options added which
does not break old one.

make install do not copy configuration files for me if they are already installed, I have that on production server and all test
servers. I assume this is correct behavior and I'm not the only one work like that.
I looked in Makefile and it tests for config file before installing, so it does not overwrite them.

Regards
Szymon
Quote:

-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 7 Apr 2009 10:54 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

mszlazak@aol.com <mailto:mszlazak@aol.com> pisze:

Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a

Quote:
new trunk and I have to go through vars.xml, etc changing

Quote:
$${local_ip_v4} like you did.


Quote:
Is there a way to change $${local_ip_v4} in one place. That way one

Quote:
wouldn't have remember all the locations that it needs to be changed?


My configuration is not updated when I compile new version and install it. Do

you run FS with configuration path pointed to svn

work dir?



Quote:
-----Original Message-----

Quote:
From: Peter P GMX <Prometheus001@gmx.net <mailto:Prometheus001@gmx.net>>

Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org>

Quote:
Sent: Tue, 7 Apr 2009 3:52 pm

Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on

Quote:
127.0.0.1 and memory consumption


Quote:
Thanks Brian,




Quote:
what I was actually looking for was to use a standard SIP soft phone


Quote:
with some additional features.




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




Quote:
vars.xml


Quote:
<X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>




Quote:
internal.xml


Quote:
<param name="rtp-ip" value="127.0.0.1"/>


Quote:
<param name="sip-ip" value="127.0.0.1"/>




Quote:
The rest is standard configuration.




Quote:
Now communication Laptop-internal is UDP on port 5060 and external via


Quote:
TLS on port 5081, so I have no open port 5060 to the internet.




Quote:
Best regards


Quote:
Peter










Quote:
Brian West schrieb:




Quote:
Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:




Quote:
Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?




Quote:
Quote:
Just use FreeSWITCH with mod_portaudio.




Quote:
Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve


Quote:
Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it


Quote:
Quote:
Quote:
tries to reserve about 360M if I read that right.




Quote:
Quote:
Thats virtual. Look at RES.






Quote:
Quote:
Quote:
Best regards


Quote:
Quote:
Quote:
Peter




Quote:
Quote:
Brian West


Quote:
Quote:
brian@freeswitch.org <mailto:brian@freeswitch.org> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>>




Quote:
Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>








Quote:
Quote:
------------------------------------------------------------------------




Quote:
Quote:
_______________________________________________


Quote:
Quote:
Freeswitch-users mailing list


Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
Quote:
http://www.freeswitch.org






Quote:
_______________________________________________


Quote:
Freeswitch-users mailing list


Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!

Quote:
<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>* <http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org





_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
New Deals on Dell Netbooks - Now starting at $299
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Prometheus001 at gmx.net
Guest





PostPosted: Wed Apr 08, 2009 5:56 am    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

Simply do a " make current" without a "make samples". That way the conf
files in /usr/local/freeswitch/conf remain untouched.

I really very seldomly update the conf files.

Best regards
Peter

mszlazak@aol.com schrieb:
Quote:
I'm not quite sure what your asking.
Are you saying that I could run the latest FS svn but in a way that
uses my "older" configuration files? If so then I don't, and don't
know how ... blush blush.
If that's the easiest thing to do then please tell me how.
Thanks. Mark.

-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 7 Apr 2009 10:54 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

mszlazak@aol.com <mailto:mszlazak@aol.com> pisze:

Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a

Quote:
new trunk and I have to go through vars.xml, etc changing

Quote:
$${local_ip_v4} like you did.


Quote:
Is there a way to change $${local_ip_v4} in one place. That way one

Quote:
wouldn't have remember all the locations that it needs to be changed?


My configuration is not updated when I compile new version and install it. Do

you run FS with configuration path pointed to svn

work dir?



Quote:
-----Original Message-----

Quote:
From: Peter P GMX <Prometheus001@gmx.net <mailto:Prometheus001@gmx.net>>

Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org>

Quote:
Sent: Tue, 7 Apr 2009 3:52 pm

Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on

Quote:
127.0.0.1 and memory consumption


Quote:
Thanks Brian,




Quote:
what I was actually looking for was to use a standard SIP soft phone


Quote:
with some additional features.




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




Quote:
vars.xml


Quote:
<X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>




Quote:
internal.xml


Quote:
<param name="rtp-ip" value="127.0.0.1"/>


Quote:
<param name="sip-ip" value="127.0.0.1"/>




Quote:
The rest is standard configuration.




Quote:
Now communication Laptop-internal is UDP on port 5060 and external via


Quote:
TLS on port 5081, so I have no open port 5060 to the internet.




Quote:
Best regards


Quote:
Peter










Quote:
Brian West schrieb:




Quote:
Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:




Quote:
Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?




Quote:
Quote:
Just use FreeSWITCH with mod_portaudio.




Quote:
Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve


Quote:
Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it


Quote:
Quote:
Quote:
tries to reserve about 360M if I read that right.




Quote:
Quote:
Thats virtual. Look at RES.






Quote:
Quote:
Quote:
Best regards


Quote:
Quote:
Quote:
Peter




Quote:
Quote:
Brian West


Quote:
Quote:
brian@freeswitch.org <mailto:brian@freeswitch.org> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>>




Quote:
Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>








Quote:
Quote:
------------------------------------------------------------------------




Quote:
Quote:
_______________________________________________


Quote:
Quote:
Freeswitch-users mailing list


Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
Quote:
http://www.freeswitch.org






Quote:
_______________________________________________


Quote:
Freeswitch-users mailing list


Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!

Quote:
<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>* <http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org





_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
New Deals on Dell Netbooks - Now starting at $299
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>

------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mszlazak at aol.com
Guest





PostPosted: Wed Apr 08, 2009 11:31 am    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

OK , you're SVN updating on a Linux system but I'm using Windows. The very few times I tried with Tortoise SVN I ran into problems were it would fail because of some path not being present or some strange symbol in a file or something else. Since I'm not experienced enough and don't always have the time, I gave up on this approach and just start over again in a different folder then reconfigure the updated FS and transfer files from an older FS. Yup, it sucks.

Thanks.





-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Wed, 8 Apr 2009 12:59 am
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on 127.0.0.1 and memory consumption

Quote:
mszlazak@aol.com (mszlazak@aol.com) pisze:
Quote:
I'm not quite sure what your asking.
Are you saying that I could run the latest FS svn but in a way that uses
my "older" configuration files? If so then I don't, and don't know how
... blush blush.
If that's the easiest thing to do then please tell me how.
Thanks. Mark.

Exactly, I do it that way.
For first time I gave installation prefix when configuring FS. You can stay with
/usr/local/freeswich/.
Now every time i call 'make current' and it does not overwrite my configuration
file.

In case of huge changes in modules I copy/merge my config file with the one from
svn. I did not have problems with it, because
developers makes good default values for new configuration options.

I don't know which modules do you use, but in ones I use configuration is not
changes a lot, there are new options added which
does not break old one.

make install do not copy configuration files for me if they are already
installed, I have that on production server and all test
servers. I assume this is correct behavior and I'm not the only one work like
that.
I looked in Makefile and it tests for config file before installing, so it does
not overwrite them.

Regards
Szymon
Quote:

-----Original Message-----
From: Szymon Olko <solko@gcdf.pl (solko@gcdf.pl)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Tue, 7 Apr 2009 10:54 pm
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

mszlazak@aol.com (mszlazak@aol.com) <mailto:mszlazak@aol.com ([email]mszlazak@aol.com?[/email])> pisze:

Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a

Quote:
new trunk and I have to go through vars.xml, etc changing

Quote:
$${local_ip_v4} like you did.


Quote:
Is there a way to change $${local_ip_v4} in one place. That way one

Quote:
wouldn't have remember all the locations that it needs to be changed?


My configuration is not updated when I compile new version and install it. Do

you run FS with configuration path pointed to svn

work dir?



Quote:
-----Original Message-----

Quote:
From: Peter P GMX <Prometheus001@gmx.net (Prometheus001@gmx.net) <mailto:Prometheus001@gmx.net ([email]Prometheus001@gmx.net?[/email])>>

Quote:
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org) <mailto:freeswitch-users@lists.freeswitch.org ([email]freeswitch-users@lists.freeswitch.org?[/email])>

Quote:
Sent: Tue, 7 Apr 2009 3:52 pm

Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on

Quote:
127.0.0.1 and memory consumption


Quote:
Thanks Brian,




Quote:
what I was actually looking for was to use a standard SIP soft phone


Quote:
with some additional features.




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




Quote:
vars.xml


Quote:
<X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>




Quote:
internal.xml


Quote:
<param name="rtp-ip" value="127.0.0.1"/>


Quote:
<param name="sip-ip" value="127.0.0.1"/>




Quote:
The rest is standard configuration.




Quote:
Now communication Laptop-internal is UDP on port 5060 and external via


Quote:
TLS on port 5081, so I have no open port 5060 to the internet.




Quote:
Best regards


Quote:
Peter










Quote:
Brian West schrieb:




Quote:
Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:




Quote:
Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?




Quote:
Quote:
Just use FreeSWITCH with mod_portaudio.




Quote:
Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve


Quote:
Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it


Quote:
Quote:
Quote:
tries to reserve about 360M if I read that right.




Quote:
Quote:
Thats virtual. Look at RES.






Quote:
Quote:
Quote:
Best regards


Quote:
Quote:
Quote:
Peter




Quote:
Quote:
Brian West


Quote:
Quote:
brian@freeswitch.org (brian@freeswitch.org) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])> <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>> <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>
Quote:

<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email]) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>?>>




Quote:
Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>








Quote:
Quote:
------------------------------------------------------------------------




Quote:
Quote:
_______________________________________________


Quote:
Quote:
Freeswitch-users mailing list


Quote:
Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>>
Quote:


Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
Quote:
http://www.freeswitch.org






Quote:
_______________________________________________


Quote:
Freeswitch-users mailing list


Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>>
Quote:


Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!

Quote:
<[url=http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*]http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>*[/url]
<[url=http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*]http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*[/url]>
Quote:




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org





_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
New Deals on Dell Netbooks - Now starting at $299
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

New Deals on Dell Netbooks - Now starting at $299
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Apr 08, 2009 12:52 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

You know if you keep doing a fresh checkout every single time then you are wasting bandwidth... if its your only choice then do that but I highly recommend you learn to use the tools properly. Our bandwidth is kindly provided by Bandwidth.com and I would hate to just waste it for no reason.... btw don't forget to register for Cluecon its quickly approaching.

/b

On Apr 8, 2009, at 12:36 PM, Szymon Olko wrote:
Quote:
Yes I'm linux user.
If you have problems with svn update then you can do your way, make fresh checkout every time. After CO copy modules.conf and
build new version, just copy old config files to installation directory if it is always different one.

That's why I hate gui tools for things like full svn update.


Brian West
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us a ClueCon! http://www.cluecon.com
Back to top
solko at gcdf.pl
Guest





PostPosted: Wed Apr 08, 2009 12:52 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

mszlazak@aol.com pisze:
Quote:
OK , you're SVN updating on a Linux system but I'm using Windows. The
very few times I tried with Tortoise SVN I ran into problems were it
would fail because of some path not being present or some strange symbol
in a file or something else. Since I'm not experienced enough and don't
always have the time, I gave up on this approach and just start over
again in a different folder then reconfigure the updated FS and transfer
files from an older FS. Yup, it sucks.


Yes I'm linux user.
If you have problems with svn update then you can do your way, make fresh checkout every time. After CO copy modules.conf and
build new version, just copy old config files to installation directory if it is always different one.

That's why I hate gui tools for things like full svn update.
Quote:


-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Wed, 8 Apr 2009 12:59 am
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

mszlazak@aol.com <mailto:mszlazak@aol.com> pisze:

Quote:
I'm not quite sure what your asking.

Quote:
Are you saying that I could run the latest FS svn but in a way that uses

Quote:
my "older" configuration files? If so then I don't, and don't know how

Quote:
... blush blush.

Quote:
If that's the easiest thing to do then please tell me how.

Quote:
Thanks. Mark.



Exactly, I do it that way.

For first time I gave installation prefix when configuring FS. You can stay with

/usr/local/freeswich/.

Now every time i call 'make current' and it does not overwrite my configuration

file.



In case of huge changes in modules I copy/merge my config file with the one from

svn. I did not have problems with it, because

developers makes good default values for new configuration options.



I don't know which modules do you use, but in ones I use configuration is not

changes a lot, there are new options added which

does not break old one.



make install do not copy configuration files for me if they are already

installed, I have that on production server and all test

servers. I assume this is correct behavior and I'm not the only one work like

that.

I looked in Makefile and it tests for config file before installing, so it does

not overwrite them.



Regards

Szymon


Quote:
-----Original Message-----

Quote:
From: Szymon Olko <solko@gcdf.pl <mailto:solko@gcdf.pl>>

Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org>

Quote:
Sent: Tue, 7 Apr 2009 10:54 pm

Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on

Quote:
127.0.0.1 and memory consumption


Quote:
mszlazak@aol.com <mailto:mszlazak@aol.com> <mailto:mszlazak@aol.com <mailto:mszlazak@aol.com?>> pisze:


Quote:
Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a


Quote:
Quote:
new trunk and I have to go through vars.xml, etc changing


Quote:
Quote:
$${local_ip_v4} like you did.




Quote:
Quote:
Is there a way to change $${local_ip_v4} in one place. That way one


Quote:
Quote:
wouldn't have remember all the locations that it needs to be changed?




Quote:
My configuration is not updated when I compile new version and install it. Do


Quote:
you run FS with configuration path pointed to svn


Quote:
work dir?




Quote:
Quote:
-----Original Message-----


Quote:
Quote:
From: Peter P GMX <Prometheus001@gmx.net <mailto:Prometheus001@gmx.net> <mailto:Prometheus001@gmx.net <mailto:Prometheus001@gmx.net?>>>


Quote:
Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org> <mailto:freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org?>>


Quote:
Quote:
Sent: Tue, 7 Apr 2009 3:52 pm


Quote:
Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on


Quote:
Quote:
127.0.0.1 and memory consumption




Quote:
Quote:
Thanks Brian,








Quote:
Quote:
what I was actually looking for was to use a standard SIP soft phone




Quote:
Quote:
with some additional features.








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








Quote:
Quote:
vars.xml




Quote:
Quote:
<X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>








Quote:
Quote:
internal.xml




Quote:
Quote:
<param name="rtp-ip" value="127.0.0.1"/>




Quote:
Quote:
<param name="sip-ip" value="127.0.0.1"/>








Quote:
Quote:
The rest is standard configuration.








Quote:
Quote:
Now communication Laptop-internal is UDP on port 5060 and external via




Quote:
Quote:
TLS on port 5081, so I have no open port 5060 to the internet.








Quote:
Quote:
Best regards




Quote:
Quote:
Peter




















Quote:
Quote:
Brian West schrieb:








Quote:
Quote:
Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:








Quote:
Quote:
Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?








Quote:
Quote:
Quote:
Just use FreeSWITCH with mod_portaudio.








Quote:
Quote:
Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve




Quote:
Quote:
Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it




Quote:
Quote:
Quote:
Quote:
tries to reserve about 360M if I read that right.








Quote:
Quote:
Quote:
Thats virtual. Look at RES.












Quote:
Quote:
Quote:
Quote:
Best regards




Quote:
Quote:
Quote:
Quote:
Peter








Quote:
Quote:
Quote:
Brian West




Quote:
Quote:
Quote:
brian@freeswitch.org <mailto:brian@freeswitch.org> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>


Quote:
<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>?>>








Quote:
Quote:
Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>
















Quote:
Quote:
Quote:
------------------------------------------------------------------------








Quote:
Quote:
Quote:
_______________________________________________




Quote:
Quote:
Quote:
Freeswitch-users mailing list




Quote:
Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>>




Quote:
Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users




Quote:
Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users




Quote:
Quote:
Quote:
http://www.freeswitch.org












Quote:
Quote:
_______________________________________________




Quote:
Quote:
Freeswitch-users mailing list




Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>>




Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users




Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users




Quote:
Quote:
http://www.freeswitch.org






Quote:
Quote:
------------------------------------------------------------------------


Quote:
Quote:
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!


Quote:
Quote:
<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>* <http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>

<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>








Quote:
Quote:
------------------------------------------------------------------------




Quote:
Quote:
_______________________________________________


Quote:
Quote:
Freeswitch-users mailing list


Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
Quote:
http://www.freeswitch.org






Quote:
_______________________________________________


Quote:
Freeswitch-users mailing list


Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:
New Deals on Dell Netbooks - Now starting at $299

Quote:
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org





_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
New Deals on Dell Netbooks - Now starting at $299
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mszlazak at aol.com
Guest





PostPosted: Wed Apr 08, 2009 1:17 pm    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

Na jakiś czas, będę uczyć się, jak radzić sobie z Tortoise SVN błędów.

Mój polski nie jest zbyt dobre, ale dziękuję. Google pomaga.

-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Wed, 8 Apr 2009 10:36 am
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on 127.0.0.1 and memory consumption

Quote:
mszlazak@aol.com (mszlazak@aol.com) pisze:
Quote:
OK , you're SVN updating on a Linux system but I'm using Windows. The
very few times I tried with Tortoise SVN I ran into problems were it
would fail because of some path not being present or some strange symbol
in a file or something else. Since I'm not experienced enough and don't
always have the time, I gave up on this approach and just start over
again in a different folder then reconfigure the updated FS and transfer
files from an older FS. Yup, it sucks.


Yes I'm linux user.
If you have problems with svn update then you can do your way, make fresh
checkout every time. After CO copy modules.conf and
build new version, just copy old config files
to installation directory if it is
always different one.

That's why I hate gui tools for things like full svn update.
Quote:


-----Original Message-----
From: Szymon Olko <solko@gcdf.pl (solko@gcdf.pl)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 8 Apr 2009 12:59 am
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

mszlazak@aol.com (mszlazak@aol.com) <mailto:mszlazak@aol.com ([email]mszlazak@aol.com?[/email])> pisze:

Quote:
I'm not quite sure what your asking.

Quote:
Are you saying that I could run the latest FS svn but in a way that uses

Quote:
my "older" configuration files? If so then I don't, and don't know how

Quote:
... blush blush.

Quote:
If that's the easiest thing to do then please tell me how.

Quote:
Thanks. Mark.



Exactly, I do it that way.

For first time I gave installation prefix when configuring FS. You can stay
with
Quote:

/usr/local/freeswich/.

Now every time i call 'make current' and it does not overwrite my
configuration
Quote:

file.



In case of huge changes in modules I copy/merge my config file with the one
from
Quote:
=2
0
Quote:
svn. I did not have problems with it, because

developers makes good default values for new configuration options.



I don't know which modules do you use, but in ones I use configuration is not

changes a lot, there are new options added which

does not break old one.



make install do not copy configuration files for me if they are already

installed, I have that on production server and all test

servers. I assume this is correct behavior and I'm not the only one work like

that.

I looked in Makefile and it tests for config file before installing, so it
does
Quote:

not overwrite them.



Regards

Szymon


Quote:
-----Original Message-----

Quote:
From: Szymon Olko <solko@gcdf.pl (solko@gcdf.pl) <mailto:solko@gcdf.pl ([email]solko@gcdf.pl?[/email])>>

Quote:
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org) <mailto:freeswitch-users@lists.freeswitch.org ([email]freeswitch-users@lists.freeswitch.org?[/email])>

Quote:
Sent: Tue, 7 Apr 2009 10:54 pm

Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on

Quote:
127.0.0.1 and memory consumption

Quote:
20

Quote:
mszlazak@aol.com (mszlazak@aol.com) <mailto:mszlazak@aol.com ([email]mszlazak@aol.com?[/email])> <mailto:mszlazak@aol.com ([email]mszlazak@aol.com?[/email])
<mailto:mszlazak@aol.com ([email]mszlazak@aol.com?[/email])?>> pisze:
Quote:


Quote:
Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a


Quote:
Quote:
new trunk and I have to go through vars.xml, etc changing


Quote:
Quote:
$${local_ip_v4} like you did.




Quote:
Quote:
Is there a way to change $${local_ip_v4} in one place. That way one


Quote:
Quote:
wouldn't have remember all the locations that it needs to be changed?




Quote:
My configuration is not updated when I compile new version and install it. Do

Quote:


Quote:
you run FS with configuration path pointed to svn


Quote:
work dir?




Quote:
Quote:
-----Original Message-----


Quote:
Quote:
From: Peter P GMX <Prometheus001@gmx.net (Prometheus001@gmx.net) <mailto:Prometheus001@gmx.net ([email]Prometheus001@gmx.net?[/email])>
<mailto:Prometheus001@gmx.net ([email]Prometheus001 @gmx.net?[/email]) <mailto:Prometheus001@gmx.net ([email]Prometheus001@gmx.net?[/email])?>>>
Quote:


Quote:
Quote:
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org) <mailto:freeswitch-users@lists.freeswitch.org ([email]freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:freeswitch-users@lists.freeswitch.org ([email]freeswitch-users@lists.freeswitch.org?[/email]) <mailto:freeswitch-users@lists.freeswitch.org ([email]freeswitch-users@lists.freeswitch.org?[/email])?>>
Quote:


Quote:
Quote:
Sent: Tue, 7 Apr 2009 3:52 pm


Quote:
Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on


Quote:
Quote:
127.0.0.1 and memory consumption




Quote:
Quote:
Thanks Brian,








Quote:
Quote:
what I was actually looking for was to use a standard SIP soft phone




Quote:
Quote:
with some additional features.








Quote:
Quote:
I finally manged to make FS li
sten on 127.0.0.1 the following way:
Quote:








Quote:
Quote:
vars.xml




Quote:
Quote:
<X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>








Quote:
Quote:
internal.xml




Quote:
Quote:
<param name="rtp-ip" value="127.0.0.1"/>




Quote:
Quote:
<param name="sip-ip" value="127.0.0.1"/>








Quote:
Quote:
The rest is standard configuration.








Quote:
Quote:
Now communication Laptop-internal is UDP on port 5060 and external via




Quote:
Quote:
TLS on p
ort 5081, so I have no open port 5060 to the internet.
Quote:








Quote:
Quote:
Best regards




Quote:
Quote:
Peter




















Quote:
Quote:
Brian West schrieb:








Quote:
Quote:
Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:








Quote:
Quote:
Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?




Quote:
&gt
;>
Quote:




Quote:
Quote:
Quote:
Just use FreeSWITCH with mod_portaudio.








Quote:
Quote:
Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve




Quote:
Quote:
Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it




Quote:
Quote:
Quote:
Quote:
tries to reserve about 360M if I read that right.








Quote:
Quote:
Quote:
Thats virtual. Look at RES.












Quote:
Quote:
Quote:
Quote:
Best regards




Quote:
Quote:
Quote:
Quote:
Peter








Quote:
Quote:
Quote:
Brian West




Quote:
Quote:
Quote:
brian@freeswitch.org (brian@freeswitch.org) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])> <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>> <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>
Quote:

<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email]) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>?>>
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email]) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>
Quote:

<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email]) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>?>


Quote:
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email]) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>
<mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email]) <mailto:brian@freeswitch.org ([email]brian@freeswitch.org?[/email])?>?>?>>
&gt
;
Quote:
Quote:
Quote:
Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>
















Quote:
Quote:
Quote:
------------------------------------------------------------------------








Quote:
Quote:
Quote:
_______________________________________________




Quote:
Quote:
Quote:
Freeswitch-users mailing list




Quote:
Quote:
Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>>

Quote:

<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users @lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>?>>
Quote:




Quote:
Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users




Quote:
Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users




Quote:
Quote:
Quote:
http://www.freeswitch.org












Quote:
Quote:
_______________________________________________




Quote:
Quote:
Freeswitch-users mailing list




Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>>

Quote:

<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>?>>
Quote:




Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users




Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users




Quote:
Quote:
http://www.freeswitch.org






Quote:
Quote:
---------------------
---------------------------------------------------
Quote:


Quote:
Quote:
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!


Quote:
Quote:
<[url=http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*]http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>*[/url]
<[url=http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*]http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*[/url]>

Quote:

<[url=http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*]http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*[/url]>








Quote:
Quote:
------------------------------------------------------------------------



&
gt;
Quote:
Quote:
Quote:
_______________________________________________


Quote:
Quote:
Freeswitch-users mailing list


Quote:
Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email]) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>>
Quote:


Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
Quote:
http://www.freeswitch.org






Quote:
_______________________________________________


Quote:
Freeswitch-users mailing list


Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>
<mailto:Freeswitch-us
ers@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])?>>
Quote:


Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:
New Deals on Dell Netbooks - Now starting at $299

Quote:
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>




Quote:
------------------------------------------------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org





_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org) <mailto:Freeswitch-users@lists.freeswitch.org ([email]Freeswitch-users@lists.freeswitch.org?[/email])>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
New Deals on Dell Netbooks - Now starting at $299
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>



---------------------------------------
---------------------------------
Quote:

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

New Deals on Dell Netbooks - Now starting at $299
Back to top
solko at gcdf.pl
Guest





PostPosted: Thu Apr 09, 2009 3:09 am    Post subject: [Freeswitch-users] freeswitch on a laptop listening on 127.0 Reply with quote

mszlazak@aol.com pisze:
Quote:
Na jakiś czas, będę uczyć się, jak radzić sobie z Tortoise SVN błędów.

Mój polski nie jest zbyt dobre, ale dziękuję. Google pomaga.

Your polish is much better then my english. I think on that list we should stay with english.
Where are you from?

Quote:
-----Original Message-----
From: Szymon Olko <solko@gcdf.pl>
To: freeswitch-users@lists.freeswitch.org
Sent: Wed, 8 Apr 2009 10:36 am
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on
127.0.0.1 and memory consumption

mszlazak@aol.com <mailto:mszlazak@aol.com> pisze:

Quote:
OK , you're SVN updating on a Linux system but I'm using Windows. The

Quote:
very few times I tried with Tortoise SVN I ran into problems were it

Quote:
would fail because of some path not being present or some strange symbol

Quote:
in a file or something else. Since I'm not experienced enough and don't

Quote:
always have the time, I gave up on this approach and just start over

Quote:
again in a different folder then reconfigure the updated FS and transfer

Quote:
files from an older FS. Yup, it sucks.




Yes I'm linux user.

If you have problems with svn update then you can do your way, make fresh

checkout every time. After CO copy modules.conf and

build new version, just copy old config files
to installation directory if it is

always different one.



That's why I hate gui tools for things like full svn update.



Quote:
-----Original Message-----

Quote:
From: Szymon Olko <solko@gcdf.pl <mailto:solko@gcdf.pl>>

Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org>

Quote:
Sent: Wed, 8 Apr 2009 12:59 am

Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on

Quote:
127.0.0.1 and memory consumption


Quote:
mszlazak@aol.com <mailto:mszlazak@aol.com> <mailto:mszlazak@aol.com <mailto:mszlazak@aol.com?>> pisze:


Quote:
Quote:
I'm not quite sure what your asking.


Quote:
Quote:
Are you saying that I could run the latest FS svn but in a way that uses


Quote:
Quote:
my "older" configuration files? If so then I don't, and don't know how


Quote:
Quote:
... blush blush.


Quote:
Quote:
If that's the easiest thing to do then please tell me how.


Quote:
Quote:
Thanks. Mark.




Quote:
Exactly, I do it that way.


Quote:
For first time I gave installation prefix when configuring FS. You can stay

with


Quote:
/usr/local/freeswich/.


Quote:
Now every time i call 'make current' and it does not overwrite my

configuration


Quote:
file.




Quote:
In case of huge changes in modules I copy/merge my config file with the one

from

Quote:
=2
0

Quote:
svn. I did not have problems with it, because


Quote:
developers makes good default values for new configuration options.




Quote:
I don't know which modules do you use, but in ones I use configuration is not


Quote:
changes a lot, there are new options added which


Quote:
does not break old one.




Quote:
make install do not copy configuration files for me if they are already


Quote:
installed, I have that on production server and all test


Quote:
servers. I assume this is correct behavior and I'm not the only one work like


Quote:
that.


Quote:
I looked in Makefile and it tests for config file before installing, so it

does


Quote:
not overwrite them.




Quote:
Regards


Quote:
Szymon




Quote:
Quote:
-----Original Message-----


Quote:
Quote:
From: Szymon Olko <solko@gcdf.pl <mailto:solko@gcdf.pl> <mailto:solko@gcdf.pl <mailto:solko@gcdf.pl?>>>


Quote:
Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org> <mailto:freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org?>>


Quote:
Quote:
Sent: Tue, 7 Apr 2009 10:54 pm


Quote:
Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on


Quote:
Quote:
127.0.0.1 and memory consumption


Quote:
Quote:
20


Quote:
Quote:
mszlazak@aol.com <mailto:mszlazak@aol.com> <mailto:mszlazak@aol.com <mailto:mszlazak@aol.com?>> <mailto:mszlazak@aol.com <mailto:mszlazak@aol.com?>

<mailto:mszlazak@aol.com <mailto:mszlazak@aol.com?>?>> pisze:




Quote:
Quote:
Quote:
I have to change $${local_ip_v4} to 10.0.0.3 every time I update to a




Quote:
Quote:
Quote:
new trunk and I have to go through vars.xml, etc changing




Quote:
Quote:
Quote:
$${local_ip_v4} like you did.








Quote:
Quote:
Quote:
Is there a way to change $${local_ip_v4} in one place. That way one




Quote:
Quote:
Quote:
wouldn't have remember all the locations that it needs to be changed?








Quote:
Quote:
My configuration is not updated when I compile new version and install it. Do






Quote:
Quote:
you run FS with configuration path pointed to svn




Quote:
Quote:
work dir?








Quote:
Quote:
Quote:
-----Original Message-----




Quote:
Quote:
Quote:
From: Peter P GMX <Prometheus001@gmx.net <mailto:Prometheus001@gmx.net> <mailto:Prometheus001@gmx.net <mailto:Prometheus001@gmx.net?>>

<mailto:Prometheus001@gmx.net <mailto:Prometheus001 @gmx.net?> <mailto:Prometheus001@gmx.net <mailto:Prometheus001@gmx.net?>?>>>




Quote:
Quote:
Quote:
To: freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org> <mailto:freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org?>>

<mailto:freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org?> <mailto:freeswitch-users@lists.freeswitch.org <mailto:freeswitch-users@lists.freeswitch.org?>?>>




Quote:
Quote:
Quote:
Sent: Tue, 7 Apr 2009 3:52 pm




Quote:
Quote:
Quote:
Subject: Re: [Freeswitch-users] freeswitch on a laptop listening on




Quote:
Quote:
Quote:
127.0.0.1 and memory consumption








Quote:
Quote:
Quote:
Thanks Brian,
















Quote:
Quote:
Quote:
what I was actually looking for was to use a standard SIP soft phone








Quote:
Quote:
Quote:
with some additional features.
















Quote:
Quote:
Quote:
I finally manged to make FS li
sten on 127.0.0.1 the following way:
















Quote:
Quote:
Quote:
vars.xml








Quote:
Quote:
Quote:
<X-PRE-PROCESS cmd="set" data="domain=127.0.0.1"/>
















Quote:
Quote:
Quote:
internal.xml








Quote:
Quote:
Quote:
<param name="rtp-ip" value="127.0.0.1"/>








Quote:
Quote:
Quote:
<param name="sip-ip" value="127.0.0.1"/>
















Quote:
Quote:
Quote:
The rest is standard configuration.
















Quote:
Quote:
Quote:
Now communication Laptop-internal is UDP on port 5060 and external via








Quote:
Quote:
Quote:
TLS on p
ort 5081, so I have no open port 5060 to the internet.
















Quote:
Quote:
Quote:
Best regards








Quote:
Quote:
Quote:
Peter








































Quote:
Quote:
Quote:
Brian West schrieb:
















Quote:
Quote:
Quote:
Quote:
On Apr 7, 2009, at 12:19 PM, Peter P GMX wrote:
















Quote:
Quote:
Quote:
Quote:
Quote:
1st Question: Is that possible or is another solution preferrable?








;>








Quote:
Quote:
Quote:
Quote:
Just use FreeSWITCH with mod_portaudio.
















Quote:
Quote:
Quote:
Quote:
Quote:
2nd Question: How can I change the amount of memory FS tries to reserve








Quote:
Quote:
Quote:
Quote:
Quote:
to an absolute minumum (I only have 1 call at a time). Currently it








Quote:
Quote:
Quote:
Quote:
Quote:
tries to reserve about 360M if I read that right.
















Quote:
Quote:
Quote:
Quote:
Thats virtual. Look at RES.
























Quote:
Quote:
Quote:
Quote:
Quote:
Best regards








Quote:
Quote:
Quote:
Quote:
Quote:
Peter
















Quote:
Quote:
Quote:
Quote:
Brian West








Quote:
Quote:
Quote:
Quote:
brian@freeswitch.org <mailto:brian@freeswitch.org> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>


Quote:
<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>?>>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>


Quote:
<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>?>




Quote:
Quote:
<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>

<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?> <mailto:brian@freeswitch.org <mailto:brian@freeswitch.org?>?>?>?>>















;

Quote:
Quote:
Quote:
Quote:
-- Meet us a ClueCon! http://www.cluecon.com <http://www.cluecon.com/>
































Quote:
Quote:
Quote:
Quote:
------------------------------------------------------------------------
















Quote:
Quote:
Quote:
Quote:
_______________________________________________








Quote:
Quote:
Quote:
Quote:
Freeswitch-users mailing list








Quote:
Quote:
Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>>




Quote:
<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users @lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>?>>








Quote:
Quote:
Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users








Quote:
Quote:
Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users








Quote:
Quote:
Quote:
Quote:
http://www.freeswitch.org
























Quote:
Quote:
Quote:
_______________________________________________








Quote:
Quote:
Quote:
Freeswitch-users mailing list








Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>>




Quote:
<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>?>>








Quote:
Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users








Quote:
Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users








Quote:
Quote:
Quote:
http://www.freeswitch.org












Quote:
Quote:
Quote:
---------------------
---------------------------------------------------




Quote:
Quote:
Quote:
*The Average US Credit Score is 692. See Yours in Just 2 Easy Steps!




Quote:
Quote:
Quote:
<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62>* <http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>

<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>




Quote:
<http://pr.atwola.com/promoclk/100126575x1221421323x1201417385/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DAprilAvgfooterNO62%3E*>
















Quote:
Quote:
Quote:
------------------------------------------------------------------------







&
gt;

Quote:
Quote:
Quote:
_______________________________________________




Quote:
Quote:
Quote:
Freeswitch-users mailing list




Quote:
Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>

<mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>>




Quote:
Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users




Quote:
Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users




Quote:
Quote:
Quote:
http://www.freeswitch.org












Quote:
Quote:
_______________________________________________




Quote:
Quote:
Freeswitch-users mailing list




Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>

<mailto:Freeswitch-us
ers@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>?>>




Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users




Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users




Quote:
Quote:
http://www.freeswitch.org






Quote:
Quote:
------------------------------------------------------------------------


Quote:
Quote:
New Deals on Dell Netbooks - Now starting at $299


Quote:
Quote:
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>








Quote:
Quote:
------------------------------------------------------------------------




Quote:
Quote:
_______________________________________________


Quote:
Quote:
Freeswitch-users mailing list


Quote:
Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
Quote:
http://www.freeswitch.org






Quote:
_______________________________________________


Quote:
Freeswitch-users mailing list


Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org> <mailto:Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org?>>


Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users


Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users


Quote:
http://www.freeswitch.org



Quote:
------------------------------------------------------------------------

Quote:
New Deals on Dell Netbooks - Now starting at $299

Quote:
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>




Quote:
---------------------------------------
---------------------------------


Quote:
_______________________________________________

Quote:
Freeswitch-users mailing list

Quote:
Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

Quote:
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Quote:
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

Quote:
http://www.freeswitch.org





_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org <mailto:Freeswitch-users@lists.freeswitch.org>

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org


------------------------------------------------------------------------
New Deals on Dell Netbooks - Now starting at $299
<http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw>



------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services