From golfieri at gmail.com Mon Apr 2 02:14:45 2007 From: golfieri at gmail.com (Marcello Golfieri) Date: Mon, 2 Apr 2007 11:14:45 +0200 Subject: [Moziax] prefs configuration file position Message-ID: Hi folks, I already discussed about the prefs file position. Jean-Denis promptly told me that rewriting code to store user preferences inside the Mozilla configuration tree would take a heck of work. I then suggested that I would have tried to do it myself in the spare time, but without much success, I have 0 time left after my workday. I also have no experience at all in web 2.0 development, so I'm pretty stuck, the only time I peeked at the code I was even surprised by the .xul extension, guess what I know... Is anybody able to tell me how and where to change in the source code the prefs file position? And anyways, how do I recompile it? - caio80 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070402/e1561a49/attachment.html From cresco at poczta.onet.pl Mon Apr 2 04:29:53 2007 From: cresco at poczta.onet.pl (W. Kalinowski) Date: Mon, 02 Apr 2007 13:29:53 +0200 Subject: [Moziax] prefs configuration file position In-Reply-To: Message-ID: <20070402113000Z4002610-24928+495@kps3.test.onet.pl> Hi Marcello, you can find the prefs file position in mozphone-windows.xpi\chrome\mozphone.jar\content\mozphone\ preferences.js line from 96 to 107. This code used classes from jslib http://jslib.mozdev.org/libraries/io/io.html Regards Wlodzimierz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070402/a290b444/attachment.html From voltagex at gmail.com Wed Apr 11 06:31:23 2007 From: voltagex at gmail.com (Adam B) Date: Wed, 11 Apr 2007 23:31:23 +1000 Subject: [Moziax] Mac version: Help offered Message-ID: <8f1cf64b0704110631x692915dana70399a090512687@mail.gmail.com> Hi, What help do you need to get the Mac version working? --Adam From jd.girard at sysnux.pf Thu Apr 12 11:14:11 2007 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Thu, 12 Apr 2007 08:14:11 -1000 Subject: [Moziax] Mac version: Help offered In-Reply-To: <8f1cf64b0704110631x692915dana70399a090512687@mail.gmail.com> References: <8f1cf64b0704110631x692915dana70399a090512687@mail.gmail.com> Message-ID: <461E76F3.90307@sysnux.pf> Adam B a ?crit : > Hi, > What help do you need to get the Mac version working? Hi Adam, What is needed is to compile network_client; for this you'll need first to compile libiaxclient. This is the most difficult part, but a few people reported they have done it in the past. Then some modifications are needed for XUL installer, and for starting network_client from the interface (see chrome/content/mozphone/mozphone.js). Can you have a look at this post from the archives: http://www.mozdev.org/pipermail/moziax/2006-September/000171.html If you need more info do not hesitate to ask; I really look forward Mac support. Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 From voltagex at gmail.com Thu Apr 12 15:07:35 2007 From: voltagex at gmail.com (Adam B) Date: Fri, 13 Apr 2007 08:07:35 +1000 Subject: [Moziax] Mac version: Help offered Message-ID: <8f1cf64b0704121507k2ac82f20w8a2026fe0a186d05@mail.gmail.com> Unfortunately I have no idea how to make the changes needed... so someone else would have to make the patches. I was hoping that the help needed was more along the lines of compile time :S On 4/13/07, moziax-request at mozdev.org wrote: > > Send Moziax mailing list submissions to > moziax at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://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. Mac version: Help offered (Adam B) > 2. Re: Mac version: Help offered (Jean-Denis Girard) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 11 Apr 2007 23:31:23 +1000 > From: "Adam B" > Subject: [Moziax] Mac version: Help offered > To: moziax at mozdev.org > Message-ID: > <8f1cf64b0704110631x692915dana70399a090512687 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > What help do you need to get the Mac version working? > > --Adam > > > ------------------------------ > > Message: 2 > Date: Thu, 12 Apr 2007 08:14:11 -1000 > From: Jean-Denis Girard > Subject: Re: [Moziax] Mac version: Help offered > To: moziax at mozdev.org > Message-ID: <461E76F3.90307 at sysnux.pf> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Adam B a ?crit : > > Hi, > > What help do you need to get the Mac version working? > > Hi Adam, > > What is needed is to compile network_client; for this you'll need first > to compile libiaxclient. This is the most difficult part, but a few > people reported they have done it in the past. > > Then some modifications are needed for XUL installer, and for starting > network_client from the interface (see > chrome/content/mozphone/mozphone.js). > > Can you have a look at this post from the archives: > http://www.mozdev.org/pipermail/moziax/2006-September/000171.html > > If you need more info do not hesitate to ask; I really look forward Mac > support. > > > Thanks, > -- > Jean-Denis Girard > > SysNux Syst?mes Linux en Polyn?sie fran?aise > http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 > > > ------------------------------ > > _______________________________________________ > Moziax mailing list > Moziax at mozdev.org > http://mozdev.org/mailman/listinfo/moziax > > > End of Moziax Digest, Vol 19, Issue 2 > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070413/ad76d4a3/attachment-0001.html From voltagex at gmail.com Thu Apr 12 15:10:17 2007 From: voltagex at gmail.com (Adam B) Date: Fri, 13 Apr 2007 08:10:17 +1000 Subject: [Moziax] Mac support - IAXClient patch? Message-ID: <8f1cf64b0704121510o51e787f8t4d844a23df769b72@mail.gmail.com> Seems to be a patch http://osdir.com/ml/telephony.pbx.asterisk.iaxclient.devel/2006-02/msg00053.html On 4/13/07, moziax-request at mozdev.org wrote: > > Send Moziax mailing list submissions to > moziax at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://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. Mac version: Help offered (Adam B) > 2. Re: Mac version: Help offered (Jean-Denis Girard) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 11 Apr 2007 23:31:23 +1000 > From: "Adam B" > Subject: [Moziax] Mac version: Help offered > To: moziax at mozdev.org > Message-ID: > <8f1cf64b0704110631x692915dana70399a090512687 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > What help do you need to get the Mac version working? > > --Adam > > > ------------------------------ > > Message: 2 > Date: Thu, 12 Apr 2007 08:14:11 -1000 > From: Jean-Denis Girard > Subject: Re: [Moziax] Mac version: Help offered > To: moziax at mozdev.org > Message-ID: <461E76F3.90307 at sysnux.pf> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Adam B a ?crit : > > Hi, > > What help do you need to get the Mac version working? > > Hi Adam, > > What is needed is to compile network_client; for this you'll need first > to compile libiaxclient. This is the most difficult part, but a few > people reported they have done it in the past. > > Then some modifications are needed for XUL installer, and for starting > network_client from the interface (see > chrome/content/mozphone/mozphone.js). > > Can you have a look at this post from the archives: > http://www.mozdev.org/pipermail/moziax/2006-September/000171.html > > If you need more info do not hesitate to ask; I really look forward Mac > support. > > > Thanks, > -- > Jean-Denis Girard > > SysNux Syst?mes Linux en Polyn?sie fran?aise > http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 > > > ------------------------------ > > _______________________________________________ > Moziax mailing list > Moziax at mozdev.org > http://mozdev.org/mailman/listinfo/moziax > > > End of Moziax Digest, Vol 19, Issue 2 > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070413/b68f6098/attachment-0001.html From voltagex at gmail.com Thu Apr 12 15:59:39 2007 From: voltagex at gmail.com (Adam B) Date: Fri, 13 Apr 2007 08:59:39 +1000 Subject: [Moziax] Mac support - IAXClient patch? In-Reply-To: <8f1cf64b0704121510o51e787f8t4d844a23df769b72@mail.gmail.com> References: <8f1cf64b0704121510o51e787f8t4d844a23df769b72@mail.gmail.com> Message-ID: <8f1cf64b0704121559o44ad2715x46831730ca21f0b6@mail.gmail.com> VoltageLaptop:/usr/src/iaxclient/iaxclient/lib root# file libiaxclient.a libiaxclient.a: Mach-O universal binary with 2 architectures libiaxclient.a (for architecture i386): current ar archive random library libiaxclient.a (for architecture ppc): current ar archive It seems that the patch had already been included in SVN. Now I need to get the network client compiling. On 4/13/07, Adam B wrote: > > Seems to be a patch > http://osdir.com/ml/telephony.pbx.asterisk.iaxclient.devel/2006-02/msg00053.html > > On 4/13/07, moziax-request at mozdev.org wrote: > > > > Send Moziax mailing list submissions to > > moziax at mozdev.org > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://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. Mac version: Help offered (Adam B) > > 2. Re: Mac version: Help offered (Jean-Denis Girard) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Wed, 11 Apr 2007 23:31:23 +1000 > > From: "Adam B" > > Subject: [Moziax] Mac version: Help offered > > To: moziax at mozdev.org > > Message-ID: > > <8f1cf64b0704110631x692915dana70399a090512687 at mail.gmail.com> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Hi, > > What help do you need to get the Mac version working? > > > > --Adam > > > > > > ------------------------------ > > > > Message: 2 > > Date: Thu, 12 Apr 2007 08:14:11 -1000 > > From: Jean-Denis Girard < jd.girard at sysnux.pf> > > Subject: Re: [Moziax] Mac version: Help offered > > To: moziax at mozdev.org > > Message-ID: <461E76F3.90307 at sysnux.pf > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Adam B a ?crit : > > > Hi, > > > What help do you need to get the Mac version working? > > > > Hi Adam, > > > > What is needed is to compile network_client; for this you'll need first > > to compile libiaxclient. This is the most difficult part, but a few > > people reported they have done it in the past. > > > > Then some modifications are needed for XUL installer, and for starting > > network_client from the interface (see > > chrome/content/mozphone/mozphone.js). > > > > Can you have a look at this post from the archives: > > http://www.mozdev.org/pipermail/moziax/2006-September/000171.html > > > > If you need more info do not hesitate to ask; I really look forward Mac > > support. > > > > > > Thanks, > > -- > > Jean-Denis Girard > > > > SysNux Syst?mes Linux en Polyn?sie fran?aise > > http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 > > > > > > ------------------------------ > > > > _______________________________________________ > > Moziax mailing list > > Moziax at mozdev.org > > http://mozdev.org/mailman/listinfo/moziax > > > > > > End of Moziax Digest, Vol 19, Issue 2 > > ************************************* > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070413/9baa98e0/attachment-0001.html From voltagex at gmail.com Thu Apr 12 16:15:53 2007 From: voltagex at gmail.com (Adam B) Date: Fri, 13 Apr 2007 09:15:53 +1000 Subject: [Moziax] Mac support - IAXClient patch? In-Reply-To: <8f1cf64b0704121559o44ad2715x46831730ca21f0b6@mail.gmail.com> References: <8f1cf64b0704121510o51e787f8t4d844a23df769b72@mail.gmail.com> <8f1cf64b0704121559o44ad2715x46831730ca21f0b6@mail.gmail.com> Message-ID: <8f1cf64b0704121615y1cef727bo6bf35cb8a2bb8ada@mail.gmail.com> /usr/src/moziax/src/iaxclient_network gcc -I../iaxclient/lib -I../iaxclient/lib/libiax/src -I../iaxclient/lib/gsm/inc -I../iaxclient/lib/portaudio/pa_common -I../iaxclient/lib/portaudio/pablio -I. -DMOZPHONE -DPOSIXSLEEP -DGASTMAN -c network_client.c -o network_client.o network_client.c:614: warning: 'struct iaxc_ev_image' declared inside parameter list network_client.c:614: warning: its scope is only this definition or declaration, which is probably not what you want network_client.c:614: error: parameter 1 ('e') has incomplete type network_client.c: In function 'iaxc_callback': network_client.c:746: error: 'IAXC_EVENT_IMAGE' undeclared (first use in this function) network_client.c:746: error: (Each undeclared identifier is reported only once network_client.c:746: error: for each function it appears in.) network_client.c:747: error: 'union ' has no member named 'image' network_client.c:747: error: type of formal parameter 1 is incomplete make: *** [network_client.o] Error 1 That's about as far as I can go as I'm no C guru. On 4/13/07, Adam B wrote: > > VoltageLaptop:/usr/src/iaxclient/iaxclient/lib root# file libiaxclient.a > libiaxclient.a: Mach-O universal binary with 2 architectures > libiaxclient.a (for architecture i386): current ar archive random library > libiaxclient.a (for architecture ppc): current ar archive > > It seems that the patch had already been included in SVN. > > Now I need to get the network client compiling. > > > On 4/13/07, Adam B wrote: > > > > Seems to be a patch http://osdir.com/ml/telephony.pbx.asterisk.iaxclient.devel/2006-02/msg00053.html > > > > > > On 4/13/07, moziax-request at mozdev.org < moziax-request at mozdev.org> > > wrote: > > > > > > Send Moziax mailing list submissions to > > > moziax at mozdev.org > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > http://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. Mac version: Help offered (Adam B) > > > 2. Re: Mac version: Help offered (Jean-Denis Girard) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Wed, 11 Apr 2007 23:31:23 +1000 > > > From: "Adam B" > > > Subject: [Moziax] Mac version: Help offered > > > To: moziax at mozdev.org > > > Message-ID: > > > <8f1cf64b0704110631x692915dana70399a090512687 at mail.gmail.com > > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > > > Hi, > > > What help do you need to get the Mac version working? > > > > > > --Adam > > > > > > > > > ------------------------------ > > > > > > Message: 2 > > > Date: Thu, 12 Apr 2007 08:14:11 -1000 > > > From: Jean-Denis Girard < jd.girard at sysnux.pf> > > > Subject: Re: [Moziax] Mac version: Help offered > > > To: moziax at mozdev.org > > > Message-ID: < 461E76F3.90307 at sysnux.pf > > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > > > Adam B a ?crit : > > > > Hi, > > > > What help do you need to get the Mac version working? > > > > > > Hi Adam, > > > > > > What is needed is to compile network_client; for this you'll need > > > first > > > to compile libiaxclient. This is the most difficult part, but a few > > > people reported they have done it in the past. > > > > > > Then some modifications are needed for XUL installer, and for starting > > > network_client from the interface (see > > > chrome/content/mozphone/mozphone.js). > > > > > > Can you have a look at this post from the archives: > > > http://www.mozdev.org/pipermail/moziax/2006-September/000171.html > > > > > > If you need more info do not hesitate to ask; I really look forward > > > Mac > > > support. > > > > > > > > > Thanks, > > > -- > > > Jean-Denis Girard > > > > > > SysNux Syst?mes Linux en Polyn?sie fran?aise > > > http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 > > > > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > Moziax mailing list > > > Moziax at mozdev.org > > > http://mozdev.org/mailman/listinfo/moziax > > > > > > > > > End of Moziax Digest, Vol 19, Issue 2 > > > ************************************* > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070413/c58d4c22/attachment-0001.html From jd.girard at sysnux.pf Fri Apr 13 09:18:53 2007 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Fri, 13 Apr 2007 06:18:53 -1000 Subject: [Moziax] Mac support - IAXClient patch? In-Reply-To: <8f1cf64b0704121615y1cef727bo6bf35cb8a2bb8ada@mail.gmail.com> References: <8f1cf64b0704121510o51e787f8t4d844a23df769b72@mail.gmail.com> <8f1cf64b0704121559o44ad2715x46831730ca21f0b6@mail.gmail.com> <8f1cf64b0704121615y1cef727bo6bf35cb8a2bb8ada@mail.gmail.com> Message-ID: <461FAD6D.30607@sysnux.pf> Adam B a ?crit : > /usr/src/moziax/src/iaxclient_network > gcc -I../iaxclient/lib -I../iaxclient/lib/libiax/src > -I../iaxclient/lib/gsm/inc -I../iaxclient/lib/portaudio/pa_common > -I../iaxclient/lib/portaudio/pablio -I. -DMOZPHONE -DPOSIXSLEEP > -DGASTMAN -c network_client.c -o network_client.o > network_client.c:614: warning: 'struct iaxc_ev_image' declared inside > parameter list > network_client.c:614: warning: its scope is only this definition or > declaration, which is probably not what you want > network_client.c:614: error: parameter 1 ('e') has incomplete type > network_client.c: In function 'iaxc_callback': > network_client.c:746: error: 'IAXC_EVENT_IMAGE' undeclared (first use in > this function) > network_client.c:746: error: (Each undeclared identifier is reported > only once > network_client.c:746: error: for each function it appears in.) > network_client.c:747: error: 'union ' has no member named 'image' > network_client.c:747: error: type of formal parameter 1 is incomplete > make: *** [network_client.o] Error 1 > > That's about as far as I can go as I'm no C guru. Hi Adam, Thanks for your efforts! This error is related to modifications I made to libiaxclient. The diff has been sent a few weeks ago to the list, can you try: http://www.mozdev.org/pipermail/moziax/2007-March/000244.html Best regards, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 From voltagex at gmail.com Fri Apr 13 14:53:32 2007 From: voltagex at gmail.com (Adam B) Date: Sat, 14 Apr 2007 07:53:32 +1000 Subject: [Moziax] Mac support - IAXClient patch? Message-ID: <8f1cf64b0704131453m454350b5w69dd65dd6f4118f7@mail.gmail.com> I will try that when I get back home in a week or so: also I have to take my laptop in for repair so it may be 3 or so weeks before I can help again :( Sorry! On 4/14/07, moziax-request at mozdev.org wrote: > > Send Moziax mailing list submissions to > moziax at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://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 support - IAXClient patch? (Jean-Denis Girard) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 13 Apr 2007 06:18:53 -1000 > From: Jean-Denis Girard > Subject: Re: [Moziax] Mac support - IAXClient patch? > To: moziax at mozdev.org > Message-ID: <461FAD6D.30607 at sysnux.pf> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Adam B a ?crit : > > /usr/src/moziax/src/iaxclient_network > > gcc -I../iaxclient/lib -I../iaxclient/lib/libiax/src > > -I../iaxclient/lib/gsm/inc -I../iaxclient/lib/portaudio/pa_common > > -I../iaxclient/lib/portaudio/pablio -I. -DMOZPHONE -DPOSIXSLEEP > > -DGASTMAN -c network_client.c -o network_client.o > > network_client.c:614: warning: 'struct iaxc_ev_image' declared inside > > parameter list > > network_client.c:614: warning: its scope is only this definition or > > declaration, which is probably not what you want > > network_client.c:614: error: parameter 1 ('e') has incomplete type > > network_client.c: In function 'iaxc_callback': > > network_client.c:746: error: 'IAXC_EVENT_IMAGE' undeclared (first use in > > this function) > > network_client.c:746: error: (Each undeclared identifier is reported > > only once > > network_client.c:746: error: for each function it appears in.) > > network_client.c:747: error: 'union ' has no member named > 'image' > > network_client.c:747: error: type of formal parameter 1 is incomplete > > make: *** [network_client.o] Error 1 > > > > That's about as far as I can go as I'm no C guru. > > Hi Adam, > > Thanks for your efforts! > > This error is related to modifications I made to libiaxclient. The diff > has been sent a few weeks ago to the list, can you try: > http://www.mozdev.org/pipermail/moziax/2007-March/000244.html > > > Best regards, > -- > Jean-Denis Girard > > SysNux Syst?mes Linux en Polyn?sie fran?aise > http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 > > > ------------------------------ > > _______________________________________________ > Moziax mailing list > Moziax at mozdev.org > http://mozdev.org/mailman/listinfo/moziax > > > End of Moziax Digest, Vol 19, Issue 4 > ************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20070414/cca62b73/attachment.html