Re: [Ekiga-devel-list] account errors

2009-06-05 Thread Eugen Dedu

Peter Robinson wrote:

Hi All,

I have 5 accounts configured in my ekiga setup for various testing.
When at home they all register fine, when at work the whole process
varies somewhat. I usually have 2 accounts that register fine which
means its not a firewall issue (not that it would surprise me) but the
ekiga.net account has a Could not register (Globally not acceptable)
error which seems weird. My home account doesn't work which I would
expect but get Could not register (Unauthorised). I would expect
unreachable or something because the IP is a non routable one inside.
Do the errors mean something in particular?


Working on errors shown is the goal of the next ekiga release...

You should analyse the -d 4 output.  Send it to us or try yourself using 
the small script, as shown on wiki, Debugging section.


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


Re: [Ekiga-devel-list] Mingw32 : Having problem with ffmpeg

2009-06-05 Thread e schmidbauer
I am getting the exact same error using ekiga svn on ubuntu jaunty. i
have not found a solution either.

On Fri, Jun 5, 2009 at 8:14 AM, paul hillereaupaul.hiller...@gmail.com wrote:
 Hello,

 I am currently trying to cross-compile ekiga from git stable branch (gnome
 2-26), and it failed due to some errors with ffmpeg library. I did make
 update-sources, and then make; i had to change the version for libxml2,
 since version 2.6.26 is no more available from ftp, so i use 2.6.30.
 Now i have this problem:

 ek...@winnie:/home/devel/win32/ekiga/win32: make
 make  -j1 DEBUG=1 debug -C /home/devel/win32/ekiga/win32/ptlib
 make[1]: Entering directory `/home/devel/win32/ekiga/win32/ptlib'
 make DEBUG=1 default_target
 make[2]: Entering directory `/home/devel/win32/ekiga/win32/ptlib'
 make[2]: Leaving directory `/home/devel/win32/ekiga/win32/ptlib'
 set -e; if test -e src/ptlib/msos ; then make -C src/ptlib/msos debug; fi;
 make[2]: Entering directory
 `/home/devel/win32/ekiga/win32/ptlib/src/ptlib/msos'
 make DEBUG=1 default_target
 make[3]: Entering directory
 `/home/devel/win32/ekiga/win32/ptlib/src/ptlib/msos'
 make[3]: Leaving directory
 `/home/devel/win32/ekiga/win32/ptlib/src/ptlib/msos'
 make[2]: Leaving directory
 `/home/devel/win32/ekiga/win32/ptlib/src/ptlib/msos'
 make[1]: Leaving directory `/home/devel/win32/ekiga/win32/ptlib'
 make DEBUG=1 -C /home/devel/win32/ekiga/win32/ptlib install
 make[1]: Entering directory `/home/devel/win32/ekiga/win32/ptlib'
 ( for dir in /home/devel/win32/ekiga/win32/lib \
          /home/devel/win32/ekiga/win32/bin \
          /home/devel/win32/ekiga/win32/include/ptlib \
  /home/devel/win32/ekiga/win32/include/ptlib/msos/ptlib
 \
  /home/devel/win32/ekiga/win32/include/ptclib \
  /home/devel/win32/ekiga/win32/share/ptlib/make ; \
         do mkdir -p $dir ; chmod 755 $dir ; \
     done )
 /usr/bin/install -c -m 444
 /home/devel/win32/ekiga/win32/ptlib/lib_mingw_x86/libpt_d.dll.2.4.1
 /home/devel/win32/ekiga/win32/lib
 /usr/bin/install -c -m 444
 /home/devel/win32/ekiga/win32/ptlib/lib_mingw_x86/libpt_d_s.a
 /home/devel/win32/ekiga/win32/lib
 (cd /home/devel/win32/ekiga/win32/lib ; \
         rm -f  libpt_d.dll.2.4 ; \
         ln -sf libpt_d.dll.2.4.1 libpt_d.dll.2.4 \
     )
 (cd /home/devel/win32/ekiga/win32/lib ; \
         rm -f  libpt_d.dll.2 ; \
         ln -sf libpt_d.dll.2.4.1 libpt_d.dll.2 \
     )
 (cd /home/devel/win32/ekiga/win32/lib ; \
         rm -f  libpt_d.dll ; \
         ln -sf libpt_d.dll.2.4.1 libpt_d.dll \
     )
 /usr/bin/install -c -m 444 include/ptlib.h
 /home/devel/win32/ekiga/win32/include
 /usr/bin/install -c -m 444 include/ptbuildopts.h
 /home/devel/win32/ekiga/win32/include
 (for fn in include/ptlib/*.h include/ptlib/*.inl; \
         do /usr/bin/install -c -m 444 $fn
 /home/devel/win32/ekiga/win32/include/ptlib; \
     done)
 (for fn in include/ptlib/msos/ptlib/*.h include/ptlib/msos/ptlib/*.inl ; \
         do /usr/bin/install -c -m 444 $fn
 /home/devel/win32/ekiga/win32/include/ptlib/msos/ptlib ; \
     done)
 (for fn in include/ptclib/*.h ; \
         do /usr/bin/install -c -m 444 $fn
 /home/devel/win32/ekiga/win32/include/ptclib; \
     done)
 (for fn in make/*.mak ; \
         do /usr/bin/install -c -m 444 $fn
 /home/devel/win32/ekiga/win32/share/ptlib/make; \
     done)
 /usr/bin/install -c -m 755 make/ptlib-config
 /home/devel/win32/ekiga/win32/share/ptlib/make/
 (cd /home/devel/win32/ekiga/win32/bin; rm -f ptlib-config ; ln -snf
 ../share/ptlib/make/ptlib-config ptlib-config)
 mkdir -p /home/devel/win32/ekiga/win32/lib/pkgconfig
 chmod 755 /home/devel/win32/ekiga/win32/lib/pkgconfig
 /usr/bin/install -c -m 644 ptlib.pc
 /home/devel/win32/ekiga/win32/lib/pkgconfig/
 make[1]: Leaving directory `/home/devel/win32/ekiga/win32/ptlib'
 make  -C /home/devel/win32/ekiga/win32/ffmpeg/libavutil
 make[1]: Entering directory `/home/devel/win32/ekiga/win32/ffmpeg/libavutil'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory `/home/devel/win32/ekiga/win32/ffmpeg/libavutil'
 make  -C /home/devel/win32/ekiga/win32/ffmpeg/libavcodec
 make[1]: Entering directory
 `/home/devel/win32/ekiga/win32/ffmpeg/libavcodec'
 i586-mingw32msvc-gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64
 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I..
 -I/home/devel/win32/ekiga/win32/ffmpeg
 -I/home/devel/win32/ekiga/win32/include -march=pentium-mmx -DPTRACING
 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch
 -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign
 -Wcast-qual -Wwrite-strings -O3 -fno-math-errno   -c -o imgresample.o
 imgresample.c
 In file included from imgresample.c:157:
 i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated,
 use plain asm()! New code using this header will be rejected.
 imgresample.c:362: warning: 'ImgReSampleContext' is deprecated
 imgresample.c:429: warning: 'ImgReSampleContext' is deprecated
 

Re: [Ekiga-list] poor quality voice in ekiga

2009-06-05 Thread Mateusz Kaduk
2009/6/5 Darren Albers dalb...@gmail.com:
 This isn't a codec issue.

Two weeks ago I also got problems with sound quality, but I think it
was bad coded I was using or maybe as You suggested something with
alsa(that got upgraded in a while time), but now it works great with
Speex 16 mHz and I don't really need more, I can hear everything and
quality is brilliant.

I am using now
libasound2   1.0.20
ekiga 3.2.1
opal 3.6.1
libpt2.6.1-plugins-alsa  2.6.1

What I can suggest and I do is try to stay away from Pulse Audio which
imho is not mature and break things badly... Removing it 2 mouths ago
from my girlfriends Ubuntu solved all sound problems for her which
were quality and huge delays. But it was before we switched to Ekiga.

Going back to Ekiga I had problems with video quality, but I solved
that installing h264 and forcing it instead of h261 and its all
working great now. Theora quality + half bandwitch usage.

Just use this combination Speex(16 mHz) and H264 and welcome to free world :)

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


Re: [Ekiga-list] [Solved] compile problems with ekiga 3.2.4

2009-06-05 Thread paul hillereau
I have the same issue with debian lenny and gcc 4.3.
But it work fine with gcc 4.2.4., at first i think is was an issue with my
RAM, but after adding more RAM (on a virtual host), i still got this
problem. Thus make me think of a gcc 4.3 bug, try to compile with another
version like 4.2.
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] ekiga 3.2.x hates playing newmessage.wav

2009-06-05 Thread Eugen Dedu

Chris Rankin wrote:

Start ekiga; goto preferences, sound events, play sound on incoming calls. No 
error.


Indeed, there is something wrong with this file or with ekiga.  I load 
the file in vlc, sometimes it plays, sometimes not, maybe this file 
should be rewritten?


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


Re: [Ekiga-list] Ekiga website

2009-06-05 Thread michel memeteau
HI
On Sun, May 17, 2009 at 8:33 PM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
 wrote:

 Which one should she click on? How much further do you think she is
 going to get?


 I agree with you.  The problem is that we are still in the middle of
 transition having started long ago.  www.ekiga.org is more beautiful and
 only one person can change it (so secure), but nearly all the pages are
 obsolete, while wiki.ekiga.org has practically all the information (and is
 community-based).  Someone proposed to change mediawiki in drupal (in the
 wiki site) and integrate www.ekiga.org web site too.  That would finish
 the transition and all the problems.
 Of course, you are free to comment on the wiki web site too :o)


I just wanted someone to download the latest ekigaWin32 and point him  to
ekiga.org .

But the only downlodable think on the website are the sources for each 3.2.X
release .

Ekiga is a great software but the website is really important as people
won't look furtther to find it .


there i only one admin access ? Why not share it so at least a current
release for each platform is on the website ?


Or link the download to the wiki page 
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Ekiga website

2009-06-05 Thread Eugen Dedu

michel memeteau wrote:

HI
On Sun, May 17, 2009 at 8:33 PM, Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr

wrote:



Which one should she click on? How much further do you think she is

going to get?


I agree with you.  The problem is that we are still in the middle of
transition having started long ago.  www.ekiga.org is more beautiful and
only one person can change it (so secure), but nearly all the pages are
obsolete, while wiki.ekiga.org has practically all the information (and is
community-based).  Someone proposed to change mediawiki in drupal (in the
wiki site) and integrate www.ekiga.org web site too.  That would finish
the transition and all the problems.
Of course, you are free to comment on the wiki web site too :o)



I just wanted someone to download the latest ekigaWin32 and point him  to
ekiga.org .

But the only downlodable think on the website are the sources for each 3.2.X
release .


No...  On wiki, choose Download for window, and you have the latest 
official binary.



Ekiga is a great software but the website is really important as people
won't look furtther to find it .


Right...


there i only one admin access ? Why not share it so at least a current
release for each platform is on the website ?


Or link the download to the wiki page 


I propose to use the wiki for all the downloads.  Downloads mean: 
binaries, and sources.


- sources: no problem, it's already done
- binaries: what to do?  We cannot create binaries for each/several 
distributions with each ekiga release.  So someone thought to put at 
Downloads page information about how to install latest ekiga on that 
platform.


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