Re: [Freeswitch-users] packaging preference question

2009-12-18 Thread William King
I think that sounds like a good idea. 

It would also keep permission management simple.

-William King

On Fri, 2009-12-18 at 17:22 -0500, Frank Carmickle wrote: 
 Hello all
 
 The packaging folk are interested in knowing if anyone has a problem with 
 having the install set up the user and group to freeswitch:freeswitch.  This 
 would be the default on debs rpms and ports packaging.  The freeswitch user 
 would be added to daemon and audio groups.  The FusionPBX packaging can then 
 add www-data/apache to the freeswitch group.  Any objections?
 
 --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



___
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] CDR question.

2009-12-13 Thread William King
Anyone know a good way to determine which extension picked up a call
that was bridged to 10+ extensions?

-William

___
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] Help with dynamic IVR

2009-11-10 Thread William King
What you will probably want, if you are looking to go 'thicker' with
this would be one of the IVR scripting languages and a database
connection. For instance lua, and the database connection(either mysql
or postgresql or sqlite). ' From there you have users, questions, and
answers mapped in the database.

Feel free to e-mail me about this off list for more assistance.

-William King

Lei Tang wrote:
 As I opinion, it's not necessary write ivr script for each student. A
 static ivr script load question and response dynamic  is what you need.

 2009/11/11 Malay Thakershi malay.thaker...@continuityhealth.com
 mailto:malay.thaker...@continuityhealth.com

 Hello. I am very new to FreeSwitch, Telephony and IVR.

  

 My goal is to prepare a student assessment IVR system as a college
 project. But this IVR is going to be dynamic. So for each student
 assessment may be different (number of questions, possible
 responses, flow of prompts, etc). Is it possible to achieve
 something like this with FreeSwitch? Most IVR we see are static
 (like a bank IVR system that flows always in same way). That is
 why I am confused. Please share your views.

  

 Malay Thakershi


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 mailto:FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org




 -- 
 Lei.Tang
 lei.tl...@gmail.com mailto:lei.tl...@gmail.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


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] [Freeswitch-dev] FreeSWITCH Update: Valet Parking

2009-10-12 Thread William King
I don't know if this was mentioned yet. It would be useful to have a way
to have the parking lot automatically find the next available spot and
tts it to the person parking the call.

Then the auto unpark would pop off the lowest numbered lot, or return
fail if there is nobody in the parking lots etc.

-William King

Michael Collins wrote:


 On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi
 mayamatake...@gmail.com mailto:mayamatake...@gmail.com wrote:



 On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins
 m...@freeswitch.org mailto:m...@freeswitch.org wrote:

 FYI,

 The FreeSWITCH devs have added valet parking! Check it out:
 http://www.freeswitch.org/node/207

 Let us know what you think.


 Very nice.

 But I think a valet_unpark app is missing.
 If the intention of the person sent to the valet lot is to
 retrieve a call there, the person can assume the call was already
 retrieved by someone else or that the caller hung up if he/she
 hears MOH. But it would be nicer to have a valet_unpark app to
 fail and let the dialplan play a message.

 I understand what you are saying. I'm not sure I agree, but we'll kick
 the idea around when we have a few minutes and let you know what we
 decide.
 -MC

 

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

2009-10-12 Thread William King
Opps. didn't realize it was closed. Here you go. Moving it to my seedbox
for permanent seeding.

-William King

Frank Carmickle wrote:
 Hello 
 I would like to watch these files.  Can someone seed please.  Thank you.

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

___
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] Memory Question ?

2009-10-06 Thread William King
What operating system?

-William King

Dome Charoenyost wrote:
 Dear All,
  why freeswitch use more memory after send and receuve
 call. i attach htop capture screen.
 you can compare to asterisk it use 0.7% for long time. but FS use 7.7%
 (start from 1.2%)  after running about 4 hr.

 Best Regards.

 Dome C.
   

 

 

 ___
 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] Memory Question ?

2009-10-06 Thread William King
Which modules do you have loaded?

-William King

Dome Charoenyost wrote:
 Debian Squeeze  i386 32bit
 And Debian Lenny are same

 Dome C.

 2009/10/7 William King quentus...@gmail.com:
   
 What operating system?

 -William King

 Dome Charoenyost wrote:
 
 Dear All,
  why freeswitch use more memory after send and receuve
 call. i attach htop capture screen.
 you can compare to asterisk it use 0.7% for long time. but FS use 7.7%
 (start from 1.2%)  after running about 4 hr.

 Best Regards.

 Dome C.


 

 

 ___
 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] Memory Question ?

2009-10-06 Thread William King
It will use enough ram to load all of your modules, and applications.
That is the initial ram usage on startup.

So how much ram is FS using on startup? less than 250-300 MB of ram on
initial load with all the modules and applications isn't unreasonable. I
think by default it loads tons of stuff you probably wouldn't use in
production.

Next up is how much ram is used per call. This should hardly be anything.

