From ddouxcha at is.naist.jp Wed Aug 1 05:18:06 2007 From: ddouxcha at is.naist.jp (Damien Douxchamps) Date: Wed, 01 Aug 2007 14:18:06 +0900 Subject: [Ekiga-list] BUG: Cropped video with Logitec camera In-Reply-To: <46AF1D83.9080307@free.fr> References: <1185874606.5505.21.camel@spiff> <46AF1D83.9080307@free.fr> Message-ID: <1185945486.5490.49.camel@spiff> Hello Julien, On Tue, 2007-07-31 at 13:31 +0200, Julien Puydt wrote: > Damien Douxchamps a ?crit : > > Hi all, > > > > First post, so I have to start by thanking the developers for Ekiga! > > > > Then my little bug... > > > > I'm trying to use Ekiga with a Logitec camera but I can only see a > > centered crop of the full image. effectv works and display 320x240. > > Xawtv works too, but returns an error before displaying the video: > > > > ioctl: VIDIOCMCAPTURE(frame=0;height=144;width=176;format=7): Invalid argument > > > > So my guess is that my camera does not support 144x176. The FAQ says > > that in that case Ekiga falls back to a higher resolution and scales > > down, but what I observe is a crop. > > > > More information about my system: > > This should be in the FAQ : Ekiga falls back to a higher resolution and > scales down... but only if the driver returns an error code! > > If the driver doesn't support the resolution, but still returns it's ok, > then crops... then ekiga has no way to know something wrong happens! That's clearer than the current FAQ, thanks ;) > So the bug is in the driver, which by not being honest, prevents ekiga > from properly handling the situation. Could it also be the camera that accepts 144x176 by cropping internally without the driver knowing about it? In that case it would be nice to be able to force Ekiga to use a scaled down 320x240. -- _ Damien ?? Douxchamps ('- Assistant Professor //\ Image Processing Laboratory, NAIST V_/_ http://damien.douxchamps.net/ From jpuydt at free.fr Wed Aug 1 07:43:03 2007 From: jpuydt at free.fr (Julien Puydt) Date: Wed, 01 Aug 2007 09:43:03 +0200 Subject: [Ekiga-list] BUG: Cropped video with Logitec camera In-Reply-To: <1185945486.5490.49.camel@spiff> References: <1185874606.5505.21.camel@spiff> <46AF1D83.9080307@free.fr> <1185945486.5490.49.camel@spiff> Message-ID: <46B03987.30206@free.fr> Damien Douxchamps a ?crit : > On Tue, 2007-07-31 at 13:31 +0200, Julien Puydt wrote: >> So the bug is in the driver, which by not being honest, prevents ekiga >> from properly handling the situation. > > Could it also be the camera that accepts 144x176 by cropping internally > without the driver knowing about it? I highly doubt so. > In that case it would be nice to be able to force Ekiga to use a scaled down 320x240. No, the real fix is to have a sane driver. Snark on #ekiga From catalin.catana at phpsolutions.ro Wed Aug 1 12:49:27 2007 From: catalin.catana at phpsolutions.ro (Catalin Catana) Date: Wed, 01 Aug 2007 15:49:27 +0300 Subject: [Ekiga-list] ekiga dialing from a web browser Message-ID: <46B08157.7010305@phpsolutions.ro> Hello, I'm trying to build web based complex address book application. I've registered the protocol h323: with the OS and it's running ekiga with the following command: ekiga -c "%s" If ekiga is closed and i click on a link in my browser like h323:102 the OS will start ekiga using the above command and it will automatically dial the 102 extension, which is exactly what i needed. Now if ekiga is already running and i'm clicking on the same link it's trying to open a second instance which brings up the following error: "Ekiga is running already !" instead of dialing the 102 extension again. Is this a bug , or am i doing something wrong ???? Is the following feature already build in ekiga or i'm trying to do something that doesn't have yet the proper support. I just want to be able to click on links like "h323:extension" directly from a web browser and have ekiga automatically dial that extension. Any advice is greatly appreciated. P.S. I'm running ekiga on WinXP. I'm using the latest (2.0.9-BETA) build provided on ekiga.org. Thanks, Catalin Catana From jpuydt at free.fr Wed Aug 1 19:49:02 2007 From: jpuydt at free.fr (Julien Puydt) Date: Wed, 01 Aug 2007 21:49:02 +0200 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <46B08157.7010305@phpsolutions.ro> References: <46B08157.7010305@phpsolutions.ro> Message-ID: <46B0E3AE.2070501@free.fr> Catalin Catana a ?crit : > Hello, > > I'm trying to build web based complex address book application. > I've registered the protocol h323: with the OS and it's running > ekiga with the following command: > ekiga -c "%s" > > If ekiga is closed and i click on a link in my browser like h323:102 > the OS will start ekiga using the above command and it will automatically > dial the 102 extension, which is exactly what i needed. > > Now if ekiga is already running and i'm clicking on the same link it's > trying to open a second instance which brings up the following error: > "Ekiga is running already !" instead of dialing the 102 extension again. > Is this a bug , or am i doing something wrong ???? It's not normal. > Is the following feature already build in ekiga or i'm trying to do > something > that doesn't have yet the proper support. No, the support is supposedly there. > I just want to be able to click on links like "h323:extension" directly > from a web > browser and have ekiga automatically dial that extension. Should work. Yannick had a nice trick to enable the same with a presence-enabled button (using SIP and not H.323 though) -- I'm sure he'll gladly post it in answer ;-) > P.S. I'm running ekiga on WinXP. > I'm using the latest (2.0.9-BETA) build provided on ekiga.org. Ah! So that's it! Probably a bug in the win32 port. Vincent will certainly have a look. Don't we have 2.0.10beta there? Snark on #ekiga From catalin.catana at phpsolutions.ro Thu Aug 2 07:46:44 2007 From: catalin.catana at phpsolutions.ro (Catalin Catana) Date: Thu, 02 Aug 2007 10:46:44 +0300 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <46B0E3AE.2070501@free.fr> References: <46B08157.7010305@phpsolutions.ro> <46B0E3AE.2070501@free.fr> Message-ID: <46B18BE4.3020704@phpsolutions.ro> Julien Puydt wrote: > Catalin Catana a ?crit : > >> Hello, >> >> I'm trying to build web based complex address book application. >> I've registered the protocol h323: with the OS and it's running >> ekiga with the following command: >> ekiga -c "%s" >> actually on windows xp registry i have ekiga.exe -c "%1" (i just mentioned it to make it clear that the h323 protocol was properly configured on my machine) >> If ekiga is closed and i click on a link in my browser like h323:102 >> the OS will start ekiga using the above command and it will automatically >> dial the 102 extension, which is exactly what i needed. >> >> Now if ekiga is already running and i'm clicking on the same link it's >> trying to open a second instance which brings up the following error: >> "Ekiga is running already !" instead of dialing the 102 extension again. >> > > >> Is this a bug , or am i doing something wrong ???? >> > > It's not normal. > > >> Is the following feature already build in ekiga or i'm trying to do >> something >> that doesn't have yet the proper support. >> > > No, the support is supposedly there. > > >> I just want to be able to click on links like "h323:extension" directly >> from a web >> browser and have ekiga automatically dial that extension. >> > > Should work. Yannick had a nice trick to enable the same with a > presence-enabled button (using SIP and not H.323 though) -- I'm sure > he'll gladly post it in answer ;-) > > >> P.S. I'm running ekiga on WinXP. >> I'm using the latest (2.0.9-BETA) build provided on ekiga.org. >> > > Ah! So that's it! Probably a bug in the win32 port. Vincent will > certainly have a look. > I look forward to hear from Vincent. > Don't we have 2.0.10beta there? > http://www.ekiga.org/index.php?rub=5&path=windows/windows according to the above page the latest build for windows is 2.0.9-beta > Snark on #ekiga > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > > From vincent_luba at colombus.org Thu Aug 2 08:12:34 2007 From: vincent_luba at colombus.org (Vincent Luba) Date: Thu, 02 Aug 2007 10:12:34 +0200 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <46B18BE4.3020704@phpsolutions.ro> References: <46B08157.7010305@phpsolutions.ro> <46B0E3AE.2070501@free.fr> <46B18BE4.3020704@phpsolutions.ro> Message-ID: <46B191F2.50901@colombus.org> Hi, Catalin Catana a ?crit : > Julien Puydt wrote: > >> Catalin Catana a ?crit : >> >> [...] >> >> >>> P.S. I'm running ekiga on WinXP. >>> I'm using the latest (2.0.9-BETA) build provided on ekiga.org. >>> >>> >> Ah! So that's it! Probably a bug in the win32 port. Vincent will >> certainly have a look. >> >> > I look forward to hear from Vincent. > Yes I confirm that it is a bug, and I am looking into it. I'll keep you informed Vincent -------------- next part -------------- An HTML attachment was scrubbed... URL: From sevmek at free.fr Thu Aug 2 12:11:00 2007 From: sevmek at free.fr (yannick) Date: Thu, 02 Aug 2007 14:11:00 +0200 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <46B18BE4.3020704@phpsolutions.ro> References: <46B08157.7010305@phpsolutions.ro> <46B0E3AE.2070501@free.fr> <46B18BE4.3020704@phpsolutions.ro> Message-ID: <1186056660.6152.41.camel@achille> Hi, Le jeudi 02 ao?t 2007 ? 10:46 +0300, Catalin Catana a ?crit : > http://www.ekiga.org/index.php?rub=5&path=windows/windows > according to the above page the latest build for windows is > 2.0.9-beta Well, 2.0.10-beta is hidden: http://ekiga.net/misc/ekiga-setup-2.0.10-BETA.exe It seems the only diff?rence with 2.0.9-beta is directx support for webcams. Regards, Yannick -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From jpuydt at free.fr Thu Aug 2 12:44:50 2007 From: jpuydt at free.fr (Julien Puydt) Date: Thu, 02 Aug 2007 14:44:50 +0200 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <1186056660.6152.41.camel@achille> References: <46B08157.7010305@phpsolutions.ro> <46B0E3AE.2070501@free.fr> <46B18BE4.3020704@phpsolutions.ro> <1186056660.6152.41.camel@achille> Message-ID: <46B1D1C2.9030308@free.fr> yannick a ?crit : > Le jeudi 02 ao?t 2007 ? 10:46 +0300, Catalin Catana a ?crit : >> http://www.ekiga.org/index.php?rub=5&path=windows/windows >> according to the above page the latest build for windows is >> 2.0.9-beta > > Well, 2.0.10-beta is hidden: > http://ekiga.net/misc/ekiga-setup-2.0.10-BETA.exe > > It seems the only diff?rence with 2.0.9-beta is directx support for > webcams. That and a few bugfixes. Snark From wolaoye at gmail.com Fri Aug 3 07:29:06 2007 From: wolaoye at gmail.com (wo laoye) Date: Fri, 3 Aug 2007 15:29:06 +0800 Subject: [Ekiga-list] Fwd: driver for camcorder In-Reply-To: <5007cebf0708030027n784b1b6dwaec9f6270a39e5d0@mail.gmail.com> References: <5007cebf0708030027n784b1b6dwaec9f6270a39e5d0@mail.gmail.com> Message-ID: <5007cebf0708030029w231512e9ub03b3c5daf64a4c9@mail.gmail.com> ---------- Forwarded message ---------- From: wo laoye Date: Aug 3, 2007 3:27 PM Subject: driver for camcorder To: ekiga-list at gnome.com Got a hybrid which can be used as a digital camera as well as webcam. The trouble is, I don't know the driver for it. Can someone provide a link to Linux drivers for camcorder? -- http://wlaoye.no-ip.biz -- http://wlaoye.no-ip.biz -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpuydt at free.fr Fri Aug 3 07:31:41 2007 From: jpuydt at free.fr (Julien Puydt) Date: Fri, 03 Aug 2007 09:31:41 +0200 Subject: [Ekiga-list] Fwd: driver for camcorder In-Reply-To: <5007cebf0708030029w231512e9ub03b3c5daf64a4c9@mail.gmail.com> References: <5007cebf0708030027n784b1b6dwaec9f6270a39e5d0@mail.gmail.com> <5007cebf0708030029w231512e9ub03b3c5daf64a4c9@mail.gmail.com> Message-ID: <46B2D9DD.7080702@free.fr> wo laoye a ?crit : > Got a hybrid which can be used as a digital camera as well as webcam. The > trouble is, I don't know the driver for it. Can someone provide a link to > Linux drivers for camcorder? Did you try the V4L and V4L2 plugins? Snark on #ekiga From wolaoye at gmail.com Sat Aug 4 04:26:43 2007 From: wolaoye at gmail.com (wo laoye) Date: Sat, 4 Aug 2007 12:26:43 +0800 Subject: [Ekiga-list] programming language Message-ID: <5007cebf0708032126j12d1075eh5c1f804ff341d7a3@mail.gmail.com> Hi, In what language is ekiga programmed? -- http://wlaoye.no-ip.biz -------------- next part -------------- An HTML attachment was scrubbed... URL: From wolaoye at gmail.com Sat Aug 4 04:33:54 2007 From: wolaoye at gmail.com (wo laoye) Date: Sat, 4 Aug 2007 12:33:54 +0800 Subject: [Ekiga-list] Fwd: driver for camcorder In-Reply-To: <46B2D9DD.7080702@free.fr> References: <5007cebf0708030027n784b1b6dwaec9f6270a39e5d0@mail.gmail.com> <5007cebf0708030029w231512e9ub03b3c5daf64a4c9@mail.gmail.com> <46B2D9DD.7080702@free.fr> Message-ID: <5007cebf0708032133k29ddc380p6b3b7f71cbcb1036@mail.gmail.com> Sorry, but how exactly do i try those plugins on the hybrid camera? Or how to fine out if there is a plugin for the hybrid? Btw, I have another webcam which works fine on ekiga. On 8/3/07, Julien Puydt wrote: > > wo laoye a ?crit : > > Got a hybrid which can be used as a digital camera as well as webcam. > The > > trouble is, I don't know the driver for it. Can someone provide a link > to > > Linux drivers for camcorder? > > Did you try the V4L and V4L2 plugins? > > Snark on #ekiga > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- http://wlaoye.no-ip.biz -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpuydt at free.fr Sat Aug 4 06:28:51 2007 From: jpuydt at free.fr (Julien Puydt) Date: Sat, 04 Aug 2007 08:28:51 +0200 Subject: [Ekiga-list] programming language In-Reply-To: <5007cebf0708032126j12d1075eh5c1f804ff341d7a3@mail.gmail.com> References: <5007cebf0708032126j12d1075eh5c1f804ff341d7a3@mail.gmail.com> Message-ID: <46B41CA3.3060203@free.fr> wo laoye a ?crit : > In what language is ekiga programmed? C/C++ Snark on #ekiga From sevmek at free.fr Sat Aug 4 09:01:23 2007 From: sevmek at free.fr (yannick) Date: Sat, 04 Aug 2007 11:01:23 +0200 Subject: [Ekiga-list] Fwd: driver for camcorder In-Reply-To: <5007cebf0708032133k29ddc380p6b3b7f71cbcb1036@mail.gmail.com> References: <5007cebf0708030027n784b1b6dwaec9f6270a39e5d0@mail.gmail.com> <5007cebf0708030029w231512e9ub03b3c5daf64a4c9@mail.gmail.com> <46B2D9DD.7080702@free.fr> <5007cebf0708032133k29ddc380p6b3b7f71cbcb1036@mail.gmail.com> Message-ID: <1186218083.22453.9.camel@achille> Le samedi 04 ao?t 2007 ? 12:33 +0800, wo laoye a ?crit : > Sorry, but how exactly do i try those plugins on the hybrid camera? Hi, You can proceed like this: If you hybrid camera plug using USB, 1. plug the camera, 2. type in a terminal "lsusb" 3. search the web with the number given by lsusb for your camera with "linux" it usually gives you the driver page. e.g. : $ lsusb Bus 002 Device 001: ID 0000:0000 Bus 001 Device 002: ID 046d:08b4 Logitech, Inc. QuickCam Zoom Bus 001 Device 001: ID 0000:0000 http://www.google.com/search?q=046d%3A08b4+linux&ie=utf-8&oe=utf-8&aq=t First page in google gives me the right link to: http://www.saillard.org/linux/pwc/ which is my driver webcam for linux. Regards, Yannick -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From wolaoye at gmail.com Sat Aug 4 14:30:23 2007 From: wolaoye at gmail.com (wo laoye) Date: Sat, 4 Aug 2007 22:30:23 +0800 Subject: [Ekiga-list] Fwd: driver for camcorder In-Reply-To: <1186218083.22453.9.camel@achille> References: <5007cebf0708030027n784b1b6dwaec9f6270a39e5d0@mail.gmail.com> <5007cebf0708030029w231512e9ub03b3c5daf64a4c9@mail.gmail.com> <46B2D9DD.7080702@free.fr> <5007cebf0708032133k29ddc380p6b3b7f71cbcb1036@mail.gmail.com> <1186218083.22453.9.camel@achille> Message-ID: <5007cebf0708040730j1abdd7daxc232e58839ee7e59@mail.gmail.com> Hi, thks. that's a smart thing to do. from lsusb, i get: Bus 005 Device 004: ID 04f2:a217 Chicony Electronics Co., Ltd Unfortunately, google search throws up nothing. This is not one of those big name product. It is a Taiwanese company's. wl On 8/4/07, yannick wrote: > > Le samedi 04 ao?t 2007 ? 12:33 +0800, wo laoye a ?crit : > > Sorry, but how exactly do i try those plugins on the hybrid camera? > > Hi, > > You can proceed like this: > If you hybrid camera plug using USB, > 1. plug the camera, > 2. type in a terminal "lsusb" > 3. search the web with the number given by lsusb for your camera with > "linux" > > it usually gives you the driver page. > > e.g. : > $ lsusb > Bus 002 Device 001: ID 0000:0000 > Bus 001 Device 002: ID 046d:08b4 Logitech, Inc. QuickCam Zoom > Bus 001 Device 001: ID 0000:0000 > > http://www.google.com/search?q=046d%3A08b4+linux&ie=utf-8&oe=utf-8&aq=t > > First page in google gives me the right link to: > http://www.saillard.org/linux/pwc/ which is my driver webcam for linux. > > Regards, > Yannick > -- > Me joindre en t?l?phonie IP / vid?oconf?rence ? > sip:yannick at ekiga.net > Logiciel de VoIP Ekiga : http://www.ekiga.org > http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list -- http://wlaoye.no-ip.biz -------------- next part -------------- An HTML attachment was scrubbed... URL: From hunt.topher at gmail.com Sun Aug 5 19:05:03 2007 From: hunt.topher at gmail.com (Topher Hunt) Date: Sun, 5 Aug 2007 15:05:03 -0400 Subject: [Ekiga-list] Info on calling normal phones? Message-ID: Hi Ekiga community, I'm a two-year Skype user and I've been very happy with Skype until someone pointed out to me that because they aren't open-source, I can't count on them innovating as quickly. The only problems I have with them really are that the Linux client is out of date and I can't control how I receive my voicemails. I do a lot of international calls and I can't afford to lose my voicemails; however I regularly switch between four computers, on any of which my voicemails might be downloaded and after that I can never move them. I checked the Ekiga FAQ and was delighted to find that Ekiga can handle PC-to-phone calls. But I still have several questions. Can anyone tell me how Ekiga's calling credit system works? Are rates comparable to those of Skype? Does Ekiga support calls to Germany, South Africa, Nicaragua, Mexico, Taiwan, etc.? Does Ekiga support voicemails? If so, is there an option to save voicemails on the remote server (like webmail does) until I choose to delete them? And finally: does Ekiga's PC-to-phone sound quality match up to Skype? If I can get an answer to these questions and Ekiga meets my user needs, I'll switch over from Skype in a day. Thanks for reading. - Topher Hunt hunt.topher at gmail.com ESL teacher, economics major, Middlebury College XP Xpat, newbie Xubuntu user -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at dcorking.com Sun Aug 5 19:32:25 2007 From: lists at dcorking.com (David Corking) Date: Sun, 5 Aug 2007 20:32:25 +0100 Subject: [Ekiga-list] Info on calling normal phones? In-Reply-To: References: Message-ID: On 8/5/07, Topher Hunt wrote: > Can anyone tell me how Ekiga's calling credit system works? Are rates > comparable to those of Skype? Does Ekiga support calls to Germany, South > Africa, Nicaragua, Mexico, Taiwan, etc.? Ekiga is a client - (technically called a 'user agent'). One advantage over Skype is that you can shop around for SIP or H.323 providers, many of which offer pc-to-phone rates that beat Skype handsomely, and free calls to other SIP users. > Does Ekiga support voicemails? If > so, is there an option to save voicemails on the remote server (like webmail > does) until I choose to delete them? And finally: does Ekiga's PC-to-phone > sound quality match up to Skype? These again depend on the provider you choose. Many SIP providers can e-mail your voicemails to you, so you will be in total control of them from that point. -- David From hunt.topher at gmail.com Sun Aug 5 19:41:40 2007 From: hunt.topher at gmail.com (Topher Hunt) Date: Sun, 5 Aug 2007 15:41:40 -0400 Subject: [Ekiga-list] Info on calling normal phones? In-Reply-To: References: Message-ID: OK David, thanks to your clarification on that. I assumed Ekiga "ran" its providers as Skype users are lead to think. I'll look into the SIP market. I appreciate the quick response! - Topher Hunt On 8/5/07, David Corking wrote: > > On 8/5/07, Topher Hunt wrote: > > > Can anyone tell me how Ekiga's calling credit system works? Are rates > > comparable to those of Skype? Does Ekiga support calls to Germany, South > > Africa, Nicaragua, Mexico, Taiwan, etc.? > > Ekiga is a client - (technically called a 'user agent'). One > advantage over Skype is that you can shop around for SIP or H.323 > providers, many of which offer pc-to-phone rates that beat Skype > handsomely, and free calls to other SIP users. > > > Does Ekiga support voicemails? If > > so, is there an option to save voicemails on the remote server (like > webmail > > does) until I choose to delete them? And finally: does Ekiga's > PC-to-phone > > sound quality match up to Skype? > > These again depend on the provider you choose. Many SIP providers can > e-mail your voicemails to you, so you will be in total control of them > from that point. > -- > David > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sevmek at free.fr Sun Aug 5 20:34:43 2007 From: sevmek at free.fr (yannick) Date: Sun, 05 Aug 2007 22:34:43 +0200 Subject: [Ekiga-list] Info on calling normal phones? In-Reply-To: References: Message-ID: <1186346084.22453.48.camel@achille> Le dimanche 05 ao?t 2007 ? 15:41 -0400, Topher Hunt a ?crit : > OK David, thanks to your clarification on that. I assumed Ekiga "ran" > its providers as Skype users are lead to think. I'll look into the SIP > market. > Some hints : https://help.ubuntu.com/community/Ekiga Regards, Yannick -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From thierry.magnien at easyneuf.org Tue Aug 7 13:49:31 2007 From: thierry.magnien at easyneuf.org (thierry.magnien at easyneuf.org) Date: Tue, 07 Aug 2007 15:49:31 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version Message-ID: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> Hi everybody, We have a problem with Windows users calling our Linux users. On a Linux box, when calling toto at domain.com, ekiga makes a DNS request with type SRV for "_sip._udp.domain.com" to get the IP address of the SIP server for domain.com. On a Win32 box, when calling toto at domain.com, ekiga makes a DNS request directly to "domain.com" to get the IP address of the SIP server. And this is a big concern because for our domain, "domain.com" and "_sip._udp.easyneuf.fr" do not resolve to the same IP address. Does anybody have an idea ? Thanks for your help. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From dsandras at seconix.com Tue Aug 7 14:59:03 2007 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 07 Aug 2007 16:59:03 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> Message-ID: <1186498743.23431.7.camel@scorpion> Hi Thierry, Le mardi 07 ao?t 2007 ? 15:49 +0200, thierry.magnien at easyneuf.org a ?crit : > Hi everybody, > > We have a problem with Windows users calling our Linux users. > > On a Linux box, when calling toto at domain.com, ekiga makes a DNS > request with type SRV for "_sip._udp.domain.com" to get the IP address > of the SIP server for domain.com. > > On a Win32 box, when calling toto at domain.com, ekiga makes a DNS > request directly to "domain.com" to get the IP address of the SIP > server. > > And this is a big concern because for our domain, "domain.com" and > "_sip._udp.easyneuf.fr" do not resolve to the same IP address. > > Does anybody have an idea ? > Is it the same version of Ekiga on Win32 and Linux or a different one ? If the OPAL version is different, there could be a bug in one of them... -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From thierry.magnien at easyneuf.org Tue Aug 7 15:21:55 2007 From: thierry.magnien at easyneuf.org (thierry.magnien at easyneuf.org) Date: Tue, 07 Aug 2007 17:21:55 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <1186498743.23431.7.camel@scorpion> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> Message-ID: <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> Damien Sandras a ?crit?: > > Is it the same version of Ekiga on Win32 and Linux or a different one ? > > If the OPAL version is different, there could be a bug in one of them... Hi Damien, I did not check if versions are the same but : - I tested 2 versions on Win32, each one requesting domain.com - I tested 3 versions on Linux, each one requesting _sip._udp.domain.com Anyway, I will check the versions but I think they are both Ekiga 2.0.9. Regards, Thierry ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From dsandras at seconix.com Tue Aug 7 15:25:22 2007 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 07 Aug 2007 17:25:22 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> Message-ID: <1186500322.23431.20.camel@scorpion> Le mardi 07 ao?t 2007 ? 17:21 +0200, thierry.magnien at easyneuf.org a ?crit : > Damien Sandras a ?crit : > > > > > Is it the same version of Ekiga on Win32 and Linux or a different one ? > > > > If the OPAL version is different, there could be a bug in one of them... > > Hi Damien, > > I did not check if versions are the same but : > - I tested 2 versions on Win32, each one requesting domain.com > - I tested 3 versions on Linux, each one requesting _sip._udp.domain.com > > Anyway, I will check the versions but I think they are both Ekiga 2.0.9. > Check the version of OPAL. If they are identical, and the problem persists, then there is an implementation problem specific to windows and related to the DNS handling. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From sevmek at free.fr Tue Aug 7 15:34:23 2007 From: sevmek at free.fr (yannick) Date: Tue, 07 Aug 2007 17:34:23 +0200 Subject: [Ekiga-list] Croped image using the gspca driver? Try this patch! Message-ID: <1186500863.21550.53.camel@achille> Hi, Luc pointed me he wrote a patch for the gspca driver to get the whole image of wabcams based on the gspca driver. Here is the patch: http://saillard.org/ekiga/gspcav1-20070508_force_using_hardware_mode.patch Please report success or failure here. Regards, Yannick -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From ma1 at clear.net.nz Wed Aug 8 05:29:55 2007 From: ma1 at clear.net.nz (ma1) Date: Wed, 08 Aug 2007 17:29:55 +1200 Subject: [Ekiga-list] Logitech 5000 Message-ID: <46B954D3.7050702@clear.net.nz> Hi Have downloaded Ekiga and have account. Still unable to use the vid camera Audio test No microphone replay after hearing the voice messgae from Ekiga Placed a jpeg photo but now can not remove it Ekiga Preference image Vidcam works fine in XP I wish to use Linux any assistance appreciated Maurice From oliver at schinagl.nl Wed Aug 8 09:30:20 2007 From: oliver at schinagl.nl (Oliver) Date: Wed, 08 Aug 2007 05:30:20 -0400 Subject: [Ekiga-list] Logitech 5000 In-Reply-To: <46B954D3.7050702@clear.net.nz> References: <46B954D3.7050702@clear.net.nz> Message-ID: <46B98D2C.4020204@schinagl.nl> I think a little more info is needed here. The quickcam pro 5000 works for me with ekiga, so tell us your distro mainly, and wether you have the linuxuvcb driver installed ma1 schreef: > Hi > Have downloaded Ekiga and have account. > Still unable to use the vid camera > Audio test No microphone replay after hearing the voice messgae from Ekiga > Placed a jpeg photo but now can not remove it Ekiga Preference image > Vidcam works fine in XP > I wish to use Linux > any assistance appreciated > Maurice > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > From ma1 at clear.net.nz Wed Aug 8 05:54:10 2007 From: ma1 at clear.net.nz (ma1) Date: Wed, 08 Aug 2007 17:54:10 +1200 Subject: [Ekiga-list] Logitech 5000 Message-ID: <46B95A82.1080400@clear.net.nz> Hi Thanks for reply Mepis 6.5 my disro linuxuvcb drivers needed so it seems Where can I download and install these drivers Maurice I think a little more info is needed here. The quickcam pro 5000 works for me with ekiga, so tell us your distro mainly, and wether you have the linuxuvcb driver installed ma1 schreef: > > Hi > > Have downloaded Ekiga and have account. > > Still unable to use the vid camera > > Audio test No microphone replay after hearing the voice messgae from Ekiga > > Placed a jpeg photo but now can not remove it Ekiga Preference image > > Vidcam works fine in XP > > I wish to use Linux > > any assistance appreciated > > Maurice From fisgro at babel.it Tue Aug 7 20:39:20 2007 From: fisgro at babel.it (Fabio Isgro) Date: Tue, 07 Aug 2007 22:39:20 +0200 Subject: [Ekiga-list] Video conferenceing with ekiga In-Reply-To: <1186500863.21550.53.camel@achille> References: <1186500863.21550.53.camel@achille> Message-ID: <46B8D878.3090403@babel.it> Hi to all, This is my first mail in this mailing list my name is Fabio and I come from Italy and I use ekiga from a lot of time with many sip providers, I wanna make e question, is possible to make a video conference with ekiga ? Thanks in advance Fabio Isgro From jpuydt at free.fr Wed Aug 8 07:54:02 2007 From: jpuydt at free.fr (Julien Puydt) Date: Wed, 08 Aug 2007 09:54:02 +0200 Subject: [Ekiga-list] Video conferenceing with ekiga In-Reply-To: <46B8D878.3090403@babel.it> References: <1186500863.21550.53.camel@achille> <46B8D878.3090403@babel.it> Message-ID: <46B9769A.4030004@free.fr> Fabio Isgro a ?crit : > This is my first mail in this mailing list my name is Fabio and I come > from Italy and I use ekiga from a lot of time with many sip providers, I > wanna make e question, is possible to make a video conference with ekiga ? 1. Yes, it's possible, but requires joining a 'conference room'. 2. Your mail is an answer to a mail about the gspca driver, but has nothing to do with it -- bad idea. When starting a discussion on a new subject, write a new mail, don't answer an older ; see for example http://people.dsv.su.se/~jpalme/ietf/message-threading.html for an explanation. Snark on #ekiga From mcs1 at ntlworld.com Wed Aug 8 17:39:26 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Wed, 8 Aug 2007 18:39:26 +0100 (BST) Subject: [Ekiga-list] Croped image using the gspca driver? Try this patch! In-Reply-To: <1186500863.21550.53.camel@achille> References: <1186500863.21550.53.camel@achille> Message-ID: <20056641.451186594766993.OPEN-XCHANGE.WebMail.nobody@sam> Hi, Thank you very much. I have compiled the patched driver but no picture in ekiga. I have tried camorama, no problem with the driver so it seems to work ok.? I have also tried the ekiga-snapshot, again camera switches on (LED) but no picture. I was really full of hope with this one. In the syslog, I get these messages: Aug? 8 18:34:03 localhost kernel: /usr/src/modules/gspca/gspca_core.c: [gspca_set_isoc_ep:903] ISO EndPoint found 0x81 AlternateSet 7 Aug? 8 18:34:04 localhost kernel: /usr/src/modules/gspca/gspca_core.c: [gspca_set_isoc_ep:903] ISO EndPoint found 0x81 AlternateSet 6 The sound is also dreadful if I phone 500 at ekiga.net Maybe someone has got an idea. Cheers Michael On Tue 07.08.2007 16:34, yannick wrote: >Hi, > >Luc pointed me he wrote a patch for the gspca driver to get the whole >image of wabcams based on the gspca driver. > >Here is the patch: >>http://saillard.org/ekiga/gspcav1-20070508_force_using_hardware_mode.patch > >Please report success or failure here. > >Regards, >Yannick >-- >Me joindre en t?l?phonie IP / vid?oconf?rence ? >sip:yannick at ekiga.net >Logiciel de VoIP Ekiga : http://www.ekiga.org >http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From catalin.catana at phpsolutions.ro Thu Aug 9 06:22:52 2007 From: catalin.catana at phpsolutions.ro (Catalin Catana) Date: Thu, 09 Aug 2007 09:22:52 +0300 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <46B191F2.50901@colombus.org> References: <46B08157.7010305@phpsolutions.ro> <46B0E3AE.2070501@free.fr> <46B18BE4.3020704@phpsolutions.ro> <46B191F2.50901@colombus.org> Message-ID: <46BAB2BC.3050805@phpsolutions.ro> How it's going ? Did you mange to find the bug ? Regards, Catalin Vincent Luba wrote: [...] > Yes I confirm that it is a bug, and I am looking into it. > > > I'll keep you informed > > Vincent From thierry.magnien at easyneuf.org Thu Aug 9 07:03:35 2007 From: thierry.magnien at easyneuf.org (thierry.magnien at easyneuf.org) Date: Thu, 09 Aug 2007 09:03:35 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <1186500322.23431.20.camel@scorpion> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> Message-ID: <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> Damien Sandras a ?crit?: > Le mardi 07 ao?t 2007 ? 17:21 +0200, thierry.magnien at easyneuf.org a > ?crit : >> Damien Sandras a ?crit : >> >> > >> > Is it the same version of Ekiga on Win32 and Linux or a different one ? >> > >> > If the OPAL version is different, there could be a bug in one of them... >> > Check the version of OPAL. If they are identical, and the problem > persists, then there is an implementation problem specific to windows > and related to the DNS handling. > -- Hi, I checked the versions : - 2.0.9 on Linux, - 2.0.9 beta on Win32. I will have a look to OPAL in the case I see something. Regards, Thierry ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From luc at saillard.org Thu Aug 9 07:24:21 2007 From: luc at saillard.org (Luc Saillard) Date: Thu, 9 Aug 2007 09:24:21 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> Message-ID: <20070809072421.GH27524@sd291.sivit.org> On Thu, Aug 09, 2007 at 09:03:35AM +0200, thierry.magnien at easyneuf.org wrote: > Damien Sandras a ?crit?: > I checked the versions : > - 2.0.9 on Linux, > - 2.0.9 beta on Win32. > I can build some pwlib and opal testing tools for win32. Just need to find some times ... Luc From luc at saillard.org Thu Aug 9 07:28:40 2007 From: luc at saillard.org (Luc Saillard) Date: Thu, 9 Aug 2007 09:28:40 +0200 Subject: [Ekiga-list] Croped image using the gspca driver? Try this patch! In-Reply-To: <20056641.451186594766993.OPEN-XCHANGE.WebMail.nobody@sam> References: <1186500863.21550.53.camel@achille> <20056641.451186594766993.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <20070809072840.GI27524@sd291.sivit.org> On Wed, Aug 08, 2007 at 06:39:26PM +0100, Michael Stockenhuber wrote: > Hi, > Thank you very much. I have compiled the patched driver but no picture > in ekiga. I have tried camorama, no problem with the driver so it seems > to work ok. I have also tried the ekiga-snapshot, again camera switches camorama use "computer" resolution (320x240 & 640x480) > on (LED) but no picture. I was really full of hope with this one. Ok sorry for the patch, but it's broken i've write it without testing it. http://www.saillard.org/ekiga/gspcav1-20070508_force_using_hardware_mode_v3.patch Here the new patch that works for me(tm) and the webcam ZC0302 (0ac8:0302 Z-Star Microelectronics Corp. ZC0302 WebCam) If you have mplayer, you can try: # mplayer tv:// -tv driver=v4l:width=640:height=480 # mplayer tv:// -tv driver=v4l:width=320:height=240 Luc From hunteke at earlham.edu Thu Aug 9 07:36:38 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 03:36:38 -0400 Subject: [Ekiga-list] sound output Message-ID: <46BAC406.1040103@earlham.edu> Hi List, I'm using Ubuntu Feisty with Ekiga 2.0.3. NB: I'm /very/ new to Ekiga, and have yet to actually talk to anyone with it. Is there a way to have Ekiga not hog the sound output while in a call? Currently, it refuses to make the call if I have another application producing sound. Besides the obvious "Why are you using Ekiga and listening to music?" it seems to me that this behavior is undesirable. Particularly if I have other, legitimate sound events set up. (The ones that come to mind are from my instant messaging client, email notification, and other quick notifier-esque applications.) TIA, Kevin From dsandras at seconix.com Thu Aug 9 07:43:59 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 09:43:59 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> Message-ID: <1186645439.3740.3.camel@scorpion> Le jeudi 09 ao?t 2007 ? 09:03 +0200, thierry.magnien at easyneuf.org a ?crit : > Damien Sandras a ?crit : > > > Le mardi 07 ao?t 2007 ? 17:21 +0200, thierry.magnien at easyneuf.org a > > ?crit : > >> Damien Sandras a ?crit : > >> > >> > > >> > Is it the same version of Ekiga on Win32 and Linux or a different one ? > >> > > >> > If the OPAL version is different, there could be a bug in one of them... > >> > > Check the version of OPAL. If they are identical, and the problem > > persists, then there is an implementation problem specific to windows > > and related to the DNS handling. > > -- > > Hi, > > I checked the versions : > - 2.0.9 on Linux, > - 2.0.9 beta on Win32. > > I will have a look to OPAL in the case I see something. > Vincent will have a quick look in our labs when he is back. Can you tell us what domain you are trying to reach through DNS SRV ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Thu Aug 9 07:46:39 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 09:46:39 +0200 Subject: [Ekiga-list] sound output In-Reply-To: <46BAC406.1040103@earlham.edu> References: <46BAC406.1040103@earlham.edu> Message-ID: <1186645599.3740.5.camel@scorpion> Hi, Le jeudi 09 ao?t 2007 ? 03:36 -0400, Kevin Hunter a ?crit : > Hi List, > > I'm using Ubuntu Feisty with Ekiga 2.0.3. NB: I'm /very/ new to Ekiga, > and have yet to actually talk to anyone with it. > > Is there a way to have Ekiga not hog the sound output while in a call? > Currently, it refuses to make the call if I have another application > producing sound. Besides the obvious "Why are you using Ekiga and > listening to music?" it seems to me that this behavior is undesirable. > Particularly if I have other, legitimate sound events set up. (The ones > that come to mind are from my instant messaging client, email > notification, and other quick notifier-esque applications.) > If your distribution is recent enough, you can use the "Default" device in the audio settings setup. It will do hardware or software mixing. The problem is that it adds latency, which is not desirable for voip. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Thu Aug 9 08:12:52 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 10:12:52 +0200 Subject: [Ekiga-list] ekiga dialing from a web browser In-Reply-To: <46BAB2BC.3050805@phpsolutions.ro> References: <46B08157.7010305@phpsolutions.ro> <46B0E3AE.2070501@free.fr> <46B18BE4.3020704@phpsolutions.ro> <46B191F2.50901@colombus.org> <46BAB2BC.3050805@phpsolutions.ro> Message-ID: <1186647172.9318.0.camel@scorpion> Le jeudi 09 ao?t 2007 ? 09:22 +0300, Catalin Catana a ?crit : > How it's going ? Did you mange to find the bug ? > > Regards, > Catalin > > Vincent Luba wrote: > [...] > > Yes I confirm that it is a bug, and I am looking into it. > > > > > > I'll keep you informed > > It is not a bug, but a missing feature that needs to be implemented specifically for windows. Luc had it on his todo list... He will certainly bring a patch soon. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From hunteke at earlham.edu Thu Aug 9 08:16:33 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 04:16:33 -0400 Subject: [Ekiga-list] sound output In-Reply-To: <1186645599.3740.5.camel@scorpion> References: <46BAC406.1040103@earlham.edu> <1186645599.3740.5.camel@scorpion> Message-ID: <46BACD61.5070409@earlham.edu> At 3:46a -0400 on 09 Aug 2007, Damien Sandras wrote: > If your distribution is recent enough, you can use the "Default" device > in the audio settings setup. It will do hardware or software mixing. > > The problem is that it adds latency, which is not desirable for voip. Hmm, okay, I've done that. It doesn't seem too bad, at least not more than I'm already used to when I use my portable. Thank you for the pointer. Kevin From jpuydt at free.fr Thu Aug 9 08:35:50 2007 From: jpuydt at free.fr (Julien Puydt) Date: Thu, 09 Aug 2007 10:35:50 +0200 Subject: [Ekiga-list] sound output In-Reply-To: <1186645599.3740.5.camel@scorpion> References: <46BAC406.1040103@earlham.edu> <1186645599.3740.5.camel@scorpion> Message-ID: <46BAD1E6.10200@free.fr> Damien Sandras a ?crit : > Le jeudi 09 ao?t 2007 ? 03:36 -0400, Kevin Hunter a ?crit : >> I'm using Ubuntu Feisty with Ekiga 2.0.3. > If your distribution is recent enough 2.0.3 is very obsolete! There have been six *stable* *bugfix* release sine then! Snark on #ekiga From thierry.magnien at easyneuf.org Thu Aug 9 08:42:10 2007 From: thierry.magnien at easyneuf.org (thierry.magnien at easyneuf.org) Date: Thu, 09 Aug 2007 10:42:10 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <1186645439.3740.3.camel@scorpion> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> <1186645439.3740.3.camel@scorpion> Message-ID: <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> Damien Sandras a ?crit?: > Vincent will have a quick look in our labs when he is back. > > Can you tell us what domain you are trying to reach through DNS SRV ? The domain is "easyneuf.fr". From what I saw, in OPAL lib, DNS SRV records are used only if the flag P_DNS is set. This flag seems to be set during PWLib compilation. I don't have a compilation environment for Win32 but maybe this could be the cause. Regards, Thierry ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From hunteke at earlham.edu Thu Aug 9 09:16:57 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 05:16:57 -0400 Subject: [Ekiga-list] sound output In-Reply-To: <46BAD1E6.10200@free.fr> References: <46BAC406.1040103@earlham.edu> <1186645599.3740.5.camel@scorpion> <46BAD1E6.10200@free.fr> Message-ID: <46BADB89.2010904@earlham.edu> At 4:35a -0400 on 09 Aug 2007, Julien Puydt wrote: > Damien Sandras a ?crit : >> Le jeudi 09 ao?t 2007 ? 03:36 -0400, Kevin Hunter a ?crit : >>> I'm using Ubuntu Feisty with Ekiga 2.0.3. > >> If your distribution is recent enough > > 2.0.3 is very obsolete! There have been six *stable* *bugfix* release > sine then! I recognize that Ekiga is now at 2.0.9, but I'm not the package maintainer with Ubuntu, and I don't want to be in the business of going outside of the package manager. However, Damien already answered my question: use the Default setting to make Ekiga not try to take exclusive lock of the sound output. Thanks, Kevin From dsandras at seconix.com Thu Aug 9 09:20:38 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 11:20:38 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> <1186645439.3740.3.camel@scorpion> <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> Message-ID: <1186651238.9318.16.camel@scorpion> Le jeudi 09 ao?t 2007 ? 10:42 +0200, thierry.magnien at easyneuf.org a ?crit : > Damien Sandras a ?crit : > > > Vincent will have a quick look in our labs when he is back. > > > > Can you tell us what domain you are trying to reach through DNS SRV ? > > The domain is "easyneuf.fr". > > From what I saw, in OPAL lib, DNS SRV records are used only if the > flag P_DNS is set. This flag seems to be set during PWLib compilation. > I don't have a compilation environment for Win32 but maybe this could > be the cause. > Ooops, Vincent, can you check this ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From hunteke at earlham.edu Thu Aug 9 09:34:04 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 05:34:04 -0400 Subject: [Ekiga-list] sound quality Message-ID: <46BADF8C.4090508@earlham.edu> Hello List, Given recent mention that I'm using an out of date version of Ekiga (2.0.3) because it's what Ubuntu currently has in it's repositories, what are my options in terms of sound and quality? No matter which codec I put at the top of the list in Preferences, I seem to get very choppy sound. When I dial the 500 at ekiga.net address, it connects, but both the woman's voice and my own are very muddled and hard to hear. It clears up for a few seconds after about 5 seconds, but then returns to choppy, low quality. (Juxtaposed with the Skype client that I just tried which gets very good quality of sound, so I'm certain it's not my hardware/driver.) Is there something not written in the docs that I'm missing? Thanks, Kevin From geek.arnuld at gmail.com Thu Aug 9 09:38:26 2007 From: geek.arnuld at gmail.com (arnuld) Date: Thu, 9 Aug 2007 15:08:26 +0530 Subject: [Ekiga-list] sound quality In-Reply-To: <46BADF8C.4090508@earlham.edu> References: <46BADF8C.4090508@earlham.edu> Message-ID: > On 8/9/07, Kevin Hunter wrote: > Given recent mention that I'm using an out of date version of Ekiga > (2.0.3) because it's what Ubuntu currently has in it's repositories, > what are my options in terms of sound and quality? No matter which > codec I put at the top of the list in Preferences, I seem to get very > choppy sound. When I dial the 500 at ekiga.net address, it connects, but > both the woman's voice and my own are very muddled and hard to hear. It > clears up for a few seconds after about 5 seconds, but then returns to > choppy, low quality. (Juxtaposed with the Skype client that I just > tried which gets very good quality of sound, so I'm certain it's not my > hardware/driver.) > > Is there something not written in the docs that I'm missing? same happened with me as i have only 256 kbps bandwidth connection. go to "Edit > Preferences" and do these 2: 1.) choose right audio-codecs (according to your bandwidth). 2.) if you do not have any need for a web-cam, disable the video support there. both will do the job. i have disabled the web-cam as i donot find any need for it. i think voice-chat clients are better with Audio support only :) -- http://arnuld.blogspot.com/ From ma1 at clear.net.nz Thu Aug 9 09:56:25 2007 From: ma1 at clear.net.nz (ma1) Date: Thu, 09 Aug 2007 21:56:25 +1200 Subject: [Ekiga-list] Registration Failed Message-ID: <46bae4c9.3f.1ce8.3006@clear.net.nz> Hi Logitech pro 5000 is now working at bottom of screen Registration Failed Have tried Contacts near me and a long list appeared Next time I start camera nothing shows I need to contact some one to test the video Sip account Any suggestions Also we can hear test voice but not record Maurice From hunteke at earlham.edu Thu Aug 9 10:05:22 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 06:05:22 -0400 Subject: [Ekiga-list] sound quality In-Reply-To: References: <46BADF8C.4090508@earlham.edu> Message-ID: <46BAE6E2.508@earlham.edu> At 3:58a -0400 on 09 Aug 2007, arnuld wrote: >> Given recent mention that I'm using an out of date version of Ekiga >> (2.0.3) because it's what Ubuntu currently has in it's repositories, >> what are my options in terms of sound and quality? No matter which >> codec I put at the top of the list in Preferences, I seem to get very >> choppy sound. When I dial the 500 at ekiga.net address, it connects, but >> both the woman's voice and my own are very muddled and hard to hear. It >> clears up for a few seconds after about 5 seconds, but then returns to >> choppy, low quality. (Juxtaposed with the Skype client that I just >> tried which gets very good quality of sound, so I'm certain it's not my >> hardware/driver.) >> >> Is there something not written in the docs that I'm missing? > > same happened with me as i have only 256 kbps bandwidth connection. go > to "Edit > Preferences" and do these 2: > > 1.) choose right audio-codecs (according to your bandwidth). > 2.) if you do not have any need for a web-cam, disable the video support there. Neither of those had any effect. :-( Comparing just our bandwidth (I have a 384 Kbps connection) you'd think that'd at least do /something/. Hmm. Thanks, though. Any other ideas? > both will do the job. i have disabled the web-cam as i donot find any > need for it. i think voice-chat clients are better with Audio support > only :) Heh, since I have no camera, I agree! ;-) Kevin From dsandras at seconix.com Thu Aug 9 10:16:25 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 12:16:25 +0200 Subject: [Ekiga-list] sound quality In-Reply-To: <46BAE6E2.508@earlham.edu> References: <46BADF8C.4090508@earlham.edu> <46BAE6E2.508@earlham.edu> Message-ID: <1186654585.3313.8.camel@scorpion> Le jeudi 09 ao?t 2007 ? 06:05 -0400, Kevin Hunter a ?crit : > At 3:58a -0400 on 09 Aug 2007, arnuld wrote: > >> Given recent mention that I'm using an out of date version of Ekiga > >> (2.0.3) because it's what Ubuntu currently has in it's repositories, > >> what are my options in terms of sound and quality? No matter which > >> codec I put at the top of the list in Preferences, I seem to get very > >> choppy sound. When I dial the 500 at ekiga.net address, it connects, but > >> both the woman's voice and my own are very muddled and hard to hear. It > >> clears up for a few seconds after about 5 seconds, but then returns to > >> choppy, low quality. (Juxtaposed with the Skype client that I just > >> tried which gets very good quality of sound, so I'm certain it's not my > >> hardware/driver.) > >> > >> Is there something not written in the docs that I'm missing? > > > > same happened with me as i have only 256 kbps bandwidth connection. go > > to "Edit > Preferences" and do these 2: > > > > 1.) choose right audio-codecs (according to your bandwidth). > > 2.) if you do not have any need for a web-cam, disable the video support there. > > Neither of those had any effect. :-( Comparing just our bandwidth (I > have a 384 Kbps connection) you'd think that'd at least do /something/. > Hmm. Thanks, though. Any other ideas? > What's the jitter value and the packets loss (statistics tab) ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Thu Aug 9 10:17:58 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 12:17:58 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <1186651238.9318.16.camel@scorpion> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> <1186645439.3740.3.camel@scorpion> <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> <1186651238.9318.16.camel@scorpion> Message-ID: <1186654678.3313.10.camel@scorpion> Le jeudi 09 ao?t 2007 ? 11:20 +0200, Damien Sandras a ?crit : > Le jeudi 09 ao?t 2007 ? 10:42 +0200, thierry.magnien at easyneuf.org a > ?crit : > > Damien Sandras a ?crit : > > > > > Vincent will have a quick look in our labs when he is back. > > > > > > Can you tell us what domain you are trying to reach through DNS SRV ? > > > > The domain is "easyneuf.fr". > > > > From what I saw, in OPAL lib, DNS SRV records are used only if the > > flag P_DNS is set. This flag seems to be set during PWLib compilation. > > I don't have a compilation environment for Win32 but maybe this could > > be the cause. > > > > Ooops, Vincent, can you check this ? He confirms P_DNS was not set... He is recompiling. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From thierry.magnien at easyneuf.org Thu Aug 9 10:24:43 2007 From: thierry.magnien at easyneuf.org (thierry.magnien at easyneuf.org) Date: Thu, 09 Aug 2007 12:24:43 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <1186654678.3313.10.camel@scorpion> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> <1186645439.3740.3.camel@scorpion> <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> <1186651238.9318.16.camel@scorpion> <1186654678.3313.10.camel@scorpion> Message-ID: <20070809122443.blpsw1n2o8w0w800@mail.easyneuf.org> Damien Sandras a ?crit?: > Le jeudi 09 ao?t 2007 ? 11:20 +0200, Damien Sandras a ?crit : >> Le jeudi 09 ao?t 2007 ? 10:42 +0200, thierry.magnien at easyneuf.org a >> ?crit : >> > Damien Sandras a ?crit : >> > >> > > Vincent will have a quick look in our labs when he is back. >> > > >> > > Can you tell us what domain you are trying to reach through DNS SRV ? >> > >> > The domain is "easyneuf.fr". >> > >> > From what I saw, in OPAL lib, DNS SRV records are used only if the >> > flag P_DNS is set. This flag seems to be set during PWLib compilation. >> > I don't have a compilation environment for Win32 but maybe this could >> > be the cause. >> > >> >> Ooops, Vincent, can you check this ? > > He confirms P_DNS was not set... He is recompiling. Thanks ;-) Thierry ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From dsandras at seconix.com Thu Aug 9 10:26:30 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 12:26:30 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <20070809122443.blpsw1n2o8w0w800@mail.easyneuf.org> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> <1186645439.3740.3.camel@scorpion> <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> <1186651238.9318.16.camel@scorpion> <1186654678.3313.10.camel@scorpion> <20070809122443.blpsw1n2o8w0w800@mail.easyneuf.org> Message-ID: <1186655190.3313.12.camel@scorpion> Le jeudi 09 ao?t 2007 ? 12:24 +0200, thierry.magnien at easyneuf.org a ?crit : > Damien Sandras a ?crit : > > > Le jeudi 09 ao?t 2007 ? 11:20 +0200, Damien Sandras a ?crit : > >> Le jeudi 09 ao?t 2007 ? 10:42 +0200, thierry.magnien at easyneuf.org a > >> ?crit : > >> > Damien Sandras a ?crit : > >> > > >> > > Vincent will have a quick look in our labs when he is back. > >> > > > >> > > Can you tell us what domain you are trying to reach through DNS SRV ? > >> > > >> > The domain is "easyneuf.fr". > >> > > >> > From what I saw, in OPAL lib, DNS SRV records are used only if the > >> > flag P_DNS is set. This flag seems to be set during PWLib compilation. > >> > I don't have a compilation environment for Win32 but maybe this could > >> > be the cause. > >> > > >> > >> Ooops, Vincent, can you check this ? > > > > He confirms P_DNS was not set... He is recompiling. > > Thanks ;-) > Thanks for the efficient debug ;-) -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From sevmek at free.fr Thu Aug 9 10:29:28 2007 From: sevmek at free.fr (yannick) Date: Thu, 09 Aug 2007 12:29:28 +0200 Subject: [Ekiga-list] sound output In-Reply-To: <46BADB89.2010904@earlham.edu> References: <46BAC406.1040103@earlham.edu> <1186645599.3740.5.camel@scorpion> <46BAD1E6.10200@free.fr> <46BADB89.2010904@earlham.edu> Message-ID: <1186655368.21550.64.camel@achille> Le jeudi 09 ao?t 2007 ? 05:16 -0400, Kevin Hunter a ?crit : > At 4:35a -0400 on 09 Aug 2007, Julien Puydt wrote: > > Damien Sandras a ?crit : > >> Le jeudi 09 ao?t 2007 ? 03:36 -0400, Kevin Hunter a ?crit : > >>> I'm using Ubuntu Feisty with Ekiga 2.0.3. > > > >> If your distribution is recent enough > > > > 2.0.3 is very obsolete! There have been six *stable* *bugfix* release > > sine then! > > I recognize that Ekiga is now at 2.0.9, but I'm not the package > maintainer with Ubuntu, and I don't want to be in the business of going > outside of the package manager. > > However, Damien already answered my question: use the Default setting to > make Ekiga not try to take exclusive lock of the sound output. > Hi, Here is a nice documentation I made for Ubuntu: https://help.ubuntu.com/community/Ekiga You'll get the hint with "default" in it, as well as repository to upgrade to 2.0.9 and much more. Regards, Yannick > Thanks, > > Kevin > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From sevmek at free.fr Thu Aug 9 10:33:52 2007 From: sevmek at free.fr (yannick) Date: Thu, 09 Aug 2007 12:33:52 +0200 Subject: [Ekiga-list] sound quality In-Reply-To: <1186654585.3313.8.camel@scorpion> References: <46BADF8C.4090508@earlham.edu> <46BAE6E2.508@earlham.edu> <1186654585.3313.8.camel@scorpion> Message-ID: <1186655632.21550.68.camel@achille> Le jeudi 09 ao?t 2007 ? 12:16 +0200, Damien Sandras a ?crit : > Le jeudi 09 ao?t 2007 ? 06:05 -0400, Kevin Hunter a ?crit : > > At 3:58a -0400 on 09 Aug 2007, arnuld wrote: > > >> Given recent mention that I'm using an out of date version of Ekiga > > >> (2.0.3) because it's what Ubuntu currently has in it's repositories, > > >> what are my options in terms of sound and quality? No matter which > > >> codec I put at the top of the list in Preferences, I seem to get very > > >> choppy sound. When I dial the 500 at ekiga.net address, it connects, but > > >> both the woman's voice and my own are very muddled and hard to hear. It > > >> clears up for a few seconds after about 5 seconds, but then returns to > > >> choppy, low quality. (Juxtaposed with the Skype client that I just > > >> tried which gets very good quality of sound, so I'm certain it's not my > > >> hardware/driver.) > > >> > > >> Is there something not written in the docs that I'm missing? > > > > > > same happened with me as i have only 256 kbps bandwidth connection. go > > > to "Edit > Preferences" and do these 2: > > > > > > 1.) choose right audio-codecs (according to your bandwidth). > > > 2.) if you do not have any need for a web-cam, disable the video support there. > > > > Neither of those had any effect. :-( Comparing just our bandwidth (I > > have a 384 Kbps connection) you'd think that'd at least do /something/. > > Hmm. Thanks, though. Any other ideas? > > > > What's the jitter value and the packets loss (statistics tab) ? Well, I bet an upgrade to 2.0.9 will solve your issue: https://help.ubuntu.com/community/Ekiga#head-57385c7cf79361cbb4d7195b9f43c1bb33c1e94c Arnult had problems because his connection is low bandwidth, I bet your have problem because of a sound hardware buggy with 2.0.3 Regards, Yannick > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ NOVACOM : http://www.novacom.be/ > FOSDEM : http://www.fosdem.org/ > SIP Phone : sip:dsandras at ekiga.net > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From jpuydt at free.fr Thu Aug 9 11:20:23 2007 From: jpuydt at free.fr (Julien Puydt) Date: Thu, 09 Aug 2007 13:20:23 +0200 Subject: [Ekiga-list] Registration Failed In-Reply-To: <46bae4c9.3f.1ce8.3006@clear.net.nz> References: <46bae4c9.3f.1ce8.3006@clear.net.nz> Message-ID: <46BAF877.1030208@free.fr> ma1 a ?crit : > Hi > Logitech pro 5000 is now working at bottom of screen > Registration Failed > Have tried Contacts near me and a long list appeared > Next time I start camera nothing shows > I need to contact some one to test the video Sip account > Any suggestions > Also we can hear test voice but not record http://wiki.ekiga.org From mommebu at yahoo.de Thu Aug 9 14:27:53 2007 From: mommebu at yahoo.de (Momme) Date: Thu, 9 Aug 2007 07:27:53 -0700 (PDT) Subject: [Ekiga-list] Registration failed within ekiga Message-ID: <12073368.post@talk.nabble.com> Hi, when I start ekiga, it fails to register, though registration on the web (ekiga.net) works fine and I find myself in the white pages. I used the druid for configuration with the default settings, my computer is using firestarter firewall which I disabled during testing ekiga, so I shouldn't have a firewall problem... Attached is the debugging output. Any hint apreciated... Momme http://www.nabble.com/file/p12073368/ekiga_error.txt ekiga_error.txt -- View this message in context: http://www.nabble.com/Registration-failed-within-ekiga-tf4242918.html#a12073368 Sent from the Ekiga General mailing list archive at Nabble.com. From dsandras at seconix.com Thu Aug 9 14:29:36 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 16:29:36 +0200 Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <12073368.post@talk.nabble.com> References: <12073368.post@talk.nabble.com> Message-ID: <1186669776.3313.28.camel@scorpion> Le jeudi 09 ao?t 2007 ? 07:27 -0700, Momme a ?crit : > Hi, when I start ekiga, it fails to register, though registration on the web > (ekiga.net) works fine and I find myself in the white pages. I used the > druid for configuration with the default settings, my computer is using > firestarter firewall which I disabled during testing ekiga, so I shouldn't > have a firewall problem... > Attached is the debugging output. > > Any hint apreciated... > > Momme > http://www.nabble.com/file/p12073368/ekiga_error.txt ekiga_error.txt You should upgrade to Ekiga 2.0.9. Also double check your password, it seems incorrect. Try logging in to ekiga.net. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From sevmek at free.fr Thu Aug 9 14:48:03 2007 From: sevmek at free.fr (yannick) Date: Thu, 09 Aug 2007 16:48:03 +0200 Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <1186669776.3313.28.camel@scorpion> References: <12073368.post@talk.nabble.com> <1186669776.3313.28.camel@scorpion> Message-ID: <1186670883.21550.69.camel@achille> Le jeudi 09 ao?t 2007 ? 16:29 +0200, Damien Sandras a ?crit : > Le jeudi 09 ao?t 2007 ? 07:27 -0700, Momme a ?crit : > > Hi, when I start ekiga, it fails to register, though registration on the web > > (ekiga.net) works fine and I find myself in the white pages. I used the > > druid for configuration with the default settings, my computer is using > > firestarter firewall which I disabled during testing ekiga, so I shouldn't > > have a firewall problem... > > Attached is the debugging output. > > > > Any hint apreciated... > > > > Momme > > http://www.nabble.com/file/p12073368/ekiga_error.txt ekiga_error.txt > > You should upgrade to Ekiga 2.0.9. > > Also double check your password, it seems incorrect. Try logging in to > ekiga.net. Maybe because of that: http://wiki.ekiga.org/index.php/Troubleshooting#Unable_to_register_to_ekiga.net_.3F Regards, Yannick > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ NOVACOM : http://www.novacom.be/ > FOSDEM : http://www.fosdem.org/ > SIP Phone : sip:dsandras at ekiga.net > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From mommebu at yahoo.de Thu Aug 9 15:13:45 2007 From: mommebu at yahoo.de (Momme) Date: Thu, 9 Aug 2007 08:13:45 -0700 (PDT) Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <1186670883.21550.69.camel@achille> References: <12073368.post@talk.nabble.com> <1186669776.3313.28.camel@scorpion> <1186670883.21550.69.camel@achille> Message-ID: <12074277.post@talk.nabble.com> Doublechecked password and it is correct. And there are no special characters. -- View this message in context: http://www.nabble.com/Registration-failed-within-ekiga-tf4242918.html#a12074277 Sent from the Ekiga General mailing list archive at Nabble.com. From dsandras at seconix.com Thu Aug 9 15:24:12 2007 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 09 Aug 2007 17:24:12 +0200 Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <12074277.post@talk.nabble.com> References: <12073368.post@talk.nabble.com> <1186669776.3313.28.camel@scorpion> <1186670883.21550.69.camel@achille> <12074277.post@talk.nabble.com> Message-ID: <1186673052.744.6.camel@scorpion> Le jeudi 09 ao?t 2007 ? 08:13 -0700, Momme a ?crit : > Doublechecked password and it is correct. And there are no special > characters. Can you send a -d 4 output from Ekiga 2.0.9 again ? Thanks, -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mommebu at yahoo.de Thu Aug 9 15:38:26 2007 From: mommebu at yahoo.de (Momme) Date: Thu, 9 Aug 2007 08:38:26 -0700 (PDT) Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <1186673052.744.6.camel@scorpion> References: <12073368.post@talk.nabble.com> <1186669776.3313.28.camel@scorpion> <1186670883.21550.69.camel@achille> <12074277.post@talk.nabble.com> <1186673052.744.6.camel@scorpion> Message-ID: <12074689.post@talk.nabble.com> Here it is: http://www.nabble.com/file/p12074689/ekiga_error.txt ekiga_error.txt The version no. is 2.0.3 though which is the version of the Ubuntu feisty package... Damien Sandras wrote: > > Le jeudi 09 ao?t 2007 ? 08:13 -0700, Momme a ?crit : >> Doublechecked password and it is correct. And there are no special >> characters. > > Can you send a -d 4 output from Ekiga 2.0.9 again ? > > Thanks, > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ NOVACOM : http://www.novacom.be/ > FOSDEM : http://www.fosdem.org/ > SIP Phone : sip:dsandras at ekiga.net > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- View this message in context: http://www.nabble.com/Registration-failed-within-ekiga-tf4242918.html#a12074689 Sent from the Ekiga General mailing list archive at Nabble.com. From jpuydt at free.fr Thu Aug 9 16:21:39 2007 From: jpuydt at free.fr (Julien Puydt) Date: Thu, 09 Aug 2007 18:21:39 +0200 Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <12074689.post@talk.nabble.com> References: <12073368.post@talk.nabble.com> <1186669776.3313.28.camel@scorpion> <1186670883.21550.69.camel@achille> <12074277.post@talk.nabble.com> <1186673052.744.6.camel@scorpion> <12074689.post@talk.nabble.com> Message-ID: <46BB3F13.2090507@free.fr> Momme a ?crit : > Here it is: http://www.nabble.com/file/p12074689/ekiga_error.txt > ekiga_error.txt > The version no. is 2.0.3 though which is the version of the Ubuntu feisty > package... 2.0.3 is obsolete. It's six *stable* *bugfix* releases behind. Upgrade. Snark on #ekiga From hunteke at earlham.edu Thu Aug 9 16:32:15 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 12:32:15 -0400 Subject: [Ekiga-list] Registration failed within ekiga In-Reply-To: <46BB3F13.2090507@free.fr> References: <12073368.post@talk.nabble.com> <1186669776.3313.28.camel@scorpion> <1186670883.21550.69.camel@achille> <12074277.post@talk.nabble.com> <1186673052.744.6.camel@scorpion> <12074689.post@talk.nabble.com> <46BB3F13.2090507@free.fr> Message-ID: <46BB418F.30105@earlham.edu> At 12:21p -0400 on 09 Aug 2007, Julien Puydt wrote: > Momme a ?crit : >> Here it is: http://www.nabble.com/file/p12074689/ekiga_error.txt >> ekiga_error.txt >> The version no. is 2.0.3 though which is the version of the Ubuntu feisty >> package... > > 2.0.3 is obsolete. It's six *stable* *bugfix* releases behind. (In human terms, 2.0.3 is a little over a year behind the times.) I understand your hesitance to step outside the package management system. The Ekiga folks have created an up-to-date .deb so that you can still stay within the package manager: https://help.ubuntu.com/community/Ekiga#head-57385c7cf79361cbb4d7195b9f43c1bb33c1e94c Search for "Install the latest version" in the page. (I haven't done it yet, but that was in an earlier thread.) Kevin From monnier at iro.umontreal.ca Thu Aug 9 18:29:58 2007 From: monnier at iro.umontreal.ca (Stefan Monnier) Date: Thu, 09 Aug 2007 14:29:58 -0400 Subject: [Ekiga-list] sound quality References: <46BADF8C.4090508@earlham.edu> Message-ID: > Given recent mention that I'm using an out of date version of Ekiga > (2.0.3) because it's what Ubuntu currently has in it's repositories, > what are my options in terms of sound and quality? No matter which Upgrade to Debian testing? Stefan ;-) From hunteke at earlham.edu Thu Aug 9 18:33:43 2007 From: hunteke at earlham.edu (Kevin Hunter) Date: Thu, 09 Aug 2007 14:33:43 -0400 Subject: [Ekiga-list] sound quality In-Reply-To: References: <46BADF8C.4090508@earlham.edu> Message-ID: <46BB5E07.50108@earlham.edu> At 2:29p -0400 on 09 Aug 2007, Stefan Monnier wrote: >> Given recent mention that I'm using an out of date version of Ekiga >> (2.0.3) because it's what Ubuntu currently has in it's repositories, >> what are my options in terms of sound and quality? No matter which > > Upgrade to Debian testing? Nice! Not quite an option I'd like to /take/ at this time, but an option nonetheless. :-) Kevin From ma1 at clear.net.nz Fri Aug 10 08:12:10 2007 From: ma1 at clear.net.nz (ma1) Date: Fri, 10 Aug 2007 20:12:10 +1200 Subject: [Ekiga-list] Audio problem Message-ID: <46BC1DDA.9020800@clear.net.nz> Hi Have installed version Ekiga 2.0.1 Logitech QuickCam pro 5000 opens up on screen no problem. Prefernences sound events all sound good Video plug in v4l2 uvc camera 046d:08c5 format Pal Channel 0 Sound test ladies voice good but not able to record Have tried to use sip addresses in white pages to try video on internet Have inserted a jpeg picture in the Image section Can not find away to delete it Address book can not figure out how to add sip addressof the only person that I know has Ekiga installed Would be nice to have Ekiga run as well as Skype in Windows XP Any assistance appreciated From mcs1 at ntlworld.com Fri Aug 10 08:36:46 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Fri, 10 Aug 2007 09:36:46 +0100 (BST) Subject: [Ekiga-list] Croped image using the gspca driver? Try this patch! In-Reply-To: <20070809072840.GI27524@sd291.sivit.org> References: <1186500863.21550.53.camel@achille> <20056641.451186594766993.OPEN-XCHANGE.WebMail.nobody@sam> <20070809072840.GI27524@sd291.sivit.org> Message-ID: <31807380.471186735006225.OPEN-XCHANGE.WebMail.nobody@sam> Luc, Thank you very much for the patch. I knew one can be sure the open community will help..... The picture (I believe) scales ok now with the quickcam messenger. I got a rather nasty problem under kde when I switch off ekiga. The machine freezes and there is frantic hard disk activity. I need to invetsigate what is causing this, I am using a snapshot so it could come from the CVS ekiga. Thanks again Cheers Michael On Thu 09.08.2007 08:28, Luc Saillard wrote: >On Wed, Aug 08, 2007 at 06:39:26PM +0100, Michael Stockenhuber wrote: >>Hi, >>Thank you very much. I have compiled the patched driver but no picture >>in ekiga. I have tried camorama, no problem with the driver so it >>seems >>to work ok. I have also tried the ekiga-snapshot, again camera >>switches >camorama use "computer" resolution (320x240 & 640x480) > >>on (LED) but no picture. I was really full of hope with this one. > >Ok sorry for the patch, but it's broken i've write it without testing >it. > >>http://www.saillard.org/ekiga/gspcav1-20070508_force_using_hardware_mode_v3.patch > >Here the new patch that works for me(tm) and the webcam ZC0302 >(0ac8:0302 Z-Star >Microelectronics Corp. ZC0302 WebCam) > >If you have mplayer, you can try: > ># mplayer tv:// -tv driver=v4l:width=640:height=480 ># mplayer tv:// -tv driver=v4l:width=320:height=240 > >Luc >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From dsandras at seconix.com Fri Aug 10 09:13:02 2007 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 10 Aug 2007 11:13:02 +0200 Subject: [Ekiga-list] Croped image using the gspca driver? Try this patch! In-Reply-To: <31807380.471186735006225.OPEN-XCHANGE.WebMail.nobody@sam> References: <1186500863.21550.53.camel@achille> <20056641.451186594766993.OPEN-XCHANGE.WebMail.nobody@sam> <20070809072840.GI27524@sd291.sivit.org> <31807380.471186735006225.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1186737182.31060.0.camel@scorpion> Le vendredi 10 ao?t 2007 ? 09:36 +0100, Michael Stockenhuber a ?crit : > Luc, > > Thank you very much for the patch. I knew one can be sure the open > community will help..... > The picture (I believe) scales ok now with the quickcam messenger. I got > a rather nasty problem under kde when I switch off ekiga. The machine > freezes and there is frantic hard disk activity. I need to invetsigate > what is causing this, I am using a snapshot so it could come from the > CVS ekiga. If the machine freezes, it can not be caused by a user program. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mcs1 at ntlworld.com Fri Aug 10 09:36:02 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Fri, 10 Aug 2007 10:36:02 +0100 (BST) Subject: [Ekiga-list] Croped image using the gspca driver? Try this patch! In-Reply-To: <1186737182.31060.0.camel@scorpion> References: <1186500863.21550.53.camel@achille> <20056641.451186594766993.OPEN-XCHANGE.WebMail.nobody@sam> <20070809072840.GI27524@sd291.sivit.org> <31807380.471186735006225.OPEN-XCHANGE.WebMail.nobody@sam> <1186737182.31060.0.camel@scorpion> Message-ID: <30487154.481186738562716.OPEN-XCHANGE.WebMail.nobody@sam> Luc, Thanks for the quick reply. You are right, that points into driver direction..... I will investigate and report here. cheers Michael On Fri 10.08.2007 10:13, Damien Sandras wrote: >Le vendredi 10 ao?t 2007 ? 09:36 +0100, Michael Stockenhuber a ?crit : >>Luc, >> >>Thank you very much for the patch. I knew one can be sure the open >>community will help..... >>The picture (I believe) scales ok now with the quickcam messenger. I >>got >>a rather nasty problem under kde when I switch off ekiga. The machine >>freezes and there is frantic hard disk activity. I need to invetsigate >>what is causing this, I am using a snapshot so it could come from the >>CVS ekiga. > >If the machine freezes, it can not be caused by a user program. >-- >_ Damien Sandras >(o- >//\ Ekiga Softphone : http://www.ekiga.org/ >v_/_ NOVACOM : http://www.novacom.be/ >FOSDEM : http://www.fosdem.org/ >SIP Phone : sip:dsandras at ekiga.net > > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From fabrice at alphonso.dyndns.org Fri Aug 10 09:34:40 2007 From: fabrice at alphonso.dyndns.org (ALPHONSO Fabrice) Date: Fri, 10 Aug 2007 11:34:40 +0200 (CEST) Subject: [Ekiga-list] Audio problem In-Reply-To: <46BC1DDA.9020800@clear.net.nz> References: <46BC1DDA.9020800@clear.net.nz> Message-ID: <24495.83.206.226.2.1186738480.squirrel@alphonso.dyndns.org> On Fri, August 10, 2007 10:12 am, ma1 wrote: > Hi > Have installed version Ekiga 2.0.1 *2.0.1* ?????? as would say Snark, there were 8 *stable* *bugfix* releases since 2.0.1 is out as we are now at ekiga-2.0.9... ;-) perhaps your problems are resolved by one of those bugfixes ?? > Logitech QuickCam pro 5000 opens up on screen no problem. > > Prefernences sound events all sound good > Video plug in v4l2 > uvc camera 046d:08c5 > format Pal > Channel 0 > Sound test ladies voice good but not able to record > Have tried to use sip addresses in white pages to try video on internet > Have inserted a jpeg picture in the Image section Can not find away to > delete it > Address book can not figure out how to add sip addressof the only person > that I know has Ekiga installed > Would be nice to have Ekiga run as well as Skype in Windows XP > Any assistance appreciated > Fabrice From dsandras at seconix.com Fri Aug 10 10:12:57 2007 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 10 Aug 2007 12:12:57 +0200 Subject: [Ekiga-list] Different DNS requests between Linux and Win32 version In-Reply-To: <1186655190.3313.12.camel@scorpion> References: <20070807154931.rfb5iimlck0000co@mail.easyneuf.org> <1186498743.23431.7.camel@scorpion> <20070807172155.hbilmwrqsc8wokkg@mail.easyneuf.org> <1186500322.23431.20.camel@scorpion> <20070809090335.n4odtywfeo00g4ss@mail.easyneuf.org> <1186645439.3740.3.camel@scorpion> <20070809104210.un6q5t144k880c8c@mail.easyneuf.org> <1186651238.9318.16.camel@scorpion> <1186654678.3313.10.camel@scorpion> <20070809122443.blpsw1n2o8w0w800@mail.easyneuf.org> <1186655190.3313.12.camel@scorpion> Message-ID: <1186740777.21024.0.camel@scorpion> Le jeudi 09 ao?t 2007 ? 12:26 +0200, Damien Sandras a ?crit : > Le jeudi 09 ao?t 2007 ? 12:24 +0200, thierry.magnien at easyneuf.org a > ?crit : > > Damien Sandras a ?crit : > > > > > Le jeudi 09 ao?t 2007 ? 11:20 +0200, Damien Sandras a ?crit : > > >> Le jeudi 09 ao?t 2007 ? 10:42 +0200, thierry.magnien at easyneuf.org a > > >> ?crit : > > >> > Damien Sandras a ?crit : > > >> > > > >> > > Vincent will have a quick look in our labs when he is back. > > >> > > > > >> > > Can you tell us what domain you are trying to reach through DNS SRV ? > > >> > > > >> > The domain is "easyneuf.fr". > > >> > > > >> > From what I saw, in OPAL lib, DNS SRV records are used only if the > > >> > flag P_DNS is set. This flag seems to be set during PWLib compilation. > > >> > I don't have a compilation environment for Win32 but maybe this could > > >> > be the cause. > > >> > > > >> > > >> Ooops, Vincent, can you check this ? > > > > > > He confirms P_DNS was not set... He is recompiling. > > > > Thanks ;-) > > > > Thanks for the efficient debug ;-) The fix is in SVN and CVS and will be included in Ekiga 2.0.10 which should be released soon. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From cm at blinkenlichten.de Tue Aug 14 16:07:59 2007 From: cm at blinkenlichten.de (Carsten Maass) Date: Tue, 14 Aug 2007 18:07:59 +0200 Subject: [Ekiga-list] LDAP addressbook Message-ID: <46C1D35F.5080209@blinkenlichten.de> Dear list, i would like my ekiga at home and the one in our office to both share one addressbook: How can i accomplish this? In our office we already have an openldap based addressbook running, but ekiga is unable to access it, because it seems ekiga doesn't support neither password based authentication nor SSL/TLS. Any hint is appreciated. Greetings and thanks in advance, Carsten. From alan at asandco.co.uk Sat Aug 18 16:52:13 2007 From: alan at asandco.co.uk (Alan Secker) Date: Sat, 18 Aug 2007 17:52:13 +0100 Subject: [Ekiga-list] Cannot open chosen channel etc Message-ID: <46C723BD.7080401@asandco.co.uk> I have recently successfully installed a device driver for my Logitech QuickCam Pro 5000 and verified that it works by executing KDETV. The next step was to install Ekiga. The version installed was 2.0.7, the version packaged with Mandriva Linux Spring 2007. The KDETV setting i for v4l2 but neither this nor v4l will work with a device setting of USB video class device. Am I doing something wrong or is there a flaw somewhere? Alan Secker From mshahwan2001 at yahoo.com Mon Aug 20 19:02:08 2007 From: mshahwan2001 at yahoo.com (Michael) Date: Mon, 20 Aug 2007 12:02:08 -0700 (PDT) Subject: [Ekiga-list] G729 codec Message-ID: <947628.43154.qm@web52407.mail.re2.yahoo.com> Is there anyone that can send me step by step instructions on how to install G.729 codec on Ekiga and run it for Xubuntu? We are running Asterisks with purchased G.729 licenses. They work great with Window's eyebeam. But now we are ready to move to Linux. What are the steps in getting Ekiga to work with G.729? --------------------------------- Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel.memeteau at gmail.com Tue Aug 21 15:17:52 2007 From: michel.memeteau at gmail.com (michel memeteau) Date: Tue, 21 Aug 2007 17:17:52 +0200 Subject: [Ekiga-list] [Advice ] Leadtek BVP 8882 Message-ID: > Hi I've found some videophone > Leadtek BVP 8882 > To be sold for 30 $ , it's quite cheap but it might be locked in with > orange France. > > Do you people have already used this device ? it's said to do SIP as well, > but not sure about H264 . > > If it does I should buy it right now then ..... I looked for a > grandstream 3000 , but semms like over 200$ ... Any other suggestion for being able to SIp with my parents ( who won't have a computer ..) Thanks > -- %<------------------------------------------------------->% Michel memeteau VOIP | Visio: sip:freechelmi at gizmoproject.com Fixe : 0491886375 !!! APARTIR du 15/09/2007 -> 0811956494 Mobile : 0624808051 jabber/GoogleTalk : freechelmi at jabber.fr -------------- next part -------------- An HTML attachment was scrubbed... URL: From sevmek at free.fr Tue Aug 21 15:56:10 2007 From: sevmek at free.fr (yannick) Date: Tue, 21 Aug 2007 17:56:10 +0200 Subject: [Ekiga-list] [Advice ] Leadtek BVP 8882 In-Reply-To: References: Message-ID: <1187711770.29577.98.camel@achille> Hi, Here are the specifications: http://www.leadtek.com.tw/eng/videophone/specification.asp?pronameid=261&lineid=7&act=2 System : H.323v4 or SIP RFC3261 Video Codec : H.261, H.263 Audio Codec : G.711, G.723.1, G.729a Support ADSL, Cable, LAN & WAN Support Fix IP, DHCP, PPPoE DHCP, IP, TCP, UDP, RTP, TFTP, NTP But where will you plug it , don't you need an ISP (Internet Service Provider) ? Regards, Yannick Le mardi 21 ao?t 2007 ? 17:17 +0200, michel memeteau a ?crit : > > Hi I've found some videophone > > Leadtek BVP 8882 > > To be sold for 30 $ , it's quite cheap but it might be locked > in with orange France. > > Do you people have already used this device ? it's said to do > SIP as well, but not sure about H264 . > > If it does I should buy it right now then ..... I looked for > a grandstream 3000 , but semms like over 200$ ... > > > Any other suggestion for being able to SIp with my parents ( who won't > have a computer ..) > > > Thanks > > > > -- > %<------------------------------------------------------->% > Michel memeteau > VOIP | Visio: sip:freechelmi at gizmoproject.com > Fixe : 0491886375 !!! APARTIR du 15/09/2007 -> 0811956494 > Mobile : 0624808051 > jabber/GoogleTalk : freechelmi at jabber.fr > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From fonz at siol.net Tue Aug 21 21:26:16 2007 From: fonz at siol.net (Jure Petrovic) Date: Tue, 21 Aug 2007 23:26:16 +0200 Subject: [Ekiga-list] G729 codec In-Reply-To: <01ce01c7e362$7a6f1970$1b02a8c0@michaellaptop> References: <01ce01c7e362$7a6f1970$1b02a8c0@michaellaptop> Message-ID: <1187731576.2280.14.camel@desktop.local.si> Yes, I do have a working version of G.729 codec for Ekiga and it works with Asterisk. The problem is that it just isn't optimal. As far as I figured it out OPAL doesn't read the info structure correctly (bug or my superficiality.) I posted link to my code somewhere in that thread. It should still be there :) Instructions? I pretty much explained all problems with G.729 and OPAL back then, but hey, if you can be more specific, i'll do my best :) The catch is that I used IPP (intel performance primitives) library, which binds you to certain architecture and certain license... I also compiled pwlib, opal and ekiga myself, becuase I required OPAL with dynamic loadable modules support. Regards, Jure On Mon, 2007-08-20 at 14:44 -0500, Michael Wayne wrote: > Jure: > > I was reading your thread about G729 codec for Ekiga. Have you > successfully > installed a working version of G729 with Asterisks for Ekiga? > > If so do you have any instructions you can share? From razametal at gmail.com Tue Aug 21 21:34:20 2007 From: razametal at gmail.com (RazaMetaL | Only The Good Die Young) Date: Tue, 21 Aug 2007 16:34:20 -0500 Subject: [Ekiga-list] G729 codec In-Reply-To: <1187731576.2280.14.camel@desktop.local.si> References: <01ce01c7e362$7a6f1970$1b02a8c0@michaellaptop> <1187731576.2280.14.camel@desktop.local.si> Message-ID: On 8/21/07, Jure Petrovic wrote: > > Yes, I do have a working version of G.729 codec for Ekiga and it works > with Asterisk. The problem is that it just isn't optimal. As far as I > figured it out OPAL doesn't read the info structure correctly (bug or my > superficiality.) > > I posted link to my code somewhere in that thread. It should still be > there :) > > Instructions? I pretty much explained all problems with G.729 and OPAL > back then, but hey, if you can be more specific, i'll do my best :) > > The catch is that I used IPP (intel performance primitives) library, > which binds you to certain architecture and certain license... > > I also compiled pwlib, opal and ekiga myself, becuase I required OPAL > with dynamic loadable modules support. > Have you compiled to run on windows or linux? The asterisk codec that are you using is licenced by digium or is the open source alternative [1] ? [1] http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/ Best regards, > Regards, > Jure > > On Mon, 2007-08-20 at 14:44 -0500, Michael Wayne wrote: > > Jure: > > > > I was reading your thread about G729 codec for Ekiga. Have you > > successfully > > installed a working version of G729 with Asterisks for Ekiga? > > > > If so do you have any instructions you can share? > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- Linux User: 255902 Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html From mcs1 at ntlworld.com Wed Aug 22 06:20:03 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Wed, 22 Aug 2007 07:20:03 +0100 (BST) Subject: [Ekiga-list] windows version Message-ID: <20870479.11187763603400.OPEN-XCHANGE.WebMail.nobody@sam> Hi, I am trying to run the latest windows snapshot (20/08/2007) but if I phone 500 the video comes back all garbled. It is mostly green and all the colours are wrong. This occusr with both directvideo and videoforwindows plugin. It is also refusing to connect to my debian snapshot version. Any ideas? Cheers Michael Powered by Open-Xchange.com From fonz at siol.net Wed Aug 22 06:47:56 2007 From: fonz at siol.net (Jure Petrovic) Date: Wed, 22 Aug 2007 08:47:56 +0200 Subject: [Ekiga-list] G729 codec In-Reply-To: References: <01ce01c7e362$7a6f1970$1b02a8c0@michaellaptop> <1187731576.2280.14.camel@desktop.local.si> Message-ID: <1187765276.2272.0.camel@desktop.local.si> On Tue, 2007-08-21 at 16:34 -0500, RazaMetaL | Only The Good Die Young wrote: > Have you compiled to run on windows or linux? The asterisk codec that > are you using is licenced by digium or is the open source alternative > [1] ? > > > [1] http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/ > > > Best regards, > From fonz at siol.net Wed Aug 22 07:12:38 2007 From: fonz at siol.net (Jure Petrovic) Date: Wed, 22 Aug 2007 09:12:38 +0200 Subject: [Ekiga-list] G729 codec In-Reply-To: References: <01ce01c7e362$7a6f1970$1b02a8c0@michaellaptop> <1187731576.2280.14.camel@desktop.local.si> Message-ID: <1187766758.2272.6.camel@desktop.local.si> I have compiled it only on Linux (FC6). Open source alternative (if you can call it that way) - based on [1], IPP, IPP code samples and VoiceAge G729 placeholder in OPAL. Jure On Tue, 2007-08-21 at 16:34 -0500, RazaMetaL | Only The Good Die Young wrote: > Have you compiled to run on windows or linux? The asterisk codec that > are you using is licenced by digium or is the open source alternative > [1] ? > > > [1] http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/ > > > Best regards, > From fonz at siol.net Wed Aug 22 07:13:45 2007 From: fonz at siol.net (Jure Petrovic) Date: Wed, 22 Aug 2007 09:13:45 +0200 Subject: [Ekiga-list] G729 codec] Message-ID: <1187766825.2272.8.camel@desktop.local.si> I have compiled it only on Linux (FC6). Open source alternative (if you can call it that way) - based on [1], IPP, IPP code samples and VoiceAge G729 placeholder in OPAL. Jure On Tue, 2007-08-21 at 16:34 -0500, RazaMetaL | Only The Good Die Young wrote: > Have you compiled to run on windows or linux? The asterisk codec that > are you using is licenced by digium or is the open source alternative > [1] ? > > > [1] http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/ > > > Best regards, > From dsandras at seconix.com Wed Aug 22 16:16:57 2007 From: dsandras at seconix.com (Damien Sandras) Date: Wed, 22 Aug 2007 18:16:57 +0200 Subject: [Ekiga-list] windows version In-Reply-To: <20870479.11187763603400.OPEN-XCHANGE.WebMail.nobody@sam> References: <20870479.11187763603400.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1187799417.12579.14.camel@scorpion> Le mercredi 22 ao?t 2007 ? 07:20 +0100, Michael Stockenhuber a ?crit : > Hi, > I am trying to run the latest windows snapshot (20/08/2007) but if I > phone 500 the video comes back all garbled. It is mostly green and all > the colours are wrong. This occusr with both directvideo and > videoforwindows plugin. It is also refusing to connect to my debian > snapshot version. > Any ideas? If the video preview is correct, then I would not worry. Heavy work is being done currently at the codecs level. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From vincent_luba at colombus.org Wed Aug 22 18:56:13 2007 From: vincent_luba at colombus.org (Vincent Luba) Date: Wed, 22 Aug 2007 20:56:13 +0200 Subject: [Ekiga-list] [Advice ] Leadtek BVP 8882 In-Reply-To: References: Message-ID: <46CC86CD.3080407@colombus.org> Hi, michel memeteau a ?crit : > > Hi I've found some videophone > > > Leadtek BVP 8882 > > > > To be sold for 30 $ , it's quite cheap but it might be locked in > with orange France. > > Do you people have already used this device ? it's said to do SIP > as well, but not sure about H264 . > > If it does I should buy it right now then ..... I looked for a > grandstream 3000 , but semms like over 200$ ... > > I used that phone at work, never had time to go through deep testing, but so far it is ok. It supports 3 SIP accounts, STUN, Picture-in-Picture, ... but you cannot change DTMF type (SIP Info, RFC2833, ...) The grandstream 3000 only support H264 (no H261)! Vincent -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel.memeteau at gmail.com Wed Aug 22 21:28:12 2007 From: michel.memeteau at gmail.com (michel memeteau) Date: Wed, 22 Aug 2007 23:28:12 +0200 Subject: [Ekiga-list] [Advice ] Leadtek BVP 8882 In-Reply-To: <46CC86CD.3080407@colombus.org> References: <46CC86CD.3080407@colombus.org> Message-ID: 2007/8/22, Vincent Luba : > > Hi, > > > michel memeteau a ?crit : > > > Hi I've found some videophone > > Leadtek BVP 8882 > > To be sold for 30 $ , it's quite cheap but it might be locked in with > > orange France. > > > > Do you people have already used this device ? it's said to do SIP as > > well, but not sure about H264 . > > > > If it does I should buy it right now then ..... I looked for a > > grandstream 3000 , but semms like over 200$ ... > > > I used that phone at work, never had time to go through deep testing, > but so far it is ok. > > > It supports 3 SIP accounts, STUN, Picture-in-Picture, ... but you cannot > change DTMF type (SIP Info, RFC2833, ...) > Hi thanks vincent for feedback , DTMF could be a bad issue , I was lokking for update firmware on their site but could not find one. 3 accounts is OK . I wish it could do H264 but H263 is really enough for my parents . yannick they don't have a DSL so I'm trying to see if it's worth it ... DSL is like 15 E/m ( if you take the "freebox only" so the 15 E for FT contract is included ) . France telcom was selling this H323 service for 33 E/months ( All france lanlines call included ) ! and at first people had to pay 7 E/ months for the visiophone , now you can buy it for 49 Euros if you take the 12 months contract..... All this to say that their H323 video service was really expensive and not opened to any call with another H323 client expet their Wanadoo visio , which is now replaced by ...... I let you guess -> http://im.orange.fr The grandstream 3000 only support H264 (no H261)! > yes same problem as Xlite , they don't want to support H261 because it's obsolete for them .... it would be a pity if my parents could not call Ekiga stable ! Vincent > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- %<------------------------------------------------------->% Michel memeteau VOIP | Visio: sip:freechelmi at gizmoproject.com Fixe : 0491886375 !!! APARTIR du 15/09/2007 -> 0811956494 Mobile : 0624808051 jabber/GoogleTalk : freechelmi at jabber.fr -------------- next part -------------- An HTML attachment was scrubbed... URL: From mcs1 at ntlworld.com Thu Aug 23 09:59:28 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Thu, 23 Aug 2007 10:59:28 +0100 (BST) Subject: [Ekiga-list] windows version In-Reply-To: <1187799417.12579.14.camel@scorpion> References: <20870479.11187763603400.OPEN-XCHANGE.WebMail.nobody@sam> <1187799417.12579.14.camel@scorpion> Message-ID: <24374386.21187863168239.OPEN-XCHANGE.WebMail.nobody@sam> Hi, Thank you very much for the reply. Unfortunately, no preview at all! But to hear that you are working on the codecs makes me happy! Thank you for all the hard work Michael On Wed 22.08.2007 17:16, Damien Sandras wrote: >Le mercredi 22 ao?t 2007 ? 07:20 +0100, Michael Stockenhuber a ?crit : >>Hi, >>I am trying to run the latest windows snapshot (20/08/2007) but if I >>phone 500 the video comes back all garbled. It is mostly green and all >>the colours are wrong. This occusr with both directvideo and >>videoforwindows plugin. It is also refusing to connect to my debian >>snapshot version. >>Any ideas? > >If the video preview is correct, then I would not worry. > >Heavy work is being done currently at the codecs level. >-- >_ Damien Sandras >(o- >//\ Ekiga Softphone : http://www.ekiga.org/ >v_/_ NOVACOM : http://www.novacom.be/ >FOSDEM : http://www.fosdem.org/ >SIP Phone : sip:dsandras at ekiga.net > > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From myoustal at netscape.net Sat Aug 25 08:38:30 2007 From: myoustal at netscape.net (myoustal at netscape.net) Date: Fri, 24 Aug 2007 22:38:30 -1000 Subject: [Ekiga-list] Unable to call Message-ID: <1188031110.6942.5.camel@jb-desktop> New to Linux and Ekiga... I have installed Ekiga 2.0.9 on ubuntu 2.6.15-28-386 using the Synaptic Package Manager. I have an account with DiamondCard, all set to go... When calling I get one ring, then ekiga hangs, I have to kill it. Any help appreciated, any hint on where to get help also appreciated... From Denis.Leslie at tiscali.co.uk Sat Aug 25 10:49:17 2007 From: Denis.Leslie at tiscali.co.uk (Denis Leslie) Date: Sat, 25 Aug 2007 11:49:17 +0100 Subject: [Ekiga-list] Unable to call In-Reply-To: <1188031110.6942.5.camel@jb-desktop> References: <1188031110.6942.5.camel@jb-desktop> Message-ID: <200708251149.17991.Denis.Leslie@tiscali.co.uk> On Saturday 25 August 2007 09:38, myoustal at netscape.net wrote: > New to Linux and Ekiga... I have installed Ekiga 2.0.9 on ubuntu > 2.6.15-28-386 using the Synaptic Package Manager. I have an account with > DiamondCard, all set to go... When calling I get one ring, then ekiga > hangs, I have to kill it. Any help appreciated, any hint on where to get > help also appreciated... I don't know enough to help you, but others who read this list will be able to. However, I can point you at documentation: http://www.ekiga.org/index.php?rub=3 and http://wiki.ekiga.org/index.php/Main_Page Hope that helps you check your configuration till the "real" guys come along. -- Denis Leslie From mcs1 at ntlworld.com Sat Aug 25 18:07:51 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Sat, 25 Aug 2007 19:07:51 +0100 (BST) Subject: [Ekiga-list] Ekiga and vista Message-ID: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> Dear all, Tried version 2.0.10 beta and I can phone my debian machine and 500 at ekiga.net. Also video seems to work with directsho w and the Hp webcam. However, if I hang up or change anything after the call ekiga just crashes. It does not use any CPU time, but does not react to anything. The only way to stop is via task manager. I have also tried this with XP and it does not happen. It seems to be connected to the webcam, because I can do subsequent calls with voice only. Any help would be very much appreciated. Cheers Michael Powered by Open-Xchange.com From myoustal at netscape.net Sun Aug 26 03:19:49 2007 From: myoustal at netscape.net (myoustal at netscape.net) Date: Sat, 25 Aug 2007 17:19:49 -1000 Subject: [Ekiga-list] Unable to call In-Reply-To: <200708251149.17991.Denis.Leslie@tiscali.co.uk> References: <1188031110.6942.5.camel@jb-desktop> <200708251149.17991.Denis.Leslie@tiscali.co.uk> Message-ID: <46D0F155.90002@netscape.net> Denis, Will do. Thanks. -jacques Denis.Leslie at tiscali.co.uk wrote: > On Saturday 25 August 2007 09:38, myoustal at netscape.net wrote: > >> New to Linux and Ekiga... I have installed Ekiga 2.0.9 on ubuntu >> 2.6.15-28-386 using the Synaptic Package Manager. I have an account with >> DiamondCard, all set to go... When calling I get one ring, then ekiga >> hangs, I have to kill it. Any help appreciated, any hint on where to get >> help also appreciated... >> > > I don't know enough to help you, but others who read this list will be able > to. However, I can point you at documentation: > http://www.ekiga.org/index.php?rub=3 and > http://wiki.ekiga.org/index.php/Main_Page > > Hope that helps you check your configuration till the "real" guys come along. > From GChriss at psu.edu Sun Aug 26 22:27:25 2007 From: GChriss at psu.edu (George Chriss) Date: Sun, 26 Aug 2007 18:27:25 -0400 (EDT) Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> References: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> Hi, I don't have any suggestions to try, but the same thing happened to me using a very recent Ekiga binary release and Vista Ultimate. I remember the webcam (Vaio laptop) working very briefly in a test call before Ekiga crashed. I don't have the machine in front of me at the moment, but I can find details if they would be useful. Thanks, George On Sat, August 25, 2007 14:07, Michael Stockenhuber wrote: > Dear all, > Tried version 2.0.10 beta and I can phone my debian machine and > 500 at ekiga.net. Also video seems to work with directsho w and the Hp > webcam. However, if I hang up or change anything after the call ekiga > just crashes. It does not use any CPU time, but does not react to > anything. The only way to stop is via task manager. I have also tried > this with XP and it does not happen. > It seems to be connected to the webcam, because I can do subsequent > calls with voice only. > Any help would be very much appreciated. > Cheers > Michael > > Powered by Open-Xchange.com > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > Thanks, George ------------- George Chriss ACS Nano Webmaster (Interim) American Chemical Society GChriss at psu.edu 1.814.867.2123 office 1.814.863.5516 fax 104 Davey Lab, PMB C011 University Park PA 16802, USA From dsandras at seconix.com Mon Aug 27 07:48:41 2007 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 27 Aug 2007 09:48:41 +0200 Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> References: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> Message-ID: <1188200921.3907.6.camel@scorpion> Hi, Le dimanche 26 ao?t 2007 ? 18:27 -0400, George Chriss a ?crit : > Hi, > > I don't have any suggestions to try, but the same thing happened to me > using a very recent Ekiga binary release and Vista Ultimate. I remember > the webcam (Vaio laptop) working very briefly in a test call before Ekiga > crashed. > > I don't have the machine in front of me at the moment, but I can find > details if they would be useful. > A backtrace would certainly help, that way, Luc can have a look at the DirectX plugin for video capture. Btw, please make sure you are using DirectX video input and not other plugins. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mcs1 at ntlworld.com Mon Aug 27 08:20:47 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Mon, 27 Aug 2007 09:20:47 +0100 (BST) Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <1188200921.3907.6.camel@scorpion> References: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> <1188200921.3907.6.camel@scorpion> Message-ID: <23690087.61188202847976.OPEN-XCHANGE.WebMail.nobody@sam> On Mon 27.08.2007 08:48, Damien Sandras wrote: Hi, Is there any howto for the backtrace somewhere? I have no real idea how to do that in windows? Video for windows does not work at all, I always use directshow and not videoforwindows!Thank you for the rpely! Cheers Michael > >A backtrace would certainly help, that way, Luc can have a look at the >DirectX plugin for video capture. > >Btw, please make sure you are using DirectX video input and not other >plugins. >-- >_ Damien Sandras >(o- >//\ Ekiga Softphone : http://www.ekiga.org/ >v_/_ NOVACOM : http://www.novacom.be/ >FOSDEM : http://www.fosdem.org/ >SIP Phone : sip:dsandras at ekiga.net > > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From dsandras at seconix.com Mon Aug 27 08:40:59 2007 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 27 Aug 2007 10:40:59 +0200 Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <23690087.61188202847976.OPEN-XCHANGE.WebMail.nobody@sam> References: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> <1188200921.3907.6.camel@scorpion> <23690087.61188202847976.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1188204059.4741.9.camel@scorpion> Le lundi 27 ao?t 2007 ? 09:20 +0100, Michael Stockenhuber a ?crit : > On Mon 27.08.2007 08:48, Damien Sandras wrote: > > Hi, > Is there any howto for the backtrace somewhere? > I have no real idea how to do that in windows? > > Video for windows does not work at all, I always use directshow and not > videoforwindows!Thank you for the rpely! There is some information on http://wiki.ekiga.org -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mcs1 at ntlworld.com Mon Aug 27 09:12:10 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Mon, 27 Aug 2007 10:12:10 +0100 (BST) Subject: [Ekiga-list] [Fwd: Re: Ekiga and vista] Message-ID: <32098350.71188205930210.OPEN-XCHANGE.WebMail.nobody@sam> -------- Original Message -------- From: Michael Stockenhuber To: GChriss at psu.edu Date: Mon 27.08.2007 08:48 Subject: Re: [Ekiga-list] Ekiga and vista Hi, Thank you for the reply I think everything would be usefull in that instance! Unfortunately, my parents using M$ all over and are hard to convince of Linux. Using free software? may help in that process! Cheers Michael On Sun 26.08.2007 23:27, George Chriss wrote: >Hi, > >I don't have any suggestions to try, but the same thing happened to me >using a very recent Ekiga binary release and Vista Ultimate. I remember >the webcam (Vaio laptop) working very briefly in a test call before >Ekiga >crashed. > >I don't have the machine in front of me at the moment, but I can find >details if they would be useful. > >Thanks, George > > >On Sat, August 25, 2007 14:07, Michael Stockenhuber wrote: >>Dear all, >>Tried version 2.0.10 beta and I can phone my debian machine and >>500 at ekiga.net. Also video seems to work with directsho w and the Hp >>webcam. However, if I hang up or change anything after the call ekiga >>just crashes. It does not use any CPU time, but does not react to >>anything. The only way to stop is via task manager. I have also tried >>this with XP and it does not happen. >>It seems to be connected to the webcam, because I can do subsequent >>calls with voice only. >>Any help would be very much appreciated. >>Cheers >>Michael >> >>Powered by Open-Xchange.com >> >>_______________________________________________ >>ekiga-list mailing list >>ekiga-list at gnome.org >>http://mail.gnome.org/mailman/listinfo/ekiga-list >> > > >Thanks, George > >------------- >George Chriss >ACS Nano Webmaster (Interim) >American Chemical Society > >GChriss at psu.edu >1.814.867.2123 office >1.814.863.5516 fax > >104 Davey Lab, PMB C011 >University Park PA 16802, USA >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com Powered by Open-Xchange.com From mincenzo at tiscalinet.it Mon Aug 27 10:19:19 2007 From: mincenzo at tiscalinet.it (VincenzoDiGiacomo) Date: Mon, 27 Aug 2007 12:19:19 +0200 Subject: [Ekiga-list] Ekiga in Windows XP - Can't start Message-ID: I dowloaded Ekiga 2.0.9 Beta for windows, but I can't start it. I get this warning: >Gconf key error >Ekiga got an invalid value for the GConf key "/apps/ekiga/general/gconf_test_age". I run WINDOWS XP, but it is installed in the third partition of my hard disk (named G: ) and not in C:, as usual. May be is this the problem? Can someone help me? Thanks Vici No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.484 / Virus Database: 269.12.4/969 - Release Date: 23/08/2007 16.04 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sevmek at free.fr Mon Aug 27 10:42:19 2007 From: sevmek at free.fr (yannick) Date: Mon, 27 Aug 2007 12:42:19 +0200 Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <23690087.61188202847976.OPEN-XCHANGE.WebMail.nobody@sam> References: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> <1188200921.3907.6.camel@scorpion> <23690087.61188202847976.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1188211339.22682.0.camel@achille> Le lundi 27 ao?t 2007 ? 09:20 +0100, Michael Stockenhuber a ?crit : > On Mon 27.08.2007 08:48, Damien Sandras wrote: > > Hi, > Is there any howto for the backtrace somewhere? > I have no real idea how to do that in windows? > Hi, Here: http://wiki.ekiga.org/index.php/Debugging_Ekiga#Debugging_Ekiga_on_Windows Regards, Yannick From sevmek at free.fr Mon Aug 27 10:44:25 2007 From: sevmek at free.fr (yannick) Date: Mon, 27 Aug 2007 12:44:25 +0200 Subject: [Ekiga-list] Ekiga in Windows XP - Can't start In-Reply-To: References: Message-ID: <1188211465.22682.2.camel@achille> Le lundi 27 ao?t 2007 ? 12:19 +0200, VincenzoDiGiacomo a ?crit : > I dowloaded Ekiga 2.0.9 Beta for windows, but I can't start it. > > I get this warning: > > >Gconf key error > > >Ekiga got an invalid value for the GConf key > "/apps/ekiga/general/gconf_test_age". > > > Hi, Please read this: http://wiki.ekiga.org/index.php/Troubleshooting#On_Windows Regards, Yannick > I run WINDOWS XP, but it is installed in the third partition of my > hard disk (named G: ) and not in C:, as usual. > > May be is this the problem? > > Can someone help me? > > Thanks > > Vici > > > > > > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.484 / Virus Database: 269.12.4/969 - Release Date: > 23/08/2007 16.04 > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From mcs1 at ntlworld.com Mon Aug 27 11:02:43 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Mon, 27 Aug 2007 12:02:43 +0100 (BST) Subject: [Ekiga-list] Ekiga in Windows XP - Can't start In-Reply-To: <1188211465.22682.2.camel@achille> References: <1188211465.22682.2.camel@achille> Message-ID: <18818021.101188212563213.OPEN-XCHANGE.WebMail.nobody@sam> Hi, Cheers I have done the backtracing and sent the log to the mailing list? It is just waiting for mailing list moderator approval because it is a bit too big..... Cheers again Michael On Mon 27.08.2007 11:44, yannick wrote: >Le lundi 27 ao?t 2007 ? 12:19 +0200, VincenzoDiGiacomo a ?crit : >>I dowloaded Ekiga 2.0.9 Beta for windows, but I can't start it. >> >>I get this warning: >> >>>Gconf key error >> >>>Ekiga got an invalid value for the GConf key >>"/apps/ekiga/general/gconf_test_age". >> >> >> > >Hi, > >Please read this: >http://wiki.ekiga.org/index.php/Troubleshooting#On_Windows > >Regards, >Yannick > >>I run WINDOWS XP, but it is installed in the third partition of my >>hard disk (named G: ) and not in C:, as usual. >> >>May be is this the problem? >> >>Can someone help me? >> >>Thanks >> >>Vici >> >> >> >> >> >> >> >> >> >>No virus found in this outgoing message. >>Checked by AVG Free Edition. >>Version: 7.5.484 / Virus Database: 269.12.4/969 - Release Date: >>23/08/2007 16.04 >> >> >>_______________________________________________ >>ekiga-list mailing list >>ekiga-list at gnome.org >>http://mail.gnome.org/mailman/listinfo/ekiga-list >-- >Me joindre en t?l?phonie IP / vid?oconf?rence ? >sip:yannick at ekiga.net >Logiciel de VoIP Ekiga : http://www.ekiga.org >http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From dsandras at seconix.com Mon Aug 27 12:30:23 2007 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 27 Aug 2007 14:30:23 +0200 Subject: [Ekiga-list] Ekiga in Windows XP - Can't start In-Reply-To: <18818021.101188212563213.OPEN-XCHANGE.WebMail.nobody@sam> References: <1188211465.22682.2.camel@achille> <18818021.101188212563213.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1188217823.4741.58.camel@scorpion> Le lundi 27 ao?t 2007 ? 12:02 +0100, Michael Stockenhuber a ?crit : > Hi, > > Cheers > I have done the backtracing and sent the log to the mailing list It is > just waiting for mailing list moderator approval because it is a bit too > big..... > You did not send the gdb output. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mcs1 at ntlworld.com Mon Aug 27 17:30:03 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Mon, 27 Aug 2007 18:30:03 +0100 (BST) Subject: [Ekiga-list] Ekiga in Windows XP - Can't start In-Reply-To: <1188217823.4741.58.camel@scorpion> References: <1188211465.22682.2.camel@achille> <18818021.101188212563213.OPEN-XCHANGE.WebMail.nobody@sam> <1188217823.4741.58.camel@scorpion> Message-ID: <15831407.111188235803700.OPEN-XCHANGE.WebMail.nobody@sam> Hi, Sorry, I did not realize you wanted the gdb output as well.... When i run gdb, I get the following: Starting program: C:\msys\1.0\home\Michael\Ekiga/ekiga.exe Error: dll starting at 0x71ea1000 not found. Program exited with code 031777777777. (gdb) thread apply all bt There is no output from the last command??? Ekiga does the same as before, does not react to anything and I have to use task manager to stop. Thank you for all the help Cheers Michael On Mon 27.08.2007 13:30, Damien Sandras wrote: >Le lundi 27 ao?t 2007 ? 12:02 +0100, Michael Stockenhuber a ?crit : >>Hi, >> >>Cheers >>I have done the backtracing and sent the log to the mailing list It is >>just waiting for mailing list moderator approval because it is a bit >>too >>big..... >> > >You did not send the gdb output. >-- >_ Damien Sandras >(o- >//\ Ekiga Softphone : http://www.ekiga.org/ >v_/_ NOVACOM : http://www.novacom.be/ >FOSDEM : http://www.fosdem.org/ >SIP Phone : sip:dsandras at ekiga.net > > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From dsandras at seconix.com Mon Aug 27 17:55:48 2007 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 27 Aug 2007 19:55:48 +0200 Subject: [Ekiga-list] Ekiga in Windows XP - Can't start In-Reply-To: <15831407.111188235803700.OPEN-XCHANGE.WebMail.nobody@sam> References: <1188211465.22682.2.camel@achille> <18818021.101188212563213.OPEN-XCHANGE.WebMail.nobody@sam> <1188217823.4741.58.camel@scorpion> <15831407.111188235803700.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1188237348.4350.3.camel@scorpion> Hi, Le lundi 27 ao?t 2007 ? 18:30 +0100, Michael Stockenhuber a ?crit : > Hi, > Sorry, I did not realize you wanted the gdb output as well.... > > > When i run gdb, I get the following: > > Starting program: C:\msys\1.0\home\Michael\Ekiga/ekiga.exe > Error: dll starting at 0x71ea1000 not found. > > > Program exited with code 031777777777. > (gdb) thread apply all bt > > > There is no output from the last command??? > > Ekiga does the same as before, does not react to anything and I have to > use task manager to stop. > > Thank you for all the help > Without a correct backtrace, it is impossible to determine what happens. However, I have no idea how to help you getting a real backtrace, unfortunately. If you have some programming experience, perhaps you can add debug statements in the DirectShow code. Is that something possible for you ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mincenzo at tiscalinet.it Mon Aug 27 17:59:58 2007 From: mincenzo at tiscalinet.it (VincenzoDiGiacomo) Date: Mon, 27 Aug 2007 19:59:58 +0200 Subject: [Ekiga-list] R: Ekiga in Windows XP - Can't start In-Reply-To: <1188211465.22682.2.camel@achille> Message-ID: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> Tank you , Yannick & Damien Sandras Very much. But your hint does not solve the problem (I had not previous (developpement) versions of Ekiga, and I cannot find any "ekiga.conf" in my computer). Instead, would you pay attention if it is relevant that my Operating System (Windows XP) runs on disk partition different from C: ?? Tanks, again - Vici (Vincenzo Digiacomo) -----Messaggio originale----- Da: ekiga-list-bounces at gnome.org [mailto:ekiga-list-bounces at gnome.org] Per conto di yannick Inviato: luned? 27 agosto 2007 12.44 A: Ekiga mailing list Oggetto: Re: [Ekiga-list] Ekiga in Windows XP - Can't start Le lundi 27 ao?t 2007 ? 12:19 +0200, VincenzoDiGiacomo a ?crit : > I dowloaded Ekiga 2.0.9 Beta for windows, but I can't start it. > ......... > >Ekiga got an invalid value for the GConf key > "/apps/ekiga/general/gconf_test_age". Hi, Please read this: http://wiki.ekiga.org/index.php/Troubleshooting#On_Windows Regards, Yannick > I run WINDOWS XP, but it is installed in the third partition of my > hard disk (named G: ) and not in C:, as usual. > > May be is this the problem? > > Can someone help me? > > Thanks > > Vici No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.484 / Virus Database: 269.12.4/969 - Release Date: 23/08/2007 16.04 From mcs1 at ntlworld.com Mon Aug 27 18:28:57 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Mon, 27 Aug 2007 19:28:57 +0100 (BST) Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> References: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> Message-ID: <29876954.131188239337648.OPEN-XCHANGE.WebMail.nobody@sam> Sorry, I just seem to have hijacked the XP thread by replying to the wrong mail. I do not think I could add backtrace to directvideo. Did the error trace I sent not help, I mean the one that needs approval by moderator. I enclsoe the end again and hope it is not too big again? stderr.tx: 007/08/27 11:59:30.385 1:02.709 Media Patch:33687d0 Patch Thread ended for Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.468 1:02.791 OnRelease:322d848 Media Closing raw media stream OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:30.468 1:02.791 OnRelease:322d848 Media Closing stream OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:30.621 1:02.945 OnRelease:322d848 Media Closing stream OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.622 1:02.945 OnRelease:322d848 Media Disconnecting OpalVideoMediaStream-Source-YUV420P from patch thread Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.622 1:02.945 OnRelease:322d848 Patch Closing media patch Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.622 1:02.946 OnRelease:322d848 Patch Waiting for media patch thread to stop Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.623 1:02.946 OnRelease:322d848 Patch Media patch thread Patch OpalVideoMediaStream-Source-YUV420P destroyed. 2007/08/27 11:59:30.623 1:02.947 OnRelease:322d848 Media Closing stream OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:30.624 1:02.947 OnRelease:322d848 OpalCon Media stream threads closed. 2007/08/27 11:59:30.631 1:02.954 OnRelease:322d848 GMPCSSEndpoint PCSS connection released 2007/08/27 11:59:30.631 1:02.954 OnRelease:322d848 OpalEP OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.632 1:02.955 OnRelease:322d848 GMManager Will release the connection 2007/08/27 11:59:30.632 1:02.955 OnRelease:322d848 OpalMan OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.632 1:02.955 OnRelease:322d848 Call OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.632 1:02.956 OnRelease:322d848 OpalCon Already released Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.633 1:02.957 OnRelease:322d848 OpalCon OnRelease thread completed for SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi 2007/08/27 11:59:30.635 1:02.958 SIP Transport:322d548 SIP Queueing PDU: 3 BYE <200> 2007/08/27 11:59:30.635 1:02.958 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5065 2007/08/27 11:59:30.636 1:02.959 SIP Handler:322d748 SIP Handling PDU 3 BYE <200> 2007/08/27 11:59:30.636 1:02.960 SIP Handler:322d748 SIP Transaction 3 BYE completed. 2007/08/27 11:59:30.637 1:02.960 SIP Handler:322d748 SIP Received OK response for non INVITE 2007/08/27 11:59:30.637 1:02.960 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:30.637 1:02.961 OnRelease:322d348 SIP Transaction 3 BYE aborted. 2007/08/27 11:59:30.639 1:02.962 OnRelease:322d348 SIP Transaction 3 BYE destroyed. 2007/08/27 11:59:30.639 1:02.962 OnRelease:322d348 OpalCon SetPhase from ReleasingPhase to ReleasedPhase 2007/08/27 11:59:30.640 1:02.963 SIP Handler:322d748 SIP PDU handler thread finished. 2007/08/27 11:59:30.640 1:02.963 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:30.640 1:02.963 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:30.640 1:02.964 OnRelease:322d348 Opal Transport clean up on termination 2007/08/27 11:59:30.641 1:02.964 OnRelease:322d348 OpalUDP Close 2007/08/27 11:59:30.641 1:02.964 OnRelease:322d348 Opal Transport Close 2007/08/27 11:59:30.641 1:02.965 SIP Transport:322d548 SIP Read thread finished. 2007/08/27 11:59:30.642 1:02.965 OnRelease:322d348 OpalCon OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.642 1:02.965 OnRelease:322d348 OpalCon Media stream threads closed. 2007/08/27 11:59:30.642 1:02.966 OnRelease:322d348 GMSIPEndpoint SIP connection released 2007/08/27 11:59:30.643 1:02.966 OnRelease:322d348 OpalEP OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.650 1:02.973 OnRelease:322d348 GMManager Will release the connection 2007/08/27 11:59:30.650 1:02.973 OnRelease:322d348 OpalMan OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.650 1:02.973 OnRelease:322d348 Call OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:31.601 1:03.924 OpalGarbage PCSS Deleted PC sound system connection. 2007/08/27 11:59:31.601 1:03.924 OpalGarbage OpalCon Connection Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] destroyed. 2007/08/27 11:59:34.162 1:06.485 GMVideoGrabber:03d47f38 PVidDirectShow IsOpen() 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow PVideoInputDevice_DirectShow: constructor 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow Open(HP Webcam,0) 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow IsOpen() 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow InitializeCapture() 2007/08/27 11:59:35.319 1:07.643 OnRelease:322d348 PVidDirectShow Initialize_Interfaces() This is the end of what I have sent. Cheers Michael On Mon 27.08.2007 18:55, Damien Sandras wrote: > Hi, > > Le lundi 27 ao?t 2007 ? 18:30 +0100, Michael Stockenhuber a ?crit : > > > Hi, > > Sorry, I did not realize you wanted the gdb output as well.... > > > > > > When i run gdb, I get the following: > > > > Starting program: C:\msys\1.0\home\Michael\Ekiga/ekiga.exe > > Error: dll starting at 0x71ea1000 not found. > > > > > > Program exited with code 031777777777. > > (gdb) thread apply all bt > > > > > > There is no output from the last command??? > > > > Ekiga does the same as before, does not react to anything and I have > > to > > use task manager to stop. > > > > Thank you for all the help > > > > > Without a correct backtrace, it is impossible to determine what > happens. > > However, I have no idea how to help you getting a real backtrace, > unfortunately. > > If you have some programming experience, perhaps you can add debug > statements in the DirectShow code. > > Is that something possible for you ? > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ NOVACOM : http://www.novacom.be/ > FOSDEM : http://www.fosdem.org/ > SIP Phone : sip:dsandras at ekiga.net > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > Powered by Open-Xchange.com On Mon 27.08.2007 18:59, VincenzoDiGiacomo wrote: >Tank you , Yannick & Damien Sandras >Very much. > >But your hint does not solve the problem >(I had not previous (developpement) versions of Ekiga, and I cannot >find any >"ekiga.conf" in my computer). > >Instead, would you pay attention if it is relevant that my Operating >System >(Windows XP) runs on disk partition different from C: ?? > >Tanks, again - >Vici (Vincenzo Digiacomo) > >-----Messaggio originale----- >Da: ekiga-list-bounces at gnome.org [mailto:ekiga-list-bounces at gnome.org] >Per >conto di yannick >Inviato: luned? 27 agosto 2007 12.44 >A: Ekiga mailing list >Oggetto: Re: [Ekiga-list] Ekiga in Windows XP - Can't start > >Le lundi 27 ao?t 2007 ? 12:19 +0200, VincenzoDiGiacomo a ?crit : >>I dowloaded Ekiga 2.0.9 Beta for windows, but I can't start it. >>......... >>>Ekiga got an invalid value for the GConf key >>"/apps/ekiga/general/gconf_test_age". > >Hi, > >Please read this: >http://wiki.ekiga.org/index.php/Troubleshooting#On_Windows > >Regards, >Yannick > >>I run WINDOWS XP, but it is installed in the third partition of my >>hard disk (named G: ) and not in C:, as usual. >> >>May be is this the problem? >> >>Can someone help me? >> >>Thanks >> >>Vici > >No virus found in this outgoing message. >Checked by AVG Free Edition. >Version: 7.5.484 / Virus Database: 269.12.4/969 - Release Date: >23/08/2007 >16.04 > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From sevmek at free.fr Mon Aug 27 19:34:03 2007 From: sevmek at free.fr (yannick) Date: Mon, 27 Aug 2007 21:34:03 +0200 Subject: [Ekiga-list] R: Ekiga in Windows XP - Can't start In-Reply-To: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> References: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> Message-ID: <1188243243.4991.2.camel@achille> Le lundi 27 ao?t 2007 ? 19:59 +0200, VincenzoDiGiacomo a ?crit : > (I had not previous (developpement) versions of Ekiga, and I cannot > find any > "ekiga.conf" in my computer). > Did you tried to see of this file is hidden ? I doubt having Ekiga elsewhere than C: is a problem. But I barely use Windows myself... Regards, Yannick -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From dsandras at seconix.com Tue Aug 28 07:36:03 2007 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 28 Aug 2007 09:36:03 +0200 Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <29876954.131188239337648.OPEN-XCHANGE.WebMail.nobody@sam> References: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> <29876954.131188239337648.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <1188286563.4226.2.camel@scorpion> Le lundi 27 ao?t 2007 ? 19:28 +0100, Michael Stockenhuber a ?crit : > Sorry, I just seem to have hijacked the XP thread by replying to the > wrong mail. > I do not think I could add backtrace to directvideo. > Did the error trace I sent not help, I mean the one that needs approval > by moderator. I enclsoe the end again and hope it is not too big again? It seems to crash here : OnRelease:322d348 PVidDirectShow Initialize_Interfaces() No idea why though. The ideal would be to add comments or tracing to that function in order to know what instruction crashes. That way, Luc could try having a look. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From mcs1 at ntlworld.com Tue Aug 28 08:29:24 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Tue, 28 Aug 2007 09:29:24 +0100 (BST) Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <1188286563.4226.2.camel@scorpion> References: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> <29876954.131188239337648.OPEN-XCHANGE.WebMail.nobody@sam> <1188286563.4226.2.camel@scorpion> Message-ID: <2355643.151188289764727.OPEN-XCHANGE.WebMail.nobody@sam> Thanks for the reply, Could Luc give me some idea how I could trace this? I am not a complete duffer in programming but then I have not a lot of experience either. I don't do this for a living, so my knowldege is limited. I am wondering why I do not get anything from gdb. I did not get a SIGSEV as mentioned in the wiki. Maybe this? has to do with the fact that ekiga does not really give a "not responding message", it just does not respond! Cheers Michael On Tue 28.08.2007 08:36, Damien Sandras wrote: >Le lundi 27 ao?t 2007 ? 19:28 +0100, Michael Stockenhuber a ?crit : >>Sorry, I just seem to have hijacked the XP thread by replying to the >>wrong mail. >>I do not think I could add backtrace to directvideo. >>Did the error trace I sent not help, I mean the one that needs >>approval >>by moderator. I enclsoe the end again and hope it is not too big >>again? > >It seems to crash here : >OnRelease:322d348 PVidDirectShow Initialize_Interfaces() > >No idea why though. The ideal would be to add comments or tracing to >that function in order to know what instruction crashes. That way, Luc >could try having a look. >-- >_ Damien Sandras >(o- >//\ Ekiga Softphone : http://www.ekiga.org/ >v_/_ NOVACOM : http://www.novacom.be/ >FOSDEM : http://www.fosdem.org/ >SIP Phone : sip:dsandras at ekiga.net > > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From rkrylov at mail.ru Tue Aug 28 10:50:48 2007 From: rkrylov at mail.ru (Roman Krylov) Date: Tue, 28 Aug 2007 14:50:48 +0400 Subject: [Ekiga-list] strange thing Message-ID: <46D3FE08.503@mail.ru> Hi. I have the following problem: I have two computers: AMD Athlon64x2 with gentoo 2007.0, kernel 2.6.22.4, glibc 2.5, xorg 1.0.2, ekiga 2.0.9 AMD Athlon XP with gentoo 2007.0, kernel 2.6.20.6, glibc 2.4, xorg 1.0.2, ekiga 2.0.9 both have same kernel configuration concerning v4l, both have same xorg.conf concerning v4l module and both work with my Logitech webcam(046d:08d7) and Gsmart Mini 2 as webcam via xawtv (!), but only on the first computer ekiga can detect both cameras, on the second the v4l is not in the video device list. What can be the reason? Thanks, Roman. From sampsa.riikonen at iki.fi Tue Aug 28 10:57:46 2007 From: sampsa.riikonen at iki.fi (Sampsa Riikonen) Date: Tue, 28 Aug 2007 12:57:46 +0200 Subject: [Ekiga-list] ekiga refuses to register Message-ID: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> Dear List, I have a strange problem with ekiga.. it refuses to register. I have cross-checked my username and password several times. I am running ekiga on suse linux 10.2 behind a router (with NAT). The password is not "too complicated" (as discussed in the wiki).. it has only alphanumerical characters. I am using the version 2.0.9. and loaded the program from a suse repository. You can find the debugging output here: http://www.sc.ehu.es/swwriris/output.txt Thank you in advance! Sampsa Riikonen -------------- next part -------------- An HTML attachment was scrubbed... URL: From sevmek at free.fr Tue Aug 28 11:12:07 2007 From: sevmek at free.fr (yannick) Date: Tue, 28 Aug 2007 13:12:07 +0200 Subject: [Ekiga-list] strange thing In-Reply-To: <46D3FE08.503@mail.ru> References: <46D3FE08.503@mail.ru> Message-ID: <1188299527.9461.11.camel@achille> Le mardi 28 ao?t 2007 ? 14:50 +0400, Roman Krylov a ?crit : > Hi. > I have the following problem: I have two computers: > AMD Athlon64x2 with gentoo 2007.0, kernel 2.6.22.4, glibc 2.5, xorg > 1.0.2, ekiga 2.0.9 > AMD Athlon XP with gentoo 2007.0, kernel 2.6.20.6, glibc 2.4, xorg > 1.0.2, ekiga 2.0.9 > both have same kernel configuration concerning v4l, both have same > xorg.conf concerning v4l module > and both work with my Logitech webcam(046d:08d7) and Gsmart Mini 2 as > webcam via xawtv (!), > but only on the first computer ekiga can detect both cameras, on the > second the v4l is not in the video device list. > What can be the reason? Hi, Maybe you need to install on the second computer the pwlib plugin for v4l. Regards, Yannick > Thanks, > Roman. > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- Me joindre en t?l?phonie IP / vid?oconf?rence ? sip:yannick at ekiga.net Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F From jpuydt at free.fr Tue Aug 28 11:21:39 2007 From: jpuydt at free.fr (Julien Puydt) Date: Tue, 28 Aug 2007 13:21:39 +0200 Subject: [Ekiga-list] ekiga refuses to register In-Reply-To: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> References: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> Message-ID: <46D40543.7000106@free.fr> Sampsa Riikonen a ?crit : > I have a strange problem with ekiga.. it refuses to register. > > I have cross-checked my username and password several > times. I am running ekiga on suse linux 10.2 behind a router > (with NAT). > > The password is not "too complicated" (as discussed in the wiki).. > it has only alphanumerical characters. I am using the version 2.0.9. > and loaded the program from a suse repository. > > You can find the debugging output here: > > http://www.sc.ehu.es/swwriris/output.txt Ekiga sends request to subscribe, but never receives answers : firewall issue. Snark on #ekiga From dsandras at seconix.com Tue Aug 28 11:38:14 2007 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 28 Aug 2007 13:38:14 +0200 Subject: [Ekiga-list] strange thing In-Reply-To: <1188299527.9461.11.camel@achille> References: <46D3FE08.503@mail.ru> <1188299527.9461.11.camel@achille> Message-ID: <1188301094.8915.13.camel@scorpion> Le mardi 28 ao?t 2007 ? 13:12 +0200, yannick a ?crit : > Le mardi 28 ao?t 2007 ? 14:50 +0400, Roman Krylov a ?crit : > > Hi. > > I have the following problem: I have two computers: > > AMD Athlon64x2 with gentoo 2007.0, kernel 2.6.22.4, glibc 2.5, xorg > > 1.0.2, ekiga 2.0.9 > > AMD Athlon XP with gentoo 2007.0, kernel 2.6.20.6, glibc 2.4, xorg > > 1.0.2, ekiga 2.0.9 > > both have same kernel configuration concerning v4l, both have same > > xorg.conf concerning v4l module > > and both work with my Logitech webcam(046d:08d7) and Gsmart Mini 2 as > > webcam via xawtv (!), > > but only on the first computer ekiga can detect both cameras, on the > > second the v4l is not in the video device list. > > What can be the reason? > > Hi, > > Maybe you need to install on the second computer the pwlib plugin for > v4l. > Or check the permissions. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From sampsa.riikonen at iki.fi Tue Aug 28 11:53:19 2007 From: sampsa.riikonen at iki.fi (Sampsa Riikonen) Date: Tue, 28 Aug 2007 13:53:19 +0200 Subject: [Ekiga-list] ekiga refuses to register In-Reply-To: <46D40543.7000106@free.fr> References: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> <46D40543.7000106@free.fr> Message-ID: <8bc4d0610708280453n2eedab6ap936bd119287a55b2@mail.gmail.com> 2007/8/28, Julien Puydt : > > Sampsa Riikonen a ?crit : > > > I have a strange problem with ekiga.. it refuses to register. > > > > I have cross-checked my username and password several > > times. I am running ekiga on suse linux 10.2 behind a router > > (with NAT). > > > > The password is not "too complicated" (as discussed in the wiki).. > > it has only alphanumerical characters. I am using the version 2.0.9. > > and loaded the program from a suse repository. > > > > You can find the debugging output here: > > > > http://www.sc.ehu.es/swwriris/output.txt > > Ekiga sends request to subscribe, but never receives answers : firewall > issue. > > Snark on #ekiga > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list Thank you Julien.. .. but could this be something more complicated? I have tried my best to solve the router / firewall issues. Ekiga detects automatically a "cone NAT" and is using stun. I have also (just in case) forwarded the ports 5000-5100 (with NAT) of the router (HG536+) to my computer. I do not have any firewalls configured.. .. I will keep on investigating. Regards, Sampsa -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpuydt at free.fr Tue Aug 28 12:01:29 2007 From: jpuydt at free.fr (Julien Puydt) Date: Tue, 28 Aug 2007 14:01:29 +0200 Subject: [Ekiga-list] ekiga refuses to register In-Reply-To: <8bc4d0610708280453n2eedab6ap936bd119287a55b2@mail.gmail.com> References: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> <46D40543.7000106@free.fr> <8bc4d0610708280453n2eedab6ap936bd119287a55b2@mail.gmail.com> Message-ID: <46D40E99.7040402@free.fr> Sampsa Riikonen a ?crit : > .. but could this be something more complicated? Well, ekiga sends request on a box, and never gets replies back, so things are pretty simple in fact : * either there are no replies (unlikely but possible) ; * or there are replies, but they don't find their way to ekiga (very likely). Notice that if you have a router, then you have a firewall... Snark From sampsa.riikonen at iki.fi Tue Aug 28 12:06:42 2007 From: sampsa.riikonen at iki.fi (Sampsa Riikonen) Date: Tue, 28 Aug 2007 14:06:42 +0200 Subject: [Ekiga-list] ekiga refuses to register In-Reply-To: <46D40E99.7040402@free.fr> References: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> <46D40543.7000106@free.fr> <8bc4d0610708280453n2eedab6ap936bd119287a55b2@mail.gmail.com> <46D40E99.7040402@free.fr> Message-ID: <8bc4d0610708280506s4c4d4e4dsbba50caa227b3b97@mail.gmail.com> 2007/8/28, Julien Puydt : > > Sampsa Riikonen a ?crit : > > .. but could this be something more complicated? > > Well, ekiga sends request on a box, and never gets replies back, so > things are pretty simple in fact : > * either there are no replies (unlikely but possible) ; > * or there are replies, but they don't find their way to ekiga (very > likely). > > Notice that if you have a router, then you have a firewall... > > Snark Resolved! .. this was very weird. In my router (HG536+) I found an option "ALG" and "select ALG". There was a checkbox with the optiont "SIP" enabled. I disabled it and.. now ekiga can register! Maybe you can explain me this, please? (router took the packets belonging SIP protocol or something like that? .. I am just a simple man, dont know so much of these..) Thanks. Sampsa -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpuydt at free.fr Tue Aug 28 12:19:58 2007 From: jpuydt at free.fr (Julien Puydt) Date: Tue, 28 Aug 2007 14:19:58 +0200 Subject: [Ekiga-list] ekiga refuses to register In-Reply-To: <8bc4d0610708280506s4c4d4e4dsbba50caa227b3b97@mail.gmail.com> References: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> <46D40543.7000106@free.fr> <8bc4d0610708280453n2eedab6ap936bd119287a55b2@mail.gmail.com> <46D40E99.7040402@free.fr> <8bc4d0610708280506s4c4d4e4dsbba50caa227b3b97@mail.gmail.com> Message-ID: <46D412EE.7020703@free.fr> Sampsa Riikonen a ?crit : > Resolved! Wonderful! > .. this was very weird. > > In my router (HG536+) I found an option "ALG" and > "select ALG". There was a checkbox with the optiont "SIP" > enabled. I disabled it and.. now ekiga can register! > > Maybe you can explain me this, please? (router took the > packets belonging SIP protocol or something like that? > .. I am just a simple man, dont know so much of these..) Easy : both ekiga and the router were trying to help, which of course didn't work since they were really playing against each other. When you told the router to leave things alone, ekiga's tricks could finally make sense and work. Snark on #ekiga From luc at saillard.org Tue Aug 28 12:22:38 2007 From: luc at saillard.org (Luc Saillard) Date: Tue, 28 Aug 2007 14:22:38 +0200 Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <2355643.151188289764727.OPEN-XCHANGE.WebMail.nobody@sam> References: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> <29876954.131188239337648.OPEN-XCHANGE.WebMail.nobody@sam> <1188286563.4226.2.camel@scorpion> <2355643.151188289764727.OPEN-XCHANGE.WebMail.nobody@sam> Message-ID: <20070828122238.GB5228@sd-11162.dedibox.fr> On Tue, Aug 28, 2007 at 09:29:24AM +0100, Michael Stockenhuber wrote: > Thanks for the reply, > > Could Luc give me some idea how I could trace this? > I am not a complete duffer in programming but then I have not a lot of > experience either. I don't do this for a living, so my knowldege is > limited. > I am wondering why I do not get anything from gdb. I did not get a > SIGSEV as mentioned in the wiki. Maybe this? has to do with the fact > that ekiga does not really give a "not responding message", it just does > not respond! > Cheers Hum i don't known how to debug ... i don't have a windows vista here to test (never see it running btw). What we can do is to build the pwlib sample program to test if it's the directshow part that segfault. Luc From mcs1 at ntlworld.com Tue Aug 28 12:30:03 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Tue, 28 Aug 2007 13:30:03 +0100 (BST) Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <20070828122238.GB5228@sd-11162.dedibox.fr> References: <000d01c7e8d4$15e79dc0$0201a8c0@adagru> <29876954.131188239337648.OPEN-XCHANGE.WebMail.nobody@sam> <1188286563.4226.2.camel@scorpion> <2355643.151188289764727.OPEN-XCHANGE.WebMail.nobody@sam> <20070828122238.GB5228@sd-11162.dedibox.fr> Message-ID: <29945686.161188304203744.OPEN-XCHANGE.WebMail.nobody@sam> >Hum i don't known how to debug ... i don't have a windows vista here to >test >(never see it running btw). You have not missed anything.... >What we can do is to build the pwlib sample >program to test if it's the directshow part that segfault. > That sounds useful. with pwlib I can test the interface to the directshow "library"? I am happy to try that later. Is this to run from gdb? Cheers Michael >Luc >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com From dsandras at seconix.com Tue Aug 28 12:39:58 2007 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 28 Aug 2007 14:39:58 +0200 Subject: [Ekiga-list] ekiga refuses to register In-Reply-To: <46D412EE.7020703@free.fr> References: <8bc4d0610708280357l6ebd8525hb33b9660f0d95872@mail.gmail.com> <46D40543.7000106@free.fr> <8bc4d0610708280453n2eedab6ap936bd119287a55b2@mail.gmail.com> <46D40E99.7040402@free.fr> <8bc4d0610708280506s4c4d4e4dsbba50caa227b3b97@mail.gmail.com> <46D412EE.7020703@free.fr> Message-ID: <1188304798.8915.15.camel@scorpion> Le mardi 28 ao?t 2007 ? 14:19 +0200, Julien Puydt a ?crit : > Sampsa Riikonen a ?crit : > > Resolved! > > Wonderful! > > > .. this was very weird. > > > > In my router (HG536+) I found an option "ALG" and > > "select ALG". There was a checkbox with the optiont "SIP" > > enabled. I disabled it and.. now ekiga can register! > > > > Maybe you can explain me this, please? (router took the > > packets belonging SIP protocol or something like that? > > .. I am just a simple man, dont know so much of these..) > > Easy : both ekiga and the router were trying to help, which of course > didn't work since they were really playing against each other. When you > told the router to leave things alone, ekiga's tricks could finally make > sense and work. > The other possibility would have been to disable stun and keep ALG enabled. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From rkrylov at mail.ru Tue Aug 28 13:25:08 2007 From: rkrylov at mail.ru (Roman Krylov) Date: Tue, 28 Aug 2007 17:25:08 +0400 Subject: [Ekiga-list] strange thing In-Reply-To: <1188301094.8915.13.camel@scorpion> References: <46D3FE08.503@mail.ru> <1188299527.9461.11.camel@achille> <1188301094.8915.13.camel@scorpion> Message-ID: <46D42234.90506@mail.ru> I have pwlib-1.10.7 - is it what you meant as v4l plugin? and running everything as root. Roman. >> Hi, >> >> Maybe you need to install on the second computer the pwlib plugin for >> v4l. >> >> > > Or check the permissions. > From jpuydt at free.fr Tue Aug 28 15:11:16 2007 From: jpuydt at free.fr (Julien Puydt) Date: Tue, 28 Aug 2007 17:11:16 +0200 Subject: [Ekiga-list] strange thing In-Reply-To: <46D42234.90506@mail.ru> References: <46D3FE08.503@mail.ru> <1188299527.9461.11.camel@achille> <1188301094.8915.13.camel@scorpion> <46D42234.90506@mail.ru> Message-ID: <46D43B14.1010705@free.fr> Roman Krylov a ?crit : > I have pwlib-1.10.7 - is it what you meant as v4l plugin? No, that is the main pwlib -- you must install the v4l plugin. > and running everything as root. Don't take it too bad, but honestly : this is stupid. Snark From t.kraus-rump at gmx.de Tue Aug 28 15:36:50 2007 From: t.kraus-rump at gmx.de (Thomas Kraus-Rump) Date: Tue, 28 Aug 2007 17:36:50 +0200 Subject: [Ekiga-list] How to connect a video cam? Message-ID: <46D44112.90802@gmx.de> Hi all, one question: the usb-webcam is detected by dmesg -> "pwc: Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected. usbcore: registered new interface driver Philips webcam", but i can't find a way to put it to video-preferences for 'ekiga'. Only my "Hauppauge" card is available, but there is no camera plugged. May be there is some assistance from your side - i would be happy. user_tom From jpuydt at free.fr Tue Aug 28 16:22:54 2007 From: jpuydt at free.fr (Julien Puydt) Date: Tue, 28 Aug 2007 18:22:54 +0200 Subject: [Ekiga-list] How to connect a video cam? In-Reply-To: <46D44112.90802@gmx.de> References: <46D44112.90802@gmx.de> Message-ID: <46D44BDE.6050700@free.fr> Thomas Kraus-Rump a ?crit : > Hi all, > one question: the usb-webcam is detected by dmesg -> "pwc: Philips > PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected. > usbcore: registered new interface driver Philips webcam", but i can't > find a way to put it to video-preferences for 'ekiga'. Only my > "Hauppauge" card is available, but there is no camera plugged. > > May be there is some assistance from your side - i would be happy. If the V4L plugin doesn't detect it, perhaps the V4L2 plugin will? (and conversely). Please try to install & check both plugins. Snark on #ekiga From t.kraus-rump at gmx.de Tue Aug 28 16:26:19 2007 From: t.kraus-rump at gmx.de (Thomas Kraus-Rump) Date: Tue, 28 Aug 2007 18:26:19 +0200 Subject: [Ekiga-list] How to connect a video cam ... Message-ID: <46D44CAB.2040208@gmx.de> ..., sorry, i don't want to make more work as necessarily, i have found the "hook", it was a question of 'permissions'! user_tom From rkrylov at mail.ru Tue Aug 28 20:21:43 2007 From: rkrylov at mail.ru (Roman Krylov) Date: Wed, 29 Aug 2007 00:21:43 +0400 Subject: [Ekiga-list] strange thing In-Reply-To: <46D43B14.1010705@free.fr> References: <46D3FE08.503@mail.ru> <1188299527.9461.11.camel@achille> <1188301094.8915.13.camel@scorpion> <46D42234.90506@mail.ru> <46D43B14.1010705@free.fr> Message-ID: <46D483D7.8060903@mail.ru> >> I have pwlib-1.10.7 - is it what you meant as v4l plugin? >> > > No, that is the main pwlib -- you must install the v4l plugin. > > OK, where can I get this plugin? But the strange thing is that I have not installed any special pwlib plugins on the computer on which ekiga works, it has the same set of packages. >> and running everything as root. >> > > Don't take it too bad, but honestly : this is stupid. > > I know, I will only make it work and then switch to an ordinary user. Thanks, Roman. From mshahwan2001 at yahoo.com Wed Aug 29 03:45:57 2007 From: mshahwan2001 at yahoo.com (Michael) Date: Tue, 28 Aug 2007 20:45:57 -0700 (PDT) Subject: [Ekiga-list] G729 codec Message-ID: <487465.4756.qm@web52408.mail.re2.yahoo.com> Damien and Craig: Can I donate X amount so that Ekiga can be certified to work ?optimally? with G729 via Asterisks on Xubuntu? Currently I see that there are several comments of the community members trying to get it to work. For example, Jure Petrovic code is posted, but we cannot use it if it is not optimal. We need to be sure it is supported so that as new versions of Asterisks, Ekiga and Xubuntu will function in the future. In addition a simplified installation method would be a big plus. Conclusion, how much would we need to donate so that there is a version issued by the Ekiga community? It would support G729 via Asterisks on Xubuntu assuming proper licenses are purchased. ____________________________________________________________________________________ Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. http://smallbusiness.yahoo.com/webhosting -------------- next part -------------- An HTML attachment was scrubbed... URL: From fonz at siol.net Wed Aug 29 08:07:56 2007 From: fonz at siol.net (Jure Petrovic) Date: Wed, 29 Aug 2007 10:07:56 +0200 Subject: [Ekiga-list] G729 codec In-Reply-To: <487465.4756.qm@web52408.mail.re2.yahoo.com> References: <487465.4756.qm@web52408.mail.re2.yahoo.com> Message-ID: <1188374876.2822.16.camel@localhost.localdomain> The problem with my version is, that I cannot set the number of audio frames that are wrapped in the RTP packet. My code always sends 1 audio frame (= 10 msec), eventhough my setting says two or three. I couldn't fix it yet, because I don't know some things about OPAL and I haven't had the time to check the OPAL code. Silently, I was hoping that Craig would check it, to see if codec info structure is correctly set up :) Besides appearing a little bit asymmetrical, I haven't encountered any other troubles ;) Regards, Jure On Tue, 2007-08-28 at 20:45 -0700, Michael wrote: > Currently I see that there are several comments of the community > members trying to get it to work. For example, Jure Petrovic code is > posted, but we cannot use it if it is not optimal. We need to be sure > it is supported so that as new versions of Asterisks, Ekiga and > Xubuntu will function in the future. In addition a simplified > installation method would be a big plus. > From craigs at postincrement.com Wed Aug 29 08:31:00 2007 From: craigs at postincrement.com (Craig Southeren) Date: Wed, 29 Aug 2007 18:31:00 +1000 Subject: [Ekiga-list] G729 codec In-Reply-To: <1188374876.2822.16.camel@localhost.localdomain> References: <487465.4756.qm@web52408.mail.re2.yahoo.com> <1188374876.2822.16.camel@localhost.localdomain> Message-ID: <46D52EC4.3070809@postincrement.com> Jure Petrovic wrote: > > The problem with my version is, that I cannot set the number of audio > frames that are wrapped in the RTP packet. My code always sends 1 audio > frame (= 10 msec), eventhough my setting says two or three. > > I couldn't fix it yet, because I don't know some things about OPAL and I > haven't had the time to check the OPAL code. > > Silently, I was hoping that Craig would check it, to see if codec info > structure is correctly set up :) > > Besides appearing a little bit asymmetrical, I haven't encountered any > other troubles ;) Correct handling of the SIP ptime argument is one of the specific features that we need to add to OPAL for the next release. Craig ----------------------------------------------------------------------- Craig Southeren Post Increment ? VoIP Consulting and Software craigs at postincrement.com.au www.postincrement.com.au Phone: +61 243654666 ICQ: #86852844 Fax: +61 243656905 MSN: craig_southeren at hotmail.com Mobile: +61 417231046 Jabber: craigs at jabber.org "Science is the poetry of reality." Richard Dawkins From craigs at postincrement.com Wed Aug 29 08:34:37 2007 From: craigs at postincrement.com (Craig Southeren) Date: Wed, 29 Aug 2007 18:34:37 +1000 Subject: [Ekiga-list] G729 codec In-Reply-To: <487465.4756.qm@web52408.mail.re2.yahoo.com> References: <487465.4756.qm@web52408.mail.re2.yahoo.com> Message-ID: <46D52F9D.5030104@postincrement.com> Michael wrote: > > Damien and Craig: > > Can I donate X amount so that Ekiga can be certified to work > 'optimally' with G729 via Asterisks on Xubuntu? > > Currently I see that there are several comments of the > community members trying to get it to work. For example, Jure Petrovic code is > posted, but we cannot use it if it is not optimal. We need to be sure it is > supported so that as new versions of Asterisks, Ekiga and Xubuntu will function > in the future. In addition a simplified installation method would be a big plus. > > Conclusion, how much would we need to donate so that there > is a version issued by the Ekiga community? It would support G729 via Asterisks > on Xubuntu assuming proper licenses are purchased. Are you saying that you want to use the Asterisk G.729 license with Ekiga? This is not possible, for legal reasons. It is definitely possible to implement G.729 as a plugin codec for OPAL that will work with Asterisk. This will be available once the IPP codec package is releases. Craig ----------------------------------------------------------------------- Craig Southeren Post Increment -- VoIP Consulting and Software craigs at postincrement.com.au www.postincrement.com.au Phone: +61 243654666 ICQ: #86852844 Fax: +61 243656905 MSN: craig_southeren at hotmail.com Mobile: +61 417231046 Jabber: craigs at jabber.org "Science is the poetry of reality." Richard Dawkins From fonz at siol.net Wed Aug 29 10:01:11 2007 From: fonz at siol.net (Jure Petrovic) Date: Wed, 29 Aug 2007 12:01:11 +0200 Subject: [Ekiga-list] G729 codec In-Reply-To: <46D52EC4.3070809@postincrement.com> References: <487465.4756.qm@web52408.mail.re2.yahoo.com> <1188374876.2822.16.camel@localhost.localdomain> <46D52EC4.3070809@postincrement.com> Message-ID: <1188381671.24328.7.camel@localhost.localdomain> SIP ptime arg? This is supposed to be audio length in one RTP packet? Regards, Jure On Wed, 2007-08-29 at 18:31 +1000, Craig Southeren wrote: > Correct handling of the SIP ptime argument is one of the specific > features that we need to add to OPAL for the next release. > From fonz at siol.net Wed Aug 29 09:58:48 2007 From: fonz at siol.net (Jure Petrovic) Date: Wed, 29 Aug 2007 11:58:48 +0200 Subject: [Ekiga-list] G729 codec In-Reply-To: <46D52F9D.5030104@postincrement.com> References: <487465.4756.qm@web52408.mail.re2.yahoo.com> <46D52F9D.5030104@postincrement.com> Message-ID: <1188381528.24328.3.camel@localhost.localdomain> codec for opal that will work with ast? ast codec is based on IPP and so is mine. In both cases, we're just talking about wrapper that knows how to talk with ast (or ekiga if you will) on one side and IPP coding/decoding algorithms on the other. Regards, Jure On Wed, 2007-08-29 at 18:34 +1000, Craig Southeren wrote: > It is definitely possible to implement G.729 as a plugin codec for > OPAL > that will work with Asterisk. This will be available once the IPP > codec > package is releases. From franz.fuder at ifaz.de Wed Aug 29 20:52:42 2007 From: franz.fuder at ifaz.de (Franz Fuder) Date: Wed, 29 Aug 2007 22:52:42 +0200 Subject: [Ekiga-list] ldap deprecated Message-ID: <46D5DC9A.9010904@ifaz.de> I tried to compile the ekiga from the svn and got some errors in ldap-book.cpp. I used a newer ldap.h so I have to add: #define LDAP_DEPRECATED 1 to get ekiga compiled, however I got no contact to the ekiga phone book, the contact to the 500 at ekiga.net (video and audio) works nicht. I guess the server was missing to get the phone list ? Franz From mshahwan2001 at yahoo.com Thu Aug 30 02:30:49 2007 From: mshahwan2001 at yahoo.com (Michael) Date: Wed, 29 Aug 2007 19:30:49 -0700 (PDT) Subject: [Ekiga-list] G729 codec Message-ID: <196529.27609.qm@web52411.mail.re2.yahoo.com> Craig: Forgive my limited knowledge in the workings of Asterisks and licensing. Currently there are Windows based soft phones with G729 that work on Asterisk. In order to make this work we needed to purchase license for G729 to run on Asterisks and accept calls made from the soft phone. What I am personally looking for is to have a similar setup, but on Xubuntu in Linux. What type donation would need to be made so that I can run on my Xubuntu install a G729 conversation through Asterisks? ----- Original Message ---- From: Craig Southeren To: Ekiga mailing list Sent: Wednesday, August 29, 2007 3:34:37 AM Subject: Re: [Ekiga-list] G729 codec Michael wrote: > > Damien and Craig: > > Can I donate X amount so that Ekiga can be certified to work > 'optimally' with G729 via Asterisks on Xubuntu? > > Currently I see that there are several comments of the > community members trying to get it to work. For example, Jure Petrovic code is > posted, but we cannot use it if it is not optimal. We need to be sure it is > supported so that as new versions of Asterisks, Ekiga and Xubuntu will function > in the future. In addition a simplified installation method would be a big plus. > > Conclusion, how much would we need to donate so that there > is a version issued by the Ekiga community? It would support G729 via Asterisks > on Xubuntu assuming proper licenses are purchased. Are you saying that you want to use the Asterisk G.729 license with Ekiga? This is not possible, for legal reasons. It is definitely possible to implement G.729 as a plugin codec for OPAL that will work with Asterisk. This will be available once the IPP codec package is releases. Craig ----------------------------------------------------------------------- Craig Southeren Post Increment -- VoIP Consulting and Software craigs at postincrement.com.au www.postincrement.com.au Phone: +61 243654666 ICQ: #86852844 Fax: +61 243656905 MSN: craig_southeren at hotmail.com Mobile: +61 417231046 Jabber: craigs at jabber.org "Science is the poetry of reality." Richard Dawkins _______________________________________________ ekiga-list mailing list ekiga-list at gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC -------------- next part -------------- An HTML attachment was scrubbed... URL: From mshahwan2001 at yahoo.com Thu Aug 30 02:34:40 2007 From: mshahwan2001 at yahoo.com (Michael) Date: Wed, 29 Aug 2007 19:34:40 -0700 (PDT) Subject: [Ekiga-list] G729 codec Message-ID: <70958.54364.qm@web52405.mail.re2.yahoo.com> Craig: By the way, I believe Ekiga would be the world's first soft phone that has G729 working with Asterisk being supported on 'current' kernel versions of Linux. ----- Original Message ---- From: Michael To: Ekiga mailing list Sent: Wednesday, August 29, 2007 9:30:49 PM Subject: Re: [Ekiga-list] G729 codec Craig: Forgive my limited knowledge in the workings of Asterisks and licensing. Currently there are Windows based soft phones with G729 that work on Asterisk. In order to make this work we needed to purchase license for G729 to run on Asterisks and accept calls made from the soft phone. What I am personally looking for is to have a similar setup, but on Xubuntu in Linux. What type donation would need to be made so that I can run on my Xubuntu install a G729 conversation through Asterisks? ----- Original Message ---- From: Craig Southeren To: Ekiga mailing list Sent: Wednesday, August 29, 2007 3:34:37 AM Subject: Re: [Ekiga-list] G729 codec Michael wrote: > > Damien and Craig: > > Can I donate X amount so that Ekiga can be certified to work > 'optimally' with G729 via Asterisks on Xubuntu? > > Currently I see that there are several comments of the > community members trying to get it to work. For example, Jure Petrovic code is > posted, but we cannot use it if it is not optimal. We need to be sure it is > supported so that as new versions of Asterisks, Ekiga and Xubuntu will function > in the future. In addition a simplified installation method would be a big plus. > > Conclusion, how much would we need to donate so that there > is a version issued by the Ekiga community? It would support G729 via Asterisks > on Xubuntu assuming proper licenses are purchased. Are you saying that you want to use the Asterisk G.729 license with Ekiga? This is not possible, for legal reasons. It is definitely possible to implement G.729 as a plugin codec for OPAL that will work with Asterisk. This will be available once the IPP codec package is releases. Craig ----------------------------------------------------------------------- Craig Southeren Post Increment -- VoIP Consulting and Software craigs at postincrement.com.au www.postincrement.com.au Phone: +61 243654666 ICQ: #86852844 Fax: +61 243656905 MSN: craig_southeren at hotmail.com Mobile: +61 417231046 Jabber: craigs at jabber.org "Science is the poetry of reality." Richard Dawkins _______________________________________________ ekiga-list mailing list ekiga-list at gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpuydt at free.fr Thu Aug 30 06:04:33 2007 From: jpuydt at free.fr (Julien Puydt) Date: Thu, 30 Aug 2007 08:04:33 +0200 Subject: [Ekiga-list] ldap deprecated In-Reply-To: <46D5DC9A.9010904@ifaz.de> References: <46D5DC9A.9010904@ifaz.de> Message-ID: <46D65DF1.80603@free.fr> Franz Fuder a ?crit : > I tried to compile the ekiga from the svn and got some errors in > ldap-book.cpp. I used a newer ldap.h so I have to add: > > #define LDAP_DEPRECATED 1 > > > to get ekiga compiled, however I got no contact to the ekiga phone book, > the contact to the 500 at ekiga.net (video and audio) works nicht. I guess > the server was missing to get the phone list ? Which version of ekiga was it? I'm pretty sure I didn't use the deprecated API when I wrote the new code. Snark on #ekiga From vnum at wanadoo.fr Thu Aug 30 09:52:44 2007 From: vnum at wanadoo.fr (Vnum) Date: Thu, 30 Aug 2007 11:52:44 +0200 (CEST) Subject: [Ekiga-list] Cross-compilation error Message-ID: <16037811.124811188467564322.JavaMail.www@wwinf1514> Hello i want to cross-compil ekiga for win32 on linux I have the following configuration : - Ubuntu 7.04 - svn version : 1.4.3 - make version : 3.81 the svn check-out is working with next command : svn co http://svn.gnome.org/svn/ekiga/trunk/win32 But the make update-sources give me this following error : /bin/sh: Syntax error: "(" unexpected make: *** [updat-sources] Erreur 2 You have any ideas to resolv this problem ? Thanks for your help. Regards. From luc at saillard.org Thu Aug 30 12:01:23 2007 From: luc at saillard.org (Luc Saillard) Date: Thu, 30 Aug 2007 14:01:23 +0200 Subject: [Ekiga-list] Cross-compilation error In-Reply-To: <16037811.124811188467564322.JavaMail.www@wwinf1514> References: <16037811.124811188467564322.JavaMail.www@wwinf1514> Message-ID: <20070830120123.GC5228@sd-11162.dedibox.fr> On Thu, Aug 30, 2007 at 11:52:44AM +0200, Vnum wrote: > Hello i want to cross-compil ekiga for win32 on linux > > I have the following configuration : > - Ubuntu 7.04 > - svn version : 1.4.3 > - make version : 3.81 > > the svn check-out is working with next command : > svn co http://svn.gnome.org/svn/ekiga/trunk/win32 > > But the make update-sources give me this following error : > > /bin/sh: Syntax error: "(" unexpected > make: *** [updat-sources] Erreur 2 This is because your are not using bash as your shell (i've the same problem). Just apply this patch, it's a problem of missing "" diff -r f7598fb5e74b Makefile --- a/Makefile Thu Aug 30 14:00:56 2007 +0200 +++ b/Makefile Thu Aug 30 14:01:35 2007 +0200 @@ -204,10 +204,10 @@ conftheora:=--host=$(DEB_HOST_GNU_TYPE) conftheora:=--host=$(DEB_HOST_GNU_TYPE) --prefix=$(BUILDROOT) --disable-vorbistest --disable-sdltest --disable-examples all: binaries $(TARGETDIR)/$(EKIGA_INSTALLER) - @echo Built on $(shell date) - -update-sources:: - @echo Updating on $(shell date) + @echo "Built on $(shell date)" + +update-sources:: + @echo "Updating on $(shell date)" update: update-sources Luc From jason at dixongroup.net Fri Aug 31 02:37:23 2007 From: jason at dixongroup.net (Jason Dixon) Date: Thu, 30 Aug 2007 22:37:23 -0400 Subject: [Ekiga-list] Slideshow broadcasting Message-ID: <8BAD4BCD-1B54-4EBB-9A0E-EED1D9DDEC31@dixongroup.net> We're looking to improve on our broadcasts for the MetaBUG (http:// metabug.org), as well as possible future Linux/BSD conferences. One of our members mentioned Ekiga, but I wasn't able to determine if it met all of our feature needs. Here are the features we're looking for: - FOSS - Runs on *BSD - Audio/Video streaming to QTSS - Video capture of presenter's screen (slides) We've been using QuickTime Broadcaster on OS X to stream A/V capture from my DV camera. To be blunt, this method sucks (the capture part, not the streaming part). Ideally we want to take the slides directly off the presenter's laptop and stream it with audio from an external mic. I've found a commercial offering (http://www.varasoftware.com/ products/wirecast/) that does this, but the price hurts and it only runs on Windows/Mac. Thanks, --- Jason Dixon DixonGroup Consulting http://www.dixongroup.net From dsandras at seconix.com Fri Aug 31 07:53:53 2007 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 31 Aug 2007 09:53:53 +0200 Subject: [Ekiga-list] Cross-compilation error In-Reply-To: <20070830120123.GC5228@sd-11162.dedibox.fr> References: <16037811.124811188467564322.JavaMail.www@wwinf1514> <20070830120123.GC5228@sd-11162.dedibox.fr> Message-ID: <1188546833.4255.10.camel@scorpion> Le jeudi 30 ao?t 2007 ? 14:01 +0200, Luc Saillard a ?crit : > On Thu, Aug 30, 2007 at 11:52:44AM +0200, Vnum wrote: > > Hello i want to cross-compil ekiga for win32 on linux > > > > I have the following configuration : > > - Ubuntu 7.04 > > - svn version : 1.4.3 > > - make version : 3.81 > > > > the svn check-out is working with next command : > > svn co http://svn.gnome.org/svn/ekiga/trunk/win32 > > > > But the make update-sources give me this following error : > > > > /bin/sh: Syntax error: "(" unexpected > > make: *** [updat-sources] Erreur 2 > > This is because your are not using bash as your shell (i've the same > problem). Just apply this patch, it's a problem of missing "" > It was just committed in SVN as part of a larger patch from Matthias... -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From gc at pps.jussieu.fr Fri Aug 31 10:38:50 2007 From: gc at pps.jussieu.fr (NOREPLY) Date: Fri, 31 Aug 2007 12:38:50 +0200 Subject: [Ekiga-list] Compilation problem with LDAP Message-ID: <46D7EFBA.1030007@pps.jussieu.fr> I've seen in a previous post by Franz Fuder that he has a compilation problem with ldap. I do not know whether the problem is the same as mine but I cannot do it either: I have to use the --disable-ldap option of configure. I compile the lastest SVN/CVS sources (of opal pwlib ffmpeg and ekiga). I did not have any problem before leaving on holidays (i.e. till beginning of August, but now I that I am back I always have the error described below), so I cannot precisely say when the problem first appeared I tried to compile it on up-to-date Fedora Core 6 and Fedora 7, on i386 and x86_64 archs, I used the latest open-ldap libraries and even tried with the openldap-2.4.4 alpha version without any success. Here you what I get g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../lib/gmconf -I../../../../lib/engine/framework -I../../../../lib/engine/addressbook/skel -I../../../../src -I../../../../src/clients/ -I../../../../src/components/ -I../../../../src/devices/ -I../../../../src/endpoints/ -I../../../../src/gui/ -I/usr/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/opal -DPTRACING -DNDEBUG -Wall -Os -g -fno-exceptions -felide-constructors -I/usr/include/ptlib -I/usr/include/ptclib -D_REENTRANT -fno-exceptions -g -O2 -MT ldap-book.lo -MD -MP -MF .deps/ldap-book.Tpo -c ../../../../lib/engine/addressbook/ldap/ldap-book.cpp -fPIC -DPIC -o .libs/ldap-book.o ../../../../lib/engine/addressbook/ldap/ldap-book.cpp: In member function 'void OPENLDAP::Book::refresh_start()': ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:353: error: 'ldap_init' was not declared in this scope ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:368: error: 'ldap_bind_s' was not declared in this scope ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:374: error: 'ldap_unbind' was not declared in this scope ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:402: error: 'ldap_search' was not declared in this scope ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:413: error: 'ldap_unbind' was not declared in this scope ../../../../lib/engine/addressbook/ldap/ldap-book.cpp: In member function 'void OPENLDAP::Book::refresh_end()': ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:455: error: 'ldap_unbind' was not declared in this scope ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:486: error: 'ldap_unbind' was not declared in this scope make[6]: *** [ldap-book.lo] Error 1 make[6]: Leaving directory `/usr/local/src/EKIGA/ekiga/lib/engine/addressbook/ldap' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/usr/local/src/EKIGA/ekiga/lib/engine/addressbook' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/local/src/EKIGA/ekiga/lib/engine' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/EKIGA/ekiga/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/src/EKIGA/ekiga/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/EKIGA/ekiga' make: *** [all] Error 2 Cheers ---Beppe--- From jpuydt at free.fr Fri Aug 31 11:45:05 2007 From: jpuydt at free.fr (Julien Puydt) Date: Fri, 31 Aug 2007 13:45:05 +0200 Subject: [Ekiga-list] Compilation problem with LDAP In-Reply-To: <46D7EFBA.1030007@pps.jussieu.fr> References: <46D7EFBA.1030007@pps.jussieu.fr> Message-ID: <46D7FF41.9010701@free.fr> NOREPLY a ?crit : > I've seen in a previous post by Franz Fuder that he has a compilation problem > with ldap. I do not know whether the problem is the same as mine but I cannot do > it either: I have to use the --disable-ldap option of configure. His problem was entirely different, if I remember well : he was trying to compile pwlib with a recent openLDAP -- and pwlib's LDAP code is using a deprecated api. > I compile the lastest SVN/CVS sources (of opal pwlib ffmpeg and ekiga). I did > not have any problem before leaving on holidays (i.e. till beginning of August, > but now I that I am back I always have the error described below), so I cannot > precisely say when the problem first appeared Yes, my code landed in svn -- and it doesn't use deprecated api. > I tried to compile it on up-to-date Fedora Core 6 and Fedora 7, on i386 and > x86_64 archs, I used the latest open-ldap libraries and even tried with the > openldap-2.4.4 alpha version without any success. > > Here you what I get > > g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../lib/gmconf > -I../../../../lib/engine/framework -I../../../../lib/engine/addressbook/skel > -I../../../../src -I../../../../src/clients/ -I../../../../src/components/ > -I../../../../src/devices/ -I../../../../src/endpoints/ -I../../../../src/gui/ > -I/usr/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/opal -DPTRACING -DNDEBUG -Wall -Os -g > -fno-exceptions -felide-constructors -I/usr/include/ptlib -I/usr/include/ptclib > -D_REENTRANT -fno-exceptions -g -O2 -MT ldap-book.lo -MD -MP -MF > .deps/ldap-book.Tpo -c ../../../../lib/engine/addressbook/ldap/ldap-book.cpp > -fPIC -DPIC -o .libs/ldap-book.o > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp: In member function 'void > OPENLDAP::Book::refresh_start()': > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:353: error: 'ldap_init' > was not declared in this scope > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:368: error: 'ldap_bind_s' > was not declared in this scope > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:374: error: 'ldap_unbind' > was not declared in this scope > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:402: error: 'ldap_search' > was not declared in this scope > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:413: error: 'ldap_unbind' > was not declared in this scope > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp: In member function 'void > OPENLDAP::Book::refresh_end()': > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:455: error: 'ldap_unbind' > was not declared in this scope > ../../../../lib/engine/addressbook/ldap/ldap-book.cpp:486: error: 'ldap_unbind' > was not declared in this scope What is strange is that you seem to have *none* of the openLDAP functions, but we don't see a warning about not finding ldap.h... What do you have in that ldap.h? Snark on #ekiga PS: notice that discussing on the svn version should better take place on ekiga-devel... From jpuydt at free.fr Fri Aug 31 12:04:19 2007 From: jpuydt at free.fr (Julien Puydt) Date: Fri, 31 Aug 2007 14:04:19 +0200 Subject: [Ekiga-list] Compilation problem with LDAP In-Reply-To: <46D7FF41.9010701@free.fr> References: <46D7EFBA.1030007@pps.jussieu.fr> <46D7FF41.9010701@free.fr> Message-ID: <46D803C3.3050507@free.fr> Julien Puydt a ?crit : >> I compile the lastest SVN/CVS sources (of opal pwlib ffmpeg and ekiga). I did >> not have any problem before leaving on holidays (i.e. till beginning of August, >> but now I that I am back I always have the error described below), so I cannot >> precisely say when the problem first appeared > > Yes, my code landed in svn -- and it doesn't use deprecated api. Rrrraaaaahhhh... he sent me his ldap.h off-list, and now all my non-deprecated api seems to be deprecated!!! Sigh. Snark From jpuydt at free.fr Fri Aug 31 12:40:23 2007 From: jpuydt at free.fr (Julien Puydt) Date: Fri, 31 Aug 2007 14:40:23 +0200 Subject: [Ekiga-list] Compilation problem with LDAP In-Reply-To: <46D803C3.3050507@free.fr> References: <46D7EFBA.1030007@pps.jussieu.fr> <46D7FF41.9010701@free.fr> <46D803C3.3050507@free.fr> Message-ID: <46D80C37.40603@free.fr> Julien Puydt a ?crit : > Julien Puydt a ?crit : >>> I compile the lastest SVN/CVS sources (of opal pwlib ffmpeg and ekiga). I did >>> not have any problem before leaving on holidays (i.e. till beginning of August, >>> but now I that I am back I always have the error described below), so I cannot >>> precisely say when the problem first appeared >> Yes, my code landed in svn -- and it doesn't use deprecated api. > > Rrrraaaaahhhh... he sent me his ldap.h off-list, and now all my > non-deprecated api seems to be deprecated!!! I committed a quick-fix -- porting to v2.3 will have to wait until it's more widespread. Even debian/unstable doesn't even have a -dev package for it at the moment, it seems! Snark on #ekiga From vnum at wanadoo.fr Fri Aug 31 15:40:44 2007 From: vnum at wanadoo.fr (Vnum) Date: Fri, 31 Aug 2007 17:40:44 +0200 (CEST) Subject: [Ekiga-list] Cross-compilation error Message-ID: <25042974.276801188574844923.JavaMail.www@wwinf2601> Configuration : Ubuntu 7.04 Make version : 3.81 Now the make update-sources is good but now the Make give me this following error : os_support.c:31:24: sys/select. No such file or directory You have any ideas to resolv this new problem ? Thanks for your help. Regards. From rkrylov at mail.ru Fri Aug 31 18:15:47 2007 From: rkrylov at mail.ru (Roman Krylov) Date: Fri, 31 Aug 2007 22:15:47 +0400 Subject: [Ekiga-list] strange thing In-Reply-To: <46D483D7.8060903@mail.ru> References: <46D3FE08.503@mail.ru> <1188299527.9461.11.camel@achille> <1188301094.8915.13.camel@scorpion> <46D42234.90506@mail.ru> <46D43B14.1010705@free.fr> <46D483D7.8060903@mail.ru> Message-ID: <46D85AD3.7030204@mail.ru> OK. I'm not an expert in portage system, but as I suppose it 'emerge'd pwlib package automatically as a dependency of ekiga without v4l and v4l2 plugins because these were disabled in kernel that time, and enabled later on, and on the system where it worked because v4l were enabled in kernel before emerging ekiga. Thus I re-emerged pwlib with v4l & v4l2 flags were enabled explicitly: 'USE="v4l v4l2" emerge pwlib'. Regards, Roman. >>> I have pwlib-1.10.7 - is it what you meant as v4l plugin? >>> >>> >> No, that is the main pwlib -- you must install the v4l plugin. >> >> >> > OK, where can I get this plugin? > But the strange thing is that I have not installed any special pwlib > plugins on the computer on which ekiga works, it has the same set of > packages. > >>> and running everything as root. >>> >>> >> Don't take it too bad, but honestly : this is stupid. >> >> >> > I know, I will only make it work and then switch to an ordinary user. > > Thanks, > Roman. > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > From cyborg101010 at gmail.com Thu Aug 2 20:31:16 2007 From: cyborg101010 at gmail.com (Joe Borg) Date: Thu, 02 Aug 2007 20:31:16 -0000 Subject: [Ekiga-list] Ekiga Message-ID: Hello, I discovered Ekiga in Linux, then stared introducing it at work to test our asterisk servers. Now I want to use it personally. I have an account, but when I enter my login details, it always fails. And when I try to call 500 at ekiga.net, it just says 'Security Failed' Can I please have some advice Regards, Joe -- -- --- >From the computer of Joe Borg [73 DE 2E1JFJ] [From [[CC]] CRUSADER] -------------- next part -------------- An HTML attachment was scrubbed... URL: From ferguskernan at eircom.net Sun Aug 5 22:33:24 2007 From: ferguskernan at eircom.net (Fergus Kernan) Date: Sun, 05 Aug 2007 22:33:24 -0000 Subject: [Ekiga-list] Setting RFC2833 in H.323 Message-ID: <1186351225.2469.17.camel@worky2.164.net> Hi, Is it possible to force EKIGA to use only RFC2833 on H323 connections? It seems it will advertise it's capability as any of the H245 methods but will not use RFC2833 when selected in the H323 settings. I am trying to simulate a Nextone which will only use RFC2833 working in an Asterisk gateway using OH323 setup for RFC2833 -- it seems that Ekiga will always select the H245 methods for UserInputCapability on the H225 channel rather than reading it's own capability setting (RFC2833) and is not sending the DTMF as NetworkTelphonyEvents in the RTP path. As of H323 version 4 RTP NTE (RFC2833) is an acceptable method for sending DTMF. Thanks for in advance for any guidance EKIGA Version 2.0.3 binary on SUSE10.2 EKIGA Version 2.0.9 complied with OpenH323 v1.18.0/PWLIB v1.10.0 on Ubuntu 7.04 all experience the same result From tabgok at gmail.com Mon Aug 20 20:54:43 2007 From: tabgok at gmail.com (Tabgok) Date: Mon, 20 Aug 2007 20:54:43 -0000 Subject: [Ekiga-list] Registration Failed: Timeout Message-ID: <12243780.post@talk.nabble.com> I know that this is a common problem - and I've searched through these forums and about 50 others while trying to find a solution. I am unable to "register" either my Ekiga account or my Gizmo account in the Ekiga software. I ran the configuration druid for Ekiga in order to connect (I have registered with Ekiga and can log into ekiga.net with not problems). The NAT Test returns "STUN test result: No NAT. You do not seem to be using a NAT router. STUN support is not required." Which is what I expected. I am connecting to the internet through a LAN connection in the dorm at school. As a side note, I HAVE tried the different NAT configurations (None, STUN, and IP Translation) all to no avail even after restart. I am running Fedora 7 with Ekiga v. 2.0.9. And my network as well as ekiga are set to eth0. I have opened all ports 5000-5100 and 3478, 3479. I have also disabled my local machine's firewall, and closed other programs (such as YAST and skype) verified through ps -A | grep * . Debug results: (Command : ekiga -d 4) 2007/09/05 20:50:53.619 0:01.175 ekiga Detected audio plugins: ALSA 2007/09/05 20:50:53.620 0:01.175 ekiga Detected video plugins: Picture,V4L2,V4L 2007/09/05 20:50:53.620 0:01.175 ekiga Detected audio plugins: ALSA 2007/09/05 20:50:53.620 0:01.175 ekiga Detected video plugins: Picture,V4L2,V4L 2007/09/05 20:50:54.048 0:01.604 ekiga Detected the following audio input devices: Default,Audigy 2 ZS [SB0350],HDA NVidia,USB Device 0x46d:0x8b2 with plugin ALSA 2007/09/05 20:50:54.049 0:01.604 ekiga Detected the following audio output devices: Default,Audigy 2 ZS [SB0350],HDA NVidia with plugin ALSA 2007/09/05 20:50:54.049 0:01.604 ekiga Detected the following video input devices: Logitech QuickCam Pro 4000 with plugin V4L 2007/09/05 20:50:54.049 0:01.604 ekiga Detected the following audio input devices: Default,Audigy 2 ZS [SB0350],HDA NVidia,USB Device 0x46d:0x8b2 with plugin ALSA 2007/09/05 20:50:54.049 0:01.604 ekiga Detected the following audio output devices: Default,Audigy 2 ZS [SB0350],HDA NVidia with plugin ALSA 2007/09/05 20:50:54.049 0:01.604 ekiga Detected the following video input devices: Logitech QuickCam Pro 4000 with plugin V4L 2007/09/05 20:50:54.453 0:02.008 ekiga Ekiga version 2.0.9 2007/09/05 20:50:54.454 0:02.009 ekiga OPAL version 2.2.8 2007/09/05 20:50:54.454 0:02.009 ekiga PWLIB version 1.10.7 2007/09/05 20:50:54.454 0:02.009 ekiga GNOME support enabled 2007/09/05 20:50:54.454 0:02.009 ekiga Fullscreen support enabled 2007/09/05 20:50:54.454 0:02.009 ekiga DBUS support disabled 2007/09/05 20:50:54.459 0:02.014 ekiga Set TCP port range to 30000:30010 2007/09/05 20:50:54.459 0:02.014 ekiga Set RTP port range to 5000:5059 2007/09/05 20:50:54.459 0:02.014 ekiga Set UDP port range to 5060:5100 2007/09/05 20:50:54.460 0:02.015 ekiga OpalEP Created endpoint: h323 2007/09/05 20:50:54.460 0:02.015 ekiga H323 Created endpoint. 2007/09/05 20:50:54.461 0:02.016 ekiga OpalMan Added route "pc:.*=h323:" 2007/09/05 20:50:54.461 0:02.016 ekiga OpalEP Created endpoint: sip 2007/09/05 20:50:54.461 0:02.016 ekiga SIP Created endpoint. 2007/09/05 20:50:54.462 0:02.017 ekiga OpalMan Added route "pc:.*=sip:" 2007/09/05 20:50:54.462 0:02.017 ekiga OpalEP Created endpoint: pc 2007/09/05 20:50:54.464 0:02.019 ekiga PCSS Created PC sound system endpoint. 2007/09/05 20:50:54.464 0:02.020 ekiga OpalMan Added route "h323:.*=pc:" 2007/09/05 20:50:54.465 0:02.020 ekiga OpalMan Added route "sip:.*=pc:" 2007/09/05 20:50:54.852 0:02.407 Opal Listener:bb5840 Listen Started listening thread on tcp$129.138.36.23:1720 2007/09/05 20:50:54.854 0:02.409 Opal Listener:bb5840 Listen Waiting on socket accept on tcp$129.138.36.23:1720 2007/09/05 20:50:54.854 0:02.409 Opal Listener:bb69e0 Listen Started listening thread on udp$129.138.36.23:5060 2007/09/05 20:50:54.854 0:02.409 Opal Listener:bb69e0 Listen Waiting on UDP packet on udp$129.138.36.23:5060 2007/09/05 20:50:54.860 0:02.415 ekiga AVAHI Adding service Teague Bick 2007/09/05 20:50:55.331 0:02.886 GMAccounts...t:00bd3a10 OpalUDP Binding to interface: 129.138.36.23:32818 2007/09/05 20:50:55.332 0:02.887 GMAccounts...t:00bd3a10 SIP Created transport udp$0.0.0.0 2007/09/05 20:50:55.332 0:02.887 GMAccounts...t:00bd3a10 OpalUDP Started connect to 86.64.162.35:5060 2007/09/05 20:50:55.333 0:02.888 GMAccounts...t:00bd3a10 OpalUDP Connect on pre-bound interface: 129.138.36.23 2007/09/05 20:50:55.333 0:02.888 GMAccounts...t:00bd3a10 SIP Created Transport for Registrar udp$86.64.162.35:5060 2007/09/05 20:50:55.336 0:02.891 GMAccounts...t:00bd3a10 SIP Sending PDU on udp$86.64.162.35:5060 REGISTER sip:ekiga.net SIP/2.0 CSeq: 1 REGISTER Via: SIP/2.0/UDP 129.138.36.23:5061;branch=z9hG4bK5e3739a8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=042d39a8-915a-dc11-985a-044b80808003 Call-ID: e09c38a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:55.336 0:02.891 SIP Transport:b402d630 SIP Read thread started. 2007/09/05 20:50:55.337 0:02.892 SIP Transport:b402d630 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/09/05 20:50:55.340 0:02.895 GMAccounts...t:00bd3a10 OpalUDP Binding to interface: 129.138.36.23:32818 2007/09/05 20:50:55.340 0:02.895 GMAccounts...t:00bd3a10 SIP Created transport udp$0.0.0.0 2007/09/05 20:50:55.340 0:02.895 GMAccounts...t:00bd3a10 OpalUDP Started connect to 86.64.162.35:5060 2007/09/05 20:50:55.341 0:02.896 GMAccounts...t:00bd3a10 OpalUDP Connect on pre-bound interface: 129.138.36.23 2007/09/05 20:50:55.341 0:02.898 GMAccounts...t:00bd3a10 SIP Created Transport for Registrar udp$86.64.162.35:5060 2007/09/05 20:50:55.346 0:02.901 GMAccounts...t:00bd3a10 SIP Sending PDU on udp$86.64.162.35:5060 SUBSCRIBE sip:tabgok at ekiga.net SIP/2.0 CSeq: 2 SUBSCRIBE Via: SIP/2.0/UDP 129.138.36.23:5062;branch=z9hG4bK3cb73aa8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=6caf3aa8-915a-dc11-985a-044b80808003 Call-ID: a0e039a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Accept: application/simple-message-summary Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Event: message-summary Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:55.346 0:02.901 SIP Transport:b4024790 SIP Read thread started. 2007/09/05 20:50:55.346 0:02.901 SIP Transport:b4024790 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/09/05 20:50:55.836 0:03.391 Housekeeper SIP Transaction 1 REGISTER timeout, making retry 1 2007/09/05 20:50:55.837 0:03.392 Housekeeper SIP Sending PDU on udp$86.64.162.35:5060 REGISTER sip:ekiga.net SIP/2.0 CSeq: 1 REGISTER Via: SIP/2.0/UDP 129.138.36.23:5061;branch=z9hG4bK5e3739a8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=042d39a8-915a-dc11-985a-044b80808003 Call-ID: e09c38a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:55.846 0:03.401 Housekeeper SIP Transaction 2 SUBSCRIBE timeout, making retry 1 2007/09/05 20:50:55.846 0:03.401 Housekeeper SIP Sending PDU on udp$86.64.162.35:5060 SUBSCRIBE sip:tabgok at ekiga.net SIP/2.0 CSeq: 2 SUBSCRIBE Via: SIP/2.0/UDP 129.138.36.23:5062;branch=z9hG4bK3cb73aa8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=6caf3aa8-915a-dc11-985a-044b80808003 Call-ID: a0e039a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Accept: application/simple-message-summary Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Event: message-summary Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:56.838 0:04.393 Housekeeper SIP Transaction 1 REGISTER timeout, making retry 2 2007/09/05 20:50:56.838 0:04.393 Housekeeper SIP Sending PDU on udp$86.64.162.35:5060 REGISTER sip:ekiga.net SIP/2.0 CSeq: 1 REGISTER Via: SIP/2.0/UDP 129.138.36.23:5061;branch=z9hG4bK5e3739a8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=042d39a8-915a-dc11-985a-044b80808003 Call-ID: e09c38a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:56.846 0:04.401 Housekeeper SIP Transaction 2 SUBSCRIBE timeout, making retry 2 2007/09/05 20:50:56.846 0:04.401 Housekeeper SIP Sending PDU on udp$86.64.162.35:5060 SUBSCRIBE sip:tabgok at ekiga.net SIP/2.0 CSeq: 2 SUBSCRIBE Via: SIP/2.0/UDP 129.138.36.23:5062;branch=z9hG4bK3cb73aa8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=6caf3aa8-915a-dc11-985a-044b80808003 Call-ID: a0e039a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Accept: application/simple-message-summary Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Event: message-summary Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:58.839 0:06.394 Housekeeper SIP Transaction 1 REGISTER timeout, making retry 3 2007/09/05 20:50:58.840 0:06.395 Housekeeper SIP Sending PDU on udp$86.64.162.35:5060 REGISTER sip:ekiga.net SIP/2.0 CSeq: 1 REGISTER Via: SIP/2.0/UDP 129.138.36.23:5061;branch=z9hG4bK5e3739a8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=042d39a8-915a-dc11-985a-044b80808003 Call-ID: e09c38a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Content-Length: 0 Max-Forwards: 70 2007/09/05 20:50:58.846 0:06.401 Housekeeper SIP Transaction 2 SUBSCRIBE timeout, making retry 3 2007/09/05 20:50:58.847 0:06.402 Housekeeper SIP Sending PDU on udp$86.64.162.35:5060 SUBSCRIBE sip:tabgok at ekiga.net SIP/2.0 CSeq: 2 SUBSCRIBE Via: SIP/2.0/UDP 129.138.36.23:5062;branch=z9hG4bK3cb73aa8-915a-dc11-985a-044b80808003;rport User-Agent: Ekiga/2.0.9 From: ;tag=6caf3aa8-915a-dc11-985a-044b80808003 Call-ID: a0e039a8-915a-dc11-985a-044b80808003 at dhcp-altamirano-23.resnet.nmt.edu To: Contact: Accept: application/simple-message-summary Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Event: message-summary Content-Length: 0 Max-Forwards: 70 2007/09/05 20:51:01.336 0:08.891 Housekeeper SIP Set state Terminated_Timeout for transaction 1 REGISTER 2007/09/05 20:51:01.348 0:08.903 Housekeeper SIP Set state Terminated_Timeout for transaction 2 SUBSCRIBE Thanks in advance, Teague -- View this message in context: http://www.nabble.com/Registration-Failed%3A-Timeout-tf4301467.html#a12243780 Sent from the Ekiga General mailing list archive at Nabble.com. From mcs1 at ntlworld.com Mon Aug 27 10:07:28 2007 From: mcs1 at ntlworld.com (Michael Stockenhuber) Date: Mon, 27 Aug 2007 11:07:28 +0100 (BST) Subject: [Ekiga-list] Ekiga and vista In-Reply-To: <1188204059.4741.9.camel@scorpion> References: <12468716.31188065271168.OPEN-XCHANGE.WebMail.nobody@sam> <36196.72.165.32.190.1188167245.squirrel@nano.psu.edu> <1188200921.3907.6.camel@scorpion> <23690087.61188202847976.OPEN-XCHANGE.WebMail.nobody@sam> <1188204059.4741.9.camel@scorpion> Message-ID: <11050211.81188209248576.OPEN-XCHANGE.WebMail.nobody@sam> On Mon 27.08.2007 09:40, Damien Sandras wrote: Hi, Thank you again. I enclose the log as described in the wiki! I hope that will help to debug! Cheers Michael >There is some information on http://wiki.ekiga.org >-- >_ Damien Sandras >(o- >//\ Ekiga Softphone : http://www.ekiga.org/ >v_/_ NOVACOM : http://www.novacom.be/ >FOSDEM : http://www.fosdem.org/ >SIP Phone : sip:dsandras at ekiga.net > > >_______________________________________________ >ekiga-list mailing list >ekiga-list at gnome.org >http://mail.gnome.org/mailman/listinfo/ekiga-list Powered by Open-Xchange.com -------------- next part -------------- 2007/08/27 11:58:28.671 0:00.994 ekiga ekiga Version 2.0.10 by on Windows 2000 (v6.0.6000-i586) at 2007/8/27 11:58:28.635 2007/08/27 11:58:28.672 0:00.995 ekiga Detected audio plugins: WindowsMultimedia 2007/08/27 11:58:28.672 0:00.995 ekiga Detected video plugins: DirectShow,VideoForWindows,Picture 2007/08/27 11:58:28.672 0:00.995 ekiga Detected audio plugins: WindowsMultimedia 2007/08/27 11:58:28.672 0:00.996 ekiga Detected video plugins: DirectShow,VideoForWindows,Picture 2007/08/27 11:58:28.673 0:00.996 ekiga PVidDirectShow GetInputDeviceNames() 2007/08/27 11:58:28.690 0:01.013 ekiga PVidDirectShow GetInputDeviceNames() Found this capture device 'HP Webcam' 2007/08/27 11:58:28.690 0:01.013 ekiga PVidDirectShow GetInputDeviceNames() Found this capture device 'Live! Cam Vista IM (VFW)' 2007/08/27 11:58:28.690 0:01.013 ekiga PVidDirectShow GetInputDeviceNames() No more video capture device 2007/08/27 11:58:28.973 0:01.296 ekiga Detected the following audio input devices: Mikrofon (Conexant High Definit,WaveOut Mix (Conexant High Defi with plugin WindowsMultimedia 2007/08/27 11:58:28.973 0:01.296 ekiga Detected the following audio output devices: Lautsprecher (Conexant High Def,SPDIF-Schnittstelle (Conexant H with plugin WindowsMultimedia 2007/08/27 11:58:28.973 0:01.296 ekiga Detected the following video input devices: HP Webcam,Live! Cam Vista IM (VFW) with plugin DirectShow 2007/08/27 11:58:28.973 0:01.297 ekiga Detected the following audio input devices: Mikrofon (Conexant High Definit,WaveOut Mix (Conexant High Defi with plugin WindowsMultimedia 2007/08/27 11:58:28.974 0:01.297 ekiga Detected the following audio output devices: Lautsprecher (Conexant High Def,SPDIF-Schnittstelle (Conexant H with plugin WindowsMultimedia 2007/08/27 11:58:28.974 0:01.297 ekiga Detected the following video input devices: HP Webcam,Live! Cam Vista IM (VFW) with plugin DirectShow 2007/08/27 11:58:29.828 0:02.152 ekiga Ekiga version 2.0.10 2007/08/27 11:58:29.829 0:02.152 ekiga OPAL version 2.2.10 2007/08/27 11:58:29.829 0:02.152 ekiga PWLIB version 1.10.9 2007/08/27 11:58:29.829 0:02.152 ekiga GNOME support disabled 2007/08/27 11:58:29.829 0:02.152 ekiga Fullscreen support enabled 2007/08/27 11:58:29.829 0:02.152 ekiga DBUS support disabled 2007/08/27 11:58:29.831 0:02.154 ekiga Set TCP port range to 30000:30010 2007/08/27 11:58:29.831 0:02.154 ekiga Set RTP port range to 5000:5059 2007/08/27 11:58:29.831 0:02.155 ekiga Set UDP port range to 5060:5100 2007/08/27 11:58:29.832 0:02.155 ekiga OpalEP Created endpoint: h323 2007/08/27 11:58:29.832 0:02.155 ekiga H323 Created endpoint. 2007/08/27 11:58:29.832 0:02.155 ekiga OpalMan Added route "pc:.*=h323:" 2007/08/27 11:58:29.832 0:02.155 ekiga OpalEP Created endpoint: sip 2007/08/27 11:58:29.832 0:02.155 ekiga SIP Created endpoint. 2007/08/27 11:58:29.832 0:02.156 ekiga OpalMan Added route "pc:.*=sip:" 2007/08/27 11:58:29.833 0:02.156 ekiga OpalEP Created endpoint: pc 2007/08/27 11:58:29.903 0:02.226 ekiga PCSS Created PC sound system endpoint. 2007/08/27 11:58:29.903 0:02.226 ekiga OpalMan Added route "h323:.*=pc:" 2007/08/27 11:58:29.903 0:02.226 ekiga OpalMan Added route "sip:.*=pc:" 2007/08/27 11:58:29.904 0:02.227 ekiga PVidDirectShow PVideoInputDevice_DirectShow: constructor 2007/08/27 11:58:29.904 0:02.227 ekiga PVidDirectShow Open(HP Webcam,0) 2007/08/27 11:58:29.904 0:02.227 ekiga PVidDirectShow IsOpen() 2007/08/27 11:58:29.904 0:02.227 ekiga PVidDirectShow InitializeCapture() 2007/08/27 11:58:29.904 0:02.227 ekiga PVidDirectShow Initialize_Interfaces() 2007/08/27 11:58:29.911 0:02.234 ekiga PVidDirectShow SetDevice(HP Webcam) 2007/08/27 11:58:29.963 0:02.287 ekiga PVidDirectShow SetDevice() current capture device 'HP Webcam' 2007/08/27 11:58:30.045 0:02.368 ekiga PVidDirectShow SetDevice() This one is kept 'HP Webcam' 2007/08/27 11:58:30.050 0:02.373 ekiga PVidDirectShow ListSupportedFormats() 2007/08/27 11:58:30.050 0:02.373 ekiga PVidDirectShow Fmt[0] = (YUY2, 640x480, 24fps) 2007/08/27 11:58:30.050 0:02.374 ekiga PVidDirectShow Fmt[2] = (YUY2, 352x288, 24fps) 2007/08/27 11:58:30.051 0:02.374 ekiga PVidDirectShow Fmt[4] = (YUY2, 320x240, 24fps) 2007/08/27 11:58:30.051 0:02.375 ekiga PVidDirectShow Fmt[6] = (YUY2, 176x144, 24fps) 2007/08/27 11:58:30.052 0:02.375 ekiga PVidDirectShow Fmt[8] = (YUY2, 160x120, 24fps) 2007/08/27 11:58:30.052 0:02.375 ekiga PVidDirectShow GetDefaultFormat() 2007/08/27 11:58:30.052 0:02.375 ekiga PVidDirectShow Default format is: YUY2, 640x480, 24fps) 2007/08/27 11:58:30.052 0:02.375 ekiga PVidDirectShow SetColourFormat(YUV420P) 2007/08/27 11:58:30.052 0:02.375 ekiga PVidDirectShow SetFormat("YUV420P", 640x480, 24fps) 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDev SetColourFormatConverter, want YUV420P trying RGB32 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDirectShow SetColourFormat(RGB32) 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDirectShow SetFormat("RGB32", 640x480, 24fps) 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDirectShow Colorspace not supported (RGB32) 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDev SetColourFormatConverter, want YUV420P trying BGR32 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDirectShow SetColourFormat(BGR32) 2007/08/27 11:58:30.056 0:02.379 ekiga PVidDirectShow SetFormat("BGR32", 640x480, 24fps) 2007/08/27 11:58:30.057 0:02.380 ekiga PVidDev SetColourFormatConverter, want YUV420P trying RGB24 2007/08/27 11:58:30.057 0:02.380 ekiga PVidDirectShow SetColourFormat(RGB24) 2007/08/27 11:58:30.057 0:02.381 ekiga PVidDirectShow SetFormat("RGB24", 640x480, 24fps) 2007/08/27 11:58:30.058 0:02.381 ekiga PVidDirectShow Colorspace not supported (RGB24) 2007/08/27 11:58:30.058 0:02.381 ekiga PVidDev SetColourFormatConverter, want YUV420P trying BGR24 2007/08/27 11:58:30.058 0:02.381 ekiga PVidDirectShow SetColourFormat(BGR24) 2007/08/27 11:58:30.058 0:02.381 ekiga PVidDirectShow SetFormat("BGR24", 640x480, 24fps) 2007/08/27 11:58:30.060 0:02.383 ekiga PVidDev SetColourFormatConverter, want YUV420P trying MJPEG 2007/08/27 11:58:30.060 0:02.383 ekiga PVidDirectShow SetColourFormat(MJPEG) 2007/08/27 11:58:30.060 0:02.383 ekiga PVidDirectShow SetFormat("MJPEG", 640x480, 24fps) 2007/08/27 11:58:30.062 0:02.385 ekiga PVidDev SetColourFormatConverter, want YUV420P trying JPEG 2007/08/27 11:58:30.062 0:02.385 ekiga PVidDirectShow SetColourFormat(JPEG) 2007/08/27 11:58:30.062 0:02.385 ekiga PVidDirectShow SetFormat("JPEG", 640x480, 24fps) 2007/08/27 11:58:30.062 0:02.385 ekiga PVidDirectShow Colorspace not supported (JPEG) 2007/08/27 11:58:30.062 0:02.385 ekiga PVidDev SetColourFormatConverter, want YUV420P trying YUY2 2007/08/27 11:58:30.062 0:02.386 ekiga PVidDirectShow SetColourFormat(YUY2) 2007/08/27 11:58:30.063 0:02.387 ekiga PVidDirectShow SetFormat("YUY2", 640x480, 24fps) 2007/08/27 11:58:30.064 0:02.387 ekiga PVidDirectShow Using setting [0] = (YUY2, 640x480, 24fps, max:24fps) 2007/08/27 11:58:30.075 0:02.398 ekiga PVidDirectShow Ok 2007/08/27 11:58:30.075 0:02.398 ekiga PVidDev SetColourFormatConverter set camera to YUY2 2007/08/27 11:58:30.075 0:02.398 ekiga PColCnv SetFrameSize: 640x480 OK 2007/08/27 11:58:30.075 0:02.398 ekiga PVidDev SetColourFormatConverter succeeded for YUV420P and device using YUY2 2007/08/27 11:58:30.075 0:02.398 ekiga PVidDirectShow SetFrameRate(30fps) 2007/08/27 11:58:30.075 0:02.398 ekiga PVidDirectShow SetFormat("YUY2", 640x480, 30fps) 2007/08/27 11:58:30.075 0:02.398 ekiga PVidDirectShow Using setting [0] = (YUY2, 640x480, 30fps, max:24fps) 2007/08/27 11:58:30.076 0:02.399 ekiga PVidDirectShow Ok 2007/08/27 11:58:30.076 0:02.399 ekiga PVidDirectShow SetFrameSize(176, 144) 2007/08/27 11:58:30.076 0:02.399 ekiga PVidDirectShow SetFormat("YUY2", 176x144, 30fps) 2007/08/27 11:58:30.077 0:02.400 ekiga PVidDirectShow Using setting [6] = (YUY2, 176x144, 30fps, max:24fps) 2007/08/27 11:58:30.078 0:02.401 ekiga PVidDirectShow Ok 2007/08/27 11:58:30.078 0:02.401 ekiga PVidDirectShow SetFrameSize 176x144 is suported in hardware 2007/08/27 11:58:30.078 0:02.401 ekiga PVidDev SetFrameSize to 176x144 2007/08/27 11:58:30.078 0:02.401 ekiga PVidDirectShow set frame size 176x144 frameBytes=50688 2007/08/27 11:58:30.078 0:02.402 ekiga PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:58:30.079 0:02.402 ekiga PVidDirectShow Start() 2007/08/27 11:58:31.856 0:04.179 ekiga PVidDev SetFrameSize to 176x144 2007/08/27 11:58:31.856 0:04.179 ekiga PVidDev SetColourFormatConverter, want YUV420P trying RGB32 2007/08/27 11:58:31.856 0:04.179 ekiga PVidDev SetColourFormatConverter, want YUV420P trying BGR32 2007/08/27 11:58:31.856 0:04.180 ekiga PVidDev SetColourFormatConverter, want YUV420P trying RGB24 2007/08/27 11:58:31.857 0:04.180 ekiga PVidDev SetColourFormatConverter set renderer to RGB24 2007/08/27 11:58:31.857 0:04.180 ekiga PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:58:31.857 0:04.180 ekiga PVidDev SetColourFormatConverter succeeded for YUV420P and device using RGB24 2007/08/27 11:58:31.857 0:04.180 ekiga PVidDirectShow IsOpen() 2007/08/27 11:58:31.866 0:04.189 ekiga PVidDirectShow GetWhiteness() = 0 2007/08/27 11:58:31.866 0:04.189 ekiga PVidDirectShow GetBrighness() = 2056 2007/08/27 11:58:31.866 0:04.189 ekiga PVidDirectShow GetColour() = 19660 2007/08/27 11:58:31.866 0:04.189 ekiga PVidDirectShow GetContrast() = 8224 2007/08/27 11:58:31.866 0:04.190 ekiga PVidDirectShow GetHue() = 39321 2007/08/27 11:58:31.868 0:04.191 ekiga PVidDirectShow GetInputDeviceNames() 2007/08/27 11:58:32.017 0:04.341 ekiga PVidDirectShow GetInputDeviceNames() Found this capture device 'HP Webcam' 2007/08/27 11:58:32.018 0:04.341 ekiga PVidDirectShow GetInputDeviceNames() Found this capture device 'Live! Cam Vista IM (VFW)' 2007/08/27 11:58:32.018 0:04.341 ekiga PVidDirectShow GetInputDeviceNames() No more video capture device 2007/08/27 11:58:32.064 0:04.387 Opal Listener:322d1c8 Listen Started listening thread on tcp$192.168.15.110:1720 2007/08/27 11:58:32.064 0:04.387 Opal Listener:322d1c8 Listen Waiting on socket accept on tcp$192.168.15.110:1720 2007/08/27 11:58:32.119 0:04.442 Opal Listener:322d2c8 Listen Started listening thread on udp$192.168.15.110:5060 2007/08/27 11:58:32.119 0:04.442 Opal Listener:322d2c8 Listen Waiting on UDP packet on udp$192.168.15.110:5060 2007/08/27 11:58:42.484 0:14.807 GMStunClient:0327fe30 OPAL STUN server "stun.ekiga.net" replies Port Restricted NAT, external IP 82.15.52.143 2007/08/27 11:58:42.507 0:14.830 GMAccounts...t:03328a30 OpalUDP Binding to interface: 192.168.15.110:51516 2007/08/27 11:58:42.507 0:14.830 GMAccounts...t:03328a30 SIP Created transport udp$0.0.0.0 2007/08/27 11:58:42.508 0:14.831 GMAccounts...t:03328a30 OpalUDP Started connect to 86.64.162.35:5060 2007/08/27 11:58:42.631 0:14.954 GMAccounts...t:03328a30 OpalUDP STUN created socket: 82.15.52.143:5063 2007/08/27 11:58:42.632 0:14.955 GMAccounts...t:03328a30 SIP Created Transport for Registrar udp$86.64.162.35:5060 2007/08/27 11:58:42.633 0:14.956 SIP Transport:322d308 SIP Read thread started. 2007/08/27 11:58:42.654 0:14.977 SIP Transport:322d308 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/08/27 11:58:42.660 0:14.983 GMAccounts...t:03328a30 SIP Sending PDU on udp$86.64.162.35:5060 REGISTER sip:ekiga.net SIP/2.0 CSeq: 1 REGISTER Via: SIP/2.0/UDP 82.15.52.143:5063;branch=z9hG4bKe4ff9114-81f9-1810-9115-001a7350f5cc;rport User-Agent: Ekiga/2.0.10 From: ;tag=e4ff9114-81f9-1810-9114-001a7350f5cc Call-ID: 44be9114-81f9-1810-9114-001a7350f5cc at Erika-Laptop To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Content-Length: 0 Max-Forwards: 70 2007/08/27 11:58:42.664 0:14.987 GMAccounts...t:03328a30 OpalUDP Binding to interface: 192.168.15.110:51517 2007/08/27 11:58:42.665 0:14.988 GMAccounts...t:03328a30 SIP Created transport udp$0.0.0.0 2007/08/27 11:58:42.665 0:14.989 GMAccounts...t:03328a30 OpalUDP Started connect to 86.64.162.35:5060 2007/08/27 11:58:42.778 0:15.101 SIP Transport:322d308 SIP PDU Received on udp$86.64.162.35:5060 SIP/2.0 401 Unauthorized CSeq: 1 REGISTER Via: SIP/2.0/UDP 82.15.52.143:5063;branch=z9hG4bKe4ff9114-81f9-1810-9115-001a7350f5cc;rport=5063 Server: Sip EXpress router (0.9.6 (i386/linux)) From: ;tag=e4ff9114-81f9-1810-9114-001a7350f5cc Call-ID: 44be9114-81f9-1810-9114-001a7350f5cc at Erika-Laptop To: ;tag=12d18c5009a2de32fca8ae9d70ad0321.9005 Warning: 392 86.64.162.35:5060 "Noisy feedback tells: pid=3089 req_src_ip=82.15.52.143 req_src_port=5063 in_uri=sip:ekiga.net out_uri=sip:ekiga.net via_cnt==1" Content-Length: 0 WWW-Authenticate: Digest realm="ekiga.net", nonce="46d2a32676ef8d1b70a98e44d4f84082c3b026b5", qop="auth" 2007/08/27 11:58:42.779 0:15.102 GMAccounts...t:03328a30 OpalUDP STUN created socket: 82.15.52.143:5064 2007/08/27 11:58:42.780 0:15.103 GMAccounts...t:03328a30 SIP Created Transport for Registrar udp$86.64.162.35:5060 2007/08/27 11:58:42.781 0:15.105 SIP Transport:322d248 SIP Read thread started. 2007/08/27 11:58:42.782 0:15.105 SIP Transport:322d248 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/08/27 11:58:42.782 0:15.106 SIP Transport:322d308 SIP Transaction 1 REGISTER completed. 2007/08/27 11:58:42.783 0:15.106 SIP Transport:322d308 OpalUDP Ended connect, selecting 82.15.52.143:5063 2007/08/27 11:58:42.783 0:15.107 SIP Transport:322d308 SIP Received Authentication Required response 2007/08/27 11:58:42.784 0:15.107 SIP Transport:322d308 SIP Authentication contains qop-options auth 2007/08/27 11:58:42.785 0:15.108 SIP Transport:322d308 SIP Updated realm to ekiga.net 2007/08/27 11:58:42.785 0:15.109 SIP Transport:322d308 SIP Authentication contains qop-options auth 2007/08/27 11:58:42.790 0:15.114 SIP Transport:322d308 SIP Adding authentication information 2007/08/27 11:58:42.792 0:15.115 SIP Transport:322d308 SIP Sending PDU on udp$86.64.162.35:5060 REGISTER sip:ekiga.net SIP/2.0 CSeq: 2 REGISTER Via: SIP/2.0/UDP 82.15.52.143:5063;branch=z9hG4bK74339214-81f9-1810-9115-001a7350f5cc;rport User-Agent: Ekiga/2.0.10 Authorization: Digest username="erika.stockenhuber", realm="ekiga.net", nonce="46d2a32676ef8d1b70a98e44d4f84082c3b026b5", uri="sip:ekiga.net", algorithm=md5, response="6a9e316d9cea374c2054b024fd379880", cnonce="48329214-81f9-1810-9115-001a7350f5cc", nc="00000001", qop="auth" From: ;tag=e4ff9114-81f9-1810-9114-001a7350f5cc Call-ID: 44be9114-81f9-1810-9114-001a7350f5cc at Erika-Laptop To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Content-Length: 0 Max-Forwards: 70 2007/08/27 11:58:42.792 0:15.116 SIP Transport:322d308 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/08/27 11:58:42.799 0:15.122 GMAccounts...t:03328a30 SIP Sending PDU on udp$86.64.162.35:5060 SUBSCRIBE sip:erika.stockenhuber at ekiga.net SIP/2.0 CSeq: 3 SUBSCRIBE Via: SIP/2.0/UDP 82.15.52.143:5064;branch=z9hG4bK04359214-81f9-1810-9116-001a7350f5cc;rport User-Agent: Ekiga/2.0.10 From: ;tag=04359214-81f9-1810-9115-001a7350f5cc Call-ID: d8019214-81f9-1810-9115-001a7350f5cc at Erika-Laptop To: Contact: Accept: application/simple-message-summary Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Expires: 3600 Event: message-summary Content-Length: 0 Max-Forwards: 70 (ekiga.exe:412): Gdk-WARNING **: gdkwindow-win32.c:2162: DestroyCursor failed: Der Vorgang wurde erfolgreich beendet. 2007/08/27 11:58:42.924 0:15.247 SIP Transport:322d308 SIP PDU Received on udp$86.64.162.35:5060 SIP/2.0 200 OK CSeq: 2 REGISTER Via: SIP/2.0/UDP 192.168.15.110:5063;branch=z9hG4bK74339214-81f9-1810-9115-001a7350f5cc;rport=5063 Server: Sip EXpress router (0.9.6 (i386/linux)) From: ;tag=e4ff9114-81f9-1810-9114-001a7350f5cc Call-ID: 44be9114-81f9-1810-9114-001a7350f5cc at Erika-Laptop To: ;tag=12d18c5009a2de32fca8ae9d70ad0321.8a99 Contact: ;expires=3600 Warning: 392 86.64.162.35:5060 "Noisy feedback tells: pid=3079 req_src_ip=82.15.52.143 req_src_port=5063 in_uri=sip:ekiga.net out_uri=sip:ekiga.net via_cnt==1" Content-Length: 0 2007/08/27 11:58:42.925 0:15.248 SIP Transport:322d308 SIP Transaction 2 REGISTER completed. 2007/08/27 11:58:42.927 0:15.250 SIP Transport:322d248 SIP PDU Received on udp$86.64.162.35:5060 SIP/2.0 489 Unsupported event package CSeq: 3 SUBSCRIBE Via: SIP/2.0/UDP 82.15.52.143:5064;branch=z9hG4bK04359214-81f9-1810-9116-001a7350f5cc;rport=5064 Server: Sip EXpress router (0.10.99-dev35-pa-4.1 (i386/linux)) From: ;tag=04359214-81f9-1810-9115-001a7350f5cc Call-ID: d8019214-81f9-1810-9115-001a7350f5cc at Erika-Laptop To: ;tag=95329101123423eab1637e9ad490b3a6-1284 Warning: 392 127.0.0.1:5061 "Noisy feedback tells: pid=12617 req_src_ip=127.0.0.1 req_src_port=60527 in_uri=sip:erika.stockenhuber at ekiga.net out_uri=sip:erika.stockenhuber at ekiga.net via_cnt==2" Content-Length: 0 2007/08/27 11:58:42.928 0:15.251 SIP Transport:322d308 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/08/27 11:58:42.928 0:15.251 SIP Transport:322d248 SIP Transaction 3 SUBSCRIBE completed. 2007/08/27 11:58:42.928 0:15.251 SIP Transport:322d248 OpalUDP Ended connect, selecting 82.15.52.143:5064 2007/08/27 11:58:42.929 0:15.252 SIP Transport:322d248 SIP Waiting for PDU on udp$86.64.162.35:5060 2007/08/27 11:58:43.783 0:16.106 PWLib Housekeeper SIP Set state Terminated_Success for transaction 1 REGISTER 2007/08/27 11:58:43.925 0:16.248 PWLib Housekeeper SIP Set state Terminated_Success for transaction 2 REGISTER 2007/08/27 11:58:43.928 0:16.251 PWLib Housekeeper SIP Set state Terminated_Success for transaction 3 SUBSCRIBE 2007/08/27 11:59:15.866 0:48.189 GMURLHandler:01d53928 OpalMan Set up call from pc:* to sip:192.168.15.99 2007/08/27 11:59:15.867 0:48.190 GMURLHandler:01d53928 Call Created Call[1] 2007/08/27 11:59:15.867 0:48.190 GMURLHandler:01d53928 OpalMan Set up connection to "pc:*" 2007/08/27 11:59:15.990 0:48.314 GMURLHandler:01d53928 OpalCon Created connection Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:15.991 0:48.314 GMURLHandler:01d53928 RFC2833 Handler created 2007/08/27 11:59:15.991 0:48.314 GMURLHandler:01d53928 Silence Handler created 2007/08/27 11:59:15.991 0:48.314 GMURLHandler:01d53928 Echo Canceler Handler created 2007/08/27 11:59:15.991 0:48.314 GMURLHandler:01d53928 PCSS Created PC sound system connection. 2007/08/27 11:59:15.992 0:48.315 GMURLHandler:01d53928 OpalMan On incoming connection Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:15.992 0:48.315 GMURLHandler:01d53928 Call GetOtherPartyConnection Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:15.992 0:48.315 GMURLHandler:01d53928 OpalMan Set up connection to "sip:192.168.15.99" 2007/08/27 11:59:15.994 0:48.317 GMURLHandler:01d53928 OpalCon Created connection Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:15.994 0:48.317 GMURLHandler:01d53928 RFC2833 Handler created 2007/08/27 11:59:15.995 0:48.319 GMURLHandler:01d53928 SIP Created connection. 2007/08/27 11:59:15.996 0:48.319 GMURLHandler:01d53928 PCSS Outgoing call routed to sip:192.168.15.99 for Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:15.996 0:48.319 GMURLHandler:01d53928 Call OnSetUp Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:16.012 0:48.337 GMURLHandler:01d53928 SIP SetUpConnection: 2007/08/27 11:59:16.015 0:48.339 GMURLHandler:01d53928 OpalUDP Binding to interface: 192.168.15.110:51521 2007/08/27 11:59:16.016 0:48.339 GMURLHandler:01d53928 SIP Created transport udp$0.0.0.0 2007/08/27 11:59:16.016 0:48.339 GMURLHandler:01d53928 OpalUDP Started connect to 192.168.15.99:5060 2007/08/27 11:59:16.016 0:48.340 GMURLHandler:01d53928 OpalUDP Connect on pre-bound interface: 192.168.15.110 2007/08/27 11:59:16.023 0:48.346 GMURLHandler:01d53928 SIP Transaction 1 INVITE created. 2007/08/27 11:59:16.023 0:48.346 GMURLHandler:01d53928 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 1 2007/08/27 11:59:16.024 0:48.347 GMURLHandler:01d53928 OpalMan IsMediaBypassPossible: session 1 2007/08/27 11:59:16.024 0:48.347 GMURLHandler:01d53928 SIP IsMediaBypassPossible: session 1 2007/08/27 11:59:16.024 0:48.347 GMURLHandler:01d53928 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:16.030 0:48.354 SIP Transport:322d548 SIP Read thread started. 2007/08/27 11:59:16.031 0:48.354 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5060 2007/08/27 11:59:16.034 0:48.358 GMURLHandler:01d53928 RTP_UDP Session 1 created: 192.168.15.110:5000-5001 ssrc=1850513821 2007/08/27 11:59:16.035 0:48.358 GMURLHandler:01d53928 RTP Adding session RTP_UDP 2007/08/27 11:59:16.051 0:48.374 GMURLHandler:01d53928 Call GetMediaFormats for Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] G.711-ALaw-64k G.711-uLaw-64k SpeexNarrow-8k SpeexWide-20.6k H.261(QCIF) H.261(CIF) YUV420P RGB32 RGB24 2007/08/27 11:59:16.052 0:48.375 GMURLHandler:01d53928 SIP Using RTP payload [pt=101] for NTE 2007/08/27 11:59:16.052 0:48.375 GMURLHandler:01d53928 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 2 2007/08/27 11:59:16.052 0:48.375 GMURLHandler:01d53928 OpalMan IsMediaBypassPossible: session 2 2007/08/27 11:59:16.052 0:48.375 GMURLHandler:01d53928 SIP IsMediaBypassPossible: session 2 2007/08/27 11:59:16.052 0:48.375 GMURLHandler:01d53928 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:16.053 0:48.377 GMURLHandler:01d53928 RTP_UDP Session 2 created: 192.168.15.110:5002-5003 ssrc=2389309126 2007/08/27 11:59:16.054 0:48.377 GMURLHandler:01d53928 RTP Adding session RTP_UDP 2007/08/27 11:59:16.065 0:48.389 GMURLHandler:01d53928 Call GetMediaFormats for Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] G.711-ALaw-64k G.711-uLaw-64k SpeexNarrow-8k SpeexWide-20.6k H.261(QCIF) H.261(CIF) YUV420P RGB32 RGB24 2007/08/27 11:59:16.067 0:48.390 GMURLHandler:01d53928 SIP No authentication information present 2007/08/27 11:59:16.067 0:48.390 GMURLHandler:01d53928 SIP Sending PDU on udp$192.168.15.99:5060 INVITE sip:192.168.15.99 SIP/2.0 Date: Mon, 27 Aug 2007 09:59:16 GMT CSeq: 1 INVITE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bK7ce9c414-81f9-1810-9120-001a7350f5cc;rport User-Agent: Ekiga/2.0.10 From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Type: application/sdp Content-Length: 340 Max-Forwards: 70 v=0 o=- 1188208756 1188208756 IN IP4 192.168.15.110 s=Opal SIP Session c=IN IP4 192.168.15.110 t=0 0 m=audio 5000 RTP/AVP 8 0 108 112 101 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:108 SPEEX/8000 a=rtpmap:112 SPEEX/16000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 m=video 5002 RTP/AVP 31 a=rtpmap:31 H261/90000 2007/08/27 11:59:16.068 0:48.391 GMURLHandler:01d53928 SetUpCall succeeded 2007/08/27 11:59:16.104 0:48.427 SIP Transport:322d548 SIP PDU Received on udp$192.168.15.99:5060 SIP/2.0 100 Trying CSeq: 1 INVITE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bK7ce9c414-81f9-1810-9120-001a7350f5cc;rport=5061;received=192.168.15.110 From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Length: 0 2007/08/27 11:59:16.105 0:48.428 SIP Transport:322d548 OpalUDP Ended connect, selecting 192.168.15.110:5061 2007/08/27 11:59:16.105 0:48.428 SIP Transport:322d548 SIP Queueing PDU: 1 INVITE <100> 2007/08/27 11:59:16.105 0:48.428 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5060 2007/08/27 11:59:16.105 0:48.428 SIP Handler:322d748 SIP PDU handler thread started. 2007/08/27 11:59:16.105 0:48.429 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:16.106 0:48.429 SIP Handler:322d748 SIP Handling PDU 1 INVITE <100> 2007/08/27 11:59:16.106 0:48.429 SIP Handler:322d748 SIP Transaction 1 INVITE proceeding. 2007/08/27 11:59:16.106 0:48.429 SIP Handler:322d748 SIP Received Trying response 2007/08/27 11:59:16.106 0:48.430 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:16.414 0:48.737 SIP Transport:322d548 SIP PDU Received on udp$192.168.15.99:5060 SIP/2.0 100 Trying CSeq: 1 INVITE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bK7ce9c414-81f9-1810-9120-001a7350f5cc;rport=5061;received=192.168.15.110 From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: ;tag=0a3fe7de-f152-dc11-892c-000feaf94fcf Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Length: 0 2007/08/27 11:59:16.415 0:48.739 SIP Transport:322d548 SIP Queueing PDU: 1 INVITE <100> 2007/08/27 11:59:16.416 0:48.739 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5060 2007/08/27 11:59:16.416 0:48.739 SIP Handler:322d748 SIP Handling PDU 1 INVITE <100> 2007/08/27 11:59:16.417 0:48.740 SIP Handler:322d748 SIP Transaction 1 INVITE proceeding. 2007/08/27 11:59:16.418 0:48.741 SIP Handler:322d748 SIP Received Trying response 2007/08/27 11:59:16.418 0:48.741 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:18.552 0:50.875 SIP Transport:322d548 SIP PDU Received on udp$192.168.15.99:5060 SIP/2.0 180 Ringing CSeq: 1 INVITE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bK7ce9c414-81f9-1810-9120-001a7350f5cc;rport=5061;received=192.168.15.110 From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: ;tag=0a3fe7de-f152-dc11-892c-000feaf94fcf Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Length: 0 2007/08/27 11:59:18.553 0:50.876 SIP Transport:322d548 SIP Queueing PDU: 1 INVITE <180> 2007/08/27 11:59:18.553 0:50.876 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5060 2007/08/27 11:59:18.554 0:50.877 SIP Handler:322d748 SIP Handling PDU 1 INVITE <180> 2007/08/27 11:59:18.555 0:50.878 SIP Handler:322d748 SIP Transaction 1 INVITE proceeding. 2007/08/27 11:59:18.555 0:50.878 SIP Handler:322d748 SIP Received Ringing response 2007/08/27 11:59:18.555 0:50.878 SIP Handler:322d748 OpalCon SetPhase from UninitialisedPhase to AlertingPhase 2007/08/27 11:59:18.555 0:50.879 SIP Handler:322d748 OpalMan OnAlerting Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:18.556 0:50.879 SIP Handler:322d748 Call OnAlerting Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:18.556 0:50.879 SIP Handler:322d748 PCSS SetAlerting(192.168.15.99) 2007/08/27 11:59:18.556 0:50.880 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:21.664 0:53.987 SIP Transport:322d548 SDP Media session port=5010 2007/08/27 11:59:21.665 0:53.988 SIP Transport:322d548 SDP Adding media session with 2 formats 2007/08/27 11:59:21.665 0:53.988 SIP Transport:322d548 SDP Media session port=5012 2007/08/27 11:59:21.665 0:53.988 SIP Transport:322d548 SDP Adding media session with 1 formats 2007/08/27 11:59:21.666 0:53.989 SIP Transport:322d548 SIP PDU Received on udp$192.168.15.99:5060 SIP/2.0 200 OK CSeq: 1 INVITE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bK7ce9c414-81f9-1810-9120-001a7350f5cc;rport=5061;received=192.168.15.110 From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: ;tag=0a3fe7de-f152-dc11-892c-000feaf94fcf Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Type: application/sdp Content-Length: 255 v=0 o=- 1188208773 1188208773 IN IP4 192.168.15.99 s=Opal SIP Session c=IN IP4 192.168.15.99 t=0 0 m=audio 5010 RTP/AVP 8 101 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 m=video 5012 RTP/AVP 31 a=rtpmap:31 H261/90000 2007/08/27 11:59:21.667 0:53.990 SIP Transport:322d548 SIP Queueing PDU: 1 INVITE <200> 2007/08/27 11:59:21.668 0:53.991 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5060 2007/08/27 11:59:21.668 0:53.991 SIP Handler:322d748 SIP Handling PDU 1 INVITE <200> 2007/08/27 11:59:21.669 0:53.992 SIP Handler:322d748 SIP Transaction 1 INVITE completed. 2007/08/27 11:59:21.670 0:53.993 SIP Handler:322d748 SIP Set targetAddress to sip:michael.stockenhuber at 192.168.15.99:5065;transport=udp 2007/08/27 11:59:21.673 0:53.996 SIP Handler:322d748 SIP Adjusting transport to address udp$192.168.15.99:5065 2007/08/27 11:59:21.674 0:53.997 SIP Handler:322d748 SIP Sending PDU on udp$192.168.15.99:5065 ACK sip:michael.stockenhuber at 192.168.15.99:5065;transport=udp SIP/2.0 CSeq: 1 ACK Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bK2088cd14-81f9-1810-9120-001a7350f5cc;rport From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: ;tag=0a3fe7de-f152-dc11-892c-000feaf94fcf Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Length: 0 Max-Forwards: 70 2007/08/27 11:59:21.675 0:53.998 SIP Handler:322d748 SIP Received INVITE OK response 2007/08/27 11:59:21.675 0:53.998 SIP Handler:322d748 SIP RTP payload type PCMA matched to codec G.711-ALaw-64k 2007/08/27 11:59:21.675 0:53.999 SIP Handler:322d748 Call GetOtherPartyConnection Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:21.676 0:53.999 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 1 2007/08/27 11:59:21.676 0:53.999 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 1 2007/08/27 11:59:21.676 0:53.999 SIP Handler:322d748 SIP IsMediaBypassPossible: session 1 2007/08/27 11:59:21.678 0:54.002 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:21.679 0:54.002 SIP Handler:322d748 RTP Found existing session 1 2007/08/27 11:59:21.679 0:54.002 SIP Handler:322d748 RTP_UDP SetRemoteSocketInfo: session=1 data channel, new=192.168.15.99:5010, local=192.168.15.110:5000-5001, remote=0.0.0.0:0-0 2007/08/27 11:59:21.679 0:54.003 SIP Handler:322d748 SIP RTP payload type PCMA matched to codec G.711-ALaw-64k 2007/08/27 11:59:21.680 0:54.003 SIP Handler:322d748 Call OpenSourceMediaStreams for session 1 with media G.711-ALaw-64k 2007/08/27 11:59:21.681 0:54.004 SIP Handler:322d748 OpalCon OpenSourceMediaStream for session 1 on Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:21.682 0:54.005 SIP Handler:322d748 OpalCon Selected media stream PCM-16 -> G.711-ALaw-64k 2007/08/27 11:59:21.682 0:54.005 SIP Handler:322d748 Ekiga Creating Sound Channel 2007/08/27 11:59:21.831 0:54.154 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi],OpalAudioMediaStream-Source-PCM-16 2007/08/27 11:59:21.831 0:54.154 SIP Handler:322d748 Call PatchMediaStreams Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:21.832 0:54.155 SIP Handler:322d748 OpalCon OpenSinkMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session=1 2007/08/27 11:59:21.833 0:54.156 SIP Handler:322d748 OpalCon OpenSinkMediaStream, selected PCM-16 -> G.711-ALaw-64k 2007/08/27 11:59:21.833 0:54.156 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 1 2007/08/27 11:59:21.833 0:54.156 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 1 2007/08/27 11:59:21.833 0:54.157 SIP Handler:322d748 SIP IsMediaBypassPossible: session 1 2007/08/27 11:59:21.834 0:54.157 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:21.834 0:54.157 SIP Handler:322d748 RTP Found existing session 1 2007/08/27 11:59:21.835 0:54.158 SIP Handler:322d748 RTP Found existing session 1 2007/08/27 11:59:21.835 0:54.158 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop],OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:21.855 0:54.178 SIP Handler:322d748 Codec G711-ALaw-64k encoder created 2007/08/27 11:59:21.855 0:54.178 SIP Handler:322d748 Patch Added media stream sink OpalRTPMediaStream-Sink-G.711-ALaw-64k using transcoder PCM-16->G.711-ALaw-64k 2007/08/27 11:59:21.855 0:54.178 SIP Handler:322d748 Media Audio source data size set to 320 bytes and 10 buffers. 2007/08/27 11:59:21.855 0:54.178 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:21.855 0:54.179 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:21.859 0:54.182 SIP Handler:322d748 Call OpenSourceMediaStreams for session 1 adjusted media to G.711-ALaw-64k 2007/08/27 11:59:21.859 0:54.183 SIP Handler:322d748 Call GetOtherPartyConnection Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:21.860 0:54.183 SIP Handler:322d748 OpalCon OpenSourceMediaStream for session 1 on Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:21.860 0:54.184 SIP Handler:322d748 OpalCon Selected media stream G.711-ALaw-64k -> PCM-16 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 1 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 1 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 SIP IsMediaBypassPossible: session 1 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 RTP Found existing session 1 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 RTP Found existing session 1 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop],OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 Call PatchMediaStreams Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:21.861 0:54.184 SIP Handler:322d748 OpalCon OpenSinkMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] session=1 2007/08/27 11:59:21.862 0:54.185 SIP Handler:322d748 OpalCon OpenSinkMediaStream, selected G.711-ALaw-64k -> PCM-16 2007/08/27 11:59:21.862 0:54.185 SIP Handler:322d748 Ekiga Creating Sound Channel 2007/08/27 11:59:21.918 0:54.242 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi],OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:21.919 0:54.242 SIP Handler:322d748 Codec G711-ALaw-64k decoder created 2007/08/27 11:59:21.919 0:54.243 SIP Handler:322d748 Media Audio sink data size set to 320 bytes and 10 buffers. 2007/08/27 11:59:21.920 0:54.243 SIP Handler:322d748 Patch Added media stream sink OpalAudioMediaStream-Sink-PCM-16 using transcoder G.711-ALaw-64k->PCM-16 2007/08/27 11:59:21.920 0:54.243 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:21.920 0:54.243 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:21.921 0:54.245 SIP Handler:322d748 OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 SIP RTP payload type H261 matched to codec H.261(QCIF) 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 Call GetOtherPartyConnection Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 2 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 2 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 SIP IsMediaBypassPossible: session 2 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:21.922 0:54.245 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:21.922 0:54.246 SIP Handler:322d748 RTP_UDP SetRemoteSocketInfo: session=2 data channel, new=192.168.15.99:5012, local=192.168.15.110:5002-5003, remote=0.0.0.0:0-0 2007/08/27 11:59:21.923 0:54.246 SIP Handler:322d748 SIP RTP payload type H261 matched to codec H.261(QCIF) 2007/08/27 11:59:21.923 0:54.246 SIP Handler:322d748 Call OpenSourceMediaStreams for session 2 with media G.711-ALaw-64k,UserInput/RFC2833,H.261(QCIF) 2007/08/27 11:59:21.923 0:54.246 SIP Handler:322d748 OpalCon OpenSourceMediaStream for session 2 on Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:21.924 0:54.247 SIP Handler:322d748 OpalCon Selected media stream YUV420P -> H.261(QCIF) 2007/08/27 11:59:21.930 0:54.253 SIP Handler:322d748 PVidDirectShow SetFrameSize(176, 144) 2007/08/27 11:59:21.930 0:54.254 SIP Handler:322d748 PVidDirectShow SetFormat("YUY2", 176x144, 30fps) 2007/08/27 11:59:21.931 0:54.254 SIP Handler:322d748 PVidDirectShow Using setting [6] = (YUY2, 176x144, 30fps, max:24fps) 2007/08/27 11:59:22.669 0:54.992 PWLib Housekeeper SIP Set state Terminated_Success for transaction 1 INVITE 2007/08/27 11:59:23.239 0:55.563 SIP Handler:322d748 PVidDirectShow Ok 2007/08/27 11:59:23.240 0:55.565 SIP Handler:322d748 PVidDirectShow SetFrameSize 176x144 is suported in hardware 2007/08/27 11:59:23.242 0:55.565 SIP Handler:322d748 PVidDirectShow set frame size 176x144 frameBytes=50688 2007/08/27 11:59:23.242 0:55.565 SIP Handler:322d748 PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:59:23.242 0:55.565 SIP Handler:322d748 PVidDirectShow Start() 2007/08/27 11:59:23.242 0:55.566 SIP Handler:322d748 PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:59:23.292 0:55.616 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi],OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:23.293 0:55.616 SIP Handler:322d748 Call PatchMediaStreams Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:23.294 0:55.617 SIP Handler:322d748 OpalCon OpenSinkMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session=2 2007/08/27 11:59:23.296 0:55.619 SIP Handler:322d748 OpalCon OpenSinkMediaStream, selected YUV420P -> H.261(QCIF) 2007/08/27 11:59:23.296 0:55.619 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 2 2007/08/27 11:59:23.296 0:55.619 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 2 2007/08/27 11:59:23.297 0:55.620 SIP Handler:322d748 SIP IsMediaBypassPossible: session 2 2007/08/27 11:59:23.297 0:55.620 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:23.297 0:55.620 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.297 0:55.620 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.297 0:55.620 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop],OpalRTPMediaStream-Sink-H.261(QCIF) 2007/08/27 11:59:23.302 0:55.626 SIP Handler:322d748 Codec H261 encoder created 2007/08/27 11:59:23.303 0:55.626 SIP Handler:322d748 Patch Sink stream OpalRTPMediaStream-Sink-H.261(QCIF) cannot support data size 0 2007/08/27 11:59:23.303 0:55.626 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:23.303 0:55.626 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:23.307 0:55.630 SIP Handler:322d748 Call OpenSourceMediaStreams for session 2 adjusted media to H.261(QCIF) 2007/08/27 11:59:23.307 0:55.630 SIP Handler:322d748 Call GetOtherPartyConnection Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.310 0:55.633 SIP Handler:322d748 OpalCon OpenSourceMediaStream for session 2 on Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.311 0:55.634 SIP Handler:322d748 OpalCon Selected media stream G.711-ALaw-64k -> PCM-16 2007/08/27 11:59:23.311 0:55.634 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 2 2007/08/27 11:59:23.311 0:55.634 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 2 2007/08/27 11:59:23.312 0:55.635 SIP Handler:322d748 SIP IsMediaBypassPossible: session 2 2007/08/27 11:59:23.312 0:55.635 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:23.312 0:55.635 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.312 0:55.635 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.312 0:55.635 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop],OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:23.313 0:55.636 SIP Handler:322d748 Call PatchMediaStreams Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.313 0:55.636 SIP Handler:322d748 OpalCon OpenSinkMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] session=2 2007/08/27 11:59:23.315 0:55.638 SIP Handler:322d748 OpalCon OpenSinkMediaStream, selected G.711-ALaw-64k -> PCM-16 2007/08/27 11:59:23.315 0:55.639 SIP Handler:322d748 PVidDev SetColourFormatConverter, want YUV420P trying RGB32 2007/08/27 11:59:23.316 0:55.639 SIP Handler:322d748 PVidDev SetColourFormatConverter, want YUV420P trying BGR32 2007/08/27 11:59:23.316 0:55.639 SIP Handler:322d748 PVidDev SetColourFormatConverter, want YUV420P trying RGB24 2007/08/27 11:59:23.316 0:55.639 SIP Handler:322d748 PVidDev SetColourFormatConverter set renderer to RGB24 2007/08/27 11:59:23.316 0:55.639 SIP Handler:322d748 PColCnv SetFrameSize: 352x288 OK 2007/08/27 11:59:23.317 0:55.640 SIP Handler:322d748 PVidDev SetColourFormatConverter succeeded for YUV420P and device using RGB24 2007/08/27 11:59:23.317 0:55.640 SIP Handler:322d748 PVidDev SetFrameSize to 176x144 2007/08/27 11:59:23.317 0:55.640 SIP Handler:322d748 PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:59:23.317 0:55.640 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying RGB32 2007/08/27 11:59:23.318 0:55.641 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying BGR32 2007/08/27 11:59:23.318 0:55.641 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying RGB24 2007/08/27 11:59:23.318 0:55.641 SIP Handler:322d748 PVidDev SetColourFormatConverter set renderer to RGB24 2007/08/27 11:59:23.318 0:55.641 SIP Handler:322d748 PColCnv Create error. Did not find PCM-16->RGB24 2007/08/27 11:59:23.319 0:55.642 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying BGR24 2007/08/27 11:59:23.319 0:55.642 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying MJPEG 2007/08/27 11:59:23.319 0:55.642 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying JPEG 2007/08/27 11:59:23.319 0:55.642 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUY2 2007/08/27 11:59:23.319 0:55.643 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV422 2007/08/27 11:59:23.321 0:55.644 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV422P 2007/08/27 11:59:23.321 0:55.645 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV411 2007/08/27 11:59:23.322 0:55.645 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV411P 2007/08/27 11:59:23.322 0:55.645 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying RGB565 2007/08/27 11:59:23.322 0:55.645 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying RGB555 2007/08/27 11:59:23.322 0:55.645 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV420 2007/08/27 11:59:23.322 0:55.646 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV420P 2007/08/27 11:59:23.323 0:55.646 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying IYUV 2007/08/27 11:59:23.323 0:55.646 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying I420 2007/08/27 11:59:23.323 0:55.646 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV410 2007/08/27 11:59:23.323 0:55.646 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying YUV410P 2007/08/27 11:59:23.323 0:55.647 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying Grey 2007/08/27 11:59:23.324 0:55.647 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying GreyF 2007/08/27 11:59:23.324 0:55.647 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying UYVY422 2007/08/27 11:59:23.324 0:55.647 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying UYV444 2007/08/27 11:59:23.324 0:55.648 SIP Handler:322d748 PVidDev SetColourFormatConverter, want PCM-16 trying SBGGR8 2007/08/27 11:59:23.325 0:55.648 SIP Handler:322d748 PVidDev SetColourFormatConverter FAILED for PCM-16 2007/08/27 11:59:23.325 0:55.648 SIP Handler:322d748 Media Could not set colour format in video display to PCM-16 2007/08/27 11:59:23.325 0:55.648 SIP Handler:322d748 OpalCon Sink media stream open of PCM-16 failed. 2007/08/27 11:59:23.325 0:55.648 SIP Handler:322d748 OpalCon Source media OnOpenMediaStream open of G.711-ALaw-64k failed. 2007/08/27 11:59:23.325 0:55.649 SIP Handler:322d748 Media Closing stream OpalMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:23.326 0:55.649 SIP Handler:322d748 OpalMan OnConnected Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.326 0:55.649 SIP Handler:322d748 Call OnConnected Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.326 0:55.650 SIP Handler:322d748 PCSS SetConnected() 2007/08/27 11:59:23.334 0:55.657 SIP Handler:322d748 GMPCSSEndpoint PCSS connection established 2007/08/27 11:59:23.334 0:55.657 SIP Handler:322d748 GMManager Will establish the connection 2007/08/27 11:59:23.334 0:55.657 SIP Handler:322d748 OpalMan OnEstablished Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:23.335 0:55.658 SIP Handler:322d748 Call OnEstablished Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:23.363 0:55.686 SIP Handler:322d748 Call GetMediaFormats for Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] G.711-ALaw-64k H.261(QCIF) YUV420P 2007/08/27 11:59:23.364 0:55.687 SIP Handler:322d748 Call OpenSourceMediaStreams for session 1 with media G.711-ALaw-64k,H.261(QCIF),YUV420P 2007/08/27 11:59:23.364 0:55.687 SIP Handler:322d748 OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.365 0:55.688 SIP Handler:322d748 Call OpenSourceMediaStreams for session 2 with media G.711-ALaw-64k,H.261(QCIF),YUV420P 2007/08/27 11:59:23.365 0:55.688 SIP Handler:322d748 OpalCon OpenSourceMediaStream for session 2 on Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.366 0:55.689 SIP Handler:322d748 OpalCon Selected media stream H.261(QCIF) -> H.261(QCIF) 2007/08/27 11:59:23.366 0:55.689 SIP Handler:322d748 Call CanDoMediaBypass Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] session 2 2007/08/27 11:59:23.366 0:55.689 SIP Handler:322d748 OpalMan IsMediaBypassPossible: session 2 2007/08/27 11:59:23.366 0:55.689 SIP Handler:322d748 SIP IsMediaBypassPossible: session 2 2007/08/27 11:59:23.367 0:55.690 SIP Handler:322d748 OpalCon IsMediaBypassPossible: default returns FALSE 2007/08/27 11:59:23.367 0:55.690 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.367 0:55.690 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.367 0:55.690 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop],OpalRTPMediaStream-Source-H.261(QCIF) 2007/08/27 11:59:23.368 0:55.691 SIP Handler:322d748 Call PatchMediaStreams Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.368 0:55.691 SIP Handler:322d748 OpalCon OpenSinkMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] session=2 2007/08/27 11:59:23.370 0:55.693 SIP Handler:322d748 OpalCon OpenSinkMediaStream, selected H.261(QCIF) -> YUV420P 2007/08/27 11:59:23.370 0:55.693 SIP Handler:322d748 PVidDev SetColourFormatConverter, want YUV420P trying RGB32 2007/08/27 11:59:23.370 0:55.693 SIP Handler:322d748 PVidDev SetColourFormatConverter, want YUV420P trying BGR32 2007/08/27 11:59:23.370 0:55.694 SIP Handler:322d748 PVidDev SetColourFormatConverter, want YUV420P trying RGB24 2007/08/27 11:59:23.371 0:55.694 SIP Handler:322d748 PVidDev SetColourFormatConverter set renderer to RGB24 2007/08/27 11:59:23.371 0:55.694 SIP Handler:322d748 PColCnv SetFrameSize: 352x288 OK 2007/08/27 11:59:23.371 0:55.694 SIP Handler:322d748 PVidDev SetColourFormatConverter succeeded for YUV420P and device using RGB24 2007/08/27 11:59:23.371 0:55.695 SIP Handler:322d748 PVidDev SetFrameSize to 176x144 2007/08/27 11:59:23.372 0:55.695 SIP Handler:322d748 PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:59:23.372 0:55.695 SIP Handler:322d748 PColCnv SetFrameSize: 176x144 OK 2007/08/27 11:59:23.372 0:55.695 SIP Handler:322d748 OpalMan OnOpenMediaStream Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi],OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:23.380 0:55.703 SIP Handler:322d748 Codec H261 decoder created 2007/08/27 11:59:23.381 0:55.704 SIP Handler:322d748 Patch Added media stream sink OpalVideoMediaStream-Sink-YUV420P using transcoder H.261(QCIF)->YUV420P 2007/08/27 11:59:23.381 0:55.704 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:23.381 0:55.704 SIP Handler:322d748 OpalCon New patch created 2007/08/27 11:59:23.423 0:55.746 SIP Handler:322d748 Call GetMediaFormats for Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] G.711-ALaw-64k H.261(QCIF) YUV420P 2007/08/27 11:59:23.423 0:55.747 SIP Handler:322d748 Call OpenSourceMediaStreams for session 1 with media G.711-ALaw-64k,H.261(QCIF),YUV420P 2007/08/27 11:59:23.424 0:55.747 SIP Handler:322d748 OpalCon OpenSourceMediaStream (already opened) for session 1 on Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:23.424 0:55.747 SIP Handler:322d748 Call OpenSourceMediaStreams for session 1 adjusted media to G.711-ALaw-64k 2007/08/27 11:59:23.425 0:55.748 SIP Handler:322d748 Call OpenSourceMediaStreams for session 2 with media G.711-ALaw-64k,H.261(QCIF),YUV420P 2007/08/27 11:59:23.425 0:55.748 SIP Handler:322d748 OpalCon OpenSourceMediaStream (already opened) for session 2 on Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:23.425 0:55.749 SIP Handler:322d748 Call OpenSourceMediaStreams for session 2 adjusted media to YUV420P,H.261(QCIF) 2007/08/27 11:59:23.426 0:55.749 SIP Handler:322d748 Media Starting thread Media Patch:%x 2007/08/27 11:59:23.426 0:55.749 SIP Handler:322d748 Media Starting thread Media Patch:%x 2007/08/27 11:59:23.426 0:55.749 Media Patch:3368710 Patch Thread started for Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:23.427 0:55.750 Media Patch:3368770 Patch Thread started for Patch OpalRTPMediaStream-Source-G.711-ALaw-64k -> OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:23.427 0:55.750 Media Patch:33687d0 Patch Thread started for Patch OpalVideoMediaStream-Source-YUV420P -> OpalRTPMediaStream-Sink-H.261(QCIF) 2007/08/27 11:59:23.428 0:55.751 SIP Handler:322d748 Media Starting thread Media Patch:33687d0 2007/08/27 11:59:23.428 0:55.752 Media Patch:3368770 RTP Jitter buffer created: size=101 delay=160-4000/160 (20ms) obj=0x330f680 2007/08/27 11:59:23.429 0:55.752 Media Patch:3368890 Patch Thread started for Patch OpalRTPMediaStream-Source-H.261(QCIF) -> OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:23.430 0:55.753 SIP Handler:322d748 Media Starting thread Media Patch:3368890 2007/08/27 11:59:23.430 0:55.753 SIP Handler:322d748 OpalCon Media stream threads started. 2007/08/27 11:59:23.430 0:55.754 SIP Handler:322d748 OpalCon Media stream threads started. 2007/08/27 11:59:23.431 0:55.754 SIP Handler:322d748 OpalCon SetPhase from AlertingPhase to EstablishedPhase 2007/08/27 11:59:23.431 0:55.754 SIP Handler:322d748 GMSIPEndpoint SIP connection established 2007/08/27 11:59:23.434 0:55.757 RTP Jitter:330f680 RTP Jitter RTP receive thread started: 0x330f680 2007/08/27 11:59:23.435 0:55.758 SIP Handler:322d748 RTP Found existing session 1 2007/08/27 11:59:23.435 0:55.758 SIP Handler:322d748 RTP Found existing session 2 2007/08/27 11:59:23.436 0:55.759 SIP Handler:322d748 GMManager Will establish the connection 2007/08/27 11:59:23.436 0:55.759 SIP Handler:322d748 OpalMan OnEstablished Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.436 0:55.759 SIP Handler:322d748 Call OnEstablished Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:23.436 0:55.759 Media Patch:3368890 RTP First receive data: ver=2 pt=H261 psz=976 m=0 x=0 seq=27987 ts=0 src=2577274256 ccnt=0 2007/08/27 11:59:23.437 0:55.760 RTP Jitter:330f680 RTP First receive data: ver=2 pt=PCMA psz=160 m=1 x=0 seq=14080 ts=0 src=4149613820 ccnt=0 2007/08/27 11:59:23.438 0:55.761 RTP Jitter:330f680 RTP Received start of talk burst: 0 2007/08/27 11:59:23.448 0:55.772 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:23.450 0:55.773 Media Patch:3368770 RTP Jitter buffer length exceeded 2007/08/27 11:59:23.450 0:55.773 Media Patch:3368770 RTP Jitter buffer length exceed was prior to first write. Not increasing buffer size 2007/08/27 11:59:23.457 0:55.781 Media Patch:33687d0 RTP First sent data: ver=2 pt=H261 psz=962 m=0 x=0 seq=63691 ts=0 src=2389309126 ccnt=0 2007/08/27 11:59:23.476 0:55.799 Media Patch:3368710 RTP First sent data: ver=2 pt=PCMA psz=160 m=1 x=0 seq=15723 ts=0 src=1850513821 ccnt=0 2007/08/27 11:59:23.531 0:55.854 Media Patch:3368770 RTP Jitter buffer length exceeded 2007/08/27 11:59:23.531 0:55.854 Media Patch:3368770 RTP Jitter buffer size increased to 320 (40ms) 2007/08/27 11:59:23.580 0:55.904 Media Patch:3368770 RTP Jitter buffer length exceeded 2007/08/27 11:59:23.581 0:55.904 Media Patch:3368770 RTP Jitter buffer size increased to 480 (60ms) 2007/08/27 11:59:23.757 0:56.080 RTP Jitter:330f680 RTP Receive statistics: packets=101 octets=16160 lost=0 tooLate=0 order=0 avgTime=3 maxTime=32 minTime=0 jitter=8 maxJitter=8 2007/08/27 11:59:24.103 0:56.426 Media Patch:3368770 RTP Jitter buffer length exceeded 2007/08/27 11:59:24.103 0:56.426 Media Patch:3368770 RTP Jitter buffer size increased to 640 (80ms) 2007/08/27 11:59:24.128 0:56.452 Media Patch:3368770 RTP Jitter buffer target realigned to current jitter buffer 2007/08/27 11:59:24.527 0:56.850 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:24.527 0:56.851 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:25.480 0:57.804 Media Patch:3368710 RTP Transmit statistics: packets=101 octets=16160 avgTime=20 maxTime=77 minTime=0 2007/08/27 11:59:25.628 0:57.952 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:25.629 0:57.952 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:25.690 0:58.013 Media Patch:33687d0 RTP Transmit statistics: packets=126 octets=111724 avgTime=20 maxTime=174 minTime=0 2007/08/27 11:59:25.757 0:58.080 RTP Jitter:330f680 RTP Receive statistics: packets=201 octets=32160 lost=0 tooLate=0 order=0 avgTime=20 maxTime=54 minTime=0 jitter=14 maxJitter=15 2007/08/27 11:59:26.627 0:58.950 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:26.627 0:58.951 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:27.478 0:59.802 Media Patch:3368710 RTP Transmit statistics: packets=201 octets=32160 avgTime=19 maxTime=67 minTime=0 2007/08/27 11:59:27.629 0:59.952 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:27.629 0:59.952 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:27.757 1:00.081 RTP Jitter:330f680 RTP Receive statistics: packets=301 octets=48160 lost=0 tooLate=0 order=0 avgTime=20 maxTime=50 minTime=0 jitter=13 maxJitter=17 2007/08/27 11:59:27.930 1:00.253 Media Patch:33687d0 RTP Transmit statistics: packets=253 octets=221831 avgTime=21 maxTime=122 minTime=0 2007/08/27 11:59:28.228 1:00.551 Media Patch:3368710 RTP SentSenderReport: ssrc=1850513821 ntp=3397197568.979032000 rtp=37920 psent=238 osent=38080 2007/08/27 11:59:28.228 1:00.551 Media Patch:3368710 RTP SentReceiverReport: ssrc=4149613820 fraction=0 lost=0 last_seq=0 jitter=122 lsr=0 dlsr=0 2007/08/27 11:59:28.228 1:00.551 Media Patch:3368710 RTP Sending SDES: Michael at Erika-Laptop 2007/08/27 11:59:28.230 1:00.553 Media Patch:3368890 RTP SentSenderReport: ssrc=2389309126 ntp=3397197568.987620000 rtp=198000 psent=269 osent=236718 2007/08/27 11:59:28.230 1:00.553 Media Patch:3368890 RTP SentReceiverReport: ssrc=2577274256 fraction=0 lost=0 last_seq=0 jitter=69 lsr=0 dlsr=0 2007/08/27 11:59:28.230 1:00.553 Media Patch:3368890 RTP Sending SDES: Michael at Erika-Laptop 2007/08/27 11:59:28.586 1:00.909 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:28.586 1:00.909 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:29.130 1:01.453 Media Patch:3368770 RTP Jitter buffer target size decreased to 600 (75ms) 2007/08/27 11:59:29.179 1:01.502 Media Patch:3368770 RTP Jitter buffer size decreased to 600 (75ms) 2007/08/27 11:59:29.479 1:01.802 Media Patch:3368710 RTP Transmit statistics: packets=301 octets=48160 avgTime=20 maxTime=52 minTime=0 2007/08/27 11:59:29.679 1:02.002 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:29.680 1:02.003 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:29.751 1:02.074 RTP Jitter:330f680 RTP Receive statistics: packets=401 octets=64160 lost=0 tooLate=0 order=0 avgTime=19 maxTime=48 minTime=1 jitter=15 maxJitter=17 2007/08/27 11:59:30.090 1:02.413 Media Patch:3368770 RTP Jitter buffer length exceeded 2007/08/27 11:59:30.091 1:02.414 Media Patch:3368770 RTP Jitter buffer size increased to 640 (80ms) 2007/08/27 11:59:30.169 1:02.492 Media Patch:33687d0 RTP Transmit statistics: packets=376 octets=331679 avgTime=22 maxTime=174 minTime=0 2007/08/27 11:59:30.282 1:02.605 ekiga Call Clearing Call[1] reason=EndedByLocalUser 2007/08/27 11:59:30.282 1:02.605 ekiga OpalCon Releasing Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.282 1:02.605 ekiga OpalCon Call end reason for SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi set to EndedByLocalUser 2007/08/27 11:59:30.282 1:02.605 ekiga OpalCon SetPhase from EstablishedPhase to ReleasingPhase 2007/08/27 11:59:30.283 1:02.606 ekiga OpalCon Releasing Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.283 1:02.606 ekiga OpalCon Call end reason for 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop set to EndedByLocalUser 2007/08/27 11:59:30.283 1:02.606 ekiga OpalCon SetPhase from EstablishedPhase to ReleasingPhase 2007/08/27 11:59:30.283 1:02.606 OnRelease:322d848 OpalCon OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.284 1:02.607 OnRelease:322d848 Media Closing raw media stream OpalAudioMediaStream-Source-PCM-16 2007/08/27 11:59:30.284 1:02.607 OnRelease:322d848 Media Closing stream OpalAudioMediaStream-Source-PCM-16 2007/08/27 11:59:30.284 1:02.607 OnRelease:322d848 Media Disconnecting OpalAudioMediaStream-Source-PCM-16 from patch thread Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:30.284 1:02.607 OnRelease:322d848 Patch Closing media patch Patch OpalAudioMediaStream-Source-PCM-16 -> OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:30.284 1:02.607 OnRelease:322d848 Media Closing raw media stream OpalAudioMediaStream-Source-PCM-16 2007/08/27 11:59:30.284 1:02.607 OnRelease:322d848 Patch Removing media stream sink OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:30.284 1:02.608 OnRelease:322d348 SIP OnReleased: Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop], phase = ReleasingPhase 2007/08/27 11:59:30.285 1:02.608 OnRelease:322d348 OpalCon SetPhase from ReleasingPhase to ReleasingPhase 2007/08/27 11:59:30.286 1:02.609 OnRelease:322d348 SIP Transaction 3 BYE created. 2007/08/27 11:59:30.287 1:02.610 OnRelease:322d348 Media Closing RTP for OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:30.287 1:02.610 OnRelease:322d348 RTP_UDP Session 1, Shutting down write. 2007/08/27 11:59:30.287 1:02.610 OnRelease:322d348 Media Closing stream OpalRTPMediaStream-Sink-G.711-ALaw-64k 2007/08/27 11:59:30.290 1:02.614 OnRelease:322d348 Media Closing RTP for OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:30.291 1:02.614 OnRelease:322d348 RTP_UDP Session 1, Shutting down read. 2007/08/27 11:59:30.291 1:02.614 OnRelease:322d348 Media Closing stream OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:30.291 1:02.614 OnRelease:322d348 Media Disconnecting OpalRTPMediaStream-Source-G.711-ALaw-64k from patch thread Patch OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:30.311 1:02.634 OnRelease:322d348 Patch Closing media patch Patch OpalRTPMediaStream-Source-G.711-ALaw-64k -> OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:30.327 1:02.650 OnRelease:322d848 Patch Waiting for media patch thread to stop Patch OpalAudioMediaStream-Source-PCM-16 2007/08/27 11:59:30.327 1:02.650 RTP Jitter:330f680 RTP_UDP Session 1, Read shutdown. 2007/08/27 11:59:30.327 1:02.650 RTP Jitter:330f680 RTP Jitter RTP receive thread ended 2007/08/27 11:59:30.327 1:02.651 OnRelease:322d348 Media Closing RTP for OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:30.328 1:02.651 Media Patch:3368710 Patch Thread ended for Patch OpalAudioMediaStream-Source-PCM-16 2007/08/27 11:59:30.328 1:02.651 OnRelease:322d348 RTP_UDP Session 1, Shutting down read. 2007/08/27 11:59:30.328 1:02.651 Media Patch:3368770 Patch Thread ended for Patch OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:30.348 1:02.671 OnRelease:322d348 Patch Removing media stream sink OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:30.348 1:02.671 OnRelease:322d348 Patch Waiting for media patch thread to stop Patch OpalRTPMediaStream-Source-G.711-ALaw-64k 2007/08/27 11:59:30.348 1:02.671 OnRelease:322d348 Patch Media patch thread Patch OpalRTPMediaStream-Source-G.711-ALaw-64k destroyed. 2007/08/27 11:59:30.349 1:02.672 OnRelease:322d848 Patch Media patch thread Patch OpalAudioMediaStream-Source-PCM-16 destroyed. 2007/08/27 11:59:30.354 1:02.678 OnRelease:322d348 Media Closing RTP for OpalRTPMediaStream-Sink-H.261(QCIF) 2007/08/27 11:59:30.355 1:02.678 OnRelease:322d348 RTP_UDP Session 2, Shutting down write. 2007/08/27 11:59:30.355 1:02.678 OnRelease:322d348 Media Closing stream OpalRTPMediaStream-Sink-H.261(QCIF) 2007/08/27 11:59:30.355 1:02.678 OnRelease:322d348 Media Disconnecting OpalRTPMediaStream-Sink-H.261(QCIF) from patch thread Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.375 1:02.698 OnRelease:322d348 Patch Removing media stream sink OpalRTPMediaStream-Sink-H.261(QCIF) 2007/08/27 11:59:30.375 1:02.698 Media Patch:33687d0 RTP_UDP Session 2, Write shutdown. 2007/08/27 11:59:30.377 1:02.701 OnRelease:322d348 Media Closing RTP for OpalRTPMediaStream-Source-H.261(QCIF) 2007/08/27 11:59:30.378 1:02.701 OnRelease:322d348 RTP_UDP Session 2, Shutting down read. 2007/08/27 11:59:30.378 1:02.701 Media Patch:3368890 RTP_UDP Session 2, Read shutdown. 2007/08/27 11:59:30.378 1:02.701 Media Patch:3368890 Patch Thread ended for Patch OpalRTPMediaStream-Source-H.261(QCIF) -> OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:30.379 1:02.702 OnRelease:322d348 Media Closing stream OpalRTPMediaStream-Source-H.261(QCIF) 2007/08/27 11:59:30.379 1:02.702 OnRelease:322d348 Media Disconnecting OpalRTPMediaStream-Source-H.261(QCIF) from patch thread Patch OpalRTPMediaStream-Source-H.261(QCIF) -> OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:30.379 1:02.702 OnRelease:322d348 Patch Closing media patch Patch OpalRTPMediaStream-Source-H.261(QCIF) -> OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:30.379 1:02.703 OnRelease:322d348 Media Closing RTP for OpalRTPMediaStream-Source-H.261(QCIF) 2007/08/27 11:59:30.380 1:02.703 OnRelease:322d348 RTP_UDP Session 2, Shutting down read. 2007/08/27 11:59:30.380 1:02.704 OnRelease:322d348 Patch Removing media stream sink OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:30.381 1:02.704 OnRelease:322d348 Patch Waiting for media patch thread to stop Patch OpalRTPMediaStream-Source-H.261(QCIF) 2007/08/27 11:59:30.381 1:02.704 OnRelease:322d348 Patch Media patch thread Patch OpalRTPMediaStream-Source-H.261(QCIF) destroyed. 2007/08/27 11:59:30.381 1:02.704 OnRelease:322d348 OpalCon Media stream threads closed. 2007/08/27 11:59:30.381 1:02.704 OnRelease:322d348 SIP No authentication information present 2007/08/27 11:59:30.381 1:02.705 OnRelease:322d348 SIP Sending PDU on udp$192.168.15.99:5065 BYE sip:michael.stockenhuber at 192.168.15.99:5065;transport=udp SIP/2.0 CSeq: 3 BYE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bKf8acda14-81f9-1810-9125-001a7350f5cc;rport From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: ;tag=0a3fe7de-f152-dc11-892c-000feaf94fcf Contact: Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Length: 0 Max-Forwards: 70 2007/08/27 11:59:30.384 1:02.707 SIP Transport:322d548 SIP PDU Received on udp$192.168.15.99:5065 SIP/2.0 200 OK CSeq: 3 BYE Via: SIP/2.0/UDP 192.168.15.110:5061;branch=z9hG4bKf8acda14-81f9-1810-9125-001a7350f5cc;rport=5061;received=192.168.15.110 From: "Erika Stockenhuber" ;tag=28dec414-81f9-1810-9120-001a7350f5cc Call-ID: 60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop To: ;tag=0a3fe7de-f152-dc11-892c-000feaf94fcf Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE Content-Length: 0 2007/08/27 11:59:30.385 1:02.709 Media Patch:33687d0 Patch Thread ended for Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.468 1:02.791 OnRelease:322d848 Media Closing raw media stream OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:30.468 1:02.791 OnRelease:322d848 Media Closing stream OpalAudioMediaStream-Sink-PCM-16 2007/08/27 11:59:30.621 1:02.945 OnRelease:322d848 Media Closing stream OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.622 1:02.945 OnRelease:322d848 Media Disconnecting OpalVideoMediaStream-Source-YUV420P from patch thread Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.622 1:02.945 OnRelease:322d848 Patch Closing media patch Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.622 1:02.946 OnRelease:322d848 Patch Waiting for media patch thread to stop Patch OpalVideoMediaStream-Source-YUV420P 2007/08/27 11:59:30.623 1:02.946 OnRelease:322d848 Patch Media patch thread Patch OpalVideoMediaStream-Source-YUV420P destroyed. 2007/08/27 11:59:30.623 1:02.947 OnRelease:322d848 Media Closing stream OpalVideoMediaStream-Sink-YUV420P 2007/08/27 11:59:30.624 1:02.947 OnRelease:322d848 OpalCon Media stream threads closed. 2007/08/27 11:59:30.631 1:02.954 OnRelease:322d848 GMPCSSEndpoint PCSS connection released 2007/08/27 11:59:30.631 1:02.954 OnRelease:322d848 OpalEP OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.632 1:02.955 OnRelease:322d848 GMManager Will release the connection 2007/08/27 11:59:30.632 1:02.955 OnRelease:322d848 OpalMan OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.632 1:02.955 OnRelease:322d848 Call OnReleased Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] 2007/08/27 11:59:30.632 1:02.956 OnRelease:322d848 OpalCon Already released Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.633 1:02.957 OnRelease:322d848 OpalCon OnRelease thread completed for SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi 2007/08/27 11:59:30.635 1:02.958 SIP Transport:322d548 SIP Queueing PDU: 3 BYE <200> 2007/08/27 11:59:30.635 1:02.958 SIP Transport:322d548 SIP Waiting for PDU on udp$192.168.15.99:5065 2007/08/27 11:59:30.636 1:02.959 SIP Handler:322d748 SIP Handling PDU 3 BYE <200> 2007/08/27 11:59:30.636 1:02.960 SIP Handler:322d748 SIP Transaction 3 BYE completed. 2007/08/27 11:59:30.637 1:02.960 SIP Handler:322d748 SIP Received OK response for non INVITE 2007/08/27 11:59:30.637 1:02.960 SIP Handler:322d748 SIP Awaiting next PDU. 2007/08/27 11:59:30.637 1:02.961 OnRelease:322d348 SIP Transaction 3 BYE aborted. 2007/08/27 11:59:30.639 1:02.962 OnRelease:322d348 SIP Transaction 3 BYE destroyed. 2007/08/27 11:59:30.639 1:02.962 OnRelease:322d348 OpalCon SetPhase from ReleasingPhase to ReleasedPhase 2007/08/27 11:59:30.640 1:02.963 SIP Handler:322d748 SIP PDU handler thread finished. 2007/08/27 11:59:30.640 1:02.963 PWLib Housekeeper RTP Found existing session 1 2007/08/27 11:59:30.640 1:02.963 PWLib Housekeeper RTP Found existing session 2 2007/08/27 11:59:30.640 1:02.964 OnRelease:322d348 Opal Transport clean up on termination 2007/08/27 11:59:30.641 1:02.964 OnRelease:322d348 OpalUDP Close 2007/08/27 11:59:30.641 1:02.964 OnRelease:322d348 Opal Transport Close 2007/08/27 11:59:30.641 1:02.965 SIP Transport:322d548 SIP Read thread finished. 2007/08/27 11:59:30.642 1:02.965 OnRelease:322d348 OpalCon OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.642 1:02.965 OnRelease:322d348 OpalCon Media stream threads closed. 2007/08/27 11:59:30.642 1:02.966 OnRelease:322d348 GMSIPEndpoint SIP connection released 2007/08/27 11:59:30.643 1:02.966 OnRelease:322d348 OpalEP OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.650 1:02.973 OnRelease:322d348 GMManager Will release the connection 2007/08/27 11:59:30.650 1:02.973 OnRelease:322d348 OpalMan OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:30.650 1:02.973 OnRelease:322d348 Call OnReleased Call[1]-EP[60ddc414-81f9-1810-9120-001a7350f5cc at Erika-Laptop] 2007/08/27 11:59:31.601 1:03.924 OpalGarbage PCSS Deleted PC sound system connection. 2007/08/27 11:59:31.601 1:03.924 OpalGarbage OpalCon Connection Call[1]-EP[SPDIF-Schnittstelle (Conexant H\WaveOut Mix (Conexant High Defi] destroyed. 2007/08/27 11:59:34.162 1:06.485 GMVideoGrabber:03d47f38 PVidDirectShow IsOpen() 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow PVideoInputDevice_DirectShow: constructor 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow Open(HP Webcam,0) 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow IsOpen() 2007/08/27 11:59:35.319 1:07.642 OnRelease:322d348 PVidDirectShow InitializeCapture() 2007/08/27 11:59:35.319 1:07.643 OnRelease:322d348 PVidDirectShow Initialize_Interfaces() From mluisser at gmail.com Fri Aug 31 11:03:19 2007 From: mluisser at gmail.com (Markus Luisser) Date: Fri, 31 Aug 2007 21:03:19 +1000 Subject: [Ekiga-list] ekiga d-bus hook Message-ID: <200708312103.33632.mluisser@gmail.com> Hi folks! I`d like to connect my PIM suite (I use kde - kontact for the moment) to ekiga phone. In kontact I have the possibility to issue an arbitrary (shell) command when I klick on a SIP address. I`m looking for a way to write a small program/script that takes a SIP adress as argument from kontact and passes it on to a running ekiga phone instance to automatically make a call to the SIP adress. AFAICS the way to do it is via a d-bus communication with the running ekiga process. First question: am I on the proper track with that? If yes, I`d be grateful if someone could point me to more information on how to use d-bus to communicate with ekiga. If no, what can I do to implement something like this? Thanks in advance. Cheers markus -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: