Thread: [Asterisk-java-users] hello world, asterisk-java!
Brought to you by:
srt
From: thufir <haw...@gm...> - 2015-02-18 07:07:45
|
Hi, this project is on github? It's actively developed, looks like; four months ago last commit. What are people using it for? thanks, Thufir |
From: Chris M. <ch...@mr...> - 2015-02-18 07:21:05
|
high level explanation, controlling and integrating software/phone-calls etc On 18 Feb 2015 6:09 pm, "thufir" <haw...@gm...> wrote: > Hi, > > this project is on github? > > > It's actively developed, looks like; four months ago last commit. > > > What are people using it for? > > > > > thanks, > > Thufir > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Wayne M. <way...@th...> - 2015-02-18 13:15:52
|
I use it for a call control system in a radio station. E.g. call comes in prepopulated with info via the caller id. Answerer adds conversation info to the call (e.g. wants to talk about fish), then clicks to put it into the on air queue. Studio sees this and picks whichever call they want. About 95% of the code for this is GUI manipulation, all the Asterisk stuff is actually very simple and was barely more than a single helper class. I have some "almost beta" code here: https://github.com/waynemerricks/asteriskphone Wayne Merricks The Voice Asia On 18/02/15 07:20, Chris Mylonas wrote: > > high level explanation, > controlling and integrating software/phone-calls etc > > On 18 Feb 2015 6:09 pm, "thufir" <haw...@gm... > <mailto:haw...@gm...>> wrote: > > Hi, > > this project is on github? > > > It's actively developed, looks like; four months ago last commit. > > > What are people using it for? > > > > > thanks, > > Thufir > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and > Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration > & more > Get technology previously reserved for billion-dollar > corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |
From: thufir <haw...@gm...> - 2015-02-19 01:49:28
|
Ok, that looks very interesting. I suppose I was trolling the list a bit, to gauge how active the list is, and whether it's actually used. Right now I'm installing vicidial, which is http://vicibox.com/ and is PHP front-end for Asterisk (plus more). However, being more Java oriented, I really like this phone on git. I don't know that I can do much with it now, I'd sure like to :) -Thufiir On 2015-02-18 05:15 AM, Wayne Merricks wrote: > I use it for a call control system in a radio station. E.g. call > comes in prepopulated with info via the caller id. Answerer adds > conversation info to the call (e.g. wants to talk about fish), then > clicks to put it into the on air queue. > > Studio sees this and picks whichever call they want. > > About 95% of the code for this is GUI manipulation, all the Asterisk > stuff is actually very simple and was barely more than a single helper > class. > > I have some "almost beta" code here: > > https://github.com/waynemerricks/asteriskphone > Wayne Merricks > The Voice Asia > On 18/02/15 07:20, Chris Mylonas wrote: >> >> high level explanation, >> controlling and integrating software/phone-calls etc >> >> On 18 Feb 2015 6:09 pm, "thufir" <haw...@gm... >> <mailto:haw...@gm...>> wrote: >> >> Hi, >> >> this project is on github? >> >> >> It's actively developed, looks like; four months ago last commit. >> >> >> What are people using it for? >> >> >> >> >> thanks, >> >> Thufir >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and >> Dashboards >> with Interactivity, Sharing, Native Excel Exports, App >> Integration & more >> Get technology previously reserved for billion-dollar >> corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> <mailto:Ast...@li...> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >> >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk >> >> >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |