Re: [Freeswitch-users] How to upgrade ?

2008-09-22 Thread henkoegema

I downloaded from http://wiki.freeswitch.org/wiki/Download_Freeswitch
Latest Snapshot


Which version is this :

[EMAIL PROTECTED] version
FreeSWITCH Version 1.0.trunk (9609) :confused:
[EMAIL PROTECTED] 

Is this the same as 1.0.2  (the latest ?)

Henk

-- 
View this message in context: 
http://www.nabble.com/How-to-upgrade---tp19589317p19602923.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
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


Re: [Freeswitch-users] How to upgrade ?

2008-09-21 Thread Christian Jensen
It might be premature as well as half baked - I am just testing out the 
thought, however here is my thinking...


There is a folder called extensions in the dialplan folder. The nice 
thing about this folder is that it is read in by a simple xml 
preprocessing command that says go get *.xml


Currently, it is being called from the Default dialplan.

Borrowing from the Apache HTTPD style configuration, everything to 
customize the install is done with additional files as opposed to 
editing anything that ships with the software. So This works, however, 
we should be able to specify the name of a root configuration folder - 
this way all config can sit way outside of the app tree - for example, 
to place the FS app in one folder and have all external config in a 
different folder not under the same path - thereby ensuring upgrade safety.


My patch is only going to work with dialplans, but I propose making it a 
pattern to follow.


In the dialplan, I am making a folder for each context that will be 
loaded externally and postfixing a .d on the end, so for example 
default.d and public.d


Make sense?

Michael Jerris wrote:

I don't understand the proposal.  Could you explain a bit more please.

Mike

On Sep 20, 2008, at 6:39 PM, Christian Jensen  
[EMAIL PROTECTED] wrote:


  
I am working on a patch that would externalize  the install configs,  
much the same way as the extensions folder (which i propose to be  
called default)


The new folders will be the same name as the context they are called  
from, for example the one i am most interested in is public.d


Any objections?

-Original Message-
From: Michael Jerris [EMAIL PROTECTED]
Sent: September 20, 2008 3:24 PM
To: freeswitch-users@lists.freeswitch.org freeswitch-users@lists.freeswitch.org 

Cc: freeswitch-users@lists.freeswitch.org freeswitch-users@lists.freeswitch.org 

Subject: Re: [Freeswitch-users] How to upgrade ?


Make current will not work from release tarballs but if you grab the
new version it should install without wiping out your config.

Mike

On Sep 20, 2008, at 6:10 PM, Michael S Collins [EMAIL PROTECTED]
wrote:



Yes make current will update you without breaking your existing
configs.  Even if you do make samples it won't overwrite your
configs bit it will replace any missing conf files with default ones.

-MC

Sent from my iPhone

On Sep 20, 2008, at 2:46 PM, henkoegema [EMAIL PROTECTED]
wrote:

  

At the moment I'm using FS version 1.0.0.

I want to upgrade to the latest version.
Can I just type
#make current(?):working:
without loosing my own (or edited standard)  conf files ?


--
View this message in context: 
http://www.nabble.com/How-to-upgrade---tp19589317p19589317.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
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
  

___
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



___
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


Re: [Freeswitch-users] How to upgrade ?

2008-09-21 Thread Brian West
This was what we talked about on IRC a few days ago right?

/b

On Sep 21, 2008, at 2:45 AM, Christian Jensen wrote:

 It might be premature as well as half baked - I am just testing out  
 the thought, however here is my thinking...

 There is a folder called extensions in the dialplan folder. The nice  
 thing about this folder is that it is read in by a simple xml  
 preprocessing command that says go get *.xml

 Currently, it is being called from the Default dialplan.

 Borrowing from the Apache HTTPD style configuration, everything to  
 customize the install is done with additional files as opposed to  
 editing anything that ships with the software. So This works,  
 however, we should be able to specify the name of a root  
 configuration folder - this way all config can sit way outside of  
 the app tree - for example, to place the FS app in one folder and  
 have all external config in a different folder not under the same  
 path - thereby ensuring upgrade safety.

 My patch is only going to work with dialplans, but I propose making  
 it a pattern to follow.

 In the dialplan, I am making a folder for each context that will be  
 loaded externally and postfixing a .d on the end, so for example  
 default.d and public.d

 Make sense?


___
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


Re: [Freeswitch-users] How to upgrade ?

2008-09-21 Thread Christian Jensen
Yeppers.



