Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Michael Cronenworth

 Original Message 
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
From: Michael Cronenworth m...@cchtml.com
To: t.simon...@esiee.fr, Ekiga development mailing list 
ekiga-devel-list@gnome.org

Date: 02/11/2009 08:32 AM



Ptlib and ffmpeg patches attached.

The Opal configure script was edited directly. You will need to edit the 
m4 stuff as I'm not an expert at those macros.




I almost forgot about one extra patch I made. The directx headers needed 
minor tweaking so that the ptlib configure script would not throw 
warnings about them. Attached.


That concludes my changes/patches.
diff -u directx.orig/dxerr9.h directx/dxerr9.h
--- directx.orig/dxerr9.h	2009-02-09 21:23:53.0 -0600
+++ directx/dxerr9.h	2009-02-10 23:14:12.218709492 -0600
@@ -9,6 +9,8 @@
 #ifndef _DXERR9_H_
 #define _DXERR9_H_
 
+#include windows.h
+
 #ifdef __cplusplus
 extern C {
 #endif //__cplusplus
diff -u directx.orig/ksuuids.h directx/ksuuids.h
--- directx.orig/ksuuids.h	2009-02-09 21:23:53.0 -0600
+++ directx/ksuuids.h	2009-02-10 23:16:11.676695723 -0600
@@ -7,6 +7,7 @@
 // Copyright (c) 1992 - 2002, Microsoft Corporation.  All rights reserved.
 //--
 
+#include uuids.h
 
 //
 // --- MPEG 2 definitions ---
diff -u directx.orig/strmif.h directx/strmif.h
--- directx.orig/strmif.h	2009-02-09 21:23:53.0 -0600
+++ directx/strmif.h	2009-02-10 23:12:55.893574411 -0600
@@ -20549,6 +20549,7 @@
 /* interface __MIDL_itf_strmif_0361 */
 /* [local] */ 
 
+#if 0
 #ifdef __cplusplus
 #ifndef _IAMFilterGraphCallback_
 #define _IAMFilterGraphCallback_
@@ -20563,6 +20564,7 @@
 };
 #endif // _IAMFilterGraphCallback_
 #endif
