We needed the client browser to be open all the time for dynamic data to load without the page refreshing. After looking at all of our options we decided on programming it ourselves using flash rather than java. We have a flash frontend thats tied to our backend mysql DB. We use it for loading web site traffic data, email opens, click-throughs, bouncebacks, stats, etc. It could also be used with any type of Unix application that requires an open connection to the backend DB. Flash is very nice as it loads quickly and theres no applet bogging things down :) We are currently using this flash technology for various other things. It has lots of applications. S "Message: 1 From: "Ray Burkholder" <ray@oneunified.net> To: <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] Anyone, ideas for incoming call management for CRM system Date: Wed, 31 Dec 2003 11:53:49 -0500 Organization: One Unified Reply-To: asterisk-users@lists.digium.com You may wish to try Java. It is a client OS independent programming language. With a server side part and a client side part, it might provide a solution. It also has some nifty event based handling features that make the client side work well with the server side. In other words, when events happen on Asterisk, they can be served out to the client as they occur without any client side polling needed. This client/server/event based operation is described well in most of the Java books I've been through. I just haven't had the time to implement it yet. Ray Burkholder ray@oneunified.net http://www.oneunified.net 704 644 6999 x2002"
On Wed, 31 Dec 2003 21:19:10 +0200 "Stephen Karrington" <sk@dreamtime.net> wrote:> We needed the client browser to be open all the time for dynamic data to > load without the page refreshing. After looking at all of our options we > decided on programming it ourselves using flash rather than java.snip Apache + Mysql + PHP ( Ming + Actionscript ) + Asterisk is good. Dynamic effective,Easy coding and Fast response :-) --- Masakazu Nakano. Dairiten.com - an open source VoIP and Ubiquitous Portal site in Japan. http://www.dairiten.com/modules/news/ powered by xoops at http://www.xoops.org
> Masakazu Nakano > Sent: December 31, 2003 21:13 > > On Wed, 31 Dec 2003 21:19:10 +0200 > "Stephen Karrington" <sk@dreamtime.net> wrote: > > > We needed the client browser to be open all the time for > dynamic data to > > load without the page refreshing. After looking at all of > our options we > > decided on programming it ourselves using flash rather than java. > snip > > Apache + Mysql + PHP ( Ming + Actionscript ) + Asterisk is good. > > Dynamic effective,Easy coding and Fast response :-) >Cool. I like the Ming thing. Also works with Perl (many Perl examples available). And has an XML event interface for two way communications with a server. Certainly is way much less overhead than the Java thing I was contemplating. Ray Burkholder ray@oneunified.net http://www.oneunified.net 704 644 6999 x2002 P.S. Note, for the message police, I cut out extraneous text, did the attribution at the top, did a bottom post, and made it a single page for zero scrolling. -- Scanned for viruses and dangerous content at http://www.oneunified.net and is believed to be clean.
Hi!> > We needed the client browser to be open all the time for dynamic data to > > load without the page refreshing. After looking at all of our options we > > decided on programming it ourselves using flash rather than java. > > Apache + Mysql + PHP ( Ming + Actionscript ) + Asterisk is good. > Dynamic effective,Easy coding and Fast response :-)That's an excellent suggestion, I agree with Ray. Masakazu, do you think you could provide a working sample either here on the list or in the Wiki? Cheers, Philipp