Re: [Freeswitch-users] MacOSX

2009-12-29 Thread Ivan C Myrvold
FreeSWITCH is running nicely on OS X. I have used it since July 2006 on my 
intel Macs with great success.
I am also developing a GUI application using Cocoa. I started that a year ago, 
but haven't looked at it for a while, but this Christmas I have started working 
on it again.

Ivan


Den 27. des. 2009 kl. 19.52 skrev Martin Joseph:

 On Dec 24, 2009, at 8:40 PM, jonathan augenstine wrote:
 
 Ken,
 
 The process is the same for all UNIX like platforms.  You run
 
 - bootstrap.sh
 - configure
 - make
 - make install
 
 Jonathan
 copied from below
 
 
 
 Actually,  with the release tarballs you don't do bootstrap.sh (unless  
 I am mistaken).
 
 I have been building FreeSWITCH on OSX for quite a while (over a  
 year), with good results.  I have NOT had any luck building from the  
 SVN, as it seems to throw weird errors on my problems on my platform  
 of choice (PPC OSX Tiger), but the released tarballs seem to work ok  
 (even the pre-release tarballs).
 
 I also think that making an OSX package of freeswitch sounds nice,   
 but is a bad idea, UNLESS it's set up in an automated fashion that can  
 stay up to date with changes.  Otherwise, lazy OSX people get stuck  
 installing an artifact rather then the best available FreeSWITCH. This  
 happened with Asterisk with the Sunrise telecom people.  They ended up  
 creating more problems then good as even years after the fact, silly  
 mac people where still installing the OLD compromised, buggy version  
 just because it was in an OSX installer...
 
 Hope this Helps,
 Marty
 
 On Dec 24, 2009, at 8:40 PM, jonathan augenstine wrote:
 
 Ken,
 
 The process is the same for all UNIX like platforms.  You run
 
 - bootstrap.sh
 - configure
 - make
 - make install
 
 Jonathan
 
 On Thu, Dec 24, 2009 at 12:42 PM, Ken Gillett k...@ukgb.net wrote:
 Yes, I want to set up FreeSwitch on OSX and at least see how it  
 runs, assuming I can get that far.
 
 I've downloaded the latest tarball and run configure which seemed to  
 complete ok. But what next? Do I actually need to run
 
   make all install sounds-install moh-install
 
 as in some lists of instructions it appears that I just need to run
 
   make
   make install
 
 Needless to say I'm not an expert at compiling although I have done  
 a fair bit over the years, just not enough for it to be second  
 nature. So the above apparent ambiguity puzzles me.
 
 Also, how can I compile on one machine and then actually run it on a  
 different machine? Is there a relatively simple way to achieve this  
 or must I manually copy all the files to the other machine. What  
 files would that be? Are they all conveniently located in a single  
 folder?
 
 Hopeful of some helpful advice, but let's face it, anyone doing this  
 sort of thing on Christmas Eve really ought to get out more:-)
 
 
 
 Ken G i l l e t t
 
 _/_/_/_/_/_/_/_/
 
 
 
 
 ___
 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] MacOSX

2009-12-29 Thread Brian West
Ivan,
I have been trying to gather up everyone to start a FreeSWITCH based 
softphone project for Mac, Linux and Windows... you think we could collaborate 
with you to accomplish this?  I think if we do this right we can have a really 
nice phone with lots of options. 

Thanks,
/b

On Dec 29, 2009, at 11:06 AM, Ivan C Myrvold wrote:

 FreeSWITCH is running nicely on OS X. I have used it since July 2006 on my 
 intel Macs with great success.
 I am also developing a GUI application using Cocoa. I started that a year 
 ago, but haven't looked at it for a while, but this Christmas I have started 
 working on it again.
 
 Ivan
 


___
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] MacOSX

2009-12-29 Thread Mathieu Rene
This could be easily done with the Qt framework and would work nicely  
on osx, linux and windows. Contact me off list or on IRC (Math) if you  
want some help, I'd be happy to participate in such a project.

Cheers,

Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mr...@avgs.ca




On 29-Dec-09, at 6:11 PM, Brian West wrote:

 Ivan,
   I have been trying to gather up everyone to start a FreeSWITCH  
 based softphone project for Mac, Linux and Windows... you think we  
 could collaborate with you to accomplish this?  I think if we do  
 this right we can have a really nice phone with lots of options.

 Thanks,
 /b

 On Dec 29, 2009, at 11:06 AM, Ivan C Myrvold wrote:

 FreeSWITCH is running nicely on OS X. I have used it since July  
 2006 on my intel Macs with great success.
 I am also developing a GUI application using Cocoa. I started that  
 a year ago, but haven't looked at it for a while, but this  
 Christmas I have started working on it again.

 Ivan



 ___
 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] MacOSX

2009-12-29 Thread Ivan C Myrvold
Yes, I would like to participate on this. I have lot of experience with Cocoa 
on Mac, so I could help with that platform. But I am mostly a GUI programmer, 
Objective-C my language.
But if this is OK with you, I would love to help out here.

Ivan

Den 29. des. 2009 kl. 18.11 skrev Brian West:

 Ivan,
   I have been trying to gather up everyone to start a FreeSWITCH based 
 softphone project for Mac, Linux and Windows... you think we could 
 collaborate with you to accomplish this?  I think if we do this right we can 
 have a really nice phone with lots of options. 
 
 Thanks,
 /b
 
 On Dec 29, 2009, at 11:06 AM, Ivan C Myrvold wrote:
 
 FreeSWITCH is running nicely on OS X. I have used it since July 2006 on my 
 intel Macs with great success.
 I am also developing a GUI application using Cocoa. I started that a year 
 ago, but haven't looked at it for a while, but this Christmas I have started 
 working on it again.
 
 Ivan
 
 
 
 ___
 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] MacOSX

2009-12-29 Thread Lon Baker
I have done a little research into this for my employer.

You may want to look at:

http://www.qutecom.org/ - I think its QT based.
http://code.google.com/p/telephone/ - Its pure Cocoa. I use this for all my
testing, it lets me initiate up to 8 calls at a time.

On Tue, Dec 29, 2009 at 11:40 AM, Ivan C Myrvold i...@myrvold.org wrote:

 Yes, I would like to participate on this. I have lot of experience with
 Cocoa on Mac, so I could help with that platform. But I am mostly a GUI
 programmer, Objective-C my language.
 But if this is OK with you, I would love to help out here.

 Ivan

 Den 29. des. 2009 kl. 18.11 skrev Brian West:

  Ivan,
I have been trying to gather up everyone to start a FreeSWITCH
 based softphone project for Mac, Linux and Windows... you think we could
 collaborate with you to accomplish this?  I think if we do this right we can
 have a really nice phone with lots of options.
 
  Thanks,
  /b
 
  On Dec 29, 2009, at 11:06 AM, Ivan C Myrvold wrote:
 
  FreeSWITCH is running nicely on OS X. I have used it since July 2006 on
 my intel Macs with great success.
  I am also developing a GUI application using Cocoa. I started that a
 year ago, but haven't looked at it for a while, but this Christmas I have
 started working on it again.
 
  Ivan
 

___
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] MacOSX

2009-12-29 Thread EdPimentl
Add me to the app list  I use MAC mostly ...

Also can you list the new (better, gentler) list of commands to install
FreeSwitch on a MAC OSX ... ?

Thanks in advance,
-E
___
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] MacOSX

2009-12-29 Thread EdPimentl
Here is my personal refactored QuteCom ...

*File:* AgileSIP-MAC.zip

You have 24 hours to retrieve this file at
http://datrshare.datr.ws/download/e567e741e54116f488dc7a24a478e498/edpimentl%40gmail.com/AgileSIP-MAC.zip


If you like it... i will create one with a FreeSwitch watermark logo for
FS...

Best,
-E
Gpro.ws
DatR.ws


-- Forwarded message --
From: Lon Baker l...@kickasspixels.com
Date: Tue, Dec 29, 2009 at 3:01 PM
Subject: Re: [Freeswitch-users] MacOSX
To: freeswitch-users@lists.freeswitch.org


I have done a little research into this for my employer.

You may want to look at:

http://www.qutecom.org/ - I think its QT based.
http://code.google.com/p/telephone/ - Its pure Cocoa. I use this for all my
testing, it lets me initiate up to 8 calls at a time.

On Tue, Dec 29, 2009 at 11:40 AM, Ivan C Myrvold i...@myrvold.org wrote:

 Yes, I would like to participate on this. I have lot of experience with
 Cocoa on Mac, so I could help with that platform. But I am mostly a GUI
 programmer, Objective-C my language.
 But if this is OK with you, I would love to help out here.

 Ivan

 Den 29. des. 2009 kl. 18.11 skrev Brian West:

  Ivan,
I have been trying to gather up everyone to start a FreeSWITCH
 based softphone project for Mac, Linux and Windows... you think we could
 collaborate with you to accomplish this?  I think if we do this right we can
 have a really nice phone with lots of options.
 
  Thanks,
  /b
 

___
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] MacOSX

2009-12-29 Thread Brian West
I would love to have a FreeSWITCH based softphone for all three platforms...  I 
just feel a project like that would be kick ass. 