+#endif
 struct CodecAPIEventData
 {
 GUID guid;

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Thierry Simonnet




Thank you so much for these informations and patches. I will host all
of these files and executable.
I will send a post later with a public URL.
I also post a feedback on Debian cross compile procedure.

Best regards

Michael Cronenworth wrote:

Original Message 
  
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
  
From: Michael Cronenworth m...@cchtml.com
  
To: t.simon...@esiee.fr, Ekiga development mailing list
ekiga-devel-list@gnome.org
  
Date: 02/11/2009 08:32 AM
  
  
  
Ptlib and ffmpeg patches attached.


The Opal configure script was edited directly. You will need to edit
the m4 stuff as I'm not an expert at those macros.


  
  
I almost forgot about one extra patch I made. The directx headers
needed minor tweaking so that the ptlib configure script would not
throw warnings about them. Attached.
  
  
That concludes my changes/patches.
  



-- 








Thierry
Simonnet
ESIEE
 Paris

Par respect pour lenvironnement,
nimprimez ce mail que si ncessaire



___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Thierry Simonnet




Patches and binary are available at :
http://www.pateam.org/archive/tmp/ekiga-win32/



Thierry Simonnet wrote:

  
Thank you so much for these informations and patches. I will host all
of these files and executable.
I will send a post later with a public URL.
I also post a feedback on Debian cross compile procedure.
  
Best regards
  
Michael Cronenworth wrote:
  
Original Message  
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga 
From: Michael Cronenworth m...@cchtml.com

To: t.simon...@esiee.fr, Ekiga
development mailing list
ekiga-devel-list@gnome.org

Date: 02/11/2009 08:32 AM 


Ptlib and ffmpeg patches attached. 
  
The Opal configure script was edited directly. You will need to edit
the m4 stuff as I'm not an expert at those macros. 
  


I almost forgot about one extra patch I made. The directx headers
needed minor tweaking so that the ptlib configure script would not
throw warnings about them. Attached. 

That concludes my changes/patches. 
  
  
  
  -- 
  
  
  
  
  
  
  
  
  Thierry
Simonnet
  ESIEE
 Paris
  
  Par respect pour lenvironnement,
nimprimez ce mail que si ncessaire
  
  

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list



-- 








Thierry
Simonnet
ESIEE
 Paris

Par respect pour lenvironnement,
nimprimez ce mail que si ncessaire



___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Eugen Dedu

Michael Cronenworth wrote:

 Original Message 
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
From: Thierry Simonnet t.simon...@esiee.fr
To: t.simon...@esiee.fr, Ekiga development mailing list 
ekiga-devel-list@gnome.org

CC: Michael Cronenworth m...@cchtml.com
Date: 02/11/2009 09:41 AM


Patches and binary are available at :
 http://www.pateam.org/archive/tmp/ekiga-win32/




May I edit the Ekiga wiki to point at this URL?


The correct place for the patches is the SVN (if they are accepted, wait 
a few days).  Putting them in wiki makes installation procedures 
unnecessary difficult.


--
Eugen
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Eugen Dedu

Michael Cronenworth wrote:

 Original Message 
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
To: Ekiga development mailing list ekiga-devel-list@gnome.org
Date: 02/11/2009 09:51 AM



The correct place for the patches is the SVN (if they are accepted, 
wait a few days).  Putting them in wiki makes installation procedures 
unnecessary difficult.




I was only going to link the binary. I'm leaving the patches in your hands.


Ah, sorry!

--
Eugen
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Damien Sandras
Le mercredi 11 février 2009 à 09:10 -0600, Michael Cronenworth a écrit :
  Original Message 
 Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
 From: Michael Cronenworth m...@cchtml.com
 To: t.simon...@esiee.fr, Ekiga development mailing list 
 ekiga-devel-list@gnome.org
 Date: 02/11/2009 08:32 AM
 
  
  Ptlib and ffmpeg patches attached.
  
  The Opal configure script was edited directly. You will need to edit the 
  m4 stuff as I'm not an expert at those macros.
  
 
 I almost forgot about one extra patch I made. The directx headers needed 
 minor tweaking so that the ptlib configure script would not throw 
 warnings about them. Attached.
 
 That concludes my changes/patches.

Thanks a lot! I have applied all of them but two: the directx patch and
the ffmpeg patch.

Are they supposed to go in win32/diff? Is that directory still useful?

If they are supposed to go in win32/diff, can you provide a patch for
the Makefile so that they get applied automatically?
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Damien Sandras
Le mercredi 11 février 2009 à 14:01 -0600, Michael Cronenworth a écrit :
  Original Message 
 Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
 From: Damien Sandras dsand...@seconix.com
 To: Ekiga development mailing list ekiga-devel-list@gnome.org
 Date: 02/11/2009 01:04 PM
 
  
  Thanks a lot! I have applied all of them but two: the directx patch and
  the ffmpeg patch.
  
  Are they supposed to go in win32/diff? Is that directory still useful?
  
  If they are supposed to go in win32/diff, can you provide a patch for
  the Makefile so that they get applied automatically?
 
 The directx.patch file needs to be applied from within the win32 
 directory. It patches header files in the directx directory. I was not 
 aware of the win32/diff directory. I SVN checked out the win32 
 directory from http://svn.gnome.org/svn/ekiga/branches/gnome-2-24/win32/ 
 so I had missed that.
 
 I will provide a patch for the Makefile once I go over it and make sure 
 it doesn't have any loose ends from my changes. I'll also have to look 
 over the trunk and see what to do about it.

I have applied the patches to TRUNK :
http://svn.gnome.org/svn/ekiga/trunk/win32/

It does have a diff/ directory, but I have no idea if it is being used
or not... I'll apply the directx patch now. I guess the ffmpeg patch is
applied to the ffmpeg sources that we do not ship ourselves.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Eugen Dedu

Michael Cronenworth wrote:

 Original Message 
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
From: Damien Sandras dsand...@seconix.com
To: Ekiga development mailing list ekiga-devel-list@gnome.org
Date: 02/11/2009 02:24 PM



I have applied the patches to TRUNK :
http://svn.gnome.org/svn/ekiga/trunk/win32/

It does have a diff/ directory, but I have no idea if it is being used
or not... I'll apply the directx patch now. I guess the ffmpeg patch is
applied to the ffmpeg sources that we do not ship ourselves.


 From my initial glance it looks like TRUNK is older than the 2-24 
branch. The diff directory stuff is not needed and the Makefile is set 
for an older Ekiga.


Using the 2-24 branch for Ekiga 3.0.2 should be fine, correct? Will 
there be any new changes to the 2-24 branch? Ekiga 3.0.3 ?? If so, I 
would like to request that you apply the patches on the 2-24 branch as 
well.


I'll try and build a TRUNK package (with TRUNK Ekiga, etc) as well.


There will be probably no further release based on gnome-2.24, so forget 
this branch.  So I think the right thing is update win32 trunk to be 
up-to-date to gnome-2.24, afterwards make the changes you want on trunk.


--
Eugen
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] fedora, mingw32, and ekiga

2009-02-11 Thread Michael Cronenworth

 Original Message 
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
From: Damien Sandras dsand...@seconix.com
To: Ekiga development mailing list ekiga-devel-list@gnome.org
Date: 02/11/2009 02:52 PM



TRUNK will lead to Ekiga 3.2 in a few weeks. (During March). Ekiga 3.0
will be obsolete. I don't think there will be new 3.0.x releases
anymore.


(This reply also replies to Eugen's email)

Fair enough. I'll update you folks when I have a TRUNK build.
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-list] Hacking: ekiga-callto

2009-02-11 Thread yannick
Le mardi 10 février 2009 à 08:54 +0100, Alec Leamas a écrit :
 There are some best effort  screenshots at 
 ftp://mumin.dnsalias.net/pub/ekiga-callto/shots/. Anyone having a better 
 idea how to present it?

I filled your software under the interoperability field for most
visibility:
http://wiki.ekiga.org/index.php/Ekiga_Interoperability#Web

I removed it from ekiga.net as it does not belong there featurely wise.

Best regards,
Yannick


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

[Ekiga-list] Ekiga3.0.2: how to get 30fps on CIF resolution

2009-02-11 Thread chaitanya mehandru
Hi,  I have been using qcif size of image and observed ~30fps for the video.
Now, if i switch to CIF resolution, fps goes down significantly. The no. of
frames transmitted on both sides is still the same. But i need to get the
received frames to 30fps.
Using CIF resolution, is there a way to reach 30fps for received frames as
well?

Thanks,
Chaitanya
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Ekiga 3 on KDE 8.04 compilation steps on wikipedia

2009-02-11 Thread Eugen Dedu

chaitanya mehandru wrote:

Hi,   The steps for compiling Ekiga 3.0.2 on KDE 8.04 can now be found at
the :
http://wiki.ekiga.org/index.php/Compile_your_own_stable_Ekiga_version_3_on_Kubuntu_8.04


For info, in ptlib your configure line

   d. ./configure --prefix=/usr --enable-plugins --enable-v4l2 
--disable-oss


is identical to

   d. ./configure --prefix=/usr

--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga 3 on KDE 8.04 compilation steps on wikipedia

2009-02-11 Thread Bent
Hi Chaitanya

2009/2/11 chaitanya mehandru chinku.li...@gmail.com:
 ...
The steps for compiling Ekiga 3.0.2 on KDE 8.04 can now be found at the
 ...
How did you manage to get a version 8.04 of KDE. I - and I guess most
of the rest of us - are on a version 4.1?

/Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga 3 on KDE 8.04 compilation steps on wikipedia

2009-02-11 Thread chaitanya mehandru
Hi Bent,   Sorry for misunderstanding, I mean to indicate KDE on
Ubuntu 8.04. I had been using KDE 8.04 as many people wanted ekiga 3.0.2 on
KDE in UBuntu 8.04.


On Wed, Feb 11, 2009 at 4:19 PM, Bent bbag...@gmail.com wrote:

 Hi Chaitanya

 2009/2/11 chaitanya mehandru chinku.li...@gmail.com:
  ...
 The steps for compiling Ekiga 3.0.2 on KDE 8.04 can now be found at
 the
  ...
 How did you manage to get a version 8.04 of KDE. I - and I guess most
 of the rest of us - are on a version 4.1?

 /Bent
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Ekiga 3 on KDE 8.04 compilation steps on wikipedia

2009-02-11 Thread chaitanya mehandru
Hi,   I agree with you. I saw the same line on wiki.ekiga.org for compiling
ptlib. So, I preferred to write what is already mentioned. You may see
yourself.
BTW, thanks for the info.


On Wed, Feb 11, 2009 at 4:06 PM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
 wrote:

 chaitanya mehandru wrote:

 Hi,   The steps for compiling Ekiga 3.0.2 on KDE 8.04 can now be found at
 the :

 http://wiki.ekiga.org/index.php/Compile_your_own_stable_Ekiga_version_3_on_Kubuntu_8.04


 For info, in ptlib your configure line

   d. ./configure --prefix=/usr --enable-plugins --enable-v4l2 --disable-oss

 is identical to

   d. ./configure --prefix=/usr

 --
 Eugen
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

[Ekiga-list] Support for use ekiga softphone

2009-02-11 Thread Heou
Dear all,