On Sep 21, 2008, at 12:52 AM, Brian West [EMAIL PROTECTED] wrote:

 This was what we talked about on IRC a few days ago right?

 /b

 On Sep 21, 2008, at 2:45 AM, Christian Jensen wrote:

 It might be premature as well as half baked - I am just testing out
 the thought, however here is my thinking...

 There is a folder called extensions in the dialplan folder. The nice
 thing about this folder is that it is read in by a simple xml
 preprocessing command that says go get *.xml

 Currently, it is being called from the Default dialplan.

 Borrowing from the Apache HTTPD style configuration, everything to
 customize the install is done with additional files as opposed to
 editing anything that ships with the software. So This works,
 however, we should be able to specify the name of a root
 configuration folder - this way all config can sit way outside of
 the app tree - for example, to place the FS app in one folder and
 have all external config in a different folder not under the same
 path - thereby ensuring upgrade safety.

 My patch is only going to work with dialplans, but I propose making
 it a pattern to follow.

 In the dialplan, I am making a folder for each context that will be
 loaded externally and postfixing a .d on the end, so for example
 default.d and public.d

 Make sense?


 ___
 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


Re: [Freeswitch-users] How to upgrade ?

2008-09-20 Thread Michael Jerris
Make current will not work from release tarballs but if you grab the  
new version it should install without wiping out your config.

Mike

On Sep 20, 2008, at 6:10 PM, Michael S Collins [EMAIL PROTECTED]  
wrote:

 Yes make current will update you without breaking your existing
 configs.  Even if you do make samples it won't overwrite your
 configs bit it will replace any missing conf files with default ones.

 -MC

 Sent from my iPhone

 On Sep 20, 2008, at 2:46 PM, henkoegema [EMAIL PROTECTED]
 wrote:


 At the moment I'm using FS version 1.0.0.

 I want to upgrade to the latest version.
 Can I just type
 #make current(?):working:
 without loosing my own (or edited standard)  conf files ?


 -- 
 View this message in context: 
 http://www.nabble.com/How-to-upgrade---tp19589317p19589317.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 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

___
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


Re: [Freeswitch-users] How to upgrade ?

2008-09-20 Thread Michael S Collins
I thought everyone used SVN! :P
-MC

Sent from my iPhone

On Sep 20, 2008, at 3:24 PM, Michael Jerris [EMAIL PROTECTED] wrote:

 Make current will not work from release tarballs but if you grab the
 new version it should install without wiping out your config.

 Mike

 On Sep 20, 2008, at 6:10 PM, Michael S Collins [EMAIL PROTECTED]
 wrote:

 Yes make current will update you without breaking your existing
 configs.  Even if you do make samples it won't overwrite your
 configs bit it will replace any missing conf files with default ones.

 -MC

 Sent from my iPhone

 On Sep 20, 2008, at 2:46 PM, henkoegema [EMAIL PROTECTED]
 wrote:


 At the moment I'm using FS version 1.0.0.

 I want to upgrade to the latest version.
 Can I just type
 #make current(?):working:
 without loosing my own (or edited standard)  conf files ?


 -- 
 View this message in context: 
 http://www.nabble.com/How-to-upgrade---tp19589317p19589317.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 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

 ___
 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


Re: [Freeswitch-users] How to upgrade ?

2008-09-20 Thread Christian Jensen
I am working on a patch that would externalize  the install configs, much the 
same way as the extensions folder (which i propose to be called default)

The new folders will be the same name as the context they are called from, for 
example the one i am most interested in is public.d

Any objections?

-Original Message-
From: Michael Jerris [EMAIL PROTECTED]
Sent: September 20, 2008 3:24 PM
To: freeswitch-users@lists.freeswitch.org 
freeswitch-users@lists.freeswitch.org
Cc: freeswitch-users@lists.freeswitch.org 
freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] How to upgrade ?

Make current will not work from release tarballs but if you grab the  
new version it should install without wiping out your config.

Mike

On Sep 20, 2008, at 6:10 PM, Michael S Collins [EMAIL PROTECTED]  
wrote:

 Yes make current will update you without breaking your existing
 configs.  Even if you do make samples it won't overwrite your
 configs bit it will replace any missing conf files with default ones.

 -MC

 Sent from my iPhone

 On Sep 20, 2008, at 2:46 PM, henkoegema [EMAIL PROTECTED]
 wrote:


 At the moment I'm using FS version 1.0.0.

 I want to upgrade to the latest version.
 Can I just type
 #make current(?):working:
 without loosing my own (or edited standard)  conf files ?


 -- 
 View this message in context: 
 http://www.nabble.com/How-to-upgrade---tp19589317p19589317.html
 Sent from the Freeswitch-users mailing list archive at Nabble.com.


 ___
 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

___
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