Re: [Freeswitch-users] MacOSX

2009-12-29 Thread Lon Baker
I have done a little research into this for my employer. You may want to look at: http://www.qutecom.org/ - I think its QT based. http://code.google.com/p/telephone/ - Its pure Cocoa. I use this for all my testing, it lets me initiate up to 8 calls at a time. On Tue, Dec 29, 2009 at 11:40 AM,

Re: [Freeswitch-users] MacOSX

2009-12-29 Thread Lon Baker
I would be happy to provide project managent, user testing and ui design to this effort. Lon Sent from my iPhone On Dec 29, 2009, at 5:50 PM, Brian West br...@freeswitch.org wrote: You should join IRC and join in JM and really start the official softphone project. /b On Dec 29, 2009,

Re: [Freeswitch-users] mod_conference scalability

2009-12-18 Thread Lon Baker
Brian, Now that you know the scale freeswotch scales to in you scenario, and having designed a mult-server solution can you not add more server to scale further? As freeswitch continues to improve retest and revise your architecture design. Sent from my iPhone On Dec 18, 2009, at

[Freeswitch-users] Billing solutions information

2009-12-14 Thread Lon Baker
Hey everyone, I am researching billing solutions for Freeswitch and want to consolidate the information with what others have found, then add it to the Wiki. There are seems to be a number of billing solutions by commercial providers, claiming they can integrate with Freeswitch, but nothing

Re: [Freeswitch-users] Lua and database access to core_db

2009-12-06 Thread Lon Baker
Jon, What version of MySQL are you using? ___ 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

Re: [Freeswitch-users] Git

2009-11-23 Thread Lon Baker
William, Perhaps someone could setup one on github? It's free for open source project. Lon On Nov 23, 2009, at 10:22 AM, William Suffill william.suff...@gmail.com wrote: Just wondering if anyone is keeping an update to date git repo of FreeSwitch? I been using git-svn to keep a copy on my

[Freeswitch-users] Clarification about channel variables please.

2009-11-22 Thread Lon Baker
Are either global or regular channel variable mutable during a call? Or can they only be set before and after? Any clarification would help, since the existing wiki doesn't make it clear. Lon ___ FreeSWITCH-users mailing list

Re: [Freeswitch-users] store registration info in memcache

2009-11-19 Thread Lon Baker
If we could access mod_memcache for registration information that would be ideal and highly robust, since you can share memcache with external applications. Lon On Thu, Nov 19, 2009 at 2:07 AM, Leon de Rooij l...@scarlet-internet.nl wrote: Well, you can of course easily have a loadbalancer with

[Freeswitch-users] Radius for registration

2009-11-19 Thread Lon Baker
Hi everyone, I want to verify what the wiki says, you can use a radius server as the data source for your registrations? Lon ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

[Freeswitch-users] Retrieve conference member state using cli?

2009-10-27 Thread Lon Baker
Just like you can call conference list for conferences, is there a way to retrieve the profile state of a conference member using the cli or xml/rpc? Lon ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

[Freeswitch-users] SIP provider directory?

2009-09-04 Thread Lon Baker
Does anyone know of a SIP provider or network directory? A list of all the public service provider or networks? Gizmo, Google Voice, etc? Or Vitelity, iCall? Lon Baker Kickass Pixels - +1-415-894-0184 - http://kickasspixels.com http://twitter.com/kickasspixels http://www.linkedin.com/in/lonbaker

[Freeswitch-users] Offline or background ASR

2009-08-14 Thread Lon Baker
Hi there, Has anyone found a good solution for processing recordings/voicemail with automatic speech recognition software? I am researching numerous solutions, both open source and commercial, but was wondering if I missed anything obvious. Lon Baker Kickass Pixels - (office) +1-415-287-0973

[Freeswitch-users] Call confirm ivr

2009-07-21 Thread Lon Baker
Hi there, I am putting together an ivr to allow the recipient of a call to accept, route to voice mail or eavesdrop on voicemail. The current path is to answer the inbound call, park it, using the bgapi call to the recipient and play the IVR. Basically: 1. Answer 2. Playback greeting

Re: [Freeswitch-users] Call confirm ivr

2009-07-21 Thread Lon Baker
://wiki.freeswitch.org/wiki/Freeswitch_IVR_Originate#Answer_confirmation There is a way to get it to execute a script as well which is probably waht you want. This would be simpler than doing the work you are saying below. On Tue, Jul 21, 2009 at 2:01 PM, Lon Baker l...@kickasspixels.com wrote

[Freeswitch-users] Even socket packets/chunks

2009-07-14 Thread Lon Baker
Hi, You confirm if FS ever sends partial or incomplete commands over the event socket? I have heard from other developers that the commands I am listening for may come across incomplete. ___ Freeswitch-users mailing list

[Freeswitch-users] Event socket chunks don't always end with 2 line breaks?

2009-06-26 Thread Lon Baker
In the latest SVN this seem to be true for CHANNEL_HANGUP, which appends the following after the normal line breaks. Disconnected, goodbye.\n See you at ClueCon! http://www.cluecon.com/; Perhaps it can be changed to conform the chunked data structure? variable_disconnect_message: Disconnected,

Re: [Freeswitch-users] Freeswitch-users Digest, Vol 36, Issue 270

2009-06-26 Thread Lon Baker
Brian, Thanks! I was just about to post a never mind after further reading source. Lon ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

[Freeswitch-users] Limit length of call with mod_limit?

2009-06-22 Thread Lon Baker
Hi there, Can mod_limit be used to restrict the length of a single call? I checked the wiki, dug into the code of mod_limit this weekend and couldn't find an answer. Lon ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

[Freeswitch-users] Gateway conference handshake trouble

2009-06-15 Thread Lon Baker
Hi, We are trying to work freeswitch into an older system as a conference bridge. Our existing gateways can hand off the call and they pass some DTMF signals to route everything. Currently, the gateway sends * and then freeswitch returns a # to accept the call for the conference. When that

Re: [Freeswitch-users] Segmentation fault with xmlrpc shutdown?

2009-05-21 Thread Lon Baker
I updates to the latest trunk this morning and still get the same segmentation issue on 32 bit Ubuntu server 9. The exact command I am issuing is fsctl shutdown asap. Lon ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

[Freeswitch-users] Segmentation fault with xmlrpc shutdown?

2009-05-20 Thread Lon Baker
When I issue a fsctl shutdown via xmlrpc I get a segmentation fault on Ubuntu server 9. It a 32 bit version with all packages fully up to date running freeswitch 1.0.3 Any ideas? Lon ___ Freeswitch-users mailing list

[Freeswitch-users] Install without example configurations

2009-05-08 Thread Lon Baker
Is there a way to compile and install without all the example configuration information? A truly clean install out of the gate. Lon ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org