Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-10-20 Thread Dmitry Bely
William,

Where is mod_skypiax.so? Isn't freeswitch-skypiax package expected to
contain it?

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-10-19 Thread Frank Carmickle
On Sun, Oct 18, Patrick List wrote:
 so there was no chance of your customized configs getting overwritten. 
 Example:
 /opt/freeswitch/etc/freeswitch-$svn_version-samples/
 
 Maybe the maintainer of the debs can do something similar.

We are planning on putting all of the different configs in 
/usr/share/doc/freeswitch/examples.  Now if I could find the time to get this 
done.

--FC

___
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] Status of ubuntu/debian packages.

2009-10-19 Thread Frank Carmickle
On Sun, Oct 18, Dmitry Bely wrote:
 On Sun, Oct 18, 2009 at 8:40 PM, Frank Carmickle fr...@carmickle.com wrote:
  On Sun, Oct 18, Dmitry Bely wrote:
  William,
 
  When I upgrade freeswitch-config package, all my customized config
  files are silently overwritten with the default ones from .deb
  package. This bug is quite annoying.
 
  Very sorry. ?I can try to include some code that detects if your moving 
  from the old versions that don't have a config package to the new stuff 
  that does.
 
 I did have the previous version of freeswitch-config installed but
 nevertheless the files were lost.

Well I am very sorry.  I wish I new why this happened for you.  I have not 
experienced this ever.  I will do some testing.

--FC

___
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] Status of ubuntu/debian packages.

2009-10-19 Thread Patrick List
On 10/19/2009 03:07 PM, Frank Carmickle wrote:
 On Sun, Oct 18, Patrick List wrote:
 so there was no chance of your customized configs getting overwritten.
 Example:
 /opt/freeswitch/etc/freeswitch-$svn_version-samples/

 Maybe the maintainer of the debs can do something similar.

 We are planning on putting all of the different configs in 
 /usr/share/doc/freeswitch/examples.  Now if I could find the time to get this 
 done.

That would obviously work. The advantage of sticking example configs in 
their own folder designating the release (svn rev) they belong to is 
that you can do a diff between two folders to see what has changed. 
Maybe that's useful to some. Just a thought though.

Regards,
Patrick

___
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] Status of ubuntu/debian packages.

2009-10-19 Thread Dmitry Bely
On Mon, Oct 19, 2009 at 10:45 PM, Patrick List
freeswitch-l...@puzzled.xs4all.nl wrote:
 On 10/19/2009 03:07 PM, Frank Carmickle wrote:
 On Sun, Oct 18, Patrick List wrote:
 so there was no chance of your customized configs getting overwritten.
 Example:
 /opt/freeswitch/etc/freeswitch-$svn_version-samples/

 Maybe the maintainer of the debs can do something similar.

 We are planning on putting all of the different configs in 
 /usr/share/doc/freeswitch/examples.  Now if I could find the time to get 
 this done.

 That would obviously work. The advantage of sticking example configs in
 their own folder designating the release (svn rev) they belong to is
 that you can do a diff between two folders to see what has changed.
 Maybe that's useful to some. Just a thought though.

For most Debian packages dpkg just asks the user what he/she would
like to do with the newer config file from .deb: keep the old file,
replace it with the new file, diff old with new files etc. Not an
option here?

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-10-19 Thread Dmitry Bely
Can you build FreeSWITCH .deb package with tls transport support?
Anyway it already depends on openssl package.

Another problem:

2009-10-20 00:28:50.728557 [CRIT] switch_loadable_module.c:871 Error
Loading module /opt/freeswitch/mod/mod_cluechoo.so
**/opt/freeswitch/mod/mod_cluechoo.so: cannot open shared object file:
No such file or directory**
2009-10-20 00:28:50.728604 [CRIT] switch_loadable_module.c:871 Error
Loading module /opt/freeswitch/mod/mod_valet_parking.so
**/opt/freeswitch/mod/mod_valet_parking.so: cannot open shared object
file: No such file or directory**

Modules mod_cluechoo  mod_valet_parking are referenced in the config
but not present in the package.

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-10-19 Thread William King
Thanks for the catch. I have fixed the valet_parking as of last night.
And cluechoo will be fixed after this upcoming nightly.

Does anyone know how the other packages deal with locally modified
config files? I like the idea of adding the diffs, but prompting first
per file to see if it should be ignored, diffed, or overwritten.

-William King

