Re: [Freeswitch-users] Question about play_and_get_digits in mod_dptools

2009-04-12 Thread Diego Viola
I wish I would have seen this before =D 03:36 < Math> diegoviola: show application [appname] will show you any syntax btw Diego On Sun, Apr 12, 2009 at 2:30 AM, Diego Viola wrote: > I just added this: > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits > > Diego > > >

Re: [Freeswitch-users] mod_opal and DTMF...

2009-04-12 Thread Peter Olsson
Thanks, I tried latest trunk, but still no success.. :( Peter On 09-04-11 18.30, "Anthony Minessale" wrote: see if it works in latest trunk please. On Fri, Apr 10, 2009 at 3:46 AM, Peter Olsson wrote: When dialing in to FreeSWITCH from a h323 client, FreeSWITCH doesn't seem to detect DTM

[Freeswitch-users] ekiga and freeswitch

2009-04-12 Thread e schmidbauer
I am running FreeSWITCH Version 1.0.3 on a centos 5.2 x64 server and ekiga 3.2.0 on a client computer. I am able to register the ekiga client with the freeswitch server but when I dial an extension to join a conference I get the following error message: [ERR] switch_core_io.c:327 switch_core_sessio

Re: [Freeswitch-users] ekiga and freeswitch

2009-04-12 Thread Brian West
Collect a full sip trace and FULL console debug. Put it on our pastebin... Chances are Ekiga is doing something stupid... it usually does silly things. Also are you on SVN trunk? /b On Apr 12, 2009, at 12:11 PM, e schmidbauer wrote: > Not sure if this is a bug in the program or just in my

[Freeswitch-users] Can gateways be configured on a per user basis?

2009-04-12 Thread Eric Chamberlain
Hello, I'm exploring the capabilities of FreeSwitch and have some questions: Can gateways be configured on a per user basis? A user needs to be limited to only their own gateways and other users can't user their gateway. Something like: User 1 has two gateways - VoIP provider A and VoIP p

[Freeswitch-users] Replace sqlite with couchDB?

2009-04-12 Thread Nicolas Brenner
Hi, I am not very familiar with FS internals, but I recently found this "new" db engine called couchDB. Looks pretty interesting, and its main focus is scalability. Has anybody played with couchDB? does it make sense to replace sqlite with couchDB in FS? Here's a link to the project homepage: - ht

Re: [Freeswitch-users] Replace sqlite with couchDB?

2009-04-12 Thread Matthew Fong
Hi Nicolas, Just off the top of my head, but I think couchDB is rather large compared to sqlite, and I think it's also geared more towards storing dynamic datasets...rather ones that can be structured...like FS calling data can. But I might be wrong :) your buddy. --matt On Mon, Apr 13, 2009 at

Re: [Freeswitch-users] Replace sqlite with couchDB?

2009-04-12 Thread Nicolas Brenner
Well, if it's too large compared to sqlite maybe it doesn't make sense. But I was thinking calling data is not always fixed. Depending on what you use FS for, you might want to get a CDR with many different data linked to each call, even different kinds of data linked to different calls, that would

Re: [Freeswitch-users] Replace sqlite with couchDB?

2009-04-12 Thread Jason White
Nicolas Brenner wrote: > Hi, I am not very familiar with FS internals, but I recently found this > "new" db engine called couchDB. Looks pretty interesting, and its main focus > is scalability. > Has anybody played with couchDB? does it make sense to replace sqlite with > couchDB in FS? I think a