[Ekiga-list] Presence button
Dear users, Now, you can add a presence button on your webpage indicating your online/offline status (or you can setup a list of friends to see their status...) like that: http://blog.ekiga.net/?p=62 We have not conducted extensive checks, but the button should allow you to call the person just by clicking it if he is online. Regards, Yannick -- Me joindre en téléphonie IP / vidéoconférence ? sip:[EMAIL PROTECTED] ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
[Ekiga-list] sources.list entry for debian etch
Am I the only one having trouble with an entry (from the wiki) of deb http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 ./ in my /etc/apt/sources.list? I can download the debs from there manually, but I cannot browse http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 (403 forbidden). Perhaps the permission are wrong? aptitude ignores the entry: Ign http://www.ekiga.org ./ Release Ign http://www.ekiga.org ./ Packages/DiffIndex Hit http://www.ekiga.org ./ Packages (well that looked ok?) Yet aptitude only offers ekiga 2.0.3-6 ? Am I missing something? Adrian Lawrence ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
[Ekiga-list] 406 - not acceptable
I haven't been able to sign on to ekiga since I upgraded. I get the response 'Not acceptable' every time I try. I've experimented with all sorts of different STUN settings (port-restricted NAT is detected). I'm using the standard 2.0.7 Mandriva 2007.1 packages, but I've also tried version 2.0.9, and it's the same. 2.0.3 worked with Mandriva 2007.0, and I haven't changed any router settings. A -d4 output is here: http://pastebin.ca/504935 I'd be grateful for some help! ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] sources.list entry for debian etch
Le mercredi 23 mai 2007 à 11:40 +0100, ael a écrit : > Am I the only one having trouble with an entry (from the wiki) of > > deb http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 ./ Try adding a / at the end of etch_x86: deb http://www.ekiga.org/admin/downloads/latest/debian/etch_x86/ ./ Regards, Yannick > in my /etc/apt/sources.list? > > I can download the debs from there manually, but I cannot browse > http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 > (403 forbidden). Perhaps the permission are wrong? > > aptitude ignores the entry: > Ign http://www.ekiga.org ./ Release > Ign http://www.ekiga.org ./ Packages/DiffIndex > Hit http://www.ekiga.org ./ Packages (well that looked ok?) > > Yet aptitude only offers ekiga 2.0.3-6 ? > > Am I missing something? > > Adrian Lawrence > > ___ > ekiga-list mailing list > ekiga-list@gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- Me joindre en téléphonie IP / vidéoconférence ? sip:[EMAIL PROTECTED] ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] sources.list entry for debian etch
yannick wrote: > Le mercredi 23 mai 2007 à 11:40 +0100, ael a écrit : >> Am I the only one having trouble with an entry (from the wiki) of >> >> deb http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 ./ > > Try adding a / at the end of etch_x86: > deb http://www.ekiga.org/admin/downloads/latest/debian/etch_x86/ ./ I had already tried that, and just checked again. No change. I suppose the Packages file might be out of date? I guess that I can check that myself... Thanks for the suggestion... Adrian >> in my /etc/apt/sources.list? >> >> I can download the debs from there manually, but I cannot browse >> http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 >> (403 forbidden). Perhaps the permission are wrong? >> >> aptitude ignores the entry: >> Ign http://www.ekiga.org ./ Release >> Ign http://www.ekiga.org ./ Packages/DiffIndex >> Hit http://www.ekiga.org ./ Packages (well that looked ok?) >> >> Yet aptitude only offers ekiga 2.0.3-6 ? ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] sources.list entry for debian etch
ael wrote: > yannick wrote: >> Le mercredi 23 mai 2007 à 11:40 +0100, ael a écrit : >>> Am I the only one having trouble with an entry (from the wiki) of >>> >>> deb http://www.ekiga.org/admin/downloads/latest/debian/etch_x86 ./ > I suppose the Packages file might be out of date? I guess that I can > check that myself... Following up my own suggestion, I downloaded the Packages file manually and checked that it has an ekiga 2.0.9-0.etch0 entry. One thing I did notice was that Packages was gzipped which slightly surprised me. I though that should be Packages.gz, but maybe that is normal. Is it working for other people? Adrian ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
[Ekiga-list] Ekiga "configuration" error
i can not download the stable Ekiga as download hangs/freezez. so i downloaded the CVS snapshot and when i try to configure it i get this error: [EMAIL PROTECTED] ekiga]$ ./autogen.sh --with-prefix=/usr --sysconfdir=/etc/ checking for autoconf >= 2.53... testing autoconf2.50... not found. testing autoconf... found 2.61 checking for automake >= 1.8... testing automake-1.8... not found. testing automake-1.9... not found. ***Error***: You must have automake >= 1.8 installed to build ekiga. Download the appropriate package for from your distribution or get the source tarball at http://ftp.gnu.org/pub/gnu/automake/automake-1.8.tar.gz i don't get it, i have "automake 1.10" installed on my system, CRUX 2.3 i686. what to do ? i can not build as "make" does not run -- http://arnuld.blogspot.com/ ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
arnuld a écrit : > i can not download the stable Ekiga as download hangs/freezez. so i > downloaded the CVS snapshot and when i try to configure it i get this > error: > > [EMAIL PROTECTED] ekiga]$ ./autogen.sh --with-prefix=/usr --sysconfdir=/etc/ > checking for autoconf >= 2.53... > testing autoconf2.50... not found. > testing autoconf... found 2.61 > checking for automake >= 1.8... > testing automake-1.8... not found. > testing automake-1.9... not found. > ***Error***: You must have automake >= 1.8 installed > to build ekiga. Download the appropriate package for > from your distribution or get the source tarball at > http://ftp.gnu.org/pub/gnu/automake/automake-1.8.tar.gz > > i don't get it, i have "automake 1.10" installed on my system, CRUX > 2.3 i686. what to do ? i can not build as "make" does not run I'm not sure you should really try to compile ekiga by yourself if you're that inexperienced in compiling things yourself... Snark ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
[Ekiga-list] Freetype6 windows
I have win2000, i start ekiga.exe and i receive this message( in french): ''Le point d'entrée de procédure Ft_GlyphSlot_Embolden est introuvable dans la bibliothèque de liaisons dynamique freetype6.dll'' I have freetype6.dll in winNT -- system32, is ok ! Have an idea for Ft_GlyphSlot_Embolden? Thank ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > I'm not sure you should really try to compile ekiga by yourself if > you're that inexperienced in compiling things yourself... > Snark that is the only option i have. BTW, i opened "configure.in" file but did not find any "automake" there.i know i need to change version numbers of "autmake check" but i can't find where it checks for automake. do you knwo ? -- http://arnuld.blogspot.com/ ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
arnuld a écrit : >> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: >> I'm not sure you should really try to compile ekiga by yourself if >> you're that inexperienced in compiling things yourself... > > that is the only option i have. BTW, i opened "configure.in" file but > did not find any "automake" there.i know i need to change version > numbers of "autmake check" but i can't find where it checks for > automake. do you knwo ? You know, I really don't think you should care that much about this error at this very moment : did you compile pwlib & opal correctly before anyway ? I highly doubt so. Snark PS: http://wiki.ekiga.org/index.php/Additional_Information will certainly help you. ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > You know, I really don't think you should care that much about this > error at this very moment : because of that error, Makefile is not created, so i cannot run make to compile. > did you compile pwlib & opal correctly > before anyway ? I highly doubt so. i compiled their CVS snapshots and did not have any problem. they are fine. i looked at "AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)" i think this is the line responsible for error. i have also found "REQUIRED_AUTOMAKE_VERSION" in "autogen.sh" but changing it doe snot make any difference, except that it echoes the changed version -- http://arnuld.blogspot.com/ ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
arnuld a écrit : >> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > >> You know, I really don't think you should care that much about this >> error at this very moment : > > because of that error, Makefile is not created, so i cannot run make > to compile. Yes, I know : my point was that there's no need to try to compile ekiga if you don't have the basic dependencies (you only mention you did them in this very mail!). >> did you compile pwlib & opal correctly >> before anyway ? I highly doubt so. > > i compiled their CVS snapshots and did not have any problem. they are > fine. i looked at "AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, > AC_PACKAGE_VERSION)" i think this is the line responsible for error. > > i have also found "REQUIRED_AUTOMAKE_VERSION" in "autogen.sh" but > changing it doe snot make any difference, except that it echoes the > changed version Ok, let's fix this automake issue : ekiga's autogen.sh calls gnome-autogen.sh : this is where the REQUIRED_AUTOMAKE_VERSION is used, and where the automake check is done. The one I have here does know about automake 1.10 -- but notice it seems to look after it under the name automake-1.10. Check your own gnome-autogen.sh to see exactly what it is looking for. There's probably a bug to report in your distribution there. Snark ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > Ok, let's fix this automake issue : ekiga's autogen.sh calls > gnome-autogen.sh : this is where the REQUIRED_AUTOMAKE_VERSION is used, > and where the automake check is done. The one I have here does know > about automake 1.10 -- but notice it seems to look after it under the > name automake-1.10. > > Check your own gnome-autogen.sh to see exactly what it is looking for. > There's probably a bug to report in your distribution there. Snark, it is in "/usr/bin/gnome-autogen.sh". it says this: REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.4} what is the meaning of "-1.4" ? and this checks versions: # Usage: # compare_versions MIN_VERSION ACTUAL_VERSION # returns true if ACTUAL_VERSION >= MIN_VERSION compare_versions() { ch_min_version=$1 ch_actual_version=$2 ch_status=0 IFS="${IFS= }"; ch_save_IFS="$IFS"; IFS="." set $ch_actual_version for ch_min in $ch_min_version; do ch_cur=`echo $1 | sed 's/[^0-9].*$//'`; shift # remove letter suffixes if [ -z "$ch_min" ]; then break; fi if [ -z "$ch_cur" ]; then ch_status=1; break; fi if [ $ch_cur -gt $ch_min ]; then break; fi if [ $ch_cur -lt $ch_min ]; then ch_status=1; break; fi done IFS="$ch_save_IFS" return $ch_status } # Usage: # version_check PACKAGE VARIABLE CHECKPROGS MIN_VERSION SOURCE # checks to see if the package is available version_check() { vc_package=$1 vc_variable=$2 vc_checkprogs=$3 vc_min_version=$4 vc_source=$5 vc_status=1 vc_checkprog=`eval echo "\\$$vc_variable"` if [ -n "$vc_checkprog" ]; then printbold "using $vc_checkprog for $vc_package" return 0 fi if test "x$vc_package" = "xautomake" -a "x$vc_min_version" = "x1.4"; then vc_comparator="=" else vc_comparator=">=" fi printbold "checking for $vc_package $vc_comparator $vc_min_version..." for vc_checkprog in $vc_checkprogs; do echo $ECHO_N " testing $vc_checkprog... " if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then vc_actual_version=`$vc_checkprog --version | head -n 1 | \ sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'` if compare_versions $vc_min_version $vc_actual_version; then echo "found $vc_actual_version" # set variables eval "$vc_variable=$vc_checkprog; \ ${vc_variable}_VERSION=$vc_actual_version" vc_status=0 break else echo "too old (found version $vc_actual_version)" fi else echo "not found." fi done and this prints the error: if [ "$vc_status" != 0 ]; then printerr "***Error***: You must have $vc_package $vc_comparator $vc_min_version installed" printerr " to build $PKG_NAME. Download the appropriate package for" printerr " from your distribution or get the source tarball at" printerr "$vc_source" printerr fi return $vc_status } what should i do ? -- http://arnuld.blogspot.com/ ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
arnuld a écrit : >> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > > >> Ok, let's fix this automake issue : ekiga's autogen.sh calls >> gnome-autogen.sh : this is where the REQUIRED_AUTOMAKE_VERSION is used, >> and where the automake check is done. The one I have here does know >> about automake 1.10 -- but notice it seems to look after it under the >> name automake-1.10. >> >> Check your own gnome-autogen.sh to see exactly what it is looking for. >> There's probably a bug to report in your distribution there. > > Snark, it is in "/usr/bin/gnome-autogen.sh". it says this: > > REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.4} > > what is the meaning of "-1.4" ? It means that if ekiga doesn't precise the required automake version, then it will require 1.4. > and this checks versions: > > # Usage: > # compare_versions MIN_VERSION ACTUAL_VERSION > # returns true if ACTUAL_VERSION >= MIN_VERSION > compare_versions() { > ch_min_version=$1 > ch_actual_version=$2 > ch_status=0 > IFS="${IFS= }"; ch_save_IFS="$IFS"; IFS="." > set $ch_actual_version > for ch_min in $ch_min_version; do > ch_cur=`echo $1 | sed 's/[^0-9].*$//'`; shift # remove letter suffixes > if [ -z "$ch_min" ]; then break; fi > if [ -z "$ch_cur" ]; then ch_status=1; break; fi > if [ $ch_cur -gt $ch_min ]; then break; fi > if [ $ch_cur -lt $ch_min ]; then ch_status=1; break; fi > done > IFS="$ch_save_IFS" > return $ch_status > } > > # Usage: > # version_check PACKAGE VARIABLE CHECKPROGS MIN_VERSION SOURCE > # checks to see if the package is available > version_check() { > vc_package=$1 > vc_variable=$2 > vc_checkprogs=$3 > vc_min_version=$4 > vc_source=$5 > vc_status=1 > > vc_checkprog=`eval echo "\\$$vc_variable"` > if [ -n "$vc_checkprog" ]; then > printbold "using $vc_checkprog for $vc_package" > return 0 > fi > > if test "x$vc_package" = "xautomake" -a "x$vc_min_version" = "x1.4"; then > vc_comparator="=" > else > vc_comparator=">=" > fi > printbold "checking for $vc_package $vc_comparator $vc_min_version..." > for vc_checkprog in $vc_checkprogs; do > echo $ECHO_N " testing $vc_checkprog... " > if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then > vc_actual_version=`$vc_checkprog --version | head -n 1 | \ >sed 's/^.*[]\([0-9.]*[a-z]*\).*$/\1/'` > if compare_versions $vc_min_version $vc_actual_version; then > echo "found $vc_actual_version" > # set variables > eval "$vc_variable=$vc_checkprog; \ > ${vc_variable}_VERSION=$vc_actual_version" > vc_status=0 > break > else > echo "too old (found version $vc_actual_version)" > fi > else > echo "not found." > fi > done > > > > > and this prints the error: > > if [ "$vc_status" != 0 ]; then > printerr "***Error***: You must have $vc_package $vc_comparator > $vc_min_version installed" > printerr " to build $PKG_NAME. Download the appropriate package for" > printerr " from your distribution or get the source tarball at" > printerr "$vc_source" > printerr > fi > return $vc_status > } > > > what should i do ? > Search for the following piece of code : case $REQUIRED_AUTOMAKE_VERSION in 1.4*) automake_progs="automake-1.4" ;; 1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 a utomake-1.6 automake-1.5" ;; 1.6*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 a utomake-1.6" ;; 1.7*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;; 1.8*) automake_progs="automake-1.10 automake-1.9 automake-1.8" ;; 1.9*) automake_progs="automake-1.10 automake-1.9" ;; 1.10*) automake_progs="automake-1.10" ;; esac it gives the names and priority under which the automake executables are searched. Do you have "automake-1.10" in your path ? Snark ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > > what is the meaning of "-1.4" ? > > It means that if ekiga doesn't precise the required automake version, > then it will require 1.4. ok, thanks. i will call it the "default fallback" ;-) > Search for the following piece of code : > > case $REQUIRED_AUTOMAKE_VERSION in > 1.4*) automake_progs="automake-1.4" ;; > 1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 > automake-1.7 a > utomake-1.6 automake-1.5" ;; > [SNIP].. > it gives the names and priority under which the automake executables are > searched. Do you have "automake-1.10" in your path ? NO i dont have it. see: case $REQUIRED_AUTOMAKE_VERSION in 1.4*) automake_progs="automake-1.4" ;; 1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;; 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;; 1.8*) automake_progs="automake-1.8 automake-1.9" ;; 1.9*) automake_progs="automake-1.9" ;; esac version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \ "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"; || DIE=1 ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/ i should add "1.10" there like you wrote ? so this a BUG of my distro ? -- http://arnuld.blogspot.com/ ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Ekiga "configuration" error
arnuld a écrit : >> On 5/23/07, Julien Puydt <[EMAIL PROTECTED]> wrote: > >>> what is the meaning of "-1.4" ? >> It means that if ekiga doesn't precise the required automake version, >> then it will require 1.4. > > ok, thanks. i will call it the "default fallback" ;-) > >> Search for the following piece of code : >> >> case $REQUIRED_AUTOMAKE_VERSION in >> 1.4*) automake_progs="automake-1.4" ;; >> 1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 >> automake-1.7 a >> utomake-1.6 automake-1.5" ;; >> [SNIP].. >> it gives the names and priority under which the automake executables are >> searched. Do you have "automake-1.10" in your path ? > > > NO i dont have it. see: > > case $REQUIRED_AUTOMAKE_VERSION in > 1.4*) automake_progs="automake-1.4" ;; > 1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 > automake-1.8 automake-1.9" ;; > 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 > automake-1.9" ;; > 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;; > 1.8*) automake_progs="automake-1.8 automake-1.9" ;; > 1.9*) automake_progs="automake-1.9" ;; > esac > version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \ > > "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"; > || DIE=1 > ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/ > > > i should add "1.10" there like you wrote ? > > so this a BUG of my distro ? Well, I guess your distribution doesn't ship a recent enough gnome-common package. Here I see in this package's ChangeLog : 2006-12-01 Kjartan Maraas <[EMAIL PROTECTED]> * macros2/gnome-autogen.sh: Make automake 1.10 work too. Snark ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] 406 - not acceptable
Le mercredi 23 mai 2007 à 10:59 +, Benjamin a écrit : > I haven't been able to sign on to ekiga since I upgraded. I get the response > 'Not acceptable' every time I try. I've experimented with all sorts of > different STUN settings (port-restricted NAT is detected). I'm using the > standard 2.0.7 Mandriva 2007.1 packages, but I've also tried version 2.0.9, > and it's the same. 2.0.3 worked with Mandriva 2007.0, and I haven't changed > any router settings. > > A -d4 output is here: > > http://pastebin.ca/504935 > > I'd be grateful for some help! > > It probably means that the REGISTER is being rewritten somewhere and contains private addresses. -- _ Damien Sandras (o- //\Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:[EMAIL PROTECTED] ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Freetype6 windows
Le mercredi 23 mai 2007 à 08:16 -0400, netmaxd a écrit : > I have win2000, i start ekiga.exe and i receive this message( in french): > ''Le point d'entrée de procédure Ft_GlyphSlot_Embolden est introuvable dans > la bibliothèque de liaisons dynamique freetype6.dll'' > > I have freetype6.dll in winNT -- system32, is ok ! > > Have an idea for Ft_GlyphSlot_Embolden? Are you using the appropriate version of GTK+ ? -- _ Damien Sandras (o- //\Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:[EMAIL PROTECTED] ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
Re: [Ekiga-list] Freetype6 windows
Damien Sandras a écrit : > Le mercredi 23 mai 2007 à 08:16 -0400, netmaxd a écrit : > >> I have win2000, i start ekiga.exe and i receive this message( in french): >> ''Le point d'entrée de procédure Ft_GlyphSlot_Embolden est introuvable dans >> la bibliothèque de liaisons dynamique freetype6.dll'' >> >> I have freetype6.dll in winNT -- system32, is ok ! >> >> Have an idea for Ft_GlyphSlot_Embolden? >> > > Are you using the appropriate version of GTK+ ? > Ok I remove old dll files and reinstall Ekiga and Gtk for Win. Now, Ekiga for Win start ! Thanks ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list
[Ekiga-list] Voice problem while using ekiga
Hi all, I am trying to connect two systems in my LAN using ekiga. The connection is getting established. But I am unable to get voice. I am getting the following error messages again and again. The firewall is disabled on both the systems. I am using fedora 6. Please help me to make it work. 2007/05/24 14:53:04.631 3:20.611 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.641 3:20.621 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.652 3:20.632 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.691 3:20.671 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.701 3:20.681 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.712 3:20.692 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.742 3:20.722 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet 2007/05/24 14:53:04.750 3:20.730 Media Patch:9de6938 Opal Expected payload type [pt=110], but received PCMU. Ignoring packet _ 007/05/24 09:22:18.495 0:57.983 Housekeeper RTP Found existing session 1 2007/05/24 09:22:18.496 0:57.984 Housekeeper RTP Found existing session 2 2007/05/24 09:22:18.591 0:58.079 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:18.647 0:58.135 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:18.687 0:58.175 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:18.775 0:58.263 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:18.831 0:58.319 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:18.919 0:58.407 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:18.983 0:58.471 Media Patch:8b0c978 RTP Jitter buffer size increased to 4000 (500ms) 2007/05/24 09:22:19.167 0:58.655 Media Patch:8b0c978 RTP Thanks and Regards, Anish ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list