Dmitry Bely wrote:
 Can you build FreeSWITCH .deb package with tls transport support?
 Anyway it already depends on openssl package.

 Another problem:

 2009-10-20 00:28:50.728557 [CRIT] switch_loadable_module.c:871 Error
 Loading module /opt/freeswitch/mod/mod_cluechoo.so
 **/opt/freeswitch/mod/mod_cluechoo.so: cannot open shared object file:
 No such file or directory**
 2009-10-20 00:28:50.728604 [CRIT] switch_loadable_module.c:871 Error
 Loading module /opt/freeswitch/mod/mod_valet_parking.so
 **/opt/freeswitch/mod/mod_valet_parking.so: cannot open shared object
 file: No such file or directory**

 Modules mod_cluechoo  mod_valet_parking are referenced in the config
 but not present in the package.

 - Dmitry Bely

 ___
 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] Status of ubuntu/debian packages.

2009-10-19 Thread Rupa Schomaker
I was under the impression that if you mark the files as conffiles you
get the default behavior which prompts for diff/overwrite/edit
options.  If you want to get real fancy, look into using ucf to do
three-way diffs between installed default, user modifications and new
default.

Finally, I have checked the current package state, but please put all
the confs in a separate package and make it a suggests not a depends.
I absolutely hate how debian packages keep creating files that I've
removed (ex: in our case would be eg: 1000.xml).  Since conf is so
small,  maybe two.  one that puts them in /etc for people that want
quick out of the box setup and one that puts 'em in
/usr/share/doc/freeswitch/examples for people that want to use the
current defaults as a sample rather than as the basis for their
config.

On Mon, Oct 19, 2009 at 4:28 PM, William King quentus...@gmail.com wrote:
 Thanks for the catch. I have fixed the valet_parking as of last night.
 And cluechoo will be fixed after this upcoming nightly.

 Does anyone know how the other packages deal with locally modified
 config files? I like the idea of adding the diffs, but prompting first
 per file to see if it should be ignored, diffed, or overwritten.

 -William King

 Dmitry Bely wrote:
 Can you build FreeSWITCH .deb package with tls transport support?
 Anyway it already depends on openssl package.

 Another problem:

 2009-10-20 00:28:50.728557 [CRIT] switch_loadable_module.c:871 Error
 Loading module /opt/freeswitch/mod/mod_cluechoo.so
 **/opt/freeswitch/mod/mod_cluechoo.so: cannot open shared object file:
 No such file or directory**
 2009-10-20 00:28:50.728604 [CRIT] switch_loadable_module.c:871 Error
 Loading module /opt/freeswitch/mod/mod_valet_parking.so
 **/opt/freeswitch/mod/mod_valet_parking.so: cannot open shared object
 file: No such file or directory**

 Modules mod_cluechoo  mod_valet_parking are referenced in the config
 but not present in the package.

 - Dmitry Bely

 ___
 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




-- 
-Rupa

___
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] Status of ubuntu/debian packages.

2009-10-18 Thread Dmitry Bely
William,

When I upgrade freeswitch-config package, all my customized config
files are silently overwritten with the default ones from .deb
package. This bug is quite annoying.

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-10-18 Thread Frank Carmickle
On Sun, Oct 18, Dmitry Bely wrote:
 William,
 
 When I upgrade freeswitch-config package, all my customized config
 files are silently overwritten with the default ones from .deb
 package. This bug is quite annoying.

Very sorry.  I can try to include some code that detects if your moving from 
the old versions that don't have a config package to the new stuff that does.  
My way around this is not to install the freeswitch-config package at all.  I 
extract it some where else and diff my way through it.

--FC

___
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] Status of ubuntu/debian packages.

2009-10-18 Thread Dmitry Bely
On Sun, Oct 18, 2009 at 8:40 PM, Frank Carmickle fr...@carmickle.com wrote:
 On Sun, Oct 18, Dmitry Bely wrote:
 William,

 When I upgrade freeswitch-config package, all my customized config
 files are silently overwritten with the default ones from .deb
 package. This bug is quite annoying.

 Very sorry.  I can try to include some code that detects if your moving from 
 the old versions that don't have a config package to the new stuff that does.

I did have the previous version of freeswitch-config installed but
nevertheless the files were lost.

  My way around this is not to install the freeswitch-config package at all.  
 I extract it
 some where else and diff my way through it.

Yes, but the bug should be fixed.

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-10-18 Thread Patrick List
On 10/18/2009 11:49 AM, Dmitry Bely wrote:
 William,

 When I upgrade freeswitch-config package, all my customized config
 files are silently overwritten with the default ones from .deb
 package. This bug is quite annoying.

Hope you have a recent backup. Years ago when I created rpm packages for 
Asterisk I chose to put the default config files in it's own directory 
so there was no chance of your customized configs getting overwritten. 
Example:
/opt/freeswitch/etc/freeswitch-$svn_version-samples/

Maybe the maintainer of the debs can do something similar.

Regards,
Patrick

___
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] Status of ubuntu/debian packages.

2009-10-10 Thread Jason White
for those who are working on the Debian packages, the following ITP bug may be
of interest.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513606
which also refers to an older entry.

Thanks are due to all who are contributing to the packaging effort.


___
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] Status of ubuntu/debian packages.

2009-09-25 Thread Mark Sobkow
William King wrote:
 It has been removed from the dependencies. Thanks go to the reporter for
 finding the extra depends.

 A new round of builds just went out and built. Let me know if you find
 something else. Also mod_skypiax should be available.

 -William King

 Michael Jerris wrote:
   
 I can confirm you should not need the swig dependency at all for  
 anything.

 Mike

 On Sep 24, 2009, at 1:49 PM, William King wrote:

   
 
 Hmm... That is interesting... swig is needed I believe only for the
 mod_perl or the esl modules. I'll find out more information and put it
 on the correct package.

 I will also update the mod_skypiax config files in the *.install  
 files.

 -William King

 Dmitry Bely wrote:
 
   
 On Thu, Sep 24, 2009 at 2:14 AM, William King  
 quentus...@gmail.com wrote:

   
 
 Sure, post it here and I'll add it in the next build in a few hours.

 
   
 See attached file.

 Unfortunately mod_skypiax author did not placed config files
 (skypiax.conf.xml, skypiax.X.conf) into conf/autoload_configs, so  
 they
 are not included into freeswitch-config and should be added manually.

 BTW, why swig is a dependency for the source package? I recall  
 Brian's
 post where he insists that swig is never needed to build Freeswitch.


   
 
 -William King

 Dmitry Bely wrote:

 
   
 On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com 
   
 
 wrote:
 
   
   
 
 On Wed, Sep 23, Dmitry Bely wrote:


 
   
 Can you enable mod_skypiax in your debian package?


   
 
 We will be enabling as much as we can cleanly build on debian/ 
 ubuntu.  There will be a lot more to come.  We will be breaking  
 the mods and end points in to different packages so that you can  
 install what you like.  If you have something you would like to  
 see in the package let us know.  Also patches are welcome.


 
   
 Well, mod_skypiax just requires trivial one-line addition to
 debian/rules and debian/freeswitch.install. It builds OK. If the  
 patch
 is required I can post it here.

   
 
 - Dmitry Bely

 

 ___
 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

   
Unfortunately the launchpad.net distribution doesn't seem to be able to 
mirror your builds, so there is nothing to download and install just yet.

___
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] Status of ubuntu/debian packages.

2009-09-25 Thread William King
Which launchpad address are you using?

I'm uploading to the freeswitch nightlies right now. And will post to
the freeswitch tagged release ppa when 1.05 comes out, or when the pre*
tags come out.

-William King

___
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] Status of ubuntu/debian packages.

2009-09-25 Thread Mark Sobkow
William King wrote:
 Which launchpad address are you using?

 I'm uploading to the freeswitch nightlies right now. And will post to
 the freeswitch tagged release ppa when 1.05 comes out, or when the pre*
 tags come out.

 -William King
   
Ah, perhaps that's why the keyserver update isn't working (times out.)

I now see some files uploaded to the repository.  They weren't there a 
couple hours ago. :)

BTW, we're running Hardy 8.04.  I'm hoping we can get our production 
version updated from that, but we've got a lot of clients fielded with 
8.04 so at this point we're still running it for dev as well.

___
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] Status of ubuntu/debian packages.

2009-09-25 Thread William King
This is for everyone using the ubuntu packages.

DO NOT UPGRADE PAST HARDY FOR PRODUCTION.

There is a major issue with all the newer systems. It has something to
do with the threads. In my tests I have seen a box sit at 20% cpu usage
with no calls on it at all.

This bug isn't in hardy.

I will be trying to get a package that will auto add the launchpad key
to your apt keys.

-William King

Mark Sobkow wrote:
 William King wrote:
   
 Which launchpad address are you using?

 I'm uploading to the freeswitch nightlies right now. And will post to
 the freeswitch tagged release ppa when 1.05 comes out, or when the pre*
 tags come out.

 -William King
   
 
 Ah, perhaps that's why the keyserver update isn't working (times out.)

 I now see some files uploaded to the repository.  They weren't there a 
 couple hours ago. :)

 BTW, we're running Hardy 8.04.  I'm hoping we can get our production 
 version updated from that, but we've got a lot of clients fielded with 
 8.04 so at this point we're still running it for dev as well.

 ___
 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] Status of ubuntu/debian packages - keyserver timeout