And last up, if you have freeswitch running for days and you see the
memory usage grow from ~150MB to ~800MB, even if it takes weeks. Then
there might be an issue.

If you want to start finding where the RAM usage is located, then unload
some modules and see if it does it still. Also, do you have any custom
scripts in the dialplan? they might not be ending properly. Thus they
stick around when you didn't intend them to.

-William King

Dome Charoenyost wrote:
 2009/10/7 William King quentus...@gmail.com:
   
 Which modules do you have loaded?
 
 default config and nibllebill , lcr , odbcquery

   
 -William King

 Dome Charoenyost wrote:
 
 Debian Squeeze  i386 32bit
 And Debian Lenny are same

 Dome C.

 2009/10/7 William King quentus...@gmail.com:

   
 What operating system?

 -William King

 Dome Charoenyost wrote:

 
 Dear All,
  why freeswitch use more memory after send and receuve
 call. i attach htop capture screen.
 you can compare to asterisk it use 0.7% for long time. but FS use 7.7%
 (start from 1.2%)  after running about 4 hr.

 Best Regards.

 Dome C.


 

 

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

2009-09-28 Thread William King
To confirm links since I got a few questions. My git repo has two
interfaces. One web port that you go to with the browser, and another
that you can clone if you send me your public ssh key.

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

git+ssh:
http://git.home.quentustech.com:9192/cgit.cgi/freeswitch-ubuntu/

-William King

Mathieu Parent wrote:
 On Fri, Sep 25, 2009 at 6:01 PM, Massimo CtRiX Cetra
 ctrix...@navynet.it wrote:
   
 Mathieu Parent ha scritto:
 
 Can you also add the tts_commandline module?
 Patch attached

   
 Your patch was incomplete.
 The fixed one is in 14976.
 

 Thanks

 Mathieu

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


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

2009-09-23 Thread William King
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?

-William King (quentusrex)

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

2009-09-23 Thread William King
I would be more than happy to share the code I use.

Here is the git repo:

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

If anyone wants git commit access just send me your ssh public key and
I'll add it to the repo. As you can see Frank and I have been busy for
the last week.

-William King

Alberto Escudero wrote:
 Hi William,

 I will be very happy to test them, can you share the source and procedure
 to create the .debs?
 It will be also very good to find ways to have a cepstral package included
 *pending the licence* of course :)

 /aep

   

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


Re: [Freeswitch-users] segmentation fault by auto record

2008-12-11 Thread William King
Carole,

1.0.1 is known to be broken now. Can you go into the directory where you
have the freeswitch source from the svn repo and type 'make current'.
This will update freeswitch to trunk.

-William 

On Wed, 2008-12-10 at 22:51 -0800, Carole O. wrote:
 Hello,
 
 I am running the version 1.0.1.
 Do you still need me to run the debugging?
 
 Carole
 
 
 Brian West-3 wrote:
  
  I have already labbed this up on SVN trunk and I don't get a segfault  
  but I get something else that prevents it from working properly.We  
  are working on it today.  Also what version are you running?
  
  /b
  
  On Dec 10, 2008, at 9:53 AM, Michael Collins wrote:
  
  Thanks for reporting this. It would be helpful to know a bit more. Can
  you start freeswitch and press F12 (or type version at the CLI) and
  report back what it says?
  Also, a backtrace (bt) is generally useful. If you could produce a
  bt and a bt full from you core file that would be extremely
  helpful.
 
  see this link for more information:
  http://wiki.freeswitch.org/wiki/Debugging_Freeswitch
 
  you should have a core file for each segfault that occurred. Use the
  gdb program to get the back trace:
 
  gdb /path/to/fs/binary core.xxx
 
  then capture the output from these two commands:
 
  bt enter
  bt full enter
 
  When you type those commands you'll see tons of debugging info;
  capture that and put it in a pastebin (pastebin.freeswitch.org) then
  report back here.
 
  You can exit the gdb debugger by typing q enter
 
  Thanks for helping us collect information!
 
  -MC
  
  
  ___
  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
  
  
 
-- 
William King
Cell: 253-686-5518
E-mail: [EMAIL PROTECTED]
Channel XStream
www.channelxstream.com
1-877-600-6786

If there is a possibility that any information in our conversation might
be considered 'private' or 'sensitive' such as passwords, account 
information, legal or financial information, or anything else that you
would consider 'private' or 'sensitive' communications. It is better to 
always err on the side of security. Please encrypt the e-mail using 
my gpg key: 95C9D5B3.

If you are unfamiliar with e-mail encryption feel free to let me know 
and I can help you establish the proper protocols and procedures.
https://help.ubuntu.com/community/GnuPrivacyGuardHowto

Get my gpg key: gpg --recv-key --keyserver keyserver.ubuntu.com 95C9D5B3
Key Fingerprint: EA6F B2EE 1846 55D4 FFD9  80BA 6489 B48C 95C9 D5B3


signature.asc
Description: This is a digitally signed message part
___
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