Thread: [Asterisk-java-devel] Asteirsk-Java IAX
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2009-03-10 03:05:23
Attachments:
signature.asc
|
Hi, I've started to move the IAX code to Asterisk-Java.org. Once this is completed we are one step closer to the goal to provide a common place for developers looking for solutions to intergate Asterisk with Java applications. Wolfgang and David now have accounts for SVN and Jira and support the transition. What I've done so for: - Imported the code base - Removed the code for license handling / trial version left over from Mexuar - Added the setHost() method to use arbitrary hosts - Removed the classes from the default package as they blow up javadoc - Made Faceless a concrete class that can be used as an Applet - Changed the package name from com.mexuar.correlata to org.asteriskjava.iax - Replaced the dependency on JSObject by reflection - Added maven build script What remains to be done: - Provide a try-out page like what's currently on the javaiaxphone page - Provide documentation for JavaScript integration (softphone) - Provide documentation for Java integration (server side) - Sign the applet codebase with an official code signing key For now we have a temporary site (generated by Maven) for Asterisk-Java IAX at http://asterisk-java.org/iax/development/ Best regards, Stefan -- reuter network consulting Neusser Str. 110 50670 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... WWW: http://www.reucon.com Steuernummern 215/5140/1791 USt-IdNr. DE220701760 |
From: Martin B. S. <ma...@mb...> - 2009-03-10 03:09:53
|
Stefan, Wow! Nice work -- I had a feeling you were doing this given their comments in the list... I think it's awesome that we are going to try to provide the whole Asterisk/Java package. I'd specifically like to work on the documentation for helping users figure out which parts of our code they might want to use. To that end, I'm welcoming comments still on my feature matrix. AMI AGI IAX C Module Originate/redirect calls x - x x Act as endpoint/caller - x x x Receive/send media - - x x Modify/add dialplan x - - x Act as IVR application - x - x Act as soft phone - - x x I'd also like to continue to work on the FAQ and add on to it. I'll be continuing to answer -users questions, too. At the risk of volunteering for some huge project, what would you think about a samples package? I know we've talked about this before... but I think I have a clearer idea for what we should do. I'm thinking small single-piece functionality. Not that I have time for any of it -- LOL. Cheers, Martin Stefan Reuter wrote: > Hi, > > I've started to move the IAX code to Asterisk-Java.org. Once this is > completed we are one step closer to the goal to provide a common place > for developers looking for solutions to intergate Asterisk with Java > applications. > > Wolfgang and David now have accounts for SVN and Jira and support the > transition. > > What I've done so for: > - Imported the code base > - Removed the code for license handling / trial version left over from > Mexuar > - Added the setHost() method to use arbitrary hosts > - Removed the classes from the default package as they blow up javadoc > - Made Faceless a concrete class that can be used as an Applet > - Changed the package name from com.mexuar.correlata to org.asteriskjava.iax > - Replaced the dependency on JSObject by reflection > - Added maven build script > > What remains to be done: > - Provide a try-out page like what's currently on the javaiaxphone page > - Provide documentation for JavaScript integration (softphone) > - Provide documentation for Java integration (server side) > - Sign the applet codebase with an official code signing key > > For now we have a temporary site (generated by Maven) for Asterisk-Java > IAX at http://asterisk-java.org/iax/development/ > > Best regards, > > Stefan > |
From: Stefan R. <ste...@re...> - 2009-03-10 03:38:32
Attachments:
signature.asc
|
Martin B. Smith wrote: > I'd specifically like to work on the documentation for helping users > figure out which parts of our code they might want to use. To that end, > I'm welcoming comments still on my feature matrix. Thanks for your work. I've replied to your original posting. > I'd also like to continue to work on the FAQ and add on to it. I'll be > continuing to answer -users questions, too. That's great! Wolfgang offered to work on the JavaScript documentation and asked whether we can help him with proof reading. I already thought of Martin as a native speaker and our AJ documentatione expert :-) Could you help Wolfgang in this regard and setup a JavaScript docu page similar in the asterisk-java-iax maven site directory? > At the risk of volunteering > for some huge project, what would you think about a samples package? I > know we've talked about this before... but I think I have a clearer idea > for what we should do. I'm thinking small single-piece functionality. > Not that I have time for any of it -- LOL. Huh. Yes that would indeed be a great thing. What kind of software could that be? Should it show all APIs in one application or several smaller pieces? =Stefan |
From: Martin B. S. <ma...@mb...> - 2009-03-10 21:51:17
|
Stefan Reuter wrote: > Martin B. Smith wrote: >> I'd specifically like to work on the documentation for helping users >> figure out which parts of our code they might want to use. To that end, >> I'm welcoming comments still on my feature matrix. > > Thanks for your work. I've replied to your original posting. Great -- I've updated it! >> I'd also like to continue to work on the FAQ and add on to it. I'll be >> continuing to answer -users questions, too. > > That's great! > Wolfgang offered to work on the JavaScript documentation and asked > whether we can help him with proof reading. I already thought of Martin > as a native speaker and our AJ documentatione expert :-) > Could you help Wolfgang in this regard and setup a JavaScript docu page > similar in the asterisk-java-iax maven site directory? I'd be happy to help with that. I've saved his e-mail here and I'll plan on helping with that as my time permits. >> At the risk of volunteering >> for some huge project, what would you think about a samples package? I >> know we've talked about this before... but I think I have a clearer idea >> for what we should do. I'm thinking small single-piece functionality. >> Not that I have time for any of it -- LOL. > > Huh. Yes that would indeed be a great thing. What kind of software could > that be? Should it show all APIs in one application or several smaller > pieces? The best model I can think of for this is JUNG's examples (http://jung.sourceforge.net/applet/index.html). I'm thinking single-functionality examples. I think when I blog and post some mammoth program, people "don't see the forest for the trees" -- meaning they get distracted by the details, but don't see the big picture: an example of originate with tracking of success. Perhaps we could even do them as applets, and post them on the site. Obviously, some will require some extra Asterisk setup, but in theory, we could document that in the comments or even (for some features) point the applets at a live Asterisk like Digium's demo IAX extension. > > =Stefan > Martin |
From: Stefan R. <ste...@re...> - 2009-03-11 01:48:01
Attachments:
signature.asc
|
> The best model I can think of for this is JUNG's examples > (http://jung.sourceforge.net/applet/index.html). I'm thinking > single-functionality examples. I think when I blog and post some mammoth > program, people "don't see the forest for the trees" -- meaning they get > distracted by the details, but don't see the big picture: an example of > originate with tracking of success. Yes very true! > Perhaps we could even do them as applets, and post them on the site. > Obviously, some will require some extra Asterisk setup, but in theory, > we could document that in the comments or even (for some features) point > the applets at a live Asterisk like Digium's demo IAX extension. The idea with the applet is a good one. If we sign the applet it could even be used to connect to a local Asterisk server behind a firewall or to localhost so users can try it with their own server. Have you seen the SwingSet2 demo that comes with the JDK? Its a Swing application that shows all the controls along with the source code (in another tab). Something like that as an applet could work for AJ, too. What do you think? =Stefan -- reuter network consulting Neusser Str. 110 50670 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... WWW: http://www.reucon.com Steuernummern 215/5140/1791 USt-IdNr. DE220701760 |
From: Stefan R. <ste...@re...> - 2009-03-11 22:42:45
Attachments:
signature.asc
|
Martin B. Smith wrote: > Yes, I have seen that. I think it will work. The big problem is going to > be configuring an available test-Asterisk for the non-trivial > demonstrations like AGI and AMI. These also pose a high risk when you > think about things like Manager exec. That's why I would prefer if people were able to use their own Asterisk server. This requires that 1. The applet is able to access the local Asterisk server 2. No complex configuration is needed, i.e. an entry in manager.conf should be all users have to add (1) can be achieved by signing the applet and requesting additional network permissions like the IAX applet does. (2) can be probably be achieved by designing the samples wisely, i.e. showing a list of active channels for AMI, originating calls with channels/extensions the user can define. AGI would also be possible if we use originateToApplication and pass the ip address of the system the applet is run on as url. What do you think of this approach? =Stefan |
From: Richard H. <ri...@ha...> - 2009-03-11 23:22:59
|
Stefan Reuter wrote: > Martin B. Smith wrote: > >> Yes, I have seen that. I think it will work. The big problem is going to >> be configuring an available test-Asterisk for the non-trivial >> demonstrations like AGI and AMI. These also pose a high risk when you >> think about things like Manager exec. >> > > That's why I would prefer if people were able to use their own Asterisk > server. This requires that > 1. The applet is able to access the local Asterisk server > 2. No complex configuration is needed, i.e. an entry in manager.conf > should be all users have to add > > (1) can be achieved by signing the applet and requesting additional > network permissions like the IAX applet does. > (2) can be probably be achieved by designing the samples wisely, i.e. > showing a list of active channels for AMI, originating calls with > channels/extensions the user can define. AGI would also be possible if > we use originateToApplication and pass the ip address of the system the > applet is run on as url. > > What do you think of this approach? > > =Stefan > > Stefan, I agree with this approach. I think that having a test server is a serious security risk, especially given how vulnerable asterisk has been of late. Allowing a connection to a specific IP is certainly the way to go, and originating to the local AGI is a good idea. It's a shame you cannot really use RCP/SWT inside an applet. Another option is to take a stripped down version of ADM ( http://adm.hamnett.org for those who haven't heard of it) and use that (with a control panel style frame) as a container for the demo which can be a download. Richard |
From: Martin B. S. <ma...@mb...> - 2009-03-11 21:52:45
|
Hey again, Stefan Reuter wrote: > The idea with the applet is a good one. If we sign the applet it could > even be used to connect to a local Asterisk server behind a firewall or > to localhost so users can try it with their own server. > Have you seen the SwingSet2 demo that comes with the JDK? Its a Swing > application that shows all the controls along with the source code (in > another tab). Something like that as an applet could work for AJ, too. > What do you think? Yes, I have seen that. I think it will work. The big problem is going to be configuring an available test-Asterisk for the non-trivial demonstrations like AGI and AMI. These also pose a high risk when you think about things like Manager exec. We may just want to provide a set of demo config files, and say -- run this applet with these config files, and it'll work. Maybe then link to an Asterisk VMWare image that someone else distributes (like from VMWare's appliances list). Martin |
From: Stefan R. <ste...@re...> - 2009-03-11 01:50:47
Attachments:
signature.asc
|
Wolfgang Pichler wrote: > i will provide basic documentation about the javascript integration - as > soon as possible - it is not that much. That's cool. Thanks! > David has already created a gui for it - @David - can you provide us the > last version of it ? And i would have a designer by hand - to do some > artwork for the gui if necessary. Maybe we can even use the new GUI for the demo applet on the website. > Does anyone know if soemone is providing a iax test account ? Not > everyone will have an iax account by hand to test it - so something like > a echo test would be nice with a preconfigured account. I could provide a IAX account with echo for testing. I don't think it will generate that much traffic so one of our existing Asterisk servers should be able to handle it. =Stefan -- reuter network consulting Neusser Str. 110 50670 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... WWW: http://www.reucon.com Steuernummern 215/5140/1791 USt-IdNr. DE220701760 |
From: Wayne S. <wsc...@ge...> - 2009-03-11 02:28:55
|
I can also setup a box for testing - let me know! On Wed, 2009-03-11 at 02:50 +0100, Stefan Reuter wrote: > te that much traffic so one of our existing Asterisk servers > should be able to handle it. > |
From: David f. <dd...@gm...> - 2009-03-11 03:37:44
|
2009/3/10 Stefan Reuter <ste...@re...> > Wolfgang Pichler wrote: > > i will provide basic documentation about the javascript integration - as > > soon as possible - it is not that much. > > That's cool. Thanks! > > > David has already created a gui for it - @David - can you provide us the > > last version of it ? And i would have a designer by hand - to do some > > artwork for the gui if necessary. > the gui is very poor!!!! is usable every one go to understand it but it is very poor!!!!!!. David > > > Maybe we can even use the new GUI for the demo applet on the website. > > > Does anyone know if soemone is providing a iax test account ? Not > > everyone will have an iax account by hand to test it - so something like > > a echo test would be nice with a preconfigured account. > > I could provide a IAX account with echo for testing. I don't think it > will generate that much traffic so one of our existing Asterisk servers > should be able to handle it. > > =Stefan > > -- > reuter network consulting > Neusser Str. 110 > 50670 Koeln > Germany > Telefon: +49 221 1305699 <ada://+49%20221%201305699>-0 > Telefax: +49 221 1305699 <ada://+49%20221%201305699>-90 > E-Mail: ste...@re... > Jabber: ste...@re... > WWW: http://www.reucon.com > > Steuernummern 215/5140/1791 USt-IdNr. DE220701760 > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. |
From: Wolfgang P. <wpi...@yo...> - 2009-03-11 13:46:47
|
Hi, i will try to get my designer to do some work on it - but i think this will take some days - he is quit busy at time For the echo iax account - i suggest we do add the account data for every available demo echo server near the demo applet - so the user can choose a demo server by himself. regards, Wolfgang Am Mittwoch, den 11.03.2009, 01:37 -0200 schrieb David fire: > > > 2009/3/10 Stefan Reuter <ste...@re...> > Wolfgang Pichler wrote: > > i will provide basic documentation about the javascript > integration - as > > soon as possible - it is not that much. > > > That's cool. Thanks! > > > David has already created a gui for it - @David - can you > provide us the > > last version of it ? And i would have a designer by hand - > to do some > > artwork for the gui if necessary. > the gui is very poor!!!! > is usable every one go to understand it but it is very poor!!!!!!. > David > > > > > Maybe we can even use the new GUI for the demo applet on the > website. > > > Does anyone know if soemone is providing a iax test > account ? Not > > everyone will have an iax account by hand to test it - so > something like > > a echo test would be nice with a preconfigured account. > > > I could provide a IAX account with echo for testing. I don't > think it > will generate that much traffic so one of our existing > Asterisk servers > should be able to handle it. > > =Stefan > > > -- > reuter network consulting > Neusser Str. 110 > 50670 Koeln > Germany > Telefon: +49 221 1305699-0 > Telefax: +49 221 1305699-90 > E-Mail: ste...@re... > Jabber: ste...@re... > WWW: http://www.reucon.com > > Steuernummern 215/5140/1791 USt-IdNr. DE220701760 > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex > Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. > Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based > development > software that enables intelligent coding and step-through > debugging. > Download the free 60 day trial. > http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ Asterisk-java-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: Eric W. <eri...@gm...> - 2009-03-11 13:52:17
|
I have unsubscribe to this list around 6 times now and I'm still getting messages. Can someone please tell me how to get off of the list? Eric Windham On Wed, Mar 11, 2009 at 9:46 AM, Wolfgang Pichler <wpi...@yo...> wrote: > Hi, > > i will try to get my designer to do some work on it - but i think this > will take some days - he is quit busy at time > > For the echo iax account - i suggest we do add the account data for > every available demo echo server near the demo applet - so the user can > choose a demo server by himself. > > regards, > Wolfgang > > Am Mittwoch, den 11.03.2009, 01:37 -0200 schrieb David fire: > > > > > > 2009/3/10 Stefan Reuter <ste...@re...> > > Wolfgang Pichler wrote: > > > i will provide basic documentation about the javascript > > integration - as > > > soon as possible - it is not that much. > > > > > > That's cool. Thanks! > > > > > David has already created a gui for it - @David - can you > > provide us the > > > last version of it ? And i would have a designer by hand - > > to do some > > > artwork for the gui if necessary. > > the gui is very poor!!!! > > is usable every one go to understand it but it is very poor!!!!!!. > > David > > > > > > > > > > Maybe we can even use the new GUI for the demo applet on the > > website. > > > > > Does anyone know if soemone is providing a iax test > > account ? Not > > > everyone will have an iax account by hand to test it - so > > something like > > > a echo test would be nice with a preconfigured account. > > > > > > I could provide a IAX account with echo for testing. I don't > > think it > > will generate that much traffic so one of our existing > > Asterisk servers > > should be able to handle it. > > > > =Stefan > > > > > > -- > > reuter network consulting > > Neusser Str. 110 > > 50670 Koeln > > Germany > > Telefon: +49 221 1305699-0 > > Telefax: +49 221 1305699-90 > > E-Mail: ste...@re... > > Jabber: ste...@re... > > WWW: http://www.reucon.com > > > > Steuernummern 215/5140/1791 USt-IdNr. DE220701760 > > > > > > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex > > Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. > > Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > > development > > software that enables intelligent coding and step-through > > debugging. > > Download the free 60 day trial. > > http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > > > > > > -- > > (\__/) > > (='.'=)This is Bunny. Copy and paste bunny into your > > (")_(")signature to help him gain world domination. > > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ Asterisk-java-devel > mailing list Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > -- ------------------------------------------------------------ Eric Windham ------------------------------------------------------------ |
From: Wayne S. <wsc...@ge...> - 2009-03-11 14:26:01
|
If there is any interest I could offer some flex development for the GUI - just would need help on how we want to communicate to flex.....we've used remote objects etc and blazeDS ....let me know if there is any interest.... On Wed, 2009-03-11 at 14:46 +0100, Wolfgang Pichler wrote: > Hi, > > i will try to get my designer to do some work on it - but i think this > will take some days - he is quit busy at time > > For the echo iax account - i suggest we do add the account data for > every available demo echo server near the demo applet - so the user can > choose a demo server by himself. > > regards, > Wolfgang > > Am Mittwoch, den 11.03.2009, 01:37 -0200 schrieb David fire: > > > > > > 2009/3/10 Stefan Reuter <ste...@re...> > > Wolfgang Pichler wrote: > > > i will provide basic documentation about the javascript > > integration - as > > > soon as possible - it is not that much. > > > > > > That's cool. Thanks! > > > > > David has already created a gui for it - @David - can you > > provide us the > > > last version of it ? And i would have a designer by hand - > > to do some > > > artwork for the gui if necessary. > > the gui is very poor!!!! > > is usable every one go to understand it but it is very poor!!!!!!. > > David > > > > > > > > > > Maybe we can even use the new GUI for the demo applet on the > > website. > > > > > Does anyone know if soemone is providing a iax test > > account ? Not > > > everyone will have an iax account by hand to test it - so > > something like > > > a echo test would be nice with a preconfigured account. > > > > > > I could provide a IAX account with echo for testing. I don't > > think it > > will generate that much traffic so one of our existing > > Asterisk servers > > should be able to handle it. > > > > =Stefan > > > > > > -- > > reuter network consulting > > Neusser Str. 110 > > 50670 Koeln > > Germany > > Telefon: +49 221 1305699-0 > > Telefax: +49 221 1305699-90 > > E-Mail: ste...@re... > > Jabber: ste...@re... > > WWW: http://www.reucon.com > > > > Steuernummern 215/5140/1791 USt-IdNr. DE220701760 > > > > > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex > > Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. > > Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > > development > > software that enables intelligent coding and step-through > > debugging. > > Download the free 60 day trial. > > http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > > > > > > -- > > (\__/) > > (='.'=)This is Bunny. Copy and paste bunny into your > > (")_(")signature to help him gain world domination. > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ Asterisk-java-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: David f. <dd...@gm...> - 2009-03-11 16:46:35
|
i can offer to put one server for the echo server pool. ip: ddfire.no-ip.org user "guest" secret "supersecret" i have dynamic ip os use ddfire.no-ip.org it will be up tomorrow. David 2009/3/11 Wolfgang Pichler <wpi...@yo...> > Hi, > > i will try to get my designer to do some work on it - but i think this > will take some days - he is quit busy at time > > For the echo iax account - i suggest we do add the account data for > every available demo echo server near the demo applet - so the user can > choose a demo server by himself. > > regards, > Wolfgang > > Am Mittwoch, den 11.03.2009, 01:37 -0200 schrieb David fire: > > > > > > 2009/3/10 Stefan Reuter <ste...@re...> > > Wolfgang Pichler wrote: > > > i will provide basic documentation about the javascript > > integration - as > > > soon as possible - it is not that much. > > > > > > That's cool. Thanks! > > > > > David has already created a gui for it - @David - can you > > provide us the > > > last version of it ? And i would have a designer by hand - > > to do some > > > artwork for the gui if necessary. > > the gui is very poor!!!! > > is usable every one go to understand it but it is very poor!!!!!!. > > David > > > > > > > > > > Maybe we can even use the new GUI for the demo applet on the > > website. > > > > > Does anyone know if soemone is providing a iax test > > account ? Not > > > everyone will have an iax account by hand to test it - so > > something like > > > a echo test would be nice with a preconfigured account. > > > > > > I could provide a IAX account with echo for testing. I don't > > think it > > will generate that much traffic so one of our existing > > Asterisk servers > > should be able to handle it. > > > > =Stefan > > > > > > -- > > reuter network consulting > > Neusser Str. 110 > > 50670 Koeln > > Germany > > Telefon: +49 221 1305699 <ada://+49%20221%201305699>-0 > > Telefax: +49 221 1305699 <ada://+49%20221%201305699>-90 > > E-Mail: ste...@re... > > Jabber: ste...@re... > > WWW: http://www.reucon.com > > > > Steuernummern 215/5140/1791 USt-IdNr. DE220701760 > > > > > > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex > > Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. > > Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > > development > > software that enables intelligent coding and step-through > > debugging. > > Download the free 60 day trial. > > http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > > > > > > > -- > > (\__/) > > (='.'=)This is Bunny. Copy and paste bunny into your > > (")_(")signature to help him gain world domination. > > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ Asterisk-java-devel > mailing list Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. |