Re: [Freeswitch-users] CTI

2009-06-29 Thread Szentesi Krisztián
Yes. The project itself consist of 3 parts, the CSTAInsideCore static library for CSTA standard classes, the mod_csta_socket contains the FS specific stuff and a client program for learning purposes. Both the mod_csta_socket and the client links with the core library, all is standard C++. It

Re: [Freeswitch-users] CTI

2009-06-29 Thread João Mesquita
I would strongly suggest that. At least for the mod itself. That way, we can all contribute with it and keep it always compatible with the lib. jmesquita On Mon, Jun 29, 2009 at 5:38 PM, Brian West wrote: > Are you interested in hosting any of it in our tree? > > /b > > On Jun 29, 2009, at 3:34

Re: [Freeswitch-users] CTI

2009-06-29 Thread Brian West
Are you interested in hosting any of it in our tree? /b On Jun 29, 2009, at 3:34 PM, szentesik wrote: > > Yes. It will also use to bring FS with a CTI application I'm a lead > developer > of closer, decided to make the integration open source/open standard > based. > __

Re: [Freeswitch-users] CTI

2009-06-29 Thread szentesik
Yes. It will also use to bring FS with a CTI application I'm a lead developer of closer, decided to make the integration open source/open standard based. Brian West-3 wrote: > > Nice are you the project leader? > > /b > > On Jun 28, 2009, at 8:36 PM, szentesik wrote: > >> Currently working o

Re: [Freeswitch-users] CTI

2009-06-29 Thread szentesik
The FS side CSTA "server" (mod_csta_socket) works as a loadable module exactly as you described, practically adding native CSTA support to it. (I test it only on Windows yet, but the code was made to let it build on any FS platform if someone put some effort into writing the makefiles etc.) Krisz

Re: [Freeswitch-users] CTI

2009-06-29 Thread João Mesquita
I am interested to know more about this. Are you using ESL to then translate CSTA calls to FS? Wouldn't this be great to be added as an FS module as an alternative to ESL? It would enable lots of existing CTI applications to work with FS. jmesquita On Mon, Jun 29, 2009 at 12:20 PM, Brian West wr

Re: [Freeswitch-users] CTI

2009-06-29 Thread Brian West
Nice are you the project leader? /b On Jun 28, 2009, at 8:36 PM, szentesik wrote: Currently working on some CSTA support (http://cstainside.sourceforge.net/ ). The MakeCall, DeliveredEvent, ClearConnection, TransferCall/SingleStepTransfer things required for the features above are on the li

Re: [Freeswitch-users] CTI

2009-06-29 Thread szentesik
Maxim Tsvetov wrote: > > Hello! > > We are seeking possibilities to use CTI features with Freeswitch. > > This features are: > - click-to-dial > - call popup > - answer call,hangup > - call transfer > > > Does Freeswitch support any cti standarts (SIP CTI aka TR/87, TAPI, > CSTA..) > or the

Re: [Freeswitch-users] CTI

2009-06-19 Thread Michael Collins
I'm not aware of any pre-existing software like this. FreeSWITCH has all the hooks for someone to create the abstraction layers for CSTA, TAPI, VoiceXML, etc. but no one has ponied up the money to pay for the development... -MC 2009/6/18 Maxim Tsvetov > Hello! > > We are seeking possibilities t

[Freeswitch-users] CTI

2009-06-18 Thread Maxim Tsvetov
Hello! We are seeking possibilities to use CTI features with Freeswitch. This features are: - click-to-dial - call popup - answer call,hangup - call transfer Does Freeswitch support any cti standarts (SIP CTI aka TR/87, TAPI, CSTA..) or there is already written module or third-party software? T