From d.mazzoni at ui.prato.it Tue Feb 5 02:51:00 2008 From: d.mazzoni at ui.prato.it (Davide Mazzoni) Date: Tue, 05 Feb 2008 11:51:00 +0100 Subject: [Moziax] thin client and moziax Message-ID: <565d0c0.1c867e5.6501d6.29@ui.prato.it> Hi, i'm new to moziax. I've this problem: I want to use a softphone in the server side using mic and headset physically plugged on thin client. I heard that this is possible with moziax separing network_clinet and interface. How can I set up this configuration using a linux thin client and a windows xp server? Thanks a lot. --------------------------------------- dott. Davide Mazzoni Responsabile ICT Unione Industriale Pratese Tel. +39 0574 4555 eFax. +39 0574 789899 Email. d.mazzoni at ui.prato.it --------------------------------------- Le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Societ? sopraindicati. La diffusione, distribuzione e/o copiatura del documento trasmesso da parte di qualsiasi soggetto diverso dal destinatario ? proibita, sia ai sensi dell'art. 616 c.p. , che ai sensi del D.Lgs. n. 196/2003. Se avete ricevuto questo messaggio per errore, vi preghiamo di distruggerlo e di informarci immediatamente per telefono allo 0574 4551 o inviando un messaggio all'indirizzo e-mail uip at ui.prato.it -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20080205/cf2b01ad/attachment.html From jd.girard at sysnux.pf Tue Feb 5 08:27:48 2008 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Tue, 05 Feb 2008 06:27:48 -1000 Subject: [Moziax] thin client and moziax In-Reply-To: <565d0c0.1c867e5.6501d6.29@ui.prato.it> References: <565d0c0.1c867e5.6501d6.29@ui.prato.it> Message-ID: <47A88E84.7000107@sysnux.pf> Hi Davide, Davide Mazzoni a ?crit : > Hi, > > i?m new to moziax. > > I?ve this problem: I want to use a softphone in the server side using > mic and headset physically plugged on thin client. > > I heard that this is possible with moziax separing network_clinet and > interface. > > How can I set up this configuration using a linux thin client and a > windows xp server? You have to find a way to launch network_client on the thin client (you can use parameter -d so that network_client is in daemon mode); of course sound should be correctly setup and working on the thin client before trying to use network_client. Then start Firefox with environment vairiable PROXIAX_HOST set to the address of the thin client; the UI will connect to network_client. This has been discussed a few times on the mailing list. Please let me know how things are going. 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 voltagex at gmail.com Tue Feb 5 15:28:38 2008 From: voltagex at gmail.com (Adam) Date: Wed, 6 Feb 2008 10:28:38 +1100 Subject: [Moziax] Mac OS X progress Message-ID: <8f1cf64b0802051528n39677e3eudebb1b33d818a84d@mail.gmail.com> What still needs to be done for the Mac OS X port? I've got some time to work on it now. From jd.girard at sysnux.pf Tue Feb 5 16:14:06 2008 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Tue, 05 Feb 2008 14:14:06 -1000 Subject: [Moziax] Mac OS X progress In-Reply-To: <8f1cf64b0802051528n39677e3eudebb1b33d818a84d@mail.gmail.com> References: <8f1cf64b0802051528n39677e3eudebb1b33d818a84d@mail.gmail.com> Message-ID: <47A8FBCE.9080403@sysnux.pf> Hi Adam, Adam a ?crit : > What still needs to be done for the Mac OS X port? I've got some time > to work on it now. Well it seems the blocking point is to lauch an executable from the Javascript code. To summarize, nice folks have been able to build the network_client executable on OSX, but it seems that the "run" function used in mozphone.js to lauch network_client on Linux or Windows does not work on OSX: it is blocking the calling process. I was supposed to have a look at it, but unfortunately I was not able to get a Mac as I hopped. One idea I had was to look at the OpenKomodo code, as they have an option to run external programs. 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 rodgers at nlm.nih.gov Tue Feb 5 19:40:23 2008 From: rodgers at nlm.nih.gov (R.P.C. Rodgers) Date: Tue, 05 Feb 2008 22:40:23 -0500 Subject: [Moziax] Mac OS X progress In-Reply-To: <47A8FBCE.9080403@sysnux.pf> References: <8f1cf64b0802051528n39677e3eudebb1b33d818a84d@mail.gmail.com> <47A8FBCE.9080403@sysnux.pf> Message-ID: <47A92C27.9050204@nlm.nih.gov> Jean-Denis Girard wrote: > Hi Adam, > > > Adam a ?crit : > >> What still needs to be done for the Mac OS X port? I've got some time >> to work on it now. >> > > Well it seems the blocking point is to lauch an executable from the > Javascript code. To summarize, nice folks have been able to build the > network_client executable on OSX, but it seems that the "run" function > used in mozphone.js to lauch network_client on Linux or Windows does not > work on OSX: it is blocking the calling process. I was supposed to have > a look at it, but unfortunately I was not able to get a Mac as I hopped. > One idea I had was to look at the OpenKomodo code, as they have an > option to run external programs. > > > Thanks, > I'm sorry to hear that you could not get the Mac, Jean-Denis. And therefor doubly happy to hear Adam is willing to take a look at this. The preliminary work was done by us at NLM and by our collaborator at Sun Labs, Stephen Uhler (stephen.uhler at sun.com). Our project has been unexpectedly shut down by management, though I hope to keep a hand in on my own time, as I think it important. Stephen would be eager to answer questions, I am certain. Please keep us apprised, Adam, as we'd like to put this to work ASAP once it's working... Best Regards, Rick Rodgers From voltagex at gmail.com Thu Feb 7 04:46:12 2008 From: voltagex at gmail.com (Adam) Date: Thu, 7 Feb 2008 23:46:12 +1100 Subject: [Moziax] Mac OS X progress Message-ID: <8f1cf64b0802070446o5cad1flf9c2064d1fb1b245@mail.gmail.com> If we can work out a time when our timezones line up I can give you access to my Macbook laptop via SSH. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20080207/e76ab3a0/attachment.html From rodgers at nlm.nih.gov Thu Feb 7 09:53:11 2008 From: rodgers at nlm.nih.gov (R.P.C. Rodgers) Date: Thu, 07 Feb 2008 12:53:11 -0500 Subject: [Moziax] Mac OS X progress In-Reply-To: <8f1cf64b0802070446o5cad1flf9c2064d1fb1b245@mail.gmail.com> References: <8f1cf64b0802070446o5cad1flf9c2064d1fb1b245@mail.gmail.com> Message-ID: <47AB4587.6080406@nlm.nih.gov> I assume that offer is for Jean-Daniel?? I wish you great luck with attacking this problem, it will be splendid to see Mozphone working properly on the Mac! Cheers, Rick Rodgers Adam wrote: > If we can work out a time when our timezones line up I can give you > access to my Macbook laptop via SSH. > > ------------------------------------------------------------------------ > > _______________________________________________ > Moziax mailing list > Moziax at mozdev.org > https://www.mozdev.org/mailman/listinfo/moziax > From voltagex at gmail.com Thu Feb 7 14:01:05 2008 From: voltagex at gmail.com (Adam) Date: Fri, 8 Feb 2008 09:01:05 +1100 Subject: [Moziax] Mac OS X progress Message-ID: <8f1cf64b0802071401sd6b305dm4d203ee1f1f4e6a@mail.gmail.com> The offer is for both of you! On Feb 8, 2008 7:00 AM, wrote: > Send Moziax mailing list submissions to > moziax at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.mozdev.org/mailman/listinfo/moziax > or, via email, send a message with subject or body 'help' to > moziax-request at mozdev.org > > You can reach the person managing the list at > moziax-owner at mozdev.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Moziax digest..." > > > Today's Topics: > > 1. Re: Mac OS X progress (Adam) > 2. Re: Mac OS X progress (R.P.C. Rodgers) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 7 Feb 2008 23:46:12 +1100 > From: Adam > Subject: Re: [Moziax] Mac OS X progress > To: moziax at mozdev.org > Message-ID: > <8f1cf64b0802070446o5cad1flf9c2064d1fb1b245 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > If we can work out a time when our timezones line up I can give you access > to my Macbook laptop via SSH. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://www.mozdev.org/pipermail/moziax/attachments/20080207/e76ab3a0/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Thu, 07 Feb 2008 12:53:11 -0500 > From: "R.P.C. Rodgers" > Subject: Re: [Moziax] Mac OS X progress > To: moziax at mozdev.org, stephen.uhler at sun.com, "R. P. C. Rodgers, > M.D." > Message-ID: <47AB4587.6080406 at nlm.nih.gov> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I assume that offer is for Jean-Daniel?? I wish you great luck with > attacking this problem, it > will be splendid to see Mozphone working properly on the Mac! > > Cheers, Rick Rodgers > > > Adam wrote: > > If we can work out a time when our timezones line up I can give you > > access to my Macbook laptop via SSH. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Moziax mailing list > > Moziax at mozdev.org > > https://www.mozdev.org/mailman/listinfo/moziax > > > > > > ------------------------------ > > _______________________________________________ > Moziax mailing list > Moziax at mozdev.org > https://www.mozdev.org/mailman/listinfo/moziax > > > End of Moziax Digest, Vol 26, Issue 3 > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20080208/e92dff84/attachment.html From rodgers at arborvitae.com Fri Feb 8 07:03:26 2008 From: rodgers at arborvitae.com (R. P. C. Rodgers, M.D.) Date: Fri, 8 Feb 2008 10:03:26 -0500 (EST) Subject: [Moziax] Mac OS X progress Message-ID: <200802081503.m18F3QU01691@tintin.arborvitae.com> Well, we *have* plenty of macs - what we don't have is the knowledge of how to properly modify the 1-2 lines of code that trigger the client on the Mac. Currently, the code defaults to using the Linux code, which does not work. The client can be triggered manually on the Mac. So what we need is someone who knows how Firefox extensions get triggered properly under OS X. I hope you have some expertise in that area? Stephen Uhler might be able to add some additional specific comments to get you started, I am away from the office and don't have access to the code so can't cite file names and line numbers, tho I think they are in past comments in the forum thread about this issue... Cheers, Rick Rodgers > From voltagex at gmail.com Fri Feb 8 09:38:03 2008 > Date: Fri, 8 Feb 2008 09:01:05 +1100 > From: Adam > To: moziax at mozdev.org, rodgers at arborvitae.com > Subject: Re: Mac OS X progress > > The offer is for both of you! > On Feb 8, 2008 7:00 AM, wrote: > > > Send Moziax mailing list submissions to > > moziax at mozdev.org > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://www.mozdev.org/mailman/listinfo/moziax > > or, via email, send a message with subject or body 'help' to > > moziax-request at mozdev.org > > > > You can reach the person managing the list at > > moziax-owner at mozdev.org > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Moziax digest..." > > > > > > Today's Topics: > > > > 1. Re: Mac OS X progress (Adam) > > 2. Re: Mac OS X progress (R.P.C. Rodgers) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Thu, 7 Feb 2008 23:46:12 +1100 > > From: Adam > > Subject: Re: [Moziax] Mac OS X progress > > To: moziax at mozdev.org > > Message-ID: > > <8f1cf64b0802070446o5cad1flf9c2064d1fb1b245 at mail.gmail.com> > > Content-Type: text/plain; charset="iso-8859-1" > > > > If we can work out a time when our timezones line up I can give you access > > to my Macbook laptop via SSH. > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: > > http://www.mozdev.org/pipermail/moziax/attachments/20080207/e76ab3a0/attachment-0001.html > > > > ------------------------------ > > > > Message: 2 > > Date: Thu, 07 Feb 2008 12:53:11 -0500 > > From: "R.P.C. Rodgers" > > Subject: Re: [Moziax] Mac OS X progress > > To: moziax at mozdev.org, stephen.uhler at sun.com, "R. P. C. Rodgers, > > M.D." > > Message-ID: <47AB4587.6080406 at nlm.nih.gov> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > I assume that offer is for Jean-Daniel?? I wish you great luck with > > attacking this problem, it > > will be splendid to see Mozphone working properly on the Mac! > > > > Cheers, Rick Rodgers > > > > > > Adam wrote: > > > If we can work out a time when our timezones line up I can give you > > > access to my Macbook laptop via SSH. > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Moziax mailing list > > > Moziax at mozdev.org > > > https://www.mozdev.org/mailman/listinfo/moziax > > > > > > > > > > > ------------------------------ > > > > _______________________________________________ > > Moziax mailing list > > Moziax at mozdev.org > > https://www.mozdev.org/mailman/listinfo/moziax > > > > > > End of Moziax Digest, Vol 26, Issue 3 > > ************************************* > > From voltagex at gmail.com Sat Feb 9 18:22:42 2008 From: voltagex at gmail.com (Adam) Date: Sun, 10 Feb 2008 13:22:42 +1100 Subject: [Moziax] Mac OS X progress Message-ID: <8f1cf64b0802091822l3a9c8905r5c01e0d5c164ff2b@mail.gmail.com> Unfortunately I've looked at the code and I can't for the life of me work out why the iaxclient isn't launching properly. Maybe a post to the Apple developer forums is in order. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20080210/ec5dc95b/attachment.html From jd.girard at sysnux.pf Sat Feb 9 20:21:42 2008 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Sat, 09 Feb 2008 18:21:42 -1000 Subject: [Moziax] Mac OS X progress In-Reply-To: <8f1cf64b0802091822l3a9c8905r5c01e0d5c164ff2b@mail.gmail.com> References: <8f1cf64b0802091822l3a9c8905r5c01e0d5c164ff2b@mail.gmail.com> Message-ID: <47AE7BD6.80401@sysnux.pf> Adam a ?crit : > Unfortunately I've looked at the code and I can't for the life of me > work out why the iaxclient isn't launching properly. Maybe a post to the > Apple developer forums is in order. Adam, thanks for your offer for ssh access. I'm not sure it will be easy because I need to start MozPhone, which will be very slow through ssh. I dis some more googling, it seems on Mac people use the "open" command to launch external applications from their extensions. Could you try to modify the mozphone.js code to run: /usr/bin/open -a /path/to/network_client it should be something like: var file = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); file.initWithPath('/usr/bin/open'); var process = Components.classes["@mozilla.org/process/util;1"] .createInstance(Components.interfaces.nsIProcess); process.run(false, ['-a','/path/to/network_client'], 2); I took example from: https://develop.participatoryculture.org/trac/vacuum/browser/trunk/mediabar/content/main.js?rev=152 Please report how it goes. 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 golfieri at gmail.com Fri Feb 29 03:48:11 2008 From: golfieri at gmail.com (Marcello Golfieri) Date: Fri, 29 Feb 2008 12:48:11 +0100 Subject: [Moziax] Some changes suggested Message-ID: Hi there, I'd like to let you know some of the modifications I did on my mozphone.xpi, mainly decided based on our requests (that is, installing mozphone on a firefox portable on a pendrive), JD told me there was the possibility that some of those could be useful, so there I am. 1) Changing prefs file position into mozilla user profile at line 98 and 101 in /moziax/chrome/content/mozphone/preferences.js change it like this: var d = new Dir( du.getMozUserHomeDir() ); d.append ( '.mozphone' ); if( ! d.exists() ) d.create(); var d = new Dir( du.getMozUserHomeDir() ); This doesn't fix a major problem anyways: the fact that the pwd is stored in plain text anyways on the FS. A big hit could be integrating this auth storage inside mozilla security solution into the profile. SHA1 or MD5 would be good, but then again, some more code rewriting would be necessary. Maybe in future, I'll do it myself, but right now I am extremely busy... :-( 2) Labelling with debug messages the connection status (instead of just changing color): These lines have been ADDED! (sorry, some italian language follows up) line 557 in mozphone.js: gui.registration.label='Connessione stabilita'; line 566: gui.registration.label='Errore di connessione'; line 573: gui.registration.label='Server irraggiungibile'; The other modifications are context-dependent, like filtering on moziax side some strings dragged from Zimbra, filtering its default +01... What I was telling JD was that I need to change the default protocol handler towards "callto:" because that's the default in Zimbra. And moziax looks much easier to modify! I'll try and let you know. -- Marcello Golfieri -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20080229/016f2588/attachment.html