Re: [Freeswitch-dev] ANNOUNCEMENT: FreeSWITCH Wiki Upgraded, Relocated

2009-04-24 Thread seven du
Great! Then I guess the Mutilang extension will be available soon. On Apr 25, 2009, at 7:02 AM, Michael Collins wrote: > FYI, > > The FreeSWITCH wiki site has been upgraded to MediWiki version 1.14. > Also, we've migrated the web host and back-end database to our new > infrastructure. All us

Re: [Freeswitch-dev] ANNOUNCEMENT: FreeSWITCH Wiki Upgraded, Relocated

2009-04-24 Thread dujinfang
Great! Then I guess the Multilang extension would be available soon. :) On Apr 25, 2009, at 7:02 AM, Michael Collins wrote: > FYI, > > The FreeSWITCH wiki site has been upgraded to MediWiki version 1.14. > Also, we've migrated the web host and back-end database to our new > infrastructure. A

Re: [Freeswitch-dev] Memory Leak? - FreeSWITCH Version 1.0.4pre5

2009-04-24 Thread Anthony Minessale
if it already crashed, you would already have core files now you could trace. did you witness any crash or find any core files? mention to the boss if he emails consult...@freeswitch.org he could purchase a support contract from FreeSWITCH Solutions and we can make sure his box is stable. On Fri

Re: [Freeswitch-dev] Memory Leak? - FreeSWITCH Version 1.0.4pre5

2009-04-24 Thread Charles Boening
Brian, Sounds good. I'll keep an eye on it. I appreciate the tips. I'll see about joining the IRC channel. :) Charlie -Original Message- From: freeswitch-dev-boun...@lists.freeswitch.org [mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of Brian West Sent: Friday, Ap

Re: [Freeswitch-dev] Memory Leak? - FreeSWITCH Version 1.0.4pre5

2009-04-24 Thread Brian West
If you can please refer to the wiki for debugging procedures... I also recommend you join us on IRC. We run conference.freeswitch.org with many participants in a conference all day long without any problems and we usually keep it up to date every few days when we remember to do so. We do

Re: [Freeswitch-dev] Memory Leak? - FreeSWITCH Version 1.0.4pre5

2009-04-24 Thread Charles Boening
Brian, Thanks for the quick reply. I'm using FS for a conference server. We have just one conference room for internal use. It is connected via a SIP registration to our MetaSwitch. That registration allows multiple calls on the same registration. I could do a SIP trunk but this was quick

Re: [Freeswitch-dev] Memory Leak? - FreeSWITCH Version 1.0.4pre5

2009-04-24 Thread Brian West
The numbers you posted are very low... can you elaborate on what exactly you're doing? If you have gigs and gigs of ram used then you have a leak... I suspect you do not. /b On Apr 24, 2009, at 5:40 PM, Charles Boening wrote: I'm wondering about a possible memory leak in the latest versio

[Freeswitch-dev] Memory Leak? - FreeSWITCH Version 1.0.4pre5

2009-04-24 Thread Charles Boening
I'm wondering about a possible memory leak in the latest versions. For each FS process, the resident size seems to be incrementing by 8k at a slow, but fairly steady rate. Sometimes there are a few quick "bursts" in the increase and sometimes it seems to take longer to see a "bump" in usage.

[Freeswitch-dev] ANNOUNCEMENT: FreeSWITCH Wiki Upgraded, Relocated

2009-04-24 Thread Michael Collins
FYI, The FreeSWITCH wiki site has been upgraded to MediWiki version 1.14. Also, we've migrated the web host and back-end database to our new infrastructure. All users and edits have been preserved. However, if you notice anything unusual about the new site please email me off list and we'll get it

[Freeswitch-dev] COMMUNITY REQUEST: ClueCon links on your websites

2009-04-24 Thread Michael Collins
FreeSWITCHers, It's that time of year: ramping up for ClueCon this August 4-6! ( www.cluecon.com) To that end we would like to ask that anyone out there who has a website to please put up a link to the ClueCon website. We have banner graphics of various shapes and sizes and I am able to create cus

Re: [Freeswitch-dev] ignore_early_media in mod_conference

2009-04-24 Thread Anthony Minessale
you can just not use the conference bgdial if you need it to work different. bgapi originate sofia/default/1...@domain.com conference:myconf inline On Fri, Apr 24, 2009 at 7:41 AM, Szymon Olko wrote: > Hello, > > What is the purpose of ignore_early_media in conference dial command? > It's onl

[Freeswitch-dev] ignore_early_media in mod_conference

2009-04-24 Thread Szymon Olko
Hello, What is the purpose of ignore_early_media in conference dial command? It's only set in case when conference does not exist. 'bgdial' command does not work like that. It's like that: dial: conference does not exist = ignore_early_media=true conference exist = nothing bgdia