Must work on 32bit and 64bit of Windows, Mac and Linux ... and not suck like 
most softphones do.

/b

On Dec 29, 2009, at 2:08 PM, EdPimentl wrote:

 Add me to the app list  I use MAC mostly ...
 
 Also can you list the new (better, gentler) list of commands to install 
 FreeSwitch on a MAC OSX ... ?
 
 Thanks in advance,
 -E


___
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] MacOSX

2009-12-29 Thread Martin Joseph
Sounds cool to me also.

There is one softphone for OSX that doesn't suck.  It's called  
JackenIAX.

A universal softphone sounds cool,  but not if it's dumbed down with  
regards to it's OSX integration.

Thanks to all,
Marty

On Dec 29, 2009, at 12:34 PM, Brian West wrote:

 I would love to have a FreeSWITCH based softphone for all three  
 platforms...  I just feel a project like that would be kick ass.

 Must work on 32bit and 64bit of Windows, Mac and Linux ... and not  
 suck like most softphones do.

 /b

 On Dec 29, 2009, at 2:08 PM, EdPimentl wrote:

 Add me to the app list  I use MAC mostly ...

 Also can you list the new (better, gentler) list of commands to  
 install FreeSwitch on a MAC OSX ... ?

 Thanks in advance,
 -E


 ___
 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] MacOSX

2009-12-29 Thread Brian West
Does it only do IAX?  If so we'll need someone to re-write an IAX2 stack since 
the libiax2 from Digium is no longer updated to keep pace with Asterisk and is 
now incompatible.  Which is the main reason we are thinking about dropping IAX 
support unless someone writes a license compatible lib or updates and takes 
over mod_iax aka owns it as their own.

/b

On Dec 29, 2009, at 3:08 PM, Martin Joseph wrote:

 There is one softphone for OSX that doesn't suck.  It's called  
 JackenIAX.


___
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] MacOSX

2009-12-29 Thread Ivan C Myrvold
I am using iSoftPhone, works great with FreeSWITCH.

Ivan

Den 29. des. 2009 kl. 22.14 skrev Brian West:

 Does it only do IAX?  If so we'll need someone to re-write an IAX2 stack 
 since the libiax2 from Digium is no longer updated to keep pace with Asterisk 
 and is now incompatible.  Which is the main reason we are thinking about 
 dropping IAX support unless someone writes a license compatible lib or 
 updates and takes over mod_iax aka owns it as their own.
 
 /b
 
 On Dec 29, 2009, at 3:08 PM, Martin Joseph wrote:
 
 There is one softphone for OSX that doesn't suck.  It's called  
 JackenIAX.
 
 
 ___
 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] MacOSX

2009-12-29 Thread Brian West
Guessing the biggest issue is I want to create a softphone project using 
FreeSWITCH as the core of the project... is this something people would be 
interested in joining?

/b

On Dec 29, 2009, at 3:35 PM, Ivan C Myrvold wrote:

 I am using iSoftPhone, works great with FreeSWITCH.
 
 Ivan
 
 Den 29. des. 2009 kl. 22.14 skrev Brian West:
 
 Does it only do IAX?  If so we'll need someone to re-write an IAX2 stack 
 since the libiax2 from Digium is no longer updated to keep pace with 
 Asterisk and is now incompatible.  Which is the main reason we are thinking 
 about dropping IAX support unless someone writes a license compatible lib or 
 updates and takes over mod_iax aka owns it as their own.
 
 /b
 
 On Dec 29, 2009, at 3:08 PM, Martin Joseph wrote:
 
 There is one softphone for OSX that doesn't suck.  It's called  
 JackenIAX.
 


___
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] MacOSX

2009-12-29 Thread Ivan C Myrvold
Yes, I am for this. Happy to join such a project.

Ivan

Den 29. des. 2009 kl. 22.45 skrev Brian West:

 Guessing the biggest issue is I want to create a softphone project using 
 FreeSWITCH as the core of the project... is this something people would be 
 interested in joining?
 
 /b
 
 On Dec 29, 2009, at 3:35 PM, Ivan C Myrvold wrote:
 
 I am using iSoftPhone, works great with FreeSWITCH.
 
 Ivan
 
 Den 29. des. 2009 kl. 22.14 skrev Brian West:
 
 Does it only do IAX?  If so we'll need someone to re-write an IAX2 stack 
 since the libiax2 from Digium is no longer updated to keep pace with 
 Asterisk and is now incompatible.  Which is the main reason we are thinking 
 about dropping IAX support unless someone writes a license compatible lib 
 or updates and takes over mod_iax aka owns it as their own.
 
 /b
 
 On Dec 29, 2009, at 3:08 PM, Martin Joseph wrote:
 
 There is one softphone for OSX that doesn't suck.  It's called  
 JackenIAX.
 
 
 
 ___
 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] MacOSX

2009-12-29 Thread Brian West
Sounds like a plan to me... who wants to take the lead on the project... we'll 
host it.. setup SVN, provide jira access, fisheye and wiki space... 

/b

On Dec 29, 2009, at 6:44 PM, João Mesquita wrote:

 Why don't we evolve FSGui to be a softphone? I could use a couple of 
 experienced programmers to help out with it since I pretty much suck at it... 
 FSGui is extensible using plugins so I think that a softphone would be 
 nothing more then just another plugin.
 
 Math? Would you like to join in there and put a bit of work with me?
 
 João Mesquita
 FreeSWITCH™ Solutions
 t: +1 (646) 4959927


___
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] MacOSX

2009-12-29 Thread Lon Baker
I would be happy to provide project managent, user testing and ui  
design to this effort.


Lon

Sent from my iPhone

On Dec 29, 2009, at 5:50 PM, Brian West br...@freeswitch.org wrote:

You should join IRC and join in JM and really start the official  
softphone project.


/b

On Dec 29, 2009, at 7:36 PM, Seven Du wrote:


I had wrote a Air based GUI, is it make sense?

http://wiki.freeswitch.org/wiki/FsAir


___
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] MacOSX

2009-12-27 Thread Martin Joseph
On Dec 24, 2009, at 8:40 PM, jonathan augenstine wrote:

 Ken,

 The process is the same for all UNIX like platforms.  You run

 - bootstrap.sh
 - configure
 - make
 - make install

 Jonathan
copied from below



Actually,  with the release tarballs you don't do bootstrap.sh (unless  
I am mistaken).

I have been building FreeSWITCH on OSX for quite a while (over a  
year), with good results.  I have NOT had any luck building from the  
SVN, as it seems to throw weird errors on my problems on my platform  
of choice (PPC OSX Tiger), but the released tarballs seem to work ok  
(even the pre-release tarballs).

I also think that making an OSX package of freeswitch sounds nice,   
but is a bad idea, UNLESS it's set up in an automated fashion that can  
stay up to date with changes.  Otherwise, lazy OSX people get stuck  
installing an artifact rather then the best available FreeSWITCH. This  
happened with Asterisk with the Sunrise telecom people.  They ended up  
creating more problems then good as even years after the fact, silly  
mac people where still installing the OLD compromised, buggy version  
just because it was in an OSX installer...

Hope this Helps,
Marty

On Dec 24, 2009, at 8:40 PM, jonathan augenstine wrote:

 Ken,

 The process is the same for all UNIX like platforms.  You run

 - bootstrap.sh
 - configure
 - make
 - make install

 Jonathan

 On Thu, Dec 24, 2009 at 12:42 PM, Ken Gillett k...@ukgb.net wrote:
 Yes, I want to set up FreeSwitch on OSX and at least see how it  
 runs, assuming I can get that far.

 I've downloaded the latest tarball and run configure which seemed to  
 complete ok. But what next? Do I actually need to run

make all install sounds-install moh-install

 as in some lists of instructions it appears that I just need to run

make
make install

 Needless to say I'm not an expert at compiling although I have done  
 a fair bit over the years, just not enough for it to be second  
 nature. So the above apparent ambiguity puzzles me.

 Also, how can I compile on one machine and then actually run it on a  
 different machine? Is there a relatively simple way to achieve this  
 or must I manually copy all the files to the other machine. What  
 files would that be? Are they all conveniently located in a single  
 folder?

 Hopeful of some helpful advice, but let's face it, anyone doing this  
 sort of thing on Christmas Eve really ought to get out more:-)



 Ken G i l l e t t

 _/_/_/_/_/_/_/_/




 ___
 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] MacOSX

2009-12-25 Thread Ken Gillett
I'd liked to create an install package, but that's a whole new can of worms.

Are the FreeSwitch files all installed in a single directory that could be 
copied to a different machine?


On 25 Dec 2009, at 05:23, Jason White wrote:

 I always prefer to use the package management system, where possible, instead
 of just compiling and installing software into /usr/local.
 



Ken G i l l e t t

_/_/_/_/_/_/_/_/




___
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] MacOSX

2009-12-25 Thread Jason White
Ken Gillett k...@ukgb.net wrote:
 I'd liked to create an install package, but that's a whole new can of worms.
 
 Are the FreeSwitch files all installed in a single directory that could be
 copied to a different machine?

Yes, but that isn't a substitute for package management. For example, you
typically want to preserve configuration files across package updates while
having the opportunity to merge changes from newer configuration files.
Package management solves this problem; it also solves dependency issues.


___
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