Re: [Ekiga-list] BT HomeHub blocking UDP 5060

2013-09-05 Thread gegetel
Le 01/09/2013 19:05, *Mark Carroll* wrote: Is it possible to use Ekiga, at least to initiate SIP calls, if it is behind NAT that won't forward 5060? Using gconf-editor (apps > ekiga > protocols > sip), you can set listen_port = 5061 and place and receive SIP calls as well. :-) _

Re: [Ekiga-list] BT HomeHub blocking UDP 5060

2013-09-07 Thread gegetel
Le 01/09/2013 19:05, *Mark Carroll* wrote: I am having trouble with ekiga not registering when behind a BT Home Hub running software version 8.1.H.U (Type A) If BT means British Telecom, perhaps your "BT Home Hub" is really a Technicolor/Thomson modem ? This kind of hardware needs specific set

Re: [Ekiga-list] BT HomeHub blocking UDP 5060

2013-09-07 Thread gegetel
This *could* be useful to get a complete firmware, but be very careful! http://www.josephn.net/unlocking_bt_home_hub ___ ekiga-list mailing list ekiga-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-list

[Ekiga-list] cannot use my Wengo account

2007-12-12 Thread gegetel
Hello, I beg your pardon for my poor english, i am french. For several monthes, il did use my Wengo account to call landline subscribers with Ekiga 2.0.9 on Mandriva 2007.1. It worked very fine since i discovered the right value for outbound proxy: 213.91.9.210. This ip is, i think, the one of a te

[Ekiga-list] Bluetooth headset: My wish

2008-08-08 Thread gegetel
Hello, I use Ekiga 2.0.12 in Mandriva 2008.1 and it would be very useful for me having it working with my Plantronics 590E bluetooth headset. This one works perfectly with a lot of sound applications in Hi-Fi mode and it works also very well in voice mode (sco) with aplay/arecord and... Skype

[Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
Hello, I am an old beginner using Mandriva 2008.1 and i should like to try svn Ekiga. My guide is this page: http://wiki.ekiga.org/index.php/Additional_Information To configure and make ptlib, what libraries are strictly needed for Ekiga ? (I have already flex, bison , libldap2.4_2 and liblda

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
Could anybody put an eye on my config.log and say what is wrong, if something is wrong ? http://www.cijoint.fr/cjlink.php?file=cj200808/cijFsXDPab.txt ___ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
Le 21.08.2008 20:24, *Damien Sandras* a écrit fort à propos : Le jeudi 21 août 2008 à 19:52 +0200, gegetel a écrit : Could anybody put an eye on my config.log and say what is wrong, if something is wrong ? http://www.cijoint.fr/cjlink.php?file=cj200808/cijFsXDPab.txt Everything seems ok

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
On 08.21.2008 21:15, *Eugen Dedu* wrote : In debian it's something like this: ./configure --enable-avahi --disable-scrollkeeper My question was about configuring ptlib... So i have run : $ ./configure --enable-plugins --enable-alsa --enable-v4l --enable-v4l2 --enable-avc --enable-dc Then:

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
Le 21.08.2008 22:48, *Damien Sandras* a écrit fort à propos : checking for PTLIB... configure: error: Package requirements (ptlib >= 2.3.0) were not met: No package 'ptlib' found What does it tell you : pkg-config ptlib --modversion $ pkg-config ptlib --modversion Package ptlib was not f

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-21 Thread gegetel
Le 21.08.2008 23:34, *Damien Sandras* a écrit fort à propos : How could i specify *two* different PKG_CONFIG_PATH, one for ptlib and one for opal ? No idea... I have found in the pkg-config manual. :-) $ PKG_CONFIG_PATH=/home/gerard/tampon/sources/ptlib:/home/gerard/tampon/sources/opal ./

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-22 Thread gegetel
On 08.22.2008 00:08, *gegetel* wrote : But now _make_ doesn't seem to run successfully. Hundreds of errors. Perhaps i made an error when building opal, it was too easy. To-morrow, perhaps, the solution... I have remade opal and reconfigured ekiga as a precaution, but there is alw

Re: [Ekiga-list] how to build ptib ?

2008-08-22 Thread gegetel
On 08.22.2008 11:32, *Damien Sandras* wrote : The ptlib headers are not found. Something is wrong in my ptlib built, sorry. This evening, i have all erased then begun again the work with the same result. 0) uninstalled all ekiga, libpwlib1, libpwlib1-plugins, libopal2 packages (rpms) 1) con

Re: [Ekiga-list] how to build ptlib ?

2008-08-22 Thread gegetel
On 08.22.2008 22:25, I wrote: Maybe somebody reading this whole record can guess where is the initial mistake: http://www.cijoint.fr/cjlink.php?file=cj200808/cijbI8EkN5.txt And this all my /usr/local after "make install": [gerard 22:48:55 ~]$ tree -F /usr/local /usr/local |-- bin/ | |-- bta

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-24 Thread gegetel
Lastly, i made un succes of installing ptlib, opal and ekiga *last* snapshots. The only difficulty was to configure ekiga. I had simply to use: $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure after autogen.sh Then, when i tried to run ekiga, i got an error about non-existing file or dire

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-25 Thread gegetel
On 08.25.2008 10:49, *Damien Sandras* wrote : If that error appears at runtime, you can do : LD_LIBRARY_PATH=/usr/local/lib ekiga and it should work. Yes, it works without symlinks, thank you. ___ ekiga-list mailing list ekiga-list@gnome.org http://

Re: [Ekiga-list] What libraries and where headers to make ptib

2008-08-25 Thread gegetel
On 08.25.2008 11:52, *Damien Sandras* wrote : Yes, it works without symlinks, thank you. Modifying /etc/ld.so.conf and running ldconfig would add it permanently to the list of directories where to look for libraries. Yes, with such names, confusion can't happen. Thank you again. __

Re: [Ekiga-list] pc-to-phone recommandations?

2008-09-27 Thread gegetel
On 09.27.2008 11:51, *jdh13* wrote : hello all, i'm using ekiga on my laptop (opensolaris) and i want to buy units to do cals to people not having a computer. Does anybody have recommandations? or user's experience? I'm wondering if this service is well suited (i know skype's users having som

Re: [Ekiga-list] Ekiga

2008-10-08 Thread gegetel
Le 08.10.2008 12:23, *michel memeteau* a écrit fort à propos : Notice I really do not understand how it can display your normal PSTN number when using VoIP for remote calling. In my diamondcard profile, there is a "Day Phone:" field. I have put my PSTN number and not any other in this

Re: [Ekiga-list] Ekiga

2008-10-08 Thread gegetel
Le 08.10.2008 19:39, *Judith Meili* a écrit fort à propos : Dear Gegetel Could you please tell me where I will find this field "day phone" in the Ekiga program? I have the Ekiga version 2.0.12. Dear Judith, I can't, sorry. This field is in the web page of my diamondcard accoun

Re: [Ekiga-list] Ekiga

2008-10-08 Thread gegetel
Le 08.10.2008 20:25, *Damien Sandras* a écrit fort à propos : I tried here and it does not work. Under which form is the number ? +33something ? 0033ZABPQMCDU Are you sure it is the "Day Phone" field and that it works for all calls ? I only know that, when somebody i call is not at home, c

Re: [Ekiga-list] Bluetooth headset support

2009-08-23 Thread gegetel
On 08.23.2009 02:51, *Yan Seiner* wrote : > I've been setting up ekiga for my distributed family (spread out on 3 > continents). So far, it's been a great success. > > Except now I need to get bluetooth headsets working with ekiga. I have > alsa support, but ekiga doesn't recognize the pcm devi