I have a problem when I use the ekiga softphone. From Edit/Account, I
add new account and check on the box in the first column, I receive a
notice in the status column: Registration failed: timeout.
And I cannot use it.
Could anyone help me to fix this error?
-- 
Thanks and Regards,
Heou.

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Support for use ekiga softphone

2009-02-11 Thread Eugen Dedu

Heou wrote:

Dear all,

I have a problem when I use the ekiga softphone. From Edit/Account, I
add new account and check on the box in the first column, I receive a
notice in the status column: Registration failed: timeout.
And I cannot use it.
Could anyone help me to fix this error?


Could you restart ekiga?

--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] SIP server ekiga.org down?

2009-02-11 Thread Michael Cronenworth
Is the SIP server ekiga.org not online right now? I am not able to login 
to Ekiga (Linux or Windows). This started last night after I 
successfully tested the Windows Ekiga build.


I've tested from two different computers using two different ISPs.
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] SIP server ekiga.org down?

2009-02-11 Thread Damien Sandras
Le mercredi 11 février 2009 à 10:04 -0600, Michael Cronenworth a écrit :
 Is the SIP server ekiga.org not online right now? I am not able to login 
 to Ekiga (Linux or Windows). This started last night after I 
 successfully tested the Windows Ekiga build.
 
 I've tested from two different computers using two different ISPs.

It's up again, it was crashed!
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] ekiga-list Digest, Vol 31, Issue 20

2009-02-11 Thread Rick Bergfeld

 Rick Bergfeld wrote:
 
  [cut]
 
  On Mon, 2009-02-09 at 21:09 -0600, Rick Bergfeld wrote:
I'm not sure what has changed.  I was running FC8 with Ekiga
  2.01 (I
   think) and I didn't have any issues.  I upgraded to FC10 and Ekiga
   3.0.2 and now I Could not register sip: error and Could not
  connect
   to remote host.  I think maybe I'm missing somthing?  I just
  did the
   default install of FC10, so maybe something is missing.  Any help
 is
   appreciated.
  
   link to output.txt
 http://docs.google.com/Doc?id=dcz353zw_84pndt2fq
 
  As a first port of call I'd check the firewall settings.
 
 
  I forgot to mention that I disabled the firewall completely on FC10,
  but did not reboot.  I also tried setting up port forwarding on my
  Linksys router.
 I had some similar issues as well, they were related to the combination
 of Ekiga and my router. Long story short: disabling  stun made this to
 work for me. There is no UI for this, you have to patch directly into
 the gconf database: install the gconf-editor package, use it from
 Application | System Tools
 The path is /apps/ekiga/nat/disable_stun. If your router works like
 mine, disable all forwarding etc and let it handle sip in its own way.

 HTH

 --alec

 Thanks for the input.  I don't have the exact key you mentioned.  I do have
/apps/ekiga/general/nat/ and created a boolean key disable_stun with a value
of true but that doesn't turn off stun.  It's still trying to use it.  I
tried leaving the stun server field blank and didn't get much further.   I
put my pc in the DMZ zone on the router and now I'm getting a 401
unauthorized error during my capture as well as an unreachable, yet I can
ping the address.
No. TimeSourceDestination   Protocol
Info
 10 0.594155192.168.0.200 86.64.162.35  SIP
Request: REGISTER sip:ekiga.net

Frame 10 (612 bytes on wire, 612 bytes captured)
Ethernet II, Src: IntelCor_02:40:ca (00:1b:77:02:40:ca), Dst:
Cisco-Li_1b:cb:a7 (00:16:b6:1b:cb:a7)
Internet Protocol, Src: 192.168.0.200 (192.168.0.200), Dst: 86.64.162.35
(86.64.162.35)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol

No. TimeSourceDestination   Protocol
Info
 11 0.72920686.64.162.35  192.168.0.200 SIP
Status: 401 Unauthorized(0 bindings)

Frame 11 (573 bytes on wire, 573 bytes captured)
Ethernet II, Src: Cisco-Li_1b:cb:a7 (00:16:b6:1b:cb:a7), Dst:
IntelCor_02:40:ca (00:1b:77:02:40:ca)
Internet Protocol, Src: 86.64.162.35 (86.64.162.35), Dst: 192.168.0.200
(192.168.0.200)
User Datagram Protocol, Src Port: sip (5060), Dst Port: 11935 (11935)
Session Initiation Protocol

No. TimeSourceDestination   Protocol
Info
 12 0.729270192.168.0.200 86.64.162.35  ICMP
Destination unreachable (Port unreachable)
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list