From konstantinos.arvanitis at gmail.com Tue May 6 07:06:33 2008 From: konstantinos.arvanitis at gmail.com (Konstantinos Arvanitis) Date: Tue, 6 May 2008 17:06:33 +0300 Subject: [Moziax] Feature requests and questions Message-ID: <6c21a00f0805060706q6ba150d4lb7a79f379ca83b4c@mail.gmail.com> Hi, I have begun considering using MozIAX as a dialer in a Web based application I am developing. However my knowledge of JavaScript is not up to the level needed to understand it enough to modify it. So I want to ask the following questions, before I delve further into MozIAX code... 1. How active is the development on MozIAX? I can see that the repository files are 14 months old! Is there anyone still working on it? 2. Right now the first time a tel:// URL is clicked MozIAX opens but the number is not dialed. I know this is already marked as a bug, but is anyone working on it? How easy will it be to fix it myself? Where should I start? 3. Is there a way to have the same functionality (dial by clicking a tel:// link) without the UI showing? How easy would it be to accomplish that? This also important, since it breaks the page layout and design for the rest of the application. From jd.girard at sysnux.pf Tue May 6 08:58:40 2008 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Tue, 06 May 2008 05:58:40 -1000 Subject: [Moziax] Feature requests and questions In-Reply-To: <6c21a00f0805060706q6ba150d4lb7a79f379ca83b4c@mail.gmail.com> References: <6c21a00f0805060706q6ba150d4lb7a79f379ca83b4c@mail.gmail.com> Message-ID: <48208030.4040402@sysnux.pf> Konstantinos Arvanitis a ?crit : > Hi, I have begun considering using MozIAX as a dialer in a Web based > application I am developing. > > However my knowledge of JavaScript is not up to the level needed to > understand it enough to modify it. > > So I want to ask the following questions, before I delve further into > MozIAX code... > > 1. How active is the development on MozIAX? I can see that the > repository files are 14 months old! Is there anyone still working on > it? Yes I know... Well, I'm still working on MozIAX in my spare time. I've been doing custom development for a client (support for Plantronics CS60-usb headset buttons). Bugs 16529, 17736, 16906, 18133, and 17751 are resolved in my local version. I've also started to work on support for multiple IAX accounts. As you may know from the list, some people are working on an OSX version, and I was hoping to release the next version with Mac support. > > 2. Right now the first time a tel:// URL is clicked MozIAX opens but > the number is not dialed. I know this is already marked as a bug, but > is anyone working on it? How easy will it be to fix it myself? Where > should I start? Yes it is resolved. > > 3. Is there a way to have the same functionality (dial by clicking a > tel:// link) without the UI showing? How easy would it be to > accomplish that? This also important, since it breaks the page layout > and design for the rest of the application. This is probably doable, but would require significant work. Also I don't see the point: why does the UI break the page layout? How would you control the call (mute, hold, hangup...)? Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 50 10 40 / GSM: +689 79 75 27 From konstantinos.arvanitis at gmail.com Tue May 6 09:50:20 2008 From: konstantinos.arvanitis at gmail.com (Konstantinos Arvanitis) Date: Tue, 6 May 2008 19:50:20 +0300 Subject: [Moziax] Feature requests and questions In-Reply-To: <48208030.4040402@sysnux.pf> References: <6c21a00f0805060706q6ba150d4lb7a79f379ca83b4c@mail.gmail.com> <48208030.4040402@sysnux.pf> Message-ID: <6c21a00f0805060950i160f3bb1q44e4dd720c2c38d8@mail.gmail.com> 2008/5/6 Jean-Denis Girard : > Konstantinos Arvanitis a ?crit : > > > Hi, I have begun considering using MozIAX as a dialer in a Web based > > application I am developing. > > > > However my knowledge of JavaScript is not up to the level needed to > > understand it enough to modify it. > > > > So I want to ask the following questions, before I delve further into > > MozIAX code... > > > > 1. How active is the development on MozIAX? I can see that the > > repository files are 14 months old! Is there anyone still working on > > it? > > Yes I know... Well, I'm still working on MozIAX in my spare time. I've > been doing custom development for a client (support for Plantronics > CS60-usb headset buttons). Bugs 16529, 17736, 16906, 18133, and 17751 > are resolved in my local version. I've also started to work on support > for multiple IAX accounts. > > As you may know from the list, some people are working on an OSX > version, and I was hoping to release the next version with Mac support. That's nice, but it makes the progress seem very slow. Although I know I am not yet in a position to do any good, a more gradual release of the source should help more people who want to do some coding. Right now the project appears to be almost inactive, even though this is not actually the case as you wrote above. > > 2. Right now the first time a tel:// URL is clicked MozIAX opens but > > the number is not dialed. I know this is already marked as a bug, but > > is anyone working on it? How easy will it be to fix it myself? Where > > should I start? > > Yes it is resolved. That's nice, because it's very annoying. > > 3. Is there a way to have the same functionality (dial by clicking a > > tel:// link) without the UI showing? How easy would it be to > > accomplish that? This also important, since it breaks the page layout > > and design for the rest of the application. > > This is probably doable, but would require significant work. Also I > don't see the point: why does the UI break the page layout? How would > you control the call (mute, hold, hangup...)? In my application, I actually use MozIAX more like a way to listen to remote sounds (via tel:// links) than a way to place calls. So the extra buttons actually confuse the users. What I would really like to have MozIAX do is simply start a call through a link and close it if another is requested or if the other end hangs up on us. How much work would that be? I know I need at least 3 days before I begin to even make sense of the JavaScript enough to change it (I'm a newbie, I know). Is there anyone on the list who can give me some pointers? Also, is there an estimate for a release, at least with the bug fixes? From john.tilghman at gmail.com Sun May 11 18:08:50 2008 From: john.tilghman at gmail.com (John Tilghman) Date: Sun, 11 May 2008 21:08:50 -0400 Subject: [Moziax] Development of MozIax Message-ID: What does it take to create a development environment to be able to recompile moziax ? i have Linux, so i know that's a good start. thanks, JT -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20080511/4019acb7/attachment.html