[Freeswitch-users] mod_openmrcp

2008-11-16 Thread David Knell
Hi - Is anyone out there using mod_openmrcp? Be interested in finding someone further down the learning curve than I am at the moment.. Cheers -- Dave -- David Knell, Director, 3C Limited T: 020 8114 8901 F: 020 3002 7257 M: 001 415 630 3031 http://www.3c.co.uk

[Freeswitch-users] Problem with multiple meta-app in the latest build

2008-11-16 Thread Doug Blacksone
Hi, In my dialplan, I have fresswitch so that user can hit *1 to start recording and *2 to end recording, as follows: action application=bind_meta_app data=1 ab s execute_extension::record XML features/ action application=bind_meta_app data=2 ab s execute_extension::stoprecord XML features/

[Freeswitch-users] Gateway registration failed after recent trunk update?

2008-11-16 Thread Johny Kadarisman
Hi, I experience gateway registration problem after recently update fs to latest trunk. I couldn't connect to broadvoice any more! Even after set the console log to debug, The only clue i see is these message, 2008-11-16 10:42:46 [NOTICE] sofia_reg.c:159 sofia_reg_check_gateway() Registering

Re: [Freeswitch-users] Gateway registration failed after recent trunk update?

2008-11-16 Thread Norman Brandinger
Johny, I recently had a similar problem with the latest trunk and openzap. make sure immediately resolved the problem. Would suggest that you give it a try. Regards, Norm Johny Kadarisman wrote: Hi, I experience gateway registration problem after recently update fs to latest trunk. I

Re: [Freeswitch-users] Relative timeout in Session.collectInput?

2008-11-16 Thread Anthony Minessale
The speech detector never stops working. The collect input just pauses to wait for some input. It can catch the event any time a file is playing or that collect input is called. On Sat, Nov 15, 2008 at 1:19 PM, [EMAIL PROTECTED] wrote: Session.collectInput looks like it has a fixed timeout

Re: [Freeswitch-users] Gateway registration failed after recent trunk update?

2008-11-16 Thread Anthony Minessale
do you have a trace of console on debug level and TPORT_LOG handy? On Sun, Nov 16, 2008 at 9:58 AM, Johny Kadarisman [EMAIL PROTECTED] wrote: Hi, I experience gateway registration problem after recently update fs to latest trunk. I couldn't connect to broadvoice any more! Even after set the

Re: [Freeswitch-users] Gateway registration failed after recent trunk update?

2008-11-16 Thread Anthony Minessale
FYI make sure is now make current but it still works for legacy sake ;) It's the recommended method of updating the code. On Sun, Nov 16, 2008 at 10:43 AM, Anthony Minessale [EMAIL PROTECTED] wrote: do you have a trace of console on debug level and TPORT_LOG handy? On Sun, Nov 16, 2008 at

Re: [Freeswitch-users] How many calls can FreeSwitch bridge simultaeously

2008-11-16 Thread Michael Jerris
On 100 ethernet you'll max out around 1200 calls before audio starts falling out on you... We don't usually quote numbers ourselves as they tend to sound very one sided, so give it a try and report back what you can get it to do. Mike On Nov 16, 2008, at 5:39 AM, David Knell wrote: Hi

Re: [Freeswitch-users] mod_openmrcp

2008-11-16 Thread Michael Jerris
Do you have any specific questions? Mike On Nov 16, 2008, at 5:54 AM, David Knell wrote: Hi - Is anyone out there using mod_openmrcp? Be interested in finding someone further down the learning curve than I am at the moment.. ___

Re: [Freeswitch-users] E-mail as user id and bridging

2008-11-16 Thread Jan Kubr
You can't have two @'s in a uri. You do know its already domain based.. you have domains that have users inside them? so you can dial user/[EMAIL PROTECTED] already without any extra thought? You can have multiple domains in the directory... with users in each domain. These domains

Re: [Freeswitch-users] E-mail as user id and bridging

2008-11-16 Thread Anthony Minessale
That sort of non standard requirement falls outside our scope of expertise. Maybe you can convince gmail to let you login with yahoo addresses. On Sun, Nov 16, 2008 at 11:25 AM, Jan Kubr [EMAIL PROTECTED] wrote: You can't have two @'s in a uri. You do know its already domain based.. you

Re: [Freeswitch-users] E-mail as user id and bridging

2008-11-16 Thread Iñaki Baz Castillo
El Domingo, 16 de Noviembre de 2008, Jan Kubr escribió: Basically I want the user to use his e-mail to login with her SIP phone. This works fine when the user id is [EMAIL PROTECTED] (in a domain that is the IP of the FS box), but then it is not possible to bridge a call that user. An

Re: [Freeswitch-users] How many calls can FreeSwitch bridge simultaeously

2008-11-16 Thread David Knell
Bzzt. That's 1200 call *legs*, or 600 bridged calls. Cheers -- Dave On 100 ethernet you'll max out around 1200 calls before audio starts falling out on you... We don't usually quote numbers ourselves as they tend to sound very one sided, so give it a try and report back what you can get it

Re: [Freeswitch-users] How many calls can FreeSwitch bridge simultaeously

2008-11-16 Thread Brian West
I think thats what he means! /b On Nov 16, 2008, at 12:35 PM, David Knell wrote: Bzzt. That's 1200 call *legs*, or 600 bridged calls. Cheers -- Dave ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] mod_openmrcp

2008-11-16 Thread Anthony Minessale
We can certainly look into that. Anyone want to help code the new module? On Sun, Nov 16, 2008 at 2:21 PM, Arsen Chaloyan [EMAIL PROTECTED] wrote: OpenMRCP project is not supported for a while, probably neither is mod_openmrcp. An open source project maintenance is not a trivial and

Re: [Freeswitch-users] E-mail as user id and bridging

2008-11-16 Thread Brian West
Its better to use a dash... a dot is valid in the username part of an email address... so what dot do you split on? Example [EMAIL PROTECTED] [EMAIL PROTECTED] Even worse [EMAIL PROTECTED] Lets go even worse... [EMAIL PROTECTED] So which do you split on :) Not very clear is it? /b On

Re: [Freeswitch-users] Gateway registration failed after recent trunk update?

2008-11-16 Thread Johny Kadarisman
I did make current, follow with make install. I was experimenting with new mod_loopback, everything works okay except for gateway registration. tport_log have a bit traffic from a couple other endpoints, but when searching thru these log, i don't see any traffic to broadvoice at all. ngrep host

Re: [Freeswitch-users] mod_openmrcp

2008-11-16 Thread Michael Jerris
How much work would be required to convert the mod_openmrcp to mod_unimrcp. When I looked last the api's were quite similar. Can you give a summary of major architectural differences? Mike On Nov 16, 2008, at 3:42 PM, Arsen Chaloyan wrote: OpenMRCP project is not supported for a while,

[Freeswitch-users] Sending messages with mod_dingaling

2008-11-16 Thread Gonzalo Servat
Hi 1) I'm trying to get the hang of mod_dingaling and I noticed that when I send a message from [EMAIL PROTECTED] to [EMAIL PROTECTED] (the latter being the client profile setup on FS), mod_dingaling tries to send another message again from the same sender/recipient which the google talk server