2009-09-25 Thread Mark Sobkow
Has the keyserver.ubuntu.com been uploaded with the key for the builds?  
I keep getting a timeout trying to download the key to our ring.

 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 451AE93C


___
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] Status of ubuntu/debian packages - keyserver timeout

2009-09-25 Thread William King
keyserver.ubuntu.com is down. I have not seen any official word about it
yet.

-William King

Mark Sobkow wrote:
 Has the keyserver.ubuntu.com been uploaded with the key for the builds?  
 I keep getting a timeout trying to download the key to our ring.

  apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 451AE93C


 ___
 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] Status of ubuntu/debian packages.

2009-09-24 Thread Alberto Escudero
Hi,

Now I seem to reach the webserver. How do i checkout a local copy to run
the builder?

/aep
-- 
Stopping junk mailers is good for the environment

 It seems I had a port forwarded incorrectly for the external access to
 the git web interface. here it is again:

 http://git.home.quentustech.com:9191/cgit.cgi/freeswitch-ubuntu/

 I've tested it to work now.

 -William King

 Hadley Rich wrote:
 On Thu, 24 Sep 2009 09:18:23 Frank Carmickle wrote:

 Currently it's /opt/freeswitch.  I would like to see it move to FHS
 correct
  locations for inclusion in to debian/ubuntu.  This is the next bit
 that I
  will be working on.


 Yeah, the FHS stuff was the bit that I got a little stuck on a while
 back.


  Of course we also hope that the debian voip team will pick it
  up once we've cleaned it up.


 Sounds good.


 I am not an ubuntu guy so I can't speak to that.  I would say that most
 of
  the licenses of the included packages would allow for inclusion in
 debian
  main.  Things like the cepstral support would have to go in to
 contrib.


 Gotcha, multiverse is for not free software, so anything that can go
 into
 main in Debian could go into universe in Ubuntu.

 hads


 ___
 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] Status of ubuntu/debian packages.

2009-09-24 Thread Frank Carmickle
On Thu, Sep 24, Alberto Escudero wrote:
 Hi,
 
 Now I seem to reach the webserver. How do i checkout a local copy to run
 the builder?

If you just want to build then you can put a line like 

deb-src http://ppa.launchpad.net/pbxbuntu-drivers/ppa/ubuntu jaunty main

in your sources.list replace jaunty with what ever your running. Then make sure 
you are in a directory where you want the source and

apt-get update -f ; apt-get source freeswitch

HTH
--FC

___
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] Status of ubuntu/debian packages.

2009-09-24 Thread Dmitry Bely
On Thu, Sep 24, 2009 at 2:14 AM, William King quentus...@gmail.com wrote:
 Sure, post it here and I'll add it in the next build in a few hours.

See attached file.

Unfortunately mod_skypiax author did not placed config files
(skypiax.conf.xml, skypiax.X.conf) into conf/autoload_configs, so they
are not included into freeswitch-config and should be added manually.

BTW, why swig is a dependency for the source package? I recall Brian's
post where he insists that swig is never needed to build Freeswitch.

 -William King

 Dmitry Bely wrote:
 On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com 
 wrote:

 On Wed, Sep 23, Dmitry Bely wrote:

 Can you enable mod_skypiax in your debian package?

 We will be enabling as much as we can cleanly build on debian/ubuntu.  
 There will be a lot more to come.  We will be breaking the mods and end 
 points in to different packages so that you can install what you like.  If 
 you have something you would like to see in the package let us know.  Also 
 patches are welcome.


 Well, mod_skypiax just requires trivial one-line addition to
 debian/rules and debian/freeswitch.install. It builds OK. If the patch
 is required I can post it here.

- Dmitry Bely


freeswitch.diff
Description: Binary data
___
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] Status of ubuntu/debian packages.

2009-09-24 Thread William King
Hmm... That is interesting... swig is needed I believe only for the
mod_perl or the esl modules. I'll find out more information and put it
on the correct package.

I will also update the mod_skypiax config files in the *.install files.

-William King

Dmitry Bely wrote:
 On Thu, Sep 24, 2009 at 2:14 AM, William King quentus...@gmail.com wrote:
   
 Sure, post it here and I'll add it in the next build in a few hours.
 

 See attached file.

 Unfortunately mod_skypiax author did not placed config files
 (skypiax.conf.xml, skypiax.X.conf) into conf/autoload_configs, so they
 are not included into freeswitch-config and should be added manually.

 BTW, why swig is a dependency for the source package? I recall Brian's
 post where he insists that swig is never needed to build Freeswitch.

   
 -William King

 Dmitry Bely wrote:
 
 On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com 
 wrote:

   
 On Wed, Sep 23, Dmitry Bely wrote:

 
 Can you enable mod_skypiax in your debian package?

   
 We will be enabling as much as we can cleanly build on debian/ubuntu.  
 There will be a lot more to come.  We will be breaking the mods and end 
 points in to different packages so that you can install what you like.  If 
 you have something you would like to see in the package let us know.  Also 
 patches are welcome.

 
 Well, mod_skypiax just requires trivial one-line addition to
 debian/rules and debian/freeswitch.install. It builds OK. If the patch
 is required I can post it here.
   

 - Dmitry Bely
   
 

 ___
 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] Status of ubuntu/debian packages.

2009-09-24 Thread Dmitry Bely
On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:

Another problem: all music packages in the repository (except 48Khz) are empty.

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-09-24 Thread William King
You're saying the binary sounds files are empty?

And only the music ones?

-William King

Dmitry Bely wrote:
 On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:

 Another problem: all music packages in the repository (except 48Khz) are 
 empty.

 - Dmitry Bely

 ___
 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] Status of ubuntu/debian packages.

2009-09-24 Thread Frank Carmickle
Hello

On Fri, Sep 25, Dmitry Bely wrote:
 On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:
 
 Another problem: all music packages in the repository (except 48Khz) are 
 empty.

If your speaking of the source package then they should be.  If the binary 
package freeswitch-sounds-music-8000 is empty then we have problems.  It was 
working the other day.  Please let me know.

--FC

___
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] Status of ubuntu/debian packages.

2009-09-24 Thread Dmitry Bely
On Fri, Sep 25, 2009 at 1:00 AM, Frank Carmickle fr...@carmickle.com wrote:
 Hello

 On Fri, Sep 25, Dmitry Bely wrote:
 On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:

 Another problem: all music packages in the repository (except 48Khz) are 
 empty.

 If your speaking of the source package then they should be.  If the binary 
 package freeswitch-sounds-music-8000 is empty then we have problems.  It was 
 working the other day.  Please let me know.

Of course, I meant the binary packages:

http://ppa.launchpad.net/pbxbuntu-drivers/ppa/ubuntu/pool/main/f/freeswitch-sounds-music/

Note their sizes.

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-09-24 Thread William King
Alright. I  was able to get the freeswitch project officially on
launchpad. So here are the new links:

Nightlies:
https://launchpad.net/~freeswitch-drivers/+archive/freeswitch-nightly-drivers

Official releases plus major bug fixes:
https://launchpad.net/~freeswitch-drivers/+archive/ppa

-William King

Dmitry Bely wrote:
 On Fri, Sep 25, 2009 at 1:00 AM, Frank Carmickle fr...@carmickle.com wrote:
   
 Hello

 On Fri, Sep 25, Dmitry Bely wrote:
 
 On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:

 Another problem: all music packages in the repository (except 48Khz) are 
 empty.
   
 If your speaking of the source package then they should be.  If the binary 
 package freeswitch-sounds-music-8000 is empty then we have problems.  It was 
 working the other day.  Please let me know.
 

 Of course, I meant the binary packages:

 http://ppa.launchpad.net/pbxbuntu-drivers/ppa/ubuntu/pool/main/f/freeswitch-sounds-music/

 Note their sizes.

 - Dmitry Bely

 ___
 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] Status of ubuntu/debian packages.

2009-09-24 Thread Stephen Crosby
Thanks William,

This is very helpful.

--Stephen

On Thu, Sep 24, 2009 at 3:58 PM, William King quentus...@gmail.com wrote:

 Alright. I  was able to get the freeswitch project officially on
 launchpad. So here are the new links:

 Nightlies:

 https://launchpad.net/~freeswitch-drivers/+archive/freeswitch-nightly-drivershttps://launchpad.net/%7Efreeswitch-drivers/+archive/freeswitch-nightly-drivers

 Official releases plus major bug fixes:
 https://launchpad.net/~freeswitch-drivers/+archive/ppahttps://launchpad.net/%7Efreeswitch-drivers/+archive/ppa

 -William King

 Dmitry Bely wrote:
  On Fri, Sep 25, 2009 at 1:00 AM, Frank Carmickle fr...@carmickle.com
 wrote:
 
  Hello
 
  On Fri, Sep 25, Dmitry Bely wrote:
 
  On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com
 wrote:
 
  Another problem: all music packages in the repository (except 48Khz)
 are empty.
 
  If your speaking of the source package then they should be.  If the
 binary package freeswitch-sounds-music-8000 is empty then we have problems.
  It was working the other day.  Please let me know.
 
 
  Of course, I meant the binary packages:
 
 
 http://ppa.launchpad.net/pbxbuntu-drivers/ppa/ubuntu/pool/main/f/freeswitch-sounds-music/
 
  Note their sizes.
 
  - Dmitry Bely
 
  ___
  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] Status of ubuntu/debian packages.

2009-09-24 Thread Michael Jerris
I can confirm you should not need the swig dependency at all for  
anything.

Mike

On Sep 24, 2009, at 1:49 PM, William King wrote:

 Hmm... That is interesting... swig is needed I believe only for the
 mod_perl or the esl modules. I'll find out more information and put it
 on the correct package.

 I will also update the mod_skypiax config files in the *.install  
 files.

 -William King

 Dmitry Bely wrote:
 On Thu, Sep 24, 2009 at 2:14 AM, William King  
 quentus...@gmail.com wrote:

 Sure, post it here and I'll add it in the next build in a few hours.


 See attached file.

 Unfortunately mod_skypiax author did not placed config files
 (skypiax.conf.xml, skypiax.X.conf) into conf/autoload_configs, so  
 they
 are not included into freeswitch-config and should be added manually.

 BTW, why swig is a dependency for the source package? I recall  
 Brian's
 post where he insists that swig is never needed to build Freeswitch.


 -William King

 Dmitry Bely wrote:

 On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com 
  wrote:


 On Wed, Sep 23, Dmitry Bely wrote:


 Can you enable mod_skypiax in your debian package?


 We will be enabling as much as we can cleanly build on debian/ 
 ubuntu.  There will be a lot more to come.  We will be breaking  
 the mods and end points in to different packages so that you can  
 install what you like.  If you have something you would like to  
 see in the package let us know.  Also patches are welcome.


 Well, mod_skypiax just requires trivial one-line addition to
 debian/rules and debian/freeswitch.install. It builds OK. If the  
 patch
 is required I can post it here.


 - Dmitry Bely

 

 ___
 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] Status of ubuntu/debian packages.

2009-09-24 Thread William King
It has been removed from the dependencies. Thanks go to the reporter for
finding the extra depends.

A new round of builds just went out and built. Let me know if you find
something else. Also mod_skypiax should be available.

-William King

Michael Jerris wrote:
 I can confirm you should not need the swig dependency at all for  
 anything.

 Mike

 On Sep 24, 2009, at 1:49 PM, William King wrote:

   
 Hmm... That is interesting... swig is needed I believe only for the
 mod_perl or the esl modules. I'll find out more information and put it
 on the correct package.

 I will also update the mod_skypiax config files in the *.install  
 files.

 -William King

 Dmitry Bely wrote:
 
 On Thu, Sep 24, 2009 at 2:14 AM, William King  
 quentus...@gmail.com wrote:

   
 Sure, post it here and I'll add it in the next build in a few hours.

 
 See attached file.

 Unfortunately mod_skypiax author did not placed config files
 (skypiax.conf.xml, skypiax.X.conf) into conf/autoload_configs, so  
 they
 are not included into freeswitch-config and should be added manually.

 BTW, why swig is a dependency for the source package? I recall  
 Brian's
 post where he insists that swig is never needed to build Freeswitch.


   
 -William King

 Dmitry Bely wrote:

 
 On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com 
   
 wrote:
 
   
 On Wed, Sep 23, Dmitry Bely wrote:


 
 Can you enable mod_skypiax in your debian package?


   
 We will be enabling as much as we can cleanly build on debian/ 
 ubuntu.  There will be a lot more to come.  We will be breaking  
 the mods and end points in to different packages so that you can  
 install what you like.  If you have something you would like to  
 see in the package let us know.  Also patches are welcome.


 
 Well, mod_skypiax just requires trivial one-line addition to
 debian/rules and debian/freeswitch.install. It builds OK. If the  
 patch
 is required I can post it here.

   
 - Dmitry Bely

 

 ___
 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] Status of ubuntu/debian packages.

2009-09-23 Thread Dmitry Bely
On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:
 Just to give everyone an update. There are working Ubuntu packages in a
 launchpad ppa. Debian users can add the ppa to their apt sources and
 build the package on your box. I'm currently using the packages on my
 home box and it is working great.

 Alright. I'm looking for people who want to use the packages. There are
 built packages for Ubuntu 8.04, 8.10, 9.04, and I'm working on 9.10 as
 well.  I'm building two apt repos. One will have nightly builds and the
 other will be for tagged releases, plus any major bug fixes.

 Thanks to Frank, we now have everything split out into separate files
 for everything. This is to try to reduce the amount of stuff you 'have'
 to download by default. We have the en-us-callie sounds packaged at 8k,
 16k, 32k, and 48k, we also have packaged the russian-elena and music on
 hold at the same qualities. If there are other languages, or voices I'd
 be more than happy to package them. I just need the 48k. Also we have
 separated the packages out so you can specify which mods you want, such
 as mod_perl, mod_python, mod_lua are all separate so you can install
 them if you want.

 nightlies:
 https://launchpad.net/~pbxbuntu-drivers/+archive/ppa


 tagged releases:
 https://launchpad.net/~freeswitch-drivers/+archive/ppa


 The tagged released packages will start with the 1.0.5 tagged release
 which some say should be coming out soon.

 Any one who would like to help out feel free to sign up with a launchpad
 account, and request to join the driver team of either or both ppa's.

 Once we have some people using the packages, and testing them, I have
 already talked to some of the ubuntu official package maintainers about
 what would need to be done to add freeswitch into the ubuntu multiverse
 repo.

 Any questions?

Can you enable mod_skypiax in your debian package?

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Dmitry Bely
On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:
(..)

 Any questions?

Another problem (on Ubuntu jaunty):

Setting up freeswitch (1.0.4+repack6-0ubuntu14925.1) ...
adduser: The --group, --ingroup, and --gid options are mutually exclusive.
addgroup: The user `freeswitch' does not exist.
chown: invalid user: `freeswitch:freeswitch'

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
On Wed, Sep 23, Dmitry Bely wrote:
 Can you enable mod_skypiax in your debian package?

We will be enabling as much as we can cleanly build on debian/ubuntu.  There 
will be a lot more to come.  We will be breaking the mods and end points in to 
different packages so that you can install what you like.  If you have 
something you would like to see in the package let us know.  Also patches are 
welcome.

--FC

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
On Thu, Sep 24, Dmitry Bely wrote:
 On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:
 (..)
 
  Any questions?
 
 Another problem (on Ubuntu jaunty):
 
 Setting up freeswitch (1.0.4+repack6-0ubuntu14925.1) ...
 adduser: The --group, --ingroup, and --gid options are mutually exclusive.
 addgroup: The user `freeswitch' does not exist.
 chown: invalid user: `freeswitch:freeswitch'

Thanks for the report.  Will fix.

--FC

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Hadley Rich
On Thu, 24 Sep 2009 04:08:27 William King wrote:
 Any questions?

What file structure did you create the package with i.e. /opt/, /usr/local/, 
/usr/ - just wondering about inclusion into the archive.

Also you mentioned multiverse - what parts have licensing that requires going 
into multiverse rather than universe?

Cheers,

hads
-- 
https://nicegear.co.nz
VoIP and Open Source Hardware

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
Hi Rich

On Thu, Sep 24, Hadley Rich wrote:
 What file structure did you create the package with i.e. /opt/, /usr/local/, 
 /usr/ - just wondering about inclusion into the archive.

Currently it's /opt/freeswitch.  I would like to see it move to FHS correct 
locations for inclusion in to debian/ubuntu.  This is the next bit that I will 
be working on.  Hopefully we can get it in good shape for the freeze of 
squeeze.  Of course we also hope that the debian voip team will pick it up once 
we've cleaned it up.

 Also you mentioned multiverse - what parts have licensing that requires going 
 into multiverse rather than universe?

I am not an ubuntu guy so I can't speak to that.  I would say that most of the 
licenses of the included packages would allow for inclusion in debian main.  
Things like the cepstral support would have to go in to contrib.

--FC

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Hadley Rich
On Thu, 24 Sep 2009 09:18:23 Frank Carmickle wrote:
 Currently it's /opt/freeswitch.  I would like to see it move to FHS correct
  locations for inclusion in to debian/ubuntu.  This is the next bit that I
  will be working on.

Yeah, the FHS stuff was the bit that I got a little stuck on a while back.

  Of course we also hope that the debian voip team will pick it
  up once we've cleaned it up.

Sounds good.

 I am not an ubuntu guy so I can't speak to that.  I would say that most of
  the licenses of the included packages would allow for inclusion in debian
  main.  Things like the cepstral support would have to go in to contrib.
 
Gotcha, multiverse is for not free software, so anything that can go into 
main in Debian could go into universe in Ubuntu.

hads
-- 
https://nicegear.co.nz
VoIP and Open Source Hardware

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread William King
I would be willing to package it. It would go faster with some help, or
a patch. One of my goals is to have all of the possible mods for
freeswitch as built packages.

-William King

Dmitry Bely wrote:
 On Wed, Sep 23, 2009 at 8:08 PM, William King quentus...@gmail.com wrote:
   
 Just to give everyone an update. There are working Ubuntu packages in a
 launchpad ppa. Debian users can add the ppa to their apt sources and
 build the package on your box. I'm currently using the packages on my
 home box and it is working great.

 Alright. I'm looking for people who want to use the packages. There are
 built packages for Ubuntu 8.04, 8.10, 9.04, and I'm working on 9.10 as
 well.  I'm building two apt repos. One will have nightly builds and the
 other will be for tagged releases, plus any major bug fixes.

 Thanks to Frank, we now have everything split out into separate files
 for everything. This is to try to reduce the amount of stuff you 'have'
 to download by default. We have the en-us-callie sounds packaged at 8k,
 16k, 32k, and 48k, we also have packaged the russian-elena and music on
 hold at the same qualities. If there are other languages, or voices I'd
 be more than happy to package them. I just need the 48k. Also we have
 separated the packages out so you can specify which mods you want, such
 as mod_perl, mod_python, mod_lua are all separate so you can install
 them if you want.

 nightlies:
 https://launchpad.net/~pbxbuntu-drivers/+archive/ppa


 tagged releases:
 https://launchpad.net/~freeswitch-drivers/+archive/ppa


 The tagged released packages will start with the 1.0.5 tagged release
 which some say should be coming out soon.

 Any one who would like to help out feel free to sign up with a launchpad
 account, and request to join the driver team of either or both ppa's.

 Once we have some people using the packages, and testing them, I have
 already talked to some of the ubuntu official package maintainers about
 what would need to be done to add freeswitch into the ubuntu multiverse
 repo.

 Any questions?
 

 Can you enable mod_skypiax in your debian package?

 - Dmitry Bely

 ___
 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] Status of ubuntu/debian packages.

2009-09-23 Thread William King
I would like to get the package into which ever would work best. I
haven't taken enough time to find out which repo would be the most
appropriate.

-William King

Hadley Rich wrote:
 On Thu, 24 Sep 2009 04:08:27 William King wrote:
   
 Any questions?
 

 What file structure did you create the package with i.e. /opt/, /usr/local/, 
 /usr/ - just wondering about inclusion into the archive.

 Also you mentioned multiverse - what parts have licensing that requires going 
 into multiverse rather than universe?

 Cheers,

 hads
   

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread William King
It seems I had a port forwarded incorrectly for the external access to
the git web interface. here it is again:

http://git.home.quentustech.com:9191/cgit.cgi/freeswitch-ubuntu/

I've tested it to work now.

-William King

Hadley Rich wrote:
 On Thu, 24 Sep 2009 09:18:23 Frank Carmickle wrote:
   
 Currently it's /opt/freeswitch.  I would like to see it move to FHS correct
  locations for inclusion in to debian/ubuntu.  This is the next bit that I
  will be working on.
 

 Yeah, the FHS stuff was the bit that I got a little stuck on a while back.

   
  Of course we also hope that the debian voip team will pick it
  up once we've cleaned it up.
 

 Sounds good.

   
 I am not an ubuntu guy so I can't speak to that.  I would say that most of
  the licenses of the included packages would allow for inclusion in debian
  main.  Things like the cepstral support would have to go in to contrib.
 
  
 Gotcha, multiverse is for not free software, so anything that can go into 
 main in Debian could go into universe in Ubuntu.

 hads
   

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread Dmitry Bely
On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com wrote:
 On Wed, Sep 23, Dmitry Bely wrote:
 Can you enable mod_skypiax in your debian package?

 We will be enabling as much as we can cleanly build on debian/ubuntu.  There 
 will be a lot more to come.  We will be breaking the mods and end points in 
 to different packages so that you can install what you like.  If you have 
 something you would like to see in the package let us know.  Also patches are 
 welcome.

Well, mod_skypiax just requires trivial one-line addition to
debian/rules and debian/freeswitch.install. It builds OK. If the patch
is required I can post it here.

- Dmitry Bely

___
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] Status of ubuntu/debian packages.

2009-09-23 Thread William King
Sure, post it here and I'll add it in the next build in a few hours.

-William King

Dmitry Bely wrote:
 On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle fr...@carmickle.com wrote:
   
 On Wed, Sep 23, Dmitry Bely wrote:
 
 Can you enable mod_skypiax in your debian package?
   
 We will be enabling as much as we can cleanly build on debian/ubuntu.  There 
 will be a lot more to come.  We will be breaking the mods and end points in 
 to different packages so that you can install what you like.  If you have 
 something you would like to see in the package let us know.  Also patches 
 are welcome.
 

 Well, mod_skypiax just requires trivial one-line addition to
 debian/rules and debian/freeswitch.install. It builds OK. If the patch
 is required I can post it here.

 - Dmitry Bely

 ___
 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