From bnc at netspeed.com.au Fri Oct 2 04:19:46 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Fri, 2 Oct 2009 14:19:46 +1000 Subject: [Ekiga-list] GONF In-Reply-To: <4AC35AEA.3070801@pu-pm.univ-fcomte.fr> References: <20090930215513.77460c06@lbnc.JUSTUS> <4AC35AEA.3070801@pu-pm.univ-fcomte.fr> Message-ID: <20091002141946.45fc8c80@lbnc.JUSTUS> On Wed, 30 Sep 2009 15:19:38 +0200 Eugen Dedu wrote: > Just look at http://wiki.ekiga.org/index.php/Compiling_Ekiga. Eugen, Just wanted to thank you for the above tip. It could be that my past problems were caused by not unloading the previous versions of ekiga. The compiles were not plain sailing as I was missing a lot of stuff, but the ./configure highlighted them and I then went and installed. them. Took me a few goes but I got there:) This is on a SUSE 11.2 system running kde. Below is some of the output I recorded as i did it. Unfortunately running the new version did not change the situation so I will switch back to my DNS thread. Thanks, Brian 1) Errors during compile of OPAL data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx: In member function ?virtual void SIPConnection::OnReceivedACK(SIP_PDU&)?: /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?UninitialisedPhase? not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?SetUpPhase? not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?ProceedingPhase? not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?AlertingPhase? not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?ReleasingPhase? not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?ReleasedPhase? not handled in switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: enumeration value ?NumPhases? not handled in switch /data/SOURCE/opal-3.6.6/src/codec/opalpluginmgr.cxx: In member function ?virtual PBoolean OpalPluginVideoTranscoder::ConvertFrames(const RTP_DataFrame&, RTP_DataFrameList&)?: /data/SOURCE/opal-3.6.6/src/codec/opalpluginmgr.cxx:984: warning: suggest explicit braces to avoid ambiguous ?else? /data/SOURCE/opal-3.6.6/src/codec/speex/libspeex/kiss_fft.c: In function ?kf_bfly4?: /data/SOURCE/opal-3.6.6/src/codec/speex/libspeex/kiss_fft.c:96: warning: comparison between signed and unsigned integ 2) Packages I had missing No package 'gtk+-2.0' found No package 'sigc++-2.0' found No package 'libxml-2.0' found No package 'gconf-2.0' found No package 'libebook-1.2' found I could not get over the libebook problem so I ran with ./configure --prefix=/usr --disable-eds No package 'avahi-client' found No package 'avahi-glib' found hecking for scrollkeeper-config... no configure: error: Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeerceforge.net Actually installed the YAST package. 3) Got this error during make of ekiga. Making all in help make[2]: Entering directory `/data/SOURCE/ekiga-3.2.6/help' xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/data/SOURCE/ekiga-3.2.6/help/ekiga.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || { rm -f "ekiga-C.omf"; exit 1; } compilation error: file C/ekiga.xml line 10 element article xsltParseStylesheetProcess : document is not a stylesheet I could not get over it, the disable doc ./configure --prefix=/usr --disable-eds --disable-doc did not seem to work. Ended up installing gnome-doc-utils From bnc at netspeed.com.au Fri Oct 2 04:45:06 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Fri, 2 Oct 2009 14:45:06 +1000 Subject: [Ekiga-list] DNS names In-Reply-To: <20090930203520.0ec8b701@lbnc.JUSTUS> References: <20090927174732.GA13204@deby.ei.hnet> <4ABFA723.90502@free.fr> <1254075871.23152.40.camel@scorpion.multitel.be> <20090927204204.GA26893@deby.ei.hnet> <1254119349.23152.43.camel@scorpion.multitel.be> <20090929224953.GA16940@deby.ei.hnet> <1254291508.27498.42.camel@scorpion.multitel.be> <20090930165418.41a1d686@lbnc.JUSTUS> <4AC320DC.3030006@pu-pm.univ-fcomte.fr> <20090930203520.0ec8b701@lbnc.JUSTUS> Message-ID: <20091002144506.13b77f85@lbnc.JUSTUS> Eugen, even with the new compile I still get a massive number of dns request going out when I try to register my account. I have no trouble connecting on my old machine with 3.0.1 The problem I have at the moment is that I cannot see if it is the new code or something in the config of my new machine. Appreciate any thoughts. Thanks, Brian On Wed, 30 Sep 2009 20:35:20 +1000 wrote: > On Wed, 30 Sep 2009 11:11:56 +0200 > Eugen Dedu wrote: > > > bnc at netspeed.com.au wrote: > > > All, > > >> That's the only sane explanation I can imagine. Skype is working > > >> by IP and not by DNS names. > > >> > > > Speaking of DNS names I have noticed when I fire up Ekiga 3.2.5 it > > > issues a whole lot(50?) of dns calls(see below). > > > Not sure why it should be doing this? > > > > Needs to be investigated... > > > > I have done a bit more and it seems the dns requests come when I try > to restart the account. > > What do I need to do to provide info? > > I have moved the other stuff to another thread. > > > > > Thanks, > > > Brian > > > > > > > > > Sample dns calls > > > 192.168.1.2:35802 61.69.27.70:35802 203.31.48.7:53 > > > UDP - Out 128 30 192.168.1.2:33819 > > > 61.69.27.70:33819 203.31.48.7:53 UDP - > > > Out 128 23 192.168.1.2:43533 > > > 61.69.27.70:43533 203.31.48.7:53 UDP - > > > Out 128 23 192.168.1.2:42170 > > > 61.69.27.70:42170 203.31.48.7:53 UDP - > > > Out 128 23 192.168.1.2:49461 > > > 61.69.27.70:49461 203.31.48.7:53 UDP - > > > Out 128 23 192.168.1.2:45069 > > > 61.69.27.70:45069 203.31.48.7:53 UDP - > > > Out 128 23 192.168.1.2:59726 > > > 61.69.27.70:59726 203.31.48.7:53 UDP - > > > Out 128 23 192.168.1.2:38432 > > > 61.69.27.70:38432 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:42557 > > > 61.69.27.70:42557 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:46530 > > > 61.69.27.70:46530 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:45003 > > > 61.69.27.70:45003 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:33104 > > > 61.69.27.70:33104 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:34963 > > > 61.69.27.70:34963 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:57773 > > > 61.69.27.70:57773 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:49555 > > > 61.69.27.70:49555 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:59347 > > > 61.69.27.70:59347 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:37678 > > > 61.69.27.70:37678 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:33332 > > > 61.69.27.70:33332 203.31.48.7:53 UDP - > > > Out 128 22 192.168.1.2:44028 > > > 61.69.27.70:44028 203.31.48.7:53 UDP - > > > Out 128 21 192.168.1.2:55560 > > > 61.69.27.70:55560 203.31.48.7:53 UDP - > > > Out 128 21 192.168.1.2:42337 > > > 61.69.27.70:42337 203.31.48.7:53 UDP - > > > Out 128 21 192.168.1.2:52493 > > > 61.69.27.70:52493 203.31.48.7:53 UDP - > > > Out 128 21 192.168.1.2:49503 > > > 61.69.27.70:49503 203.31.48.7:53 UDP - > > > Out 128 21 192.168.1.2:39778 > > > 61.69.27.70:39778 203.31.48.7:53 UDP - Out > > > 128 21 > > > > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list From bnc at netspeed.com.au Fri Oct 2 05:54:32 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Fri, 2 Oct 2009 15:54:32 +1000 Subject: [Ekiga-list] DNS names In-Reply-To: <20091002144506.13b77f85@lbnc.JUSTUS> References: <20090927174732.GA13204@deby.ei.hnet> <4ABFA723.90502@free.fr> <1254075871.23152.40.camel@scorpion.multitel.be> <20090927204204.GA26893@deby.ei.hnet> <1254119349.23152.43.camel@scorpion.multitel.be> <20090929224953.GA16940@deby.ei.hnet> <1254291508.27498.42.camel@scorpion.multitel.be> <20090930165418.41a1d686@lbnc.JUSTUS> <4AC320DC.3030006@pu-pm.univ-fcomte.fr> <20090930203520.0ec8b701@lbnc.JUSTUS> <20091002144506.13b77f85@lbnc.JUSTUS> Message-ID: <20091002155432.6fb9c451@lbnc.JUSTUS> Eugen, A further thought, does Ekiga issue a dns request for each number you have in the phone list, at startup? Brian On Fri, 2 Oct 2009 14:45:06 +1000 wrote: > Eugen, > even with the new compile I still get a massive number of dns request > going out when I try to register my account. > I have no trouble connecting on my old machine with 3.0.1 > > The problem I have at the moment is that I cannot see if it is the new > code or something in the config of my new machine. > > Appreciate any thoughts. > > Thanks, > Brian > > From dsandras at seconix.com Fri Oct 2 06:50:48 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 02 Oct 2009 08:50:48 +0200 Subject: [Ekiga-list] DNS names In-Reply-To: <20091002155432.6fb9c451@lbnc.JUSTUS> References: <20090927174732.GA13204@deby.ei.hnet> <4ABFA723.90502@free.fr> <1254075871.23152.40.camel@scorpion.multitel.be> <20090927204204.GA26893@deby.ei.hnet> <1254119349.23152.43.camel@scorpion.multitel.be> <20090929224953.GA16940@deby.ei.hnet> <1254291508.27498.42.camel@scorpion.multitel.be> <20090930165418.41a1d686@lbnc.JUSTUS> <4AC320DC.3030006@pu-pm.univ-fcomte.fr> <20090930203520.0ec8b701@lbnc.JUSTUS> <20091002144506.13b77f85@lbnc.JUSTUS> <20091002155432.6fb9c451@lbnc.JUSTUS> Message-ID: <1254466248.2776.93.camel@scorpion.multitel.be> Le vendredi 02 octobre 2009 ? 15:54 +1000, bnc at netspeed.com.au a ?crit : > Eugen, > A further thought, does Ekiga issue a dns request for each number you > have in the phone list, at startup? It will try to determine if the contact is available or not. So it will send a SIP message for each of them. I thought there was a cache in ptlib though. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From bnc at netspeed.com.au Fri Oct 2 07:15:08 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Fri, 2 Oct 2009 17:15:08 +1000 Subject: [Ekiga-list] DNS names In-Reply-To: <1254466248.2776.93.camel@scorpion.multitel.be> References: <20090927174732.GA13204@deby.ei.hnet> <4ABFA723.90502@free.fr> <1254075871.23152.40.camel@scorpion.multitel.be> <20090927204204.GA26893@deby.ei.hnet> <1254119349.23152.43.camel@scorpion.multitel.be> <20090929224953.GA16940@deby.ei.hnet> <1254291508.27498.42.camel@scorpion.multitel.be> <20090930165418.41a1d686@lbnc.JUSTUS> <4AC320DC.3030006@pu-pm.univ-fcomte.fr> <20090930203520.0ec8b701@lbnc.JUSTUS> <20091002144506.13b77f85@lbnc.JUSTUS> <20091002155432.6fb9c451@lbnc.JUSTUS> <1254466248.2776.93.camel@scorpion.multitel.be> Message-ID: <20091002171508.4dd4cf64@lbnc.JUSTUS> Damien, > Le vendredi 02 octobre 2009 ? 15:54 +1000, bnc at netspeed.com.au a > ?crit : > > Eugen, > > A further thought, does Ekiga issue a dns request for each number > > you have in the phone list, at startup? > > It will try to determine if the contact is available or not. So it > will send a SIP message for each of them. I thought there was a cache > in ptlib though. > Ok, I think that explains the flood of dns requests. Not sure why you would want to do that though, can't it be done when you place a call? If ptlib is supposed to stop it do I have to set something? Note, I do not run any dns service locally so any requests will be forwarded to my isp. Brian From bansalvi at gmail.com Fri Oct 2 13:26:54 2009 From: bansalvi at gmail.com (Vivek Bansal) Date: Fri, 2 Oct 2009 18:56:54 +0530 Subject: [Ekiga-list] ARM Port Message-ID: <4ac5ffa3.161bf30a.56b8.324f@mx.google.com> Hi Is this software portable on arm platform? If yes, do we have some published instructions for cross compiling. Thanks Bansal -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Fri Oct 2 13:41:08 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 02 Oct 2009 15:41:08 +0200 Subject: [Ekiga-list] ARM Port In-Reply-To: <4ac5ffa3.161bf30a.56b8.324f@mx.google.com> References: <4ac5ffa3.161bf30a.56b8.324f@mx.google.com> Message-ID: <1254490868.17507.42.camel@scorpion.multitel.be> Hi, Le vendredi 02 octobre 2009 ? 18:56 +0530, Vivek Bansal a ?crit : > Is this software portable on arm platform? If yes, do we have some Theorically yes. > published instructions for cross compiling. None that I know. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From yan at seiner.com Fri Oct 2 13:43:06 2009 From: yan at seiner.com (Yan Seiner) Date: Fri, 02 Oct 2009 06:43:06 -0700 Subject: [Ekiga-list] ARM Port In-Reply-To: <1254490868.17507.42.camel@scorpion.multitel.be> References: <4ac5ffa3.161bf30a.56b8.324f@mx.google.com> <1254490868.17507.42.camel@scorpion.multitel.be> Message-ID: <4AC6036A.1070109@seiner.com> Damien Sandras wrote: > Hi, > > Le vendredi 02 octobre 2009 ? 18:56 +0530, Vivek Bansal a ?crit : > > >> Is this software portable on arm platform? If yes, do we have some >> > > Theorically yes. > > >> published instructions for cross compiling. >> > > None that I know. > > > > Debian has it, so I'm sure it can be done. http://packages.debian.org/search?searchon=contents&keywords=ekiga&mode=path&suite=stable&arch=arm I'd look at openwrt and angstrom and see how they do it. --Yan -- o__ ,>/'_ o__ (_)\(_) ,>/'_ o__ A day may come (_)\(_) ,>/'_ o__ when the courage of men fails, (_)\(_) ,>/'_ when we forsake our friends and break all (_)\(_) bonds of fellowship, but it is not this day. It is not this day! This day we ride! From afn53583 at afn.org Fri Oct 2 20:19:05 2009 From: afn53583 at afn.org (Dennis G. Brown) Date: Fri, 02 Oct 2009 16:19:05 -0400 Subject: [Ekiga-list] remote video h323 In-Reply-To: <4ABFEBD3.1050606@web.de> References: <4ABBE2F4.864.365670F8@afn53583.afn.org>, <4ABFD583.5040901@pu-pm.univ-fcomte.fr>, <4ABFEBD3.1050606@web.de> Message-ID: <4AC66039.30410.5F4FEB0E@afn53583.afn.org> Thanks to Shawn and Eugen for your help. I have no control over the other end and couldn't convince them to make changes to their firewall. They decided to do a teleconference rather than work through the issues with the video conferencing. Since Ekiga worked fine for me I'll be recommending it here at Univ. of FL. Thanks again for your responses and have a great weekend. Dennis > Eugen > > Good point, might be a frame size issue, > > Thanks for the debug tip. Also thanks for clarifying that ekiga 3 tests > automatically at startup. > > Let's see what Dennis and the debug say. > > Best regards, > > > Eugen Dedu wrote: > > Hi, > > > > Thanks Shawn for the answer :o) > > > > I have two remarks: > > - I wonder if the problem encountered is not the "Sending PDU too large" > > problem. You can check by sending us the -d 4 output, see > > http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output_2, > > or simply look inside for the work "large". > > > > - for information, ekiga 3 tests the network type not during initial > > setup/Assistant, but at the beginning of each run, so it's automatic. > > > > Cheers, > > > > Shawn Adams wrote: > >> Dennis > >> > >> Apologies for the length of this, unsure how best to be clear about what > >> I'm trying to say. Please read through, the good parts are toward the end. > >> > >> Dennis G. Brown wrote: > >>> Sip does not work at all for the user I'm working with and does not > >>> work correctly from my computer either. It works perfectly for me > >>> with h323. > >> 1st thought is FW/NAT issues. > >> H.323 happens to work a) your router is set properly for H.323 > >> b) your router has an H.323 ALG c) the conf. system is assisting getting > >> around NAT/FW > >>> We got a little further with her this morning. She is able to > >>> connect to the video conferencing system and enter the conference > >>> number with the dialpad. On my screen I see her name pop up but the > >>> window is black. I can hear her but she can't hear or see me. So > >>> here are the problems. > >>> > >>> - she can't hear me. Her speakers are working, I can hear her e-mail > >>> prompts > >> your sound packets bouncing off her router or PC firewall. ? > >> > >> you hear her e-mail prompts, but not her voice ? > >> Sounds like the audio SW device is capturing something, but not the > >> microphone. > >> > >>> - she can't see me. When she pulls down the View menu the Remote > >>> selection is grayed out > >> only a guess, the greyed out means no remote video is being received > >> (the ekiga experts can verify). if your PC is truly sending video - > >> probably also hitting her router or PC firewall and dropping. > >> (perhaps take a sniffer trace on your PC interface) > >> > >> > >>> - I can't see her. On her end she sees herself in the video window > >>> so her camera is on and is displaying video. It just isn't being > >>> sent. > >> Again, video is probably stopping at FW or NAT. > >> > >> these days, almost no ISPs purposely block SIP (would not surprise me > >> for some that offer SIP try to block any other VOIP - some corporations > >> do this) > >> > >>> We've verified the correct Audio and Video settings. The only other > >>> thing I can think of is firewall issues. We told the Windows > >>> firewall to allow Ekiga through. I haven't looked at other firewalls > >>> (Google, Yahoo, etc.). > >> What exactly did you allow through ? as a test, I'd disable the FW > >> completely just for a minute to confirm/deny. I believe telling windows > >> to allow the ekiga.exe should be enough. > >> > >> Remember - SIP uses 5060, and other ports STUN 3478 > >> > >> SIP also uses basically "random" ports to transfer voice and video > >> thereafter. So all these ports must be open for everything to work. > >> > >> For example - when I use ekiga to register at ekiga.net, and place a > >> video call to the echo test at 500 at ekiga.net, I see the voice incoming > >> at port 5072, but the video H61 at port 5074 > >> > >> So for SIP to work over what is presumably a NAT connection at each end, > >> the NAT router (your DSL/cable modem router) needs to be "SIP aware" or > >> have a SIP ALG that allows it to know what to do with these strange > >> packets. Otherwise - based on the FW rules - they are dropped. > >> > >> You can statically configure FW to allow all possible ports used by SIP, > >> and then configure your DSL router with static NAT to always get these > >> to your PC (both you and your lady friend) > >> > >> Ekiga 3.X, during initial setup (druid ?) tries to configure FW/NAT > >> traversal,STUN, etc... automatically. > >> > >> If ekiga is using STUN, then everything should be simplified for each of > >> your local firewalls. ( in ekiga 3.2.5 you can see this in the > >> ekiga.conf file, located in your user's profile directory) > >> > >> > >> so onto your real question, how to troubleshoot/fix this ? > >> > >> * I'd start by looking at the config of each DSL router - is there some > >> parameter called "SIP" or "SIP ALG" or "VOIP" ? enable it. > >> > >> - if not, configure NAT to statically forward at 3478 and 5060-5062 to > >> your PC. > >> > >> * Remove the ekiga config, run the config druid, and let ekiga detect > >> the best method. use the ekiga.net account at 1st, later you can add > >> whatever one you want. > >> > >> * register to ekiga.net, use the echo test 500 at ekiga.net to test > >> voice/video. > >> > >> if this works from each side, you can be pretty sure that at least the > >> local ends are OK. > >> > >> * if possible, take a sniffer trace, and see which destination ports are > >> used for the voice and the video. > >> > >> * add whatever accounts you'd like to use and try the video conf. system. > >> > >> Hope this is helpful. > >> > >> Best regards, > >> > >>> Any thoughts on how to troubleshoot are very much appreciated. > >>> Remember this works fine for me. We're dialing the same video > >>> conferencing bridge and using the same software (Ekiga 3.2.6 Windows > >>> version). > > > > _______________________________________________ > > ekiga-list mailing list > > ekiga-list at gnome.org > > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > > > -- > Shawn Adams > shawn_adams at web.de > > AOL AIM field64 > Yahoo field_1964 > Jabber field64 at jabber.org > googletalk field64 at gmail.com > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list From pht at spatium.org Sat Oct 3 09:47:18 2009 From: pht at spatium.org (Michal Svoboda) Date: Sat, 3 Oct 2009 11:47:18 +0200 Subject: [Ekiga-list] The download link Message-ID: <20091003094718.GD671@feynman.spatium.org> Ladies and gentlemen! Let's play a little quiz. Which of these methods takes you to download latest Ekiga for Windows? A) Go to ekiga.net, click on "download" under "To get started" EEEK. No. B) Go to ekiga.org, click on "download" under "Ekiga 3.20 available!" and "To get started": Still no. C) Idem, click on "downloads" on the main page Naaa. D) Click on "Download Ekiga!" under "Get Ekiga!" Gimme a break... E) Go to "Documentation and FAQ", click "WIKI", then "Download Ekiga" near "For Windows" Yes!! Correctamundo. Now the million dollar question. Do you folks or do you not want people to download ekiga? Sorry to sound so much ironical. But this is how things have been since at least from the beginning of the year and I guess it's about time someone *pretty please with a sugar on top* goddamn put the download link where it oughta be. With regards and thanks for otherwise fine software. From sevmek at free.fr Sat Oct 3 10:08:30 2009 From: sevmek at free.fr (yannick) Date: Sat, 03 Oct 2009 12:08:30 +0200 Subject: [Ekiga-list] The download link In-Reply-To: <20091003094718.GD671@feynman.spatium.org> References: <20091003094718.GD671@feynman.spatium.org> Message-ID: <4AC7229E.6040606@free.fr> Michal Svoboda a ?crit : > Ladies and gentlemen! > > Let's play a little quiz. Which of these methods takes you to download > latest Ekiga for Windows? > > A) Go to ekiga.net, click on "download" under "To get started" > EEEK. No. > > B) Go to ekiga.org, click on "download" under "Ekiga 3.20 available!" > and "To get started": > Still no. > > C) Idem, click on "downloads" on the main page > Naaa. > > D) Click on "Download Ekiga!" under "Get Ekiga!" > Gimme a break... > > E) Go to "Documentation and FAQ", click "WIKI", then "Download Ekiga" > near "For Windows" > Yes!! Correctamundo. > > Now the million dollar question. Do you folks or do you not want people > to download ekiga? > > Sorry to sound so much ironical. But this is how things have been since > at least from the beginning of the year and I guess it's about time > someone *pretty please with a sugar on top* goddamn put the download > link where it oughta be. > > With regards and thanks for otherwise fine software. Indeed. I'm working on fixing this, hopefully in a few weeks (maybe days...I'm quite busy with my paid job :( ) Sorry for the inconvenience. I'll keep people informed here. From billcollins1.2007 at gmail.com Sat Oct 3 14:50:07 2009 From: billcollins1.2007 at gmail.com (Bill Collins) Date: Sat, 3 Oct 2009 10:50:07 -0400 Subject: [Ekiga-list] The download link In-Reply-To: <4AC7229E.6040606@free.fr> References: <20091003094718.GD671@feynman.spatium.org> <4AC7229E.6040606@free.fr> Message-ID: <33efb16e0910030750x15af7b47p805920c932c45243@mail.gmail.com> On Sat, Oct 3, 2009 at 6:08 AM, yannick wrote: > Michal Svoboda a ?crit : > > Ladies and gentlemen! > > > > Let's play a little quiz. Which of these methods takes you to download > > latest Ekiga for Windows? > > > > A) Go to ekiga.net, click on "download" under "To get started" > > EEEK. No. > > > > B) Go to ekiga.org, click on "download" under "Ekiga 3.20 available!" > > and "To get started": > > Still no. > > > > C) Idem, click on "downloads" on the main page > > Naaa. > > > > D) Click on "Download Ekiga!" under "Get Ekiga!" > > Gimme a break... > > > > E) Go to "Documentation and FAQ", click "WIKI", then "Download Ekiga" > > near "For Windows" > > Yes!! Correctamundo. > > > > Now the million dollar question. Do you folks or do you not want people > > to download ekiga? > > > > Sorry to sound so much ironical. But this is how things have been since > > at least from the beginning of the year and I guess it's about time > > someone *pretty please with a sugar on top* goddamn put the download > > link where it oughta be. > > > > With regards and thanks for otherwise fine software. > > Indeed. I'm working on fixing this, hopefully in a few weeks (maybe > days...I'm quite busy with my paid job :( ) Sorry for the inconvenience. > I'll keep people informed here. > _______________________________ > I guess it might also be nice if what version of Ekiga works on which version / distro of linux. Hope I'm not out of line. Still waiting for a good release for 8.04. Bill > ________________ > 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 Sat Oct 3 15:07:33 2009 From: sevmek at free.fr (yannick) Date: Sat, 03 Oct 2009 17:07:33 +0200 Subject: [Ekiga-list] The download link In-Reply-To: <33efb16e0910030750x15af7b47p805920c932c45243@mail.gmail.com> References: <20091003094718.GD671@feynman.spatium.org> <4AC7229E.6040606@free.fr> <33efb16e0910030750x15af7b47p805920c932c45243@mail.gmail.com> Message-ID: <4AC768B5.4000805@free.fr> Bill Collins a ?crit : > On Sat, Oct 3, 2009 at 6:08 AM, yannick wrote: > >> Michal Svoboda a ?crit : >>> Ladies and gentlemen! >>> >>> Let's play a little quiz. Which of these methods takes you to download >>> latest Ekiga for Windows? >>> >>> A) Go to ekiga.net, click on "download" under "To get started" >>> EEEK. No. >>> >>> B) Go to ekiga.org, click on "download" under "Ekiga 3.20 available!" >>> and "To get started": >>> Still no. >>> >>> C) Idem, click on "downloads" on the main page >>> Naaa. >>> >>> D) Click on "Download Ekiga!" under "Get Ekiga!" >>> Gimme a break... >>> >>> E) Go to "Documentation and FAQ", click "WIKI", then "Download Ekiga" >>> near "For Windows" >>> Yes!! Correctamundo. >>> >>> Now the million dollar question. Do you folks or do you not want people >>> to download ekiga? >>> >>> Sorry to sound so much ironical. But this is how things have been since >>> at least from the beginning of the year and I guess it's about time >>> someone *pretty please with a sugar on top* goddamn put the download >>> link where it oughta be. >>> >>> With regards and thanks for otherwise fine software. >> Indeed. I'm working on fixing this, hopefully in a few weeks (maybe >> days...I'm quite busy with my paid job :( ) Sorry for the inconvenience. >> I'll keep people informed here. >> _______________________________ >> > > I guess it might also be nice if what version of Ekiga works on which > version / distro of linux. > Hope I'm not out of line. Still waiting for a good release for 8.04. > Bill > Well, I have postponed my work on packaging for 8.04 until I finish the work on ekiga.org/ekiga.net... but in the meantime, I will give a try from time to time when I get some time. For now I stuck with ptlib, I need to move the file resulting from the compilation manually (in rules with some mv) in the package (not a big deal but will take a few time...). In short I'm working on it, but really slowly... >> ________________ >> ekiga-list mailing list >> ekiga-list at gnome.org >> http://mail.gnome.org/mailman/listinfo/ekiga-list >> > From mtbc at ixod.org Sat Oct 3 15:47:53 2009 From: mtbc at ixod.org (Mark T. B. Carroll) Date: Sat, 03 Oct 2009 11:47:53 -0400 Subject: [Ekiga-list] The download link In-Reply-To: <33efb16e0910030750x15af7b47p805920c932c45243@mail.gmail.com> (Bill Collins's message of "Sat\, 3 Oct 2009 10\:50\:07 -0400") References: <20091003094718.GD671@feynman.spatium.org> <4AC7229E.6040606@free.fr> <33efb16e0910030750x15af7b47p805920c932c45243@mail.gmail.com> Message-ID: <87tyygiimu.fsf@ixod.org> Bill Collins writes: > I guess it might also be nice if what version of Ekiga works on which > version / distro of linux. > Hope I'm not out of line. Still waiting for a good release for 8.04. Mmmm, I've been hoping for Debian packaging of 3.2.6 to come out to see if it fixes my outstanding issues. I've started wondering if it would work well enough to try to use the Ubuntu packages on a Debian system (lenny or squeeze or what); I've not tried that for Ekiga before. Mark From Eugen.Dedu at pu-pm.univ-fcomte.fr Sat Oct 3 16:19:06 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Sat, 03 Oct 2009 18:19:06 +0200 Subject: [Ekiga-list] The download link In-Reply-To: <87tyygiimu.fsf@ixod.org> References: <20091003094718.GD671@feynman.spatium.org> <4AC7229E.6040606@free.fr> <33efb16e0910030750x15af7b47p805920c932c45243@mail.gmail.com> <87tyygiimu.fsf@ixod.org> Message-ID: <4AC7797A.7010902@pu-pm.univ-fcomte.fr> Mark T. B. Carroll wrote: > Bill Collins writes: > >> I guess it might also be nice if what version of Ekiga works on which >> version / distro of linux. >> Hope I'm not out of line. Still waiting for a good release for 8.04. > > Mmmm, I've been hoping for Debian packaging of 3.2.6 to come out to see > if it fixes my outstanding issues. I've started wondering if it would > work well enough to try to use the Ubuntu packages on a Debian system > (lenny or squeeze or what); I've not tried that for Ekiga before. Hi Mark, Me too I would like to see if your bug is fixed. ptlib and opal have just been uploaded http://ftp-master.debian.org/new.html, it will take, based on history, 2-5 days to appear in debian together with ekiga 3.2.6. -- Eugen From arelem at bigpond.com Sun Oct 4 02:51:54 2009 From: arelem at bigpond.com (Roger) Date: Sun, 04 Oct 2009 13:51:54 +1100 Subject: [Ekiga-list] still configuring ekiga In-Reply-To: References: Message-ID: <4AC80DCA.5040707@bigpond.com> Hi all still trying to ./configure ekiga on fully updated F11 Latest error is: checking for EDS... yes checking for NOTIFY... no checking for LDAP includes in /usr/include/... checking for main in -lldap... no configure: error: You need the LDAP library to compile Ekiga with LDAP support Google hasn't helped with ldap or notify any tips please TIA Roger From sevmek at free.fr Sun Oct 4 04:39:44 2009 From: sevmek at free.fr (yannick) Date: Sun, 04 Oct 2009 06:39:44 +0200 Subject: [Ekiga-list] still configuring ekiga In-Reply-To: <4AC80DCA.5040707@bigpond.com> References: <4AC80DCA.5040707@bigpond.com> Message-ID: <4AC82710.2070706@free.fr> Roger a ?crit : > Hi all > still trying to ./configure ekiga on fully updated F11 > > Latest error is: > checking for EDS... yes > checking for NOTIFY... no > checking for LDAP includes in /usr/include/... > checking for main in -lldap... no > configure: error: You need the LDAP library to compile Ekiga with LDAP > support > > Google hasn't helped with ldap or notify > > any tips please http://wiki.ekiga.org/index.php/Download_Ekiga_sources > TIA > Roger > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > > From sevmek at free.fr Sun Oct 4 05:58:58 2009 From: sevmek at free.fr (yannick) Date: Sun, 04 Oct 2009 07:58:58 +0200 Subject: [Ekiga-list] Registration to ekiga.net is broken. Message-ID: <4AC839A2.4030302@free.fr> Hi, Since yesterday, new user registration to ekiga.net is broken due to an issue with the captcha. We are working on fixing this. Sorry for the inconvinience. Best regards, Yannick From zhangweiwu at realss.com Thu Oct 1 18:13:35 2009 From: zhangweiwu at realss.com (Zhang Weiwu) Date: Fri, 02 Oct 2009 02:13:35 +0800 Subject: [Ekiga-list] how to pick up the phone Message-ID: <1254420815.5135.6.camel@localhost> Hello. I am using ekiga 3.0.1 on OpenSuSE 11. In the setup wizard I choose no for both ekiga.net account and out-calling service because I intend to use it mostly in our LAN. The other host in the LAN runs ekiga 2.0.12 on Ubuntu 8.04, configured to use an ekiga.net account and logged in as that account. Issue one: if I call the other host by either double click the person name in neighbors or calling sip:192.168.0.101 (the other host's IP address), the other host ekiga would not ring, on my host the green call out button, after clicked, become disabled for 4 seconds and back green. Issue two: if I call from the other host to this host by using sip:192.168.0.102 (my IP address), my host ekiga rings, but I do not know how to pick up the phone, as there is no message or window showing incoming call, and no button for pick up phone calls, nothing on the UI changes except the ring tone in speaker. I tried to click everywhere on ekiga not being able to pick up the call. I also could not use ekiga help (press F1 nothing happens), but that might be an opensuse bug. do you see something on the UI to click to when there is an incoming call? Thanks. From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 07:12:53 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 09:12:53 +0200 Subject: [Ekiga-list] how to pick up the phone In-Reply-To: <1254420815.5135.6.camel@localhost> References: <1254420815.5135.6.camel@localhost> Message-ID: <4AC99C75.6090307@pu-pm.univ-fcomte.fr> Hi Zhang, Zhang Weiwu wrote: > Hello. I am using ekiga 3.0.1 on OpenSuSE 11. In the setup wizard I > choose no for both ekiga.net account and out-calling service because I > intend to use it mostly in our LAN. > > The other host in the LAN runs ekiga 2.0.12 on Ubuntu 8.04, configured > to use an ekiga.net account and logged in as that account. > > Issue one: if I call the other host by either double click the person > name in neighbors or calling sip:192.168.0.101 (the other host's IP > address), the other host ekiga would not ring, on my host the green call > out button, after clicked, become disabled for 4 seconds and back green. You should send us the -d 4 output of both ends, you are probably hit by "packet greater than 1500 bytes" bug. > Issue two: if I call from the other host to this host by using > sip:192.168.0.102 (my IP address), my host ekiga rings, but I do not > know how to pick up the phone, as there is no message or window showing > incoming call, and no button for pick up phone calls, nothing on the UI > changes except the ring tone in speaker. I tried to click everywhere on > ekiga not being able to pick up the call. ekiga should have been compiled with libnotify devel package. If not, you could however press the green phone icon to accept the call. How have you obtained ekiga package? From OpenSUSE repository or have you compiled it yourself? (Finally, if possible, ekiga 3.2.6 (or 3.2.5) is better than 3.0.1...) > I also could not use ekiga help (press F1 nothing happens), but that > might be an opensuse bug. > > do you see something on the UI to click to when there is an incoming > call? -- Eugen From Detlef.Lechner at gmx.net Mon Oct 5 09:35:45 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 11:35:45 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" while registering to another domain Message-ID: <4AC9BDF1.9060504@gmx.net> Hi, ekiga 3.2.5 on Ubuntu Karmic Beta reports: "Could not register sip:bullgard at ekiga.net; Registered sip:2009 at sip.beccon.de". What line# in http://pastebin.ca/1594086 points me to the cause for not being able to register to the first address while registering to the second? May I point out that Ekiga 3.2.5 worked fine when I installed it on Ubuntu Karmic Alpha5 about 3 weeks ago. I cannot remember having changed much since exept for upgrading to Karmic Beta. Regards, Detlef Lechner From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 07:01:08 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 09:01:08 +0200 Subject: [Ekiga-list] still configuring ekiga In-Reply-To: <4AC80DCA.5040707@bigpond.com> References: <4AC80DCA.5040707@bigpond.com> Message-ID: <4AC999B4.9090005@pu-pm.univ-fcomte.fr> Roger wrote: > Hi all > still trying to ./configure ekiga on fully updated F11 > > Latest error is: > checking for EDS... yes > checking for NOTIFY... no > checking for LDAP includes in /usr/include/... > checking for main in -lldap... no > configure: error: You need the LDAP library to compile Ekiga with LDAP > support > > Google hasn't helped with ldap or notify You need to install ldap devel package, something like libldap-dev... -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 09:49:56 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 11:49:56 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" while registering to another domain In-Reply-To: <4AC9BDF1.9060504@gmx.net> References: <4AC9BDF1.9060504@gmx.net> Message-ID: <4AC9C144.7070102@pu-pm.univ-fcomte.fr> Detlef Lechner wrote: > Hi, > > ekiga 3.2.5 on Ubuntu Karmic Beta reports: "Could not register > sip:bullgard at ekiga.net; Registered sip:2009 at sip.beccon.de". > What line# in http://pastebin.ca/1594086 points me to the cause for not > being able to register to the first address while registering to the second? > May I point out that Ekiga 3.2.5 worked fine when I installed it on > Ubuntu Karmic Alpha5 about 3 weeks ago. I cannot remember having changed > much since exept for upgrading to Karmic Beta. > > Regards, > Detlef Lechner > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > It's lines 271-284 and 328-337: # 2009/10/04 22:31:09.157 0:07.847 subscriber:0xb1b5cb70 SIP Sending PDU (546 bytes) to: rem=udp$86.64.162.35:5060,local=udp$88.75.151.24:5061,if=192.168.178.26%eth0 # REGISTER sip:ekiga.net SIP/2.0 # CSeq: 2 REGISTER # Via: SIP/2.0/UDP 88.75.151.24:5061;branch=z9hG4bK226d7e84-92af-de11-8997-0010c6ddb9a7;rport # User-Agent: Ekiga/3.2.5 # From: ;tag=6cf27c84-92af-de11-8997-0010c6ddb9a7 # Call-ID: 60e07c84-92af-de11-8997-0010c6ddb9a7 at T43 # To: # Contact: ;q=1, ;q=0.500 # Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING # Expires: 3600 # Content-Length: 0 # Max-Forwards: 70 ============ # 2009/10/04 22:31:09.216 0:07.907 Opal Liste...0xb7d55b70 SIP PDU received: rem=udp$86.64.162.35:5060,local=udp$88.75.151.24:5061,if=192.168.178.26%eth0 # SIP/2.0 606 Not Acceptable # CSeq: 2 REGISTER # Via: SIP/2.0/UDP 88.75.151.24:5061;branch=z9hG4bK226d7e84-92af-de11-8997-0010c6ddb9a7;rport=5061;received=94.223.42.214 # Server: Kamailio (1.4.0-notls (i386/linux)) # From: ;tag=6cf27c84-92af-de11-8997-0010c6ddb9a7 # Call-ID: 60e07c84-92af-de11-8997-0010c6ddb9a7 at T43 # To: ;tag=c64e1f832a41ec1c1f4e5673ac5b80f6.6598 # Content-Length: 0 # But I do not understand why you receive this error. Try restarting ekiga. Also, restart ekiga with only ekiga.net account activated, or put it in the second place (after the other account in Account list). -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 10:02:19 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 12:02:19 +0200 Subject: [Ekiga-list] DNS names In-Reply-To: <20091002171508.4dd4cf64@lbnc.JUSTUS> References: <20090927174732.GA13204@deby.ei.hnet> <4ABFA723.90502@free.fr> <1254075871.23152.40.camel@scorpion.multitel.be> <20090927204204.GA26893@deby.ei.hnet> <1254119349.23152.43.camel@scorpion.multitel.be> <20090929224953.GA16940@deby.ei.hnet> <1254291508.27498.42.camel@scorpion.multitel.be> <20090930165418.41a1d686@lbnc.JUSTUS> <4AC320DC.3030006@pu-pm.univ-fcomte.fr> <20090930203520.0ec8b701@lbnc.JUSTUS> <20091002144506.13b77f85@lbnc.JUSTUS> <20091002155432.6fb9c451@lbnc.JUSTUS> <1254466248.2776.93.camel@scorpion.multitel.be> <20091002171508.4dd4cf64@lbnc.JUSTUS> Message-ID: <4AC9C42B.90007@pu-pm.univ-fcomte.fr> bnc at netspeed.com.au wrote: > Damien, >> Le vendredi 02 octobre 2009 ? 15:54 +1000, bnc at netspeed.com.au a >> ?crit : >>> Eugen, >>> A further thought, does Ekiga issue a dns request for each number >>> you have in the phone list, at startup? >> It will try to determine if the contact is available or not. So it >> will send a SIP message for each of them. I thought there was a cache >> in ptlib though. >> > Ok, I think that explains the flood of dns requests. > Not sure why you would want to do that though, can't it be done when > you place a call? When you start ekiga, it tries to obtain the status of each contact (Available, busy etc.), and it seems that is the problem. > If ptlib is supposed to stop it do I have to set something? No, it's just ptlib seems not to have such a cache. -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 10:15:36 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 12:15:36 +0200 Subject: [Ekiga-list] GONF In-Reply-To: <20091002141946.45fc8c80@lbnc.JUSTUS> References: <20090930215513.77460c06@lbnc.JUSTUS> <4AC35AEA.3070801@pu-pm.univ-fcomte.fr> <20091002141946.45fc8c80@lbnc.JUSTUS> Message-ID: <4AC9C748.8060707@pu-pm.univ-fcomte.fr> bnc at netspeed.com.au wrote: > On Wed, 30 Sep 2009 15:19:38 +0200 > Eugen Dedu wrote: > >> Just look at http://wiki.ekiga.org/index.php/Compiling_Ekiga. > > Eugen, > Just wanted to thank you for the above tip. > It could be that my past problems were caused by not unloading the > previous versions of ekiga. > The compiles were not plain sailing as I was missing a lot of stuff, > but the ./configure highlighted them and I then went and installed. > them. Took me a few goes but I got there:) > This is on a SUSE 11.2 system running kde. > > Below is some of the output I recorded as i did it. > > Unfortunately running the new version did not change the situation so I > will switch back to my DNS thread. > > Thanks, > Brian > > 1) Errors during compile of OPAL The following are not errors, just warnings. They could be fixed, indeed, I will inform the programmer about them. > data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx: In member function ?virtual > void > SIPConnection::OnReceivedACK(SIP_PDU&)?: /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: > warning: enumeration value ?UninitialisedPhase? not handled in > switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: > enumeration value ?SetUpPhase? not handled in > switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: > enumeration value ?ProceedingPhase? not handled in > switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: > enumeration value ?AlertingPhase? not handled in > switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: > enumeration value ?ReleasingPhase? not handled in > switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: > enumeration value ?ReleasedPhase? not handled in > switch /data/SOURCE/opal-3.6.6/src/sip/sipcon.cxx:1954: warning: > enumeration value ?NumPhases? not handled in switch > > /data/SOURCE/opal-3.6.6/src/codec/opalpluginmgr.cxx: In member function > ?virtual PBoolean OpalPluginVideoTranscoder::ConvertFrames(const > RTP_DataFrame&, > RTP_DataFrameList&)?: /data/SOURCE/opal-3.6.6/src/codec/opalpluginmgr.cxx:984: > warning: suggest explicit braces to avoid ambiguous ?else? > > > /data/SOURCE/opal-3.6.6/src/codec/speex/libspeex/kiss_fft.c: In > function > ?kf_bfly4?: /data/SOURCE/opal-3.6.6/src/codec/speex/libspeex/kiss_fft.c:96: > warning: comparison between signed and unsigned integ > > > 2) Packages I had missing > > > No package 'gtk+-2.0' found > No package 'sigc++-2.0' found > No package 'libxml-2.0' found > No package 'gconf-2.0' found > No package 'libebook-1.2' found > > I could not get over the libebook problem so I ran with > > ./configure --prefix=/usr --disable-eds This was package evolution-data-server, but it's not mandatory. > No package 'avahi-client' found > No package 'avahi-glib' found > > hecking for scrollkeeper-config... no > configure: error: Couldn't find scrollkeeper-config. Please install the > scrollkeeper package: http://scrollkeerceforge.net > > Actually installed the YAST package. This is scrollkeeper package, or rarian-compat (or something in ...rarian...) I think it's better to install it, try to install it and reconfigure and make ekiga. > 3) Got this error during make of ekiga. > > Making all in > help > make[2]: Entering directory > `/data/SOURCE/ekiga-3.2.6/help' > xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga > --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd > "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C > --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/data/SOURCE/ekiga-3.2.6/help/ekiga.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || { rm -f "ekiga-C.omf"; exit 1; } > compilation error: file C/ekiga.xml line 10 element article > xsltParseStylesheetProcess : document is not a stylesheet > > > I could not get over it, the disable doc > ./configure --prefix=/usr --disable-eds --disable-doc > did not seem to work. > Ended up installing gnome-doc-utils Yes, it's not the first time this error appears. Could you please add a bug report for it? -- Eugen From Detlef.Lechner at gmx.net Mon Oct 5 11:27:24 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 13:27:24 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4AC9C144.7070102@pu-pm.univ-fcomte.fr> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> Message-ID: <4AC9D81C.7060005@gmx.net> Eugen Dedu wrote: > But I do not understand why you receive this error. Try restarting > ekiga. I did. Always the same result. > Also, restart ekiga with only ekiga.net account activated, or > put it in the second place (after the other account in Account list). I did. See the result: http://pastebin.ca/1594263. It's the same as before. What should I test next? Regards, Detlef From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 11:54:03 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 13:54:03 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4AC9D81C.7060005@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> Message-ID: <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> Detlef Lechner wrote: > Eugen Dedu wrote: > >> But I do not understand why you receive this error. Try restarting >> ekiga. > > I did. Always the same result. > >> Also, restart ekiga with only ekiga.net account activated, or >> put it in the second place (after the other account in Account list). > > I did. See the result: http://pastebin.ca/1594263. It's the same as before. > What should I test next? I honestly do not know what could be the problem (you receive 606 error code). Maybe someone other knows... -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 11:58:53 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 13:58:53 +0200 Subject: [Ekiga-list] GONF In-Reply-To: <20090930215513.77460c06@lbnc.JUSTUS> References: <20090930215513.77460c06@lbnc.JUSTUS> Message-ID: <4AC9DF7D.8050102@pu-pm.univ-fcomte.fr> bnc at netspeed.com.au wrote: > Eugen, >>> Also I have changed gconf-editor to listen on port 5066, but it >>> seems to be being ignored. The net result is that ekiga registers, >>> but only the first time, subsequent reregisters fail >> Have you restarted ekiga? >> > Yes I have. I have tested it a few times now. > I can get 1 call out but then no other calls work. > I am assuming that gconf is still being used by ekiga. > > >>> I then go into edit accounts and untick the box, when I retick it >>> ekiga crashes. >> This is probably https://bugzilla.gnome.org/show_bug.cgi?id=593071. >> Now, it does not crashes, it just does not register, so it is >> partially fixed. > Had a look at the bug and I am left with the impression that > registration is still a problem. > As I said in my case the first registration works but all subsequent > ones fail. > So am I right in saying that ekiga still uses the data from gconf If your problem is not solved in a few days, please create a bug report, so that it is not lost. -- Eugen From mr.mcmiller at gmail.com Mon Oct 5 11:59:17 2009 From: mr.mcmiller at gmail.com (Mark Miller) Date: Mon, 5 Oct 2009 07:59:17 -0400 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> Message-ID: <3ab410f90910050459k7d30d33od92164b33acf3b02@mail.gmail.com> On Mon, Oct 5, 2009 at 7:54 AM, Eugen Dedu wrote: > Detlef Lechner wrote: > > Eugen Dedu wrote: > > > >> But I do not understand why you receive this error. Try restarting > >> ekiga. > > > > I did. Always the same result. > > > >> Also, restart ekiga with only ekiga.net account activated, or > >> put it in the second place (after the other account in Account list). > > > > I did. See the result: http://pastebin.ca/1594263. It's the same as > before. > > What should I test next? > > I honestly do not know what could be the problem (you receive 606 error > code). Maybe someone other knows... > > -- > Eugen > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > Don't know about this software, but "foo" is a name that is really used (like "foomatic" in Ubuntu); might that cause a problem? mcm -- -- Mark C. Miller mr.mcmiller at gmail.com [home] mcmiller at ologn.org [church] mark_miller at mail.nobl.k12.in.us [school] mmiller at millermc.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Mon Oct 5 12:00:43 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 05 Oct 2009 14:00:43 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> Message-ID: <1254744043.9205.295.camel@scorpion.multitel.be> Le lundi 05 octobre 2009 ? 13:54 +0200, Eugen Dedu a ?crit : > Detlef Lechner wrote: > > Eugen Dedu wrote: > > > >> But I do not understand why you receive this error. Try restarting > >> ekiga. > > > > I did. Always the same result. > > > >> Also, restart ekiga with only ekiga.net account activated, or > >> put it in the second place (after the other account in Account list). > > > > I did. See the result: http://pastebin.ca/1594263. It's the same as before. > > What should I test next? > > I honestly do not know what could be the problem (you receive 606 error > code). Maybe someone other knows... > Probably the NAT router rewrites the packet in a way the SIP proxy does not understand it. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 5 12:09:01 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 05 Oct 2009 14:09:01 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <1254744043.9205.295.camel@scorpion.multitel.be> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> Message-ID: <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> Damien Sandras wrote: > Le lundi 05 octobre 2009 ? 13:54 +0200, Eugen Dedu a ?crit : >> Detlef Lechner wrote: >>> Eugen Dedu wrote: >>> >>>> But I do not understand why you receive this error. Try restarting >>>> ekiga. >>> I did. Always the same result. >>> >>>> Also, restart ekiga with only ekiga.net account activated, or >>>> put it in the second place (after the other account in Account list). >>> I did. See the result: http://pastebin.ca/1594263. It's the same as before. >>> What should I test next? >> I honestly do not know what could be the problem (you receive 606 error >> code). Maybe someone other knows... >> > > Probably the NAT router rewrites the packet in a way the SIP proxy does > not understand it. It should be very useful to create a small program, to be put on ekiga.net machine when tackling such a problem, which gets just the packets with a specified IP as src or dest. We could very easily see where the problem is and we have also a proof about who is responsible. The program could be very simple, such as tshark (tcpdump) with a filter on IP address. -- Eugen From thedogfarted at gmail.com Mon Oct 5 13:00:08 2009 From: thedogfarted at gmail.com (=?UTF-8?B?SsSBbmlzIFJ1a8WhxIFucw==?=) Date: Mon, 5 Oct 2009 16:00:08 +0300 Subject: [Ekiga-list] still configuring ekiga In-Reply-To: <4AC80DCA.5040707@bigpond.com> References: <4AC80DCA.5040707@bigpond.com> Message-ID: On Sun, Oct 4, 2009 at 5:51 AM, Roger wrote: > Hi all > still trying to ./configure ekiga on fully updated F11 > > Latest error is: > checking for EDS... yes > checking for NOTIFY... no > checking for LDAP includes in /usr/include/... > checking for main in -lldap... no > configure: error: You need the LDAP library to compile Ekiga with LDAP > support > > Google hasn't helped with ldap or notify Have you tried System -> Administration -> Add/Remove Software? (Or smth like that, I don't know the exact name as I'm using F9 here.) Fedora's repo should have all the devel packages you need. Make sure development packages aren't filtered out. Also I'm curious why are you trying to compile Ekiga from source when it's already available in Fedora? If you want 3.2.6 then you can install it from testing. -- Ian From mrickma at gwdg.de Mon Oct 5 15:10:51 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Mon, 05 Oct 2009 17:10:51 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> Message-ID: <4ACA0C7B.5040906@gwdg.de> I may be wrong, but when looking at the summary log of Eugene I find two different external IPs. 24.151.75.88.in-addr.arpa name = dslb-088-075-151-024.pools.arcor-ip.net. and 214.42.223.94.in-addr.arpa name = dslb-094-223-042-214.pools.arcor-ip.net. Here in Germany Arcor usually sells DSL plus Phone flatrates and has been swallowed by Vodafone lately. Could it be that the router is a SIP client itself? If so I would move Ekiga to different ports and use port forwarding on the router. Eg. in gconf-editor >apps>Ekiga>protocols>udp_port_range:5070-5079 and ...>sip>listen_port:5070. Then set port forwarding on the router for these UDP ports to your computer using the same ports for internal and external. Regards Michael Eugen Dedu schrieb: > Damien Sandras wrote: >> Le lundi 05 octobre 2009 ? 13:54 +0200, Eugen Dedu a ?crit : >>> Detlef Lechner wrote: >>>> Eugen Dedu wrote: >>>> >>>>> But I do not understand why you receive this error. Try restarting >>>>> ekiga. >>>> I did. Always the same result. >>>> >>>>> Also, restart ekiga with only ekiga.net account activated, or >>>>> put it in the second place (after the other account in Account list). >>>> I did. See the result: http://pastebin.ca/1594263. It's the same as before. >>>> What should I test next? >>> I honestly do not know what could be the problem (you receive 606 error >>> code). Maybe someone other knows... >>> >> Probably the NAT router rewrites the packet in a way the SIP proxy does >> not understand it. > > It should be very useful to create a small program, to be put on > ekiga.net machine when tackling such a problem, which gets just the > packets with a specified IP as src or dest. We could very easily see > where the problem is and we have also a proof about who is responsible. > > The program could be very simple, such as tshark (tcpdump) with a filter > on IP address. > From Detlef.Lechner at gmx.net Mon Oct 5 16:46:31 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 18:46:31 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA0C7B.5040906@gwdg.de> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> Message-ID: <4ACA22E7.9020005@gmx.net> Hi Michael, Michael Rickmann wrote: > I may be wrong, but when looking at the summary log of Eugene I find two > different external IPs. 24.151.75.88.in-addr.arpa name = > dslb-088-075-151-024.pools.arcor-ip.net. and 214.42.223.94.in-addr.arpa > name = dslb-094-223-042-214.pools.arcor-ip.net. What do you conclude from this finding? > Here in Germany Arcor > usually sells DSL plus Phone flatrates and has been swallowed by > Vodafone lately. I do not have any business relation with Arcor. But I do pay for VoIP via ADSL here. > Could it be that the router is a SIP client itself? According to RFC3319 {Schulzrinne, Ericsson}:"A SIP client is defined in RFC 3261 [2]. The client can be a user agent client or the client portion of a proxy server. In the context of this document, a SIP client refers to the host on which the SIP client is running." the answer is: "Yes." What do you conclude? > If > so I would move Ekiga to different ports How do you do that? > and use port forwarding on the > router. Eg. in gconf-editor >>apps>Ekiga>protocols>udp_port_range:5070-5079 and > ...>sip>listen_port:5070. I have done so. > Then set port forwarding on the router for > these UDP ports to your computer using the same ports for internal and > external. I have done so. The result remains the same: "Could not register sip:bullgard at ekiga.net". See http://pastebin.ca/1594907 Regards, Detlef From dsandras at seconix.com Mon Oct 5 17:10:34 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 05 Oct 2009 19:10:34 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA22E7.9020005@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> Message-ID: <1254762634.9205.332.camel@scorpion.multitel.be> Le lundi 05 octobre 2009 ? 18:46 +0200, Detlef Lechner a ?crit : > Hi Michael, > > Michael Rickmann wrote: > > I may be wrong, but when looking at the summary log of Eugene I find two > > different external IPs. 24.151.75.88.in-addr.arpa name = > > dslb-088-075-151-024.pools.arcor-ip.net. and 214.42.223.94.in-addr.arpa > > name = dslb-094-223-042-214.pools.arcor-ip.net. > > What do you conclude from this finding? > > > Here in Germany Arcor > > usually sells DSL plus Phone flatrates and has been swallowed by > > Vodafone lately. > > I do not have any business relation with Arcor. > But I do pay for VoIP via ADSL here. > > > Could it be that the router is a SIP client itself? > > According to RFC3319 {Schulzrinne, Ericsson}:"A SIP client is defined in > RFC 3261 [2]. The client can be a user agent client or the client > portion of a proxy server. In the context of this document, a SIP client > refers to the host on which the SIP client is running." the answer is: > "Yes." What do you conclude? > > > If > > so I would move Ekiga to different ports > > How do you do that? > > > and use port forwarding on the > > router. Eg. in gconf-editor > >>apps>Ekiga>protocols>udp_port_range:5070-5079 and > > ...>sip>listen_port:5070. > > I have done so. > > > Then set port forwarding on the router for > > these UDP ports to your computer using the same ports for internal and > > external. > > I have done so. > > The result remains the same: "Could not register sip:bullgard at ekiga.net". > See http://pastebin.ca/1594907 > Try disabling the automatic nat traversal method (in Network Settings iirc). -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From Detlef.Lechner at gmx.net Mon Oct 5 17:26:39 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 19:26:39 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <1254762634.9205.332.camel@scorpion.multitel.be> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> Message-ID: <4ACA2C4F.1090908@gmx.net> Damien Sandras wrote: > Try disabling the automatic nat traversal method (in Network Settings > iirc). I set Ekiga > Edit > Preferences > (Ekiga Preferences) > General > General Settings > (Network Settings) > 'Disable network detecten'=yes (asserted). Ekiga still reports: "Could not register sip:bullgard at ekiga.net". Should I add a "-d 4" log? Regards, Detlef From dsandras at seconix.com Mon Oct 5 17:32:32 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 05 Oct 2009 19:32:32 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA2C4F.1090908@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> Message-ID: <1254763952.9205.339.camel@scorpion.multitel.be> Le lundi 05 octobre 2009 ? 19:26 +0200, Detlef Lechner a ?crit : > Damien Sandras wrote: > > > Try disabling the automatic nat traversal method (in Network Settings > > iirc). > > I set Ekiga > Edit > Preferences > (Ekiga Preferences) > General > > General Settings > (Network Settings) > 'Disable network detecten'=yes > (asserted). > Ekiga still reports: "Could not register sip:bullgard at ekiga.net". > Should I add a "-d 4" log? > That could be interesting. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From Detlef.Lechner at gmx.net Mon Oct 5 17:39:08 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 19:39:08 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <1254763952.9205.339.camel@scorpion.multitel.be> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> Message-ID: <4ACA2F3C.8050208@gmx.net> Damien Sandras wrote: > Le lundi 05 octobre 2009 ? 19:26 +0200, Detlef Lechner a ?crit : >> Should I add a "-d 4" log? >> > > That could be interesting. http://pastebin.ca/1595067 From dsandras at seconix.com Mon Oct 5 17:56:31 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 05 Oct 2009 19:56:31 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA2F3C.8050208@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> <4ACA2F3C.8050208@gmx.net> Message-ID: <1254765391.9205.340.camel@scorpion.multitel.be> Le lundi 05 octobre 2009 ? 19:39 +0200, Detlef Lechner a ?crit : > Damien Sandras wrote: > > Le lundi 05 octobre 2009 ? 19:26 +0200, Detlef Lechner a ?crit : > > >> Should I add a "-d 4" log? > >> > > > > That could be interesting. > > http://pastebin.ca/1595067 > Can you try again ? I'm sniffing the trafic for your IP address on ekiga.net I'll stop in a few minutes... -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From Detlef.Lechner at gmx.net Mon Oct 5 19:15:21 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 21:15:21 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <1254765391.9205.340.camel@scorpion.multitel.be> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> <4ACA2F3C.8050208@gmx.net> <1254765391.9205.340.camel@scorpion.multitel.be> Message-ID: <4ACA45C9.9090803@gmx.net> Damien Sandras wrote: > Can you try again ? > I'm sniffing the trafic for your IP address on ekiga.net > > I'll stop in a few minutes... I have done now again. I am sorry that your e-mail did not come earlier to my attention as I was away. Detlef From dsandras at seconix.com Mon Oct 5 19:53:06 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 05 Oct 2009 21:53:06 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA45C9.9090803@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> <4ACA2F3C.8050208@gmx.net> <1254765391.9205.340.camel@scorpion.multitel.be> <4ACA45C9.9090803@gmx.net> Message-ID: <1254772386.9205.350.camel@scorpion.multitel.be> Le lundi 05 octobre 2009 ? 21:15 +0200, Detlef Lechner a ?crit : > Damien Sandras wrote: > > Can you try again ? > > I'm sniffing the trafic for your IP address on ekiga.net > > > > I'll stop in a few minutes... > > I have done now again. I am sorry that your e-mail did not come earlier > to my attention as I was away. > I have the packet capture available. The REGISTER contains IP address 192.168.178.26 field, which is not normal with NAT detection enabled. Or perhaps you tried with NAT detection disabled like I told you ? If so we will have to make the test again. I let tcpdump running... -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From Detlef.Lechner at gmx.net Mon Oct 5 20:03:50 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 22:03:50 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <1254772386.9205.350.camel@scorpion.multitel.be> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> <4ACA2F3C.8050208@gmx.net> <1254765391.9205.340.camel@scorpion.multitel.be> <4ACA45C9.9090803@gmx.net> <1254772386.9205.350.camel@scorpion.multitel.be> Message-ID: <4ACA5126.1060402@gmx.net> Damien Sandras wrote: > I have the packet capture available. The REGISTER contains IP address > 192.168.178.26 field, which is not normal with NAT detection enabled. Or > perhaps you tried with NAT detection disabled like I told you ? > > If so we will have to make the test again. I let tcpdump running... 192.168.178.26/24 is the address of this computer in the LAN. -- At this very moment it is running Ekiga > Ekiga Preferences > General > General Settings > (Network Settings) > 'Disable network detection'=yes. Detlef From Detlef.Lechner at gmx.net Mon Oct 5 20:10:25 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Mon, 05 Oct 2009 22:10:25 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA5126.1060402@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> <4ACA2F3C.8050208@gmx.net> <1254765391.9205.340.camel@scorpion.multitel.be> <4ACA45C9.9090803@gmx.net> <1254772386.9205.350.camel@scorpion.multitel.be> <4ACA5126.1060402@gmx.net> Message-ID: <4ACA52B1.7010609@gmx.net> Detlef Lechner wrote: > Damien Sandras wrote: > > >> I have the packet capture available. The REGISTER contains IP address >> 192.168.178.26 field, which is not normal with NAT detection enabled. Or >> perhaps you tried with NAT detection disabled like I told you ? >> >> If so we will have to make the test again. I let tcpdump running... > > 192.168.178.26/24 is the address of this computer in the LAN. -- > At this very moment it is running Ekiga > Ekiga Preferences > General > > General Settings > (Network Settings) > 'Disable network detection'=yes. At this very moment it is running Ekiga > Ekiga Preferences > General > General Settings > (Network Settings) > 'Disable network detection'=no. Detlef From dsandras at seconix.com Tue Oct 6 09:12:18 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 06 Oct 2009 11:12:18 +0200 Subject: [Ekiga-list] [ekiga 3.2.5 on Ubuntu Karmic] "Could not register: sip:foo@ekiga.net" In-Reply-To: <4ACA52B1.7010609@gmx.net> References: <4AC9BDF1.9060504@gmx.net> <4AC9C144.7070102@pu-pm.univ-fcomte.fr> <4AC9D81C.7060005@gmx.net> <4AC9DE5B.5000101@pu-pm.univ-fcomte.fr> <1254744043.9205.295.camel@scorpion.multitel.be> <4AC9E1DD.4060801@pu-pm.univ-fcomte.fr> <4ACA0C7B.5040906@gwdg.de> <4ACA22E7.9020005@gmx.net> <1254762634.9205.332.camel@scorpion.multitel.be> <4ACA2C4F.1090908@gmx.net> <1254763952.9205.339.camel@scorpion.multitel.be> <4ACA2F3C.8050208@gmx.net> <1254765391.9205.340.camel@scorpion.multitel.be> <4ACA45C9.9090803@gmx.net> <1254772386.9205.350.camel@scorpion.multitel.be> <4ACA5126.1060402@gmx.net> <4ACA52B1.7010609@gmx.net> Message-ID: <1254820338.9205.365.camel@scorpion.multitel.be> Le lundi 05 octobre 2009 ? 22:10 +0200, Detlef Lechner a ?crit : > Detlef Lechner wrote: > > Damien Sandras wrote: > > > > > >> I have the packet capture available. The REGISTER contains IP address > >> 192.168.178.26 field, which is not normal with NAT detection enabled. Or > >> perhaps you tried with NAT detection disabled like I told you ? > >> > >> If so we will have to make the test again. I let tcpdump running... > > > > 192.168.178.26/24 is the address of this computer in the LAN. -- > > At this very moment it is running Ekiga > Ekiga Preferences > General > > > General Settings > (Network Settings) > 'Disable network detection'=yes. > > At this very moment it is running Ekiga > Ekiga Preferences > General > > General Settings > (Network Settings) > 'Disable network detection'=no. I have a capture from 21:58 where the IP address in the REGISTER is private. At this time, Ekiga sent a REGISTER with a public IP address. Thus, there is something between you and ekiga.net that rewrites public IP addresses into private addresses. It will never work... Please see if it is your router or not. If it is the case, disabling SIP support might help. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From wolfgang at rosenauer.org Wed Oct 7 10:49:42 2009 From: wolfgang at rosenauer.org (Wolfgang Rosenauer) Date: Wed, 07 Oct 2009 12:49:42 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 Message-ID: <4ACC7246.1030907@rosenauer.org> Hi, the following could be just pilot errors. I'm not yet a power user of ekiga but need a reliable SIP client. So I started to test 3.2.6 with Gnome 2.28pre but ran into some issues which makes it not really usable currently. I'm trying to call a physical phone through a VOIP provider (1und1) (and receive calls from this account later). Pretty often after a call I cannot place another one. The dial button just does nothing. There is no visual/audio feedback at all. ekiga just sits there doing nothing when I click. I was able to place one call yet. All the following trials were working but when the partner picked up there was no sound anymore. The dialtone was still there but then it stopped. Trying to hangup the call resulted in a frozen ekiga which had to be killed forcefully. Any hints? Thanks, Wolfgang From mrickma at gwdg.de Wed Oct 7 12:05:30 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Wed, 07 Oct 2009 14:05:30 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACC7246.1030907@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> Message-ID: <1254917130.12171.18.camel@studtux> Before going into details, sip.1und1.de is a "limited" server in that it only accepts public IP adresses. If you are using Ekiga from behind a NAT router or a computer with several interfaces you will have to use Ekiga's not well documented workaround for such cases: append the string %limit to the Name field of your account (not the Registrar field) and restart Ekiga. But you had one successful call already so you must have done it, but one never knows. I just called our answering machine at home several times via 1und1 and everything worked. I was using Ekiga 3.2.6 under Ubuntu Jaunty. Michael Am Mittwoch, den 07.10.2009, 12:49 +0200 schrieb Wolfgang Rosenauer: > Hi, > > the following could be just pilot errors. I'm not yet a power user of > ekiga but need a reliable SIP client. > > So I started to test 3.2.6 with Gnome 2.28pre but ran into some issues > which makes it not really usable currently. I'm trying to call a > physical phone through a VOIP provider (1und1) (and receive calls from > this account later). > > Pretty often after a call I cannot place another one. The dial button > just does nothing. There is no visual/audio feedback at all. ekiga just > sits there doing nothing when I click. > > I was able to place one call yet. All the following trials were working > but when the partner picked up there was no sound anymore. The dialtone > was still there but then it stopped. Trying to hangup the call resulted > in a frozen ekiga which had to be killed forcefully. > > Any hints? > > Thanks, > Wolfgang From wolfgang at rosenauer.org Wed Oct 7 12:15:12 2009 From: wolfgang at rosenauer.org (Wolfgang Rosenauer) Date: Wed, 07 Oct 2009 14:15:12 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <1254917130.12171.18.camel@studtux> References: <4ACC7246.1030907@rosenauer.org> <1254917130.12171.18.camel@studtux> Message-ID: <4ACC8650.2060100@rosenauer.org> On 10/07/2009 02:05 PM, Michael Rickmann wrote: > Before going into details, sip.1und1.de is a "limited" server in that it > only accepts public IP adresses. If you are using Ekiga from behind a > NAT router or a computer with several interfaces you will have to use > Ekiga's not well documented workaround for such cases: append the string > %limit to the Name field of your account (not the Registrar field) and > restart Ekiga. But you had one successful call already so you must have > done it, but one never knows. I've learned that yesterday here: https://bugzilla.gnome.org/show_bug.cgi?id=597549 But %limit is not really needed because it tries limited as fallback anyway, right? > I just called our answering machine at home several times via 1und1 and > everything worked. I was using Ekiga 3.2.6 under Ubuntu Jaunty. Yeah, I don't expect everyone to have these issues as they are pretty obvious. I'm testing on the upcoming openSUSE 11.2 distribution so it might as well be some sound (aka pulseaudio) thing but I was wondering what it could be. I had the "further dialout not possible"/"dial button not doing anything" issue already with openSUSE 11.1 and ekiga 3.0.1. Therefore I'm wondering if there are other SUSE users who might have similar issues and solved them already. Wolfgang From Eugen.Dedu at pu-pm.univ-fcomte.fr Wed Oct 7 12:29:50 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Wed, 07 Oct 2009 14:29:50 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACC7246.1030907@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> Message-ID: <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> Wolfgang Rosenauer wrote: > Hi, > > the following could be just pilot errors. I'm not yet a power user of > ekiga but need a reliable SIP client. > > So I started to test 3.2.6 with Gnome 2.28pre but ran into some issues > which makes it not really usable currently. I'm trying to call a > physical phone through a VOIP provider (1und1) (and receive calls from > this account later). > > Pretty often after a call I cannot place another one. The dial button > just does nothing. There is no visual/audio feedback at all. ekiga just > sits there doing nothing when I click. I think this bug was fixed twice :o), it seems it re-appears. Could yousend us the -d 4 output? > I was able to place one call yet. All the following trials were working > but when the partner picked up there was no sound anymore. The dialtone This might be the "more than 1500 bytes message" bug, please send the -d 4 to analyse. > was still there but then it stopped. Trying to hangup the call resulted > in a frozen ekiga which had to be killed forcefully. Please send us a gdb backtrace, see the wiki debugging section. -- Eugen From mrickma at gwdg.de Wed Oct 7 12:50:23 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Wed, 07 Oct 2009 14:50:23 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACC8650.2060100@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> <1254917130.12171.18.camel@studtux> <4ACC8650.2060100@rosenauer.org> Message-ID: <1254919823.12171.22.camel@studtux> Am Mittwoch, den 07.10.2009, 14:15 +0200 schrieb Wolfgang Rosenauer: > On 10/07/2009 02:05 PM, Michael Rickmann wrote: > > Before going into details, sip.1und1.de is a "limited" server in that it > > only accepts public IP adresses. If you are using Ekiga from behind a > > NAT router or a computer with several interfaces you will have to use > > Ekiga's not well documented workaround for such cases: append the string > > %limit to the Name field of your account (not the Registrar field) and > > restart Ekiga. But you had one successful call already so you must have > > done it, but one never knows. > > I've learned that yesterday here: > https://bugzilla.gnome.org/show_bug.cgi?id=597549 > But %limit is not really needed because it tries limited as fallback > anyway, right? (....) The fallback is in Ekiga's development branch but not yet in the stable one. 3.2.6 does not have it. Michael From Eugen.Dedu at pu-pm.univ-fcomte.fr Wed Oct 7 12:54:38 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Wed, 07 Oct 2009 14:54:38 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <1254919823.12171.22.camel@studtux> References: <4ACC7246.1030907@rosenauer.org> <1254917130.12171.18.camel@studtux> <4ACC8650.2060100@rosenauer.org> <1254919823.12171.22.camel@studtux> Message-ID: <4ACC8F8E.2050205@pu-pm.univ-fcomte.fr> Michael Rickmann wrote: > Am Mittwoch, den 07.10.2009, 14:15 +0200 schrieb Wolfgang Rosenauer: >> On 10/07/2009 02:05 PM, Michael Rickmann wrote: >>> Before going into details, sip.1und1.de is a "limited" server in that it >>> only accepts public IP adresses. If you are using Ekiga from behind a >>> NAT router or a computer with several interfaces you will have to use >>> Ekiga's not well documented workaround for such cases: append the string >>> %limit to the Name field of your account (not the Registrar field) and >>> restart Ekiga. But you had one successful call already so you must have >>> done it, but one never knows. >> I've learned that yesterday here: >> https://bugzilla.gnome.org/show_bug.cgi?id=597549 >> But %limit is not really needed because it tries limited as fallback >> anyway, right? > (....) > > The fallback is in Ekiga's development branch but not yet in the stable > one. 3.2.6 does not have it. Yes, it has it: http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=067463bf06eb11040122520a1f53c2e724fddb63 -- Eugen From mrickma at gwdg.de Wed Oct 7 13:04:49 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Wed, 07 Oct 2009 15:04:49 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACC8F8E.2050205@pu-pm.univ-fcomte.fr> References: <4ACC7246.1030907@rosenauer.org> <1254917130.12171.18.camel@studtux> <4ACC8650.2060100@rosenauer.org> <1254919823.12171.22.camel@studtux> <4ACC8F8E.2050205@pu-pm.univ-fcomte.fr> Message-ID: <1254920689.12171.31.camel@studtux> Am Mittwoch, den 07.10.2009, 14:54 +0200 schrieb Eugen Dedu: > Michael Rickmann wrote: > > Am Mittwoch, den 07.10.2009, 14:15 +0200 schrieb Wolfgang Rosenauer: > >> On 10/07/2009 02:05 PM, Michael Rickmann wrote: > >>> Before going into details, sip.1und1.de is a "limited" server in that it > >>> only accepts public IP adresses. If you are using Ekiga from behind a > >>> NAT router or a computer with several interfaces you will have to use > >>> Ekiga's not well documented workaround for such cases: append the string > >>> %limit to the Name field of your account (not the Registrar field) and > >>> restart Ekiga. But you had one successful call already so you must have > >>> done it, but one never knows. > >> I've learned that yesterday here: > >> https://bugzilla.gnome.org/show_bug.cgi?id=597549 > >> But %limit is not really needed because it tries limited as fallback > >> anyway, right? > > (....) > > > > The fallback is in Ekiga's development branch but not yet in the stable > > one. 3.2.6 does not have it. > > Yes, it has it: > http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=067463bf06eb11040122520a1f53c2e724fddb63 > Yes, but in addition to that master has a true fallback. If it can not register it sets the limited flag and retries. I have tried backporting that but then regarded it too error prone. It needed a lot of structural changes to the stable code and in the end Opal did not cooperate unless I build in a 3 sec wait. Michael From Eugen.Dedu at pu-pm.univ-fcomte.fr Wed Oct 7 13:07:00 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Wed, 07 Oct 2009 15:07:00 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <1254920689.12171.31.camel@studtux> References: <4ACC7246.1030907@rosenauer.org> <1254917130.12171.18.camel@studtux> <4ACC8650.2060100@rosenauer.org> <1254919823.12171.22.camel@studtux> <4ACC8F8E.2050205@pu-pm.univ-fcomte.fr> <1254920689.12171.31.camel@studtux> Message-ID: <4ACC9274.8090907@pu-pm.univ-fcomte.fr> Michael Rickmann wrote: > Am Mittwoch, den 07.10.2009, 14:54 +0200 schrieb Eugen Dedu: >> Michael Rickmann wrote: >>> Am Mittwoch, den 07.10.2009, 14:15 +0200 schrieb Wolfgang Rosenauer: >>>> On 10/07/2009 02:05 PM, Michael Rickmann wrote: >>>>> Before going into details, sip.1und1.de is a "limited" server in that it >>>>> only accepts public IP adresses. If you are using Ekiga from behind a >>>>> NAT router or a computer with several interfaces you will have to use >>>>> Ekiga's not well documented workaround for such cases: append the string >>>>> %limit to the Name field of your account (not the Registrar field) and >>>>> restart Ekiga. But you had one successful call already so you must have >>>>> done it, but one never knows. >>>> I've learned that yesterday here: >>>> https://bugzilla.gnome.org/show_bug.cgi?id=597549 >>>> But %limit is not really needed because it tries limited as fallback >>>> anyway, right? >>> (....) >>> >>> The fallback is in Ekiga's development branch but not yet in the stable >>> one. 3.2.6 does not have it. >> Yes, it has it: >> http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=067463bf06eb11040122520a1f53c2e724fddb63 >> > Yes, but in addition to that master has a true fallback. If it can not You're right, sorry... > register it sets the limited flag and retries. I have tried backporting > that but then regarded it too error prone. It needed a lot of structural > changes to the stable code and in the end Opal did not cooperate unless > I build in a 3 sec wait. -- Eugen From wolfgang at rosenauer.org Fri Oct 9 08:53:51 2009 From: wolfgang at rosenauer.org (Wolfgang Rosenauer) Date: Fri, 09 Oct 2009 10:53:51 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> References: <4ACC7246.1030907@rosenauer.org> <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> Message-ID: <4ACEFA1F.5040504@rosenauer.org> Hi, On 10/07/2009 02:29 PM, Eugen Dedu wrote: >> was still there but then it stopped. Trying to hangup the call resulted >> in a frozen ekiga which had to be killed forcefully. > > Please send us a gdb backtrace, see the wiki debugging section. Just was in a call when sound output suddenly stopped (the partner could still hear me though). Then I've tried to hang up and ... BOOM. Deadlock. I wasn't really set up to do debugging but I have kind of a backtrace by attaching with gdb to the process: #0 0xb7f2c832 in ?? () from /lib/ld-linux.so.2 #1 0xb6843899 in __lll_lock_wait () from /lib/libpthread.so.0 #2 0xb683eeff in _L_lock_853 () from /lib/libpthread.so.0 #3 0xb683ed8d in pthread_mutex_lock () from /lib/libpthread.so.0 #4 0xb71f4bd2 in PTimedMutex::Wait() () from /usr/lib/libpt2.so #5 0x08173ea1 in Ekiga::AudioOutputCore::stop() () #6 0x08202f0b in PSoundChannel_EKIGA::Close() () #7 0xb763c9f7 in OpalRawMediaStream::Close() () from /usr/lib/libopal.so.3.6.6 #8 0xb761391c in OpalConnection::CloseMediaStream(OpalMediaStream&) () from /usr/lib/libopal.so.3.6.6 #9 0xb7619412 in OpalConnection::CloseMediaStreams() () from /usr/lib/libopal.so.3.6.6 #10 0xb76198d9 in OpalConnection::OnReleased() () from /usr/lib/libopal.so.3.6.6 #11 0xb7618aea in OpalConnection::Release(OpalConnection::CallEndReason) () from /usr/lib/libopal.so.3.6.6 #12 0xb76262cf in OpalCall::Clear(OpalConnection::CallEndReason, PSyncPoint*) () from /usr/lib/libopal.so.3.6.6 #13 0x081f87fa in Opal::Call::hangup() () #14 0xb680a68c in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0 #15 0xb67fc1e2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #16 0xb681325e in ?? () from /usr/lib/libgobject-2.0.so.0 Attached is also the end of the debug log when that happened. Thanks, Wolfgang -------------- next part -------------- A non-text attachment was scrubbed... Name: ekiga.log.gz Type: application/x-gzip Size: 8205 bytes Desc: not available URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 9 09:06:56 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 09 Oct 2009 11:06:56 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACEFA1F.5040504@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> <4ACEFA1F.5040504@rosenauer.org> Message-ID: <4ACEFD30.5010108@pu-pm.univ-fcomte.fr> Wolfgang Rosenauer wrote: > Hi, > > On 10/07/2009 02:29 PM, Eugen Dedu wrote: >>> was still there but then it stopped. Trying to hangup the call resulted >>> in a frozen ekiga which had to be killed forcefully. >> Please send us a gdb backtrace, see the wiki debugging section. > > Just was in a call when sound output suddenly stopped (the partner could > still hear me though). Then I've tried to hang up and ... BOOM. Deadlock. > I wasn't really set up to do debugging but I have kind of a backtrace by > attaching with gdb to the process: > > #0 0xb7f2c832 in ?? () from /lib/ld-linux.so.2 > #1 0xb6843899 in __lll_lock_wait () from /lib/libpthread.so.0 > #2 0xb683eeff in _L_lock_853 () from /lib/libpthread.so.0 > #3 0xb683ed8d in pthread_mutex_lock () from /lib/libpthread.so.0 > #4 0xb71f4bd2 in PTimedMutex::Wait() () from /usr/lib/libpt2.so > #5 0x08173ea1 in Ekiga::AudioOutputCore::stop() () > #6 0x08202f0b in PSoundChannel_EKIGA::Close() () > #7 0xb763c9f7 in OpalRawMediaStream::Close() () from > /usr/lib/libopal.so.3.6.6 > #8 0xb761391c in OpalConnection::CloseMediaStream(OpalMediaStream&) () > from /usr/lib/libopal.so.3.6.6 > #9 0xb7619412 in OpalConnection::CloseMediaStreams() () > from /usr/lib/libopal.so.3.6.6 > #10 0xb76198d9 in OpalConnection::OnReleased() () > from /usr/lib/libopal.so.3.6.6 > #11 0xb7618aea in OpalConnection::Release(OpalConnection::CallEndReason) () > from /usr/lib/libopal.so.3.6.6 > #12 0xb76262cf in OpalCall::Clear(OpalConnection::CallEndReason, > PSyncPoint*) > () from /usr/lib/libopal.so.3.6.6 > #13 0x081f87fa in Opal::Call::hangup() () > #14 0xb680a68c in g_cclosure_marshal_VOID__VOID () > from /usr/lib/libgobject-2.0.so.0 > #15 0xb67fc1e2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 > #16 0xb681325e in ?? () from /usr/lib/libgobject-2.0.so.0 > > Attached is also the end of the debug log when that happened. Both logs are not useful. Please always start ekiga like this: gdb --args ekiga-snapshot -d 4 2>&1 | tee gdb-ekiga.txt and when the freeze appears, type Ctrl-c, afterwards thread apply all bt, as shown at http://wiki.ekiga.org/index.php/Debugging_Ekiga#Getting_the_stack_backtrace -- Eugen From luis_a_maceira at yahoo.com Fri Oct 9 21:53:54 2009 From: luis_a_maceira at yahoo.com (Luis Maceira) Date: Fri, 9 Oct 2009 14:53:54 -0700 (PDT) Subject: [Ekiga-list] Same ekiga binary on 2 HDDs one shows H.264 support the other not(!!!). Message-ID: <248093.29494.qm@web110811.mail.gq1.yahoo.com> I made a copy of ekiga 3.2.5 binary to other HDD.With the command : ? ? ldd ekiga ??the needed libraries are present (including x264) on both HDDs,the same command does not show any missing library on both disks,but H.264 is supported in the binary on the HDD where it was compiled,but not with the exact copy on another HDD.So,are there any dependency not directly expressed by the package management system but crucial for ekiga to see x264 as a working library? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikhail.kalkov at gmail.com Fri Oct 9 22:17:03 2009 From: mikhail.kalkov at gmail.com (Mikhail Kalkov) Date: Sat, 10 Oct 2009 00:17:03 +0200 Subject: [Ekiga-list] Same ekiga binary on 2 HDDs one shows H.264 support the other not(!!!). In-Reply-To: <248093.29494.qm@web110811.mail.gq1.yahoo.com> References: <248093.29494.qm@web110811.mail.gq1.yahoo.com> Message-ID: <9d6795d00910091517p5a83e72esfd88dc161a497eff@mail.gmail.com> Hi, ldd merely executes the binary file and observes what libraries it tries to load on startup. If some of the libraries are dynamicly plugged in later, ldd won't show them. I guess this is the case with x264. Besides, Ekiga may be using some infrastructure project like Gstreamer to provide H.264 support. On such an occasion it won't even need to load x264 libraries, as it would rely on Gstreamer to provide a codec. Kind regards, Mikhail Kalkov 2009/10/9 Luis Maceira > I made a copy of ekiga 3.2.5 binary to other HDD. > > With the command : ldd ekiga > > the needed libraries are present (including x264) on both HDDs,the same > command does not show any missing library on both disks,but H.264 is > supported in the binary on the HDD where it was compiled,but not with the > exact copy on another HDD. > > So,are there any dependency not directly expressed by the package > management system but crucial for ekiga to see x264 as a working library? > > > _______________________________________________ > 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 bnc at netspeed.com.au Sun Oct 11 11:58:51 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Sun, 11 Oct 2009 21:58:51 +1000 Subject: [Ekiga-list] DNS names In-Reply-To: <4AC9C42B.90007@pu-pm.univ-fcomte.fr> References: <20090927174732.GA13204@deby.ei.hnet> <4ABFA723.90502@free.fr> <1254075871.23152.40.camel@scorpion.multitel.be> <20090927204204.GA26893@deby.ei.hnet> <1254119349.23152.43.camel@scorpion.multitel.be> <20090929224953.GA16940@deby.ei.hnet> <1254291508.27498.42.camel@scorpion.multitel.be> <20090930165418.41a1d686@lbnc.JUSTUS> <4AC320DC.3030006@pu-pm.univ-fcomte.fr> <20090930203520.0ec8b701@lbnc.JUSTUS> <20091002144506.13b77f85@lbnc.JUSTUS> <20091002155432.6fb9c451@lbnc.JUSTUS> <1254466248.2776.93.camel@scorpion.multitel.be> <20091002171508.4dd4cf64@lbnc.JUSTUS> <4AC9C42B.90007@pu-pm.univ-fcomte.fr> Message-ID: <20091011215851.61201b79@lbnc.JUSTUS> Eugen, > bnc at netspeed.com.au wrote: > > Damien, > >> Le vendredi 02 octobre 2009 ? 15:54 +1000, bnc at netspeed.com.au a > >> ?crit : > >>> Eugen, > >>> A further thought, does Ekiga issue a dns request for each number > >>> you have in the phone list, at startup? > >> It will try to determine if the contact is available or not. So it > >> will send a SIP message for each of them. I thought there was a > >> cache in ptlib though. > >> > > Ok, I think that explains the flood of dns requests. > > Not sure why you would want to do that though, can't it be done when > > you place a call? > > When you start ekiga, it tries to obtain the status of each contact > (Available, busy etc.), and it seems that is the problem. > > > If ptlib is supposed to stop it do I have to set something? > > No, it's just ptlib seems not to have such a cache. > Ok, as most of my contacts are not of the form that can have their status verified, there is no point to this feature in my case. Is there some way I can turn it off? Thanks, Brian From bnc at netspeed.com.au Sun Oct 11 12:39:03 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Sun, 11 Oct 2009 22:39:03 +1000 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACC8650.2060100@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> <1254917130.12171.18.camel@studtux> <4ACC8650.2060100@rosenauer.org> Message-ID: <20091011223903.2918ebae@lbnc.JUSTUS> Wolfgang, > On 10/07/2009 02:05 PM, Michael Rickmann wrote: > > Before going into details, sip.1und1.de is a "limited" server in > > that it only accepts public IP adresses. If you are using Ekiga > > from behind a NAT router or a computer with several interfaces you > > will have to use Ekiga's not well documented workaround for such > > cases: append the string %limit to the Name field of your account > > (not the Registrar field) and restart Ekiga. But you had one > > successful call already so you must have done it, but one never > > knows. > > I've learned that yesterday here: > https://bugzilla.gnome.org/show_bug.cgi?id=597549 > But %limit is not really needed because it tries limited as fallback > anyway, right? > > > I just called our answering machine at home several times via 1und1 > > and everything worked. I was using Ekiga 3.2.6 under Ubuntu Jaunty. > > Yeah, I don't expect everyone to have these issues as they are pretty > obvious. I'm testing on the upcoming openSUSE 11.2 distribution so it > might as well be some sound (aka pulseaudio) thing but I was wondering > what it could be. > I had the "further dialout not possible"/"dial button not doing > anything" issue already with openSUSE 11.1 and ekiga 3.0.1. Therefore > I'm wondering if there are other SUSE users who might have similar > issues and solved them already. I to am trying to get suse 11.2 working. I get what I think is a similar problem? Can you verify something for me? I have the situation that if I fire up ekiga and try to make a call, most of the time it goes through. However, I can never make a second one because my account deregisters and will not reregister. So can you see if your account does the same? I have an idea that it may be due to the way gconf is set up. I have a working system on a suse 11.1 with ekiga 3.01, so I will try and do a compare as soon as I can Brian From Gerhard.Stengel at gmx.net Sun Oct 11 22:06:05 2009 From: Gerhard.Stengel at gmx.net (Gerhard Stengel) Date: Mon, 12 Oct 2009 00:06:05 +0200 Subject: [Ekiga-list] problems with x264 compatibility Message-ID: <200910120006.06002.Gerhard.Stengel@gmx.net> Hello, I recently tried to use ekiga 3.2.6 for a video call (to counterpath's X-Lite on Mac), but ekiga unfortunately always crashed when the other side answered the call. In ekiga -d 4 output I couldn't see anything special when it happened, but at the beginning of the log there are some problems with the h264 codec. Seems that libx264.so.75 doesn't have a function that's needed. ekiga -d 4 dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' dyna.cxx(390) H263+ DYNA Successfully loaded libavcodec library and verified functions h263-1998.cxx(2101) H.263 Codec Enabled with 4 definitions dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' dyna.cxx(390) H264 DYNA Successfully loaded libavcodec library and verified functions h264pipe_unix.cxx(301) H264 IPC PP: Found GPL process executable in /usr/lib64/opal-3.6.6/codecs/video/h264_video_pwplugin_helper x264loader_unix.cxx(114) H264 DYNA Trying to open x264 library libx264.so.75 x264loader_unix.cxx(131) H264 DYNA Successfully loaded libx264.so.75 x264loader_unix.cxx(57) H264 DYNA Failed to load x264_encoder_open h264helper_unix.cxx(127) H264 IPC CP: Failed to load dynamic library - exiting h264pipe_unix.cxx(113) H264 IPC PP: GPL Process returned failure on initialization - plugin disabled h264-x264.cxx(838) H264 Codec Disabled dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' dyna.cxx(390) MPEG4 DYNA Successfully loaded libavcodec library and verified functions mpeg4.cxx(1993) MPEG4 Codec Enabled To which x264 version is ekiga/opal compatible? I have opal 3.6.6 and ptlib 2.6.5 installed. regards Gerhard From sevmek at free.fr Sun Oct 11 22:32:39 2009 From: sevmek at free.fr (yannick) Date: Mon, 12 Oct 2009 00:32:39 +0200 Subject: [Ekiga-list] problems with x264 compatibility In-Reply-To: <200910120006.06002.Gerhard.Stengel@gmx.net> References: <200910120006.06002.Gerhard.Stengel@gmx.net> Message-ID: <4AD25D07.6090600@free.fr> Gerhard Stengel a ?crit : > Hello, > > I recently tried to use ekiga 3.2.6 for a video call (to counterpath's X-Lite on Mac), but ekiga unfortunately always > crashed when the other side answered the call. > > In ekiga -d 4 output I couldn't see anything special when it happened, but at the beginning of the log there are some > problems with the h264 codec. Seems that libx264.so.75 doesn't have a function that's needed. > > ekiga -d 4 > dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' > dyna.cxx(390) H263+ DYNA Successfully loaded libavcodec library and verified functions > h263-1998.cxx(2101) H.263 Codec Enabled with 4 definitions > dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' > dyna.cxx(390) H264 DYNA Successfully loaded libavcodec library and verified functions > h264pipe_unix.cxx(301) H264 IPC PP: Found GPL process executable in > /usr/lib64/opal-3.6.6/codecs/video/h264_video_pwplugin_helper > x264loader_unix.cxx(114) H264 DYNA Trying to open x264 library libx264.so.75 > x264loader_unix.cxx(131) H264 DYNA Successfully loaded libx264.so.75 > x264loader_unix.cxx(57) H264 DYNA Failed to load x264_encoder_open > h264helper_unix.cxx(127) H264 IPC CP: Failed to load dynamic library - exiting > h264pipe_unix.cxx(113) H264 IPC PP: GPL Process returned failure on initialization - plugin disabled > h264-x264.cxx(838) H264 Codec Disabled > dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' > dyna.cxx(390) MPEG4 DYNA Successfully loaded libavcodec library and verified functions > mpeg4.cxx(1993) MPEG4 Codec Enabled > > To which x264 version is ekiga/opal compatible? > It is a reported issue: https://bugzilla.gnome.org/show_bug.cgi?id=596006 I remember the reporter found a working version, you might ask him on the bug report. Best regards, Yannick > I have opal 3.6.6 and ptlib 2.6.5 installed. > > regards > > Gerhard > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > > From Gerhard.Stengel at gmx.net Mon Oct 12 20:23:07 2009 From: Gerhard.Stengel at gmx.net (Gerhard Stengel) Date: Mon, 12 Oct 2009 22:23:07 +0200 Subject: [Ekiga-list] ekiga-list Digest, Vol 39, Issue 14 In-Reply-To: References: Message-ID: <200910122223.07552.Gerhard.Stengel@gmx.net> Am Montag 12 Oktober 2009 14:00:21 schrieb ekiga-list-request at gnome.org: > > x264loader_unix.cxx(57) H264 DYNA Failed to load x264_encoder_open > > h264helper_unix.cxx(127) H264 IPC CP: Failed to load dynamic library - exiting > > h264pipe_unix.cxx(113) H264 IPC PP: GPL Process returned failure on initialization - plugin disabled > > h264-x264.cxx(838) H264 Codec Disabled > > dyna.cxx(139) DYNA Successfully loaded 'libavcodec.so' > > dyna.cxx(390) MPEG4 DYNA Successfully loaded libavcodec library and verified functions > > mpeg4.cxx(1993) MPEG4 Codec Enabled > > > > To which x264 version is ekiga/opal compatible? > > > > It is a reported issue: > https://bugzilla.gnome.org/show_bug.cgi?id=596006 > > I remember the reporter found a working version, you might ask him on > the bug report. .so version 67 (svn 20090627) seems to work. Thanks Gerhard > > Best regards, > Yannick > > > I have opal 3.6.6 and ptlib 2.6.5 installed. > > > > regards > > > > Gerhard From laurentp at wp.pl Mon Oct 12 22:28:47 2009 From: laurentp at wp.pl (W.P.) Date: Tue, 13 Oct 2009 00:28:47 +0200 Subject: [Ekiga-list] LPC10 In-Reply-To: <1253435904.9144.6.camel@scorpion.multitel.be> References: <67596479706B7340B434D6AB21AE498E7855@mailvps.ncc.local> <67596479706B7340B434D6AB21AE498E7856@mailvps.ncc.local> <1253435904.9144.6.camel@scorpion.multitel.be> Message-ID: <4AD3AD9F.8000809@wp.pl> U?ytkownik Damien Sandras napisa?: > Le dimanche 20 septembre 2009 ? 08:58 +1000, Nichol Hill a ?crit : > >> Hi, >> >> I am in need of running LPC10 with Sip on a windows box. >> >> The codec compatabiity table for Ekiga seems to suggest this is supported, but I can not see LPC10 in the list of codecs. >> >> Can sombody please confirm if the Windows version of Ekiga supports LPC10. >> >> >> > > It doesn't. You will need to modify the code for it to work. Notice it > is supported by OPAL (the underlying library), so it is not hard to make > it work. > Damien, some years ago we conducted tests with version 2.xx of ekiga on Linux and there WAS an option of LPC10 codec. You even set up ekiga.net for some time to support it. (Altrough tests failed -> I tested possibility of VoIP on GPRS link). Was it only on Linux? W.P. From laurentp at wp.pl Mon Oct 12 22:31:21 2009 From: laurentp at wp.pl (W.P.) Date: Tue, 13 Oct 2009 00:31:21 +0200 Subject: [Ekiga-list] ekiga.net Message-ID: <4AD3AE39.2000001@wp.pl> Is ekiga.net DEAD? With 3 PROMILLE active users it seems to be. (because of lacking of possibility to edit account?, etc -> some time in the past it WAS possible). W.P. From afb at paradise.net.nz Tue Oct 13 00:58:08 2009 From: afb at paradise.net.nz (Adam Bogacki) Date: Tue, 13 Oct 2009 13:58:08 +1300 Subject: [Ekiga-list] Transfer between machines Message-ID: <20091013005808.GB3108@paradise.net.nz> Hi, I have set up Ekiga 3.2.5 on a new machine but cannot remember all the settings I used last time. Would it be possible to transfer config files via USB ? If so, where should I look to find them ? Regards, Adam Bogacki, afb at paradise.net.nz From sevmek at free.fr Tue Oct 13 04:11:57 2009 From: sevmek at free.fr (yannick) Date: Tue, 13 Oct 2009 06:11:57 +0200 Subject: [Ekiga-list] ekiga.net In-Reply-To: <4AD3AE39.2000001@wp.pl> References: <4AD3AE39.2000001@wp.pl> Message-ID: <4AD3FE0D.2000704@free.fr> W.P. a ?crit : > Is ekiga.net DEAD? With 3 PROMILLE active users it seems to be. > > (because of lacking of possibility to edit account?, etc -> some time in > the past it WAS possible). > I will start working on this in a few days (in 1 week or 2 most probably) Best regards, Yannick > W.P. From dsandras at seconix.com Tue Oct 13 06:24:55 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 13 Oct 2009 08:24:55 +0200 Subject: [Ekiga-list] LPC10 In-Reply-To: <4AD3AD9F.8000809@wp.pl> References: <67596479706B7340B434D6AB21AE498E7855@mailvps.ncc.local> <67596479706B7340B434D6AB21AE498E7856@mailvps.ncc.local> <1253435904.9144.6.camel@scorpion.multitel.be> <4AD3AD9F.8000809@wp.pl> Message-ID: <1255415095.2816.0.camel@scorpion.multitel.be> Le mardi 13 octobre 2009 ? 00:28 +0200, W.P. a ?crit : > U?ytkownik Damien Sandras napisa?: > > Le dimanche 20 septembre 2009 ? 08:58 +1000, Nichol Hill a ?crit : > > > >> Hi, > >> > >> I am in need of running LPC10 with Sip on a windows box. > >> > >> The codec compatabiity table for Ekiga seems to suggest this is supported, but I can not see LPC10 in the list of codecs. > >> > >> Can sombody please confirm if the Windows version of Ekiga supports LPC10. > >> > >> > >> > > > > It doesn't. You will need to modify the code for it to work. Notice it > > is supported by OPAL (the underlying library), so it is not hard to make > > it work. > > > Damien, some years ago we conducted tests with version 2.xx of ekiga on > Linux and there WAS an option of LPC10 codec. > You even set up ekiga.net for some time to support it. (Altrough tests > failed -> I tested possibility of VoIP on GPRS link). > Was it only on Linux? > It can be reenabled on Linux, but you need to recompile ekiga and change a line (do a grep LPC-10 on the source code and remove the appropriate line). -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Tue Oct 13 06:25:45 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 13 Oct 2009 08:25:45 +0200 Subject: [Ekiga-list] Transfer between machines In-Reply-To: <20091013005808.GB3108@paradise.net.nz> References: <20091013005808.GB3108@paradise.net.nz> Message-ID: <1255415145.2816.1.camel@scorpion.multitel.be> Le mardi 13 octobre 2009 ? 13:58 +1300, Adam Bogacki a ?crit : > Hi, I have set up Ekiga 3.2.5 on a new machine > but cannot remember all the settings I used last time. > > Would it be possible to transfer config files via USB ? > > If so, where should I look to find them ? > I think it should be possible using gconftool . Something like gconftool -R /apps/ekiga will give you all the settings. I'm sure there is a way to reimport them, but you will need to read the manpage. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Tue Oct 13 06:26:27 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 13 Oct 2009 08:26:27 +0200 Subject: [Ekiga-list] ekiga.net In-Reply-To: <4AD3AE39.2000001@wp.pl> References: <4AD3AE39.2000001@wp.pl> Message-ID: <1255415187.2816.2.camel@scorpion.multitel.be> Le mardi 13 octobre 2009 ? 00:31 +0200, W.P. a ?crit : > Is ekiga.net DEAD? With 3 PROMILLE active users it seems to be. > > (because of lacking of possibility to edit account?, etc -> some time in > the past it WAS possible). What relationship do you see between the possibility to edit an account and the fact that it would be dead ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From bnc at netspeed.com.au Tue Oct 13 07:23:19 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Tue, 13 Oct 2009 17:23:19 +1000 Subject: [Ekiga-list] Transfer between machines In-Reply-To: <20091013005808.GB3108@paradise.net.nz> References: <20091013005808.GB3108@paradise.net.nz> Message-ID: <20091013172319.23ec0527@lbnc.JUSTUS> Adam, the program gconf-editor is your friend In your home directory (assuming you are using Linux) there is a file called .gconf. In this file under apps/egiga you will find a series of folders. One of which is contacts. I replaced this folder with the one from my old system to get all my old numbers. You should be able to replace the other directories too. Suggest you do a BACKUP first. Remember some formats may have changed from one version to the next so YMMV, Brian On Tue, 13 Oct 2009 13:58:08 +1300 Adam Bogacki wrote: > Hi, I have set up Ekiga 3.2.5 on a new machine > but cannot remember all the settings I used last time. > > Would it be possible to transfer config files via USB ? > > If so, where should I look to find them ? > > Regards, > > Adam Bogacki, > afb at paradise.net.nz > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list From spam at useful.no Tue Oct 13 07:59:02 2009 From: spam at useful.no (JimmyVolatile) Date: Tue, 13 Oct 2009 09:59:02 +0200 Subject: [Ekiga-list] ekiga.net In-Reply-To: <4AD3FE0D.2000704@free.fr> References: <4AD3AE39.2000001@wp.pl> <4AD3FE0D.2000704@free.fr> Message-ID: <149965800910130059r5417ecf6j64d8383a37c471c@mail.gmail.com> Ok. So this is why I've never been able to register on Ubuntu... /JimmyVolatile On Tue, Oct 13, 2009 at 6:11 AM, yannick wrote: > W.P. a ?crit : > > Is ekiga.net DEAD? With 3 PROMILLE active users it seems to be. > > > > (because of lacking of possibility to edit account?, etc -> some time in > > the past it WAS possible). > > > > I will start working on this in a few days (in 1 week or 2 most probably) > > Best regards, > Yannick > > > W.P. > _______________________________________________ > 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 wolfgang at rosenauer.org Tue Oct 13 09:13:59 2009 From: wolfgang at rosenauer.org (Wolfgang Rosenauer) Date: Tue, 13 Oct 2009 11:13:59 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4ACEFD30.5010108@pu-pm.univ-fcomte.fr> References: <4ACC7246.1030907@rosenauer.org> <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> <4ACEFA1F.5040504@rosenauer.org> <4ACEFD30.5010108@pu-pm.univ-fcomte.fr> Message-ID: <4AD444D7.9060506@rosenauer.org> On 10/09/2009 11:06 AM, Eugen Dedu wrote: > Both logs are not useful. Please always start ekiga like this: > gdb --args ekiga-snapshot -d 4 2>&1 | tee gdb-ekiga.txt > and when the freeze appears, type Ctrl-c, afterwards thread apply all > bt, as shown at > http://wiki.ekiga.org/index.php/Debugging_Ekiga#Getting_the_stack_backtrace > Attached is a full backtrace as created by the above command after the audio stopped one way and tried to hang up. Wolfgang -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: gdb-ekiga1.txt URL: From dsandras at seconix.com Tue Oct 13 12:23:57 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 13 Oct 2009 14:23:57 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4AD444D7.9060506@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> <4ACEFA1F.5040504@rosenauer.org> <4ACEFD30.5010108@pu-pm.univ-fcomte.fr> <4AD444D7.9060506@rosenauer.org> Message-ID: <1255436637.17875.17.camel@scorpion.multitel.be> Le mardi 13 octobre 2009 ? 11:13 +0200, Wolfgang Rosenauer a ?crit : > On 10/09/2009 11:06 AM, Eugen Dedu wrote: > > > Both logs are not useful. Please always start ekiga like this: > > gdb --args ekiga-snapshot -d 4 2>&1 | tee gdb-ekiga.txt > > and when the freeze appears, type Ctrl-c, afterwards thread apply all > > bt, as shown at > > http://wiki.ekiga.org/index.php/Debugging_Ekiga#Getting_the_stack_backtrace > > > > Attached is a full backtrace as created by the above command after the > audio stopped one way and tried to hang up. Is it reproducable if you disable sound events in the preferences ? We have several problems introduced by pulseaudio itself on some systems. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From sevmek at free.fr Tue Oct 13 16:01:15 2009 From: sevmek at free.fr (yannick) Date: Tue, 13 Oct 2009 18:01:15 +0200 Subject: [Ekiga-list] ekiga.net In-Reply-To: <149965800910130059r5417ecf6j64d8383a37c471c@mail.gmail.com> References: <4AD3AE39.2000001@wp.pl> <4AD3FE0D.2000704@free.fr> <149965800910130059r5417ecf6j64d8383a37c471c@mail.gmail.com> Message-ID: <4AD4A44B.70103@free.fr> JimmyVolatile a ?crit : > Ok. So this is why I've never been able to register on Ubuntu... > It is not related. I'm using Ubuntu, and I can register. You issue is something else. > /JimmyVolatile > > On Tue, Oct 13, 2009 at 6:11 AM, yannick wrote: > >> W.P. a ?crit : >>> Is ekiga.net DEAD? With 3 PROMILLE active users it seems to be. >>> >>> (because of lacking of possibility to edit account?, etc -> some time in >>> the past it WAS possible). >>> >> I will start working on this in a few days (in 1 week or 2 most probably) >> >> Best regards, >> Yannick >> >>> W.P. >> _______________________________________________ >> ekiga-list mailing list >> ekiga-list at gnome.org >> http://mail.gnome.org/mailman/listinfo/ekiga-list >> > From peasthope at shaw.ca Tue Oct 13 19:43:03 2009 From: peasthope at shaw.ca (peasthope at shaw.ca) Date: Tue, 13 Oct 2009 12:43:03 -0700 Subject: [Ekiga-list] ekiga.net Message-ID: <171056141.51907.50763.@cantor.invalid> Speaking of ekiga.net, can a donation be submitted _via_ Paypal? I have money in an account and prefer to use that rather than a credit card. Also, I wonder whether https://www.ekiga.net might have a graphical indicator of donation progress vs. target. A thermometer is often used in fundraising, for example. Thanks, ... Peter E. -- Google "pathology workshop" From pipemanmusic at gmail.com Tue Oct 13 20:46:42 2009 From: pipemanmusic at gmail.com (Daniel Joshua Worth) Date: Tue, 13 Oct 2009 14:46:42 -0600 Subject: [Ekiga-list] Jack Support Message-ID: I'm the host of the Open Source Musician Podcast. One of the major hurdles for pod casters is having the ability to do interviews and/or have remote show hosts. Our current setup uses skype to hold the conversation using the alsa-jack bridge and an asoundrc pcm device. From there we record using Ardour and send to an icecast server using darkice. Being able to use a sip phone with native jack support would enable a much cleaner setup as well as conference calling ect.. I hope this can be a planned addition to ekiga or at the very least resolve the alsa pcm device issue. Thank you so much, Daniel Worth -------------- next part -------------- An HTML attachment was scrubbed... URL: From wolfgang at rosenauer.org Wed Oct 14 05:39:39 2009 From: wolfgang at rosenauer.org (Wolfgang Rosenauer) Date: Wed, 14 Oct 2009 07:39:39 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <1255436637.17875.17.camel@scorpion.multitel.be> References: <4ACC7246.1030907@rosenauer.org> <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> <4ACEFA1F.5040504@rosenauer.org> <4ACEFD30.5010108@pu-pm.univ-fcomte.fr> <4AD444D7.9060506@rosenauer.org> <1255436637.17875.17.camel@scorpion.multitel.be> Message-ID: <4AD5641B.7090705@rosenauer.org> On 10/13/2009 02:23 PM, Damien Sandras wrote: > Le mardi 13 octobre 2009 ? 11:13 +0200, Wolfgang Rosenauer a ?crit : >> Attached is a full backtrace as created by the above command after the >> audio stopped one way and tried to hang up. > > Is it reproducable if you disable sound events in the preferences ? > > We have several problems introduced by pulseaudio itself on some > systems. I've unchecked all the sound events in the preferences now and made a call. And again after a few minutes I got the same issue. :-( I've captured the backtrace again but as it was actually the same error behaviour I won't attach it again unless you tell me to. Wolfgang From Eugen.Dedu at pu-pm.univ-fcomte.fr Wed Oct 14 10:08:17 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Wed, 14 Oct 2009 12:08:17 +0200 Subject: [Ekiga-list] how to delete account? In-Reply-To: <4AC35B93.2090807@drvdvogt.de> References: <20090930215513.77460c06@lbnc.JUSTUS> <4AC35AEA.3070801@pu-pm.univ-fcomte.fr> <4AC35B93.2090807@drvdvogt.de> Message-ID: <4AD5A311.9050806@pu-pm.univ-fcomte.fr> vdvogt wrote: > Hello, > how can i delete my ekiga-account? > As i did not use EKIGA for a long time I forgot my PIN so i can not > make SIPcalls. > when i delete my account i can re-register and with a new PIN i can > make calls again. I do not remember if someone has answered. For the moment, it is not possible to remove accounts created on ekiga.net. But Yannick is working on it, hopefully it will be possible in a very few weeks. -- Eugen From javibarroso at gmail.com Wed Oct 14 11:09:59 2009 From: javibarroso at gmail.com (Javier Barroso) Date: Wed, 14 Oct 2009 13:09:59 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call Message-ID: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> Hi list, I'm writting here about debian #546886 bug [1]. Eugen told me about writing in this list. Today I executed 'ekiga -d4'. Then I tried to call to 1999 extension, but ekiga didn't let me dial (no dial tone in my softphone). Obviously this extension works perfectly, and I can call to it sometimes but other not. You can look ekiga debug output in pastebin [2] and gdb output in patebin too [3] Please tell me if you need more info. See about this doesn't happen always. But I can assure, I can't use ekiga all the morning without the issue described in #546886 Thank you very much PD: Sorry for my bad english [1] http://bugs.debian.org/546886 [2] http://pastebin.ca/1619053 [3] http://pastebin.ca/1619061 From dford at ansur.demon.co.uk Wed Oct 14 11:17:34 2009 From: dford at ansur.demon.co.uk (David Ford) Date: Wed, 14 Oct 2009 12:17:34 +0100 Subject: [Ekiga-list] Jack Support In-Reply-To: References: Message-ID: <4AD5B34E.2030201@ansur.demon.co.uk> Hi Daniel I agree, Ekiga having 'jack-ability' would be great and as jack is able to turn off the newer versions of pulse-audio it would solve that problem as well. There was someone a while back who was trying to sort out the ekiga/alsa issue - I wonder if anything came of it? You mention a podcast for open source musicians - can I have a link to where I can sign up for it? Thanks David On 13/10/09 21:46, Daniel Joshua Worth wrote: > I'm the host of the Open Source Musician Podcast. One of the major > hurdles for pod casters is having the ability to do interviews and/or > have remote show hosts. Our current setup uses skype to hold the > conversation using the alsa-jack bridge and an asoundrc pcm device. > From there we record using Ardour and send to an icecast server using > darkice. Being able to use a sip phone with native jack support would > enable a much cleaner setup as well as conference calling ect.. I hope > this can be a planned addition to ekiga or at the very least resolve > the alsa pcm device issue. > > Thank you so much, > Daniel Worth > > > _______________________________________________ > 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 Wed Oct 14 16:17:00 2009 From: sevmek at free.fr (yannick) Date: Wed, 14 Oct 2009 18:17:00 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> Message-ID: <1255537020.4280.16.camel@achille> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : > Then I tried to call to 1999 extension, but ekiga didn't let me dial > (no dial tone in my softphone). > > Obviously this extension works perfectly, and I can call to it > sometimes but other not. > > You can look ekiga debug output in pastebin [2] I do not see any attempt to call in this log. Damien? Eugen? -- 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 Wed Oct 14 17:41:43 2009 From: dsandras at seconix.com (Damien Sandras) Date: Wed, 14 Oct 2009 19:41:43 +0200 Subject: [Ekiga-list] some issues in current ekiga 3.2.6 In-Reply-To: <4AD5641B.7090705@rosenauer.org> References: <4ACC7246.1030907@rosenauer.org> <4ACC89BE.7020501@pu-pm.univ-fcomte.fr> <4ACEFA1F.5040504@rosenauer.org> <4ACEFD30.5010108@pu-pm.univ-fcomte.fr> <4AD444D7.9060506@rosenauer.org> <1255436637.17875.17.camel@scorpion.multitel.be> <4AD5641B.7090705@rosenauer.org> Message-ID: <1255542103.21638.20.camel@scorpion.multitel.be> Le mercredi 14 octobre 2009 ? 07:39 +0200, Wolfgang Rosenauer a ?crit : > On 10/13/2009 02:23 PM, Damien Sandras wrote: > > Le mardi 13 octobre 2009 ? 11:13 +0200, Wolfgang Rosenauer a ?crit : > >> Attached is a full backtrace as created by the above command after the > >> audio stopped one way and tried to hang up. > > > > Is it reproducable if you disable sound events in the preferences ? > > > > We have several problems introduced by pulseaudio itself on some > > systems. > > I've unchecked all the sound events in the preferences now and made a > call. And again after a few minutes I got the same issue. :-( > I've captured the backtrace again but as it was actually the same error > behaviour I won't attach it again unless you tell me to. > Pulseaudio is giving all sorts of problems unfortunately. I hope that the pulseaudio plugin will fix that. It is compilable on TRUNK if you want to try. But TRUNK is not 100% stable and usable. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Wed Oct 14 17:43:48 2009 From: dsandras at seconix.com (Damien Sandras) Date: Wed, 14 Oct 2009 19:43:48 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <1255537020.4280.16.camel@achille> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> Message-ID: <1255542228.21638.21.camel@scorpion.multitel.be> Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : > Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : > > Then I tried to call to 1999 extension, but ekiga didn't let me dial > > (no dial tone in my softphone). > > > > Obviously this extension works perfectly, and I can call to it > > sometimes but other not. > > > > You can look ekiga debug output in pastebin [2] > > I do not see any attempt to call in this log. Damien? Eugen? > Me neither... -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Wed Oct 14 17:44:38 2009 From: dsandras at seconix.com (Damien Sandras) Date: Wed, 14 Oct 2009 19:44:38 +0200 Subject: [Ekiga-list] ekiga.net In-Reply-To: <171056141.51907.50763.@cantor.invalid> References: <171056141.51907.50763.@cantor.invalid> Message-ID: <1255542278.21638.22.camel@scorpion.multitel.be> Le mardi 13 octobre 2009 ? 12:43 -0700, peasthope at shaw.ca a ?crit : > Speaking of ekiga.net, can a donation be submitted > _via_ Paypal? I have money in an account and > prefer to use that rather than a credit card. > Yes Paypal works (see the button). > Also, I wonder whether https://www.ekiga.net might > have a graphical indicator of donation progress > vs. target. A thermometer is often used in > fundraising, for example. We could use that, but we have no target (and very few donations, perhaps 50 ? every 3 months). -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From pipemanmusic at gmail.com Wed Oct 14 17:47:47 2009 From: pipemanmusic at gmail.com (Daniel Joshua Worth) Date: Wed, 14 Oct 2009 11:47:47 -0600 Subject: [Ekiga-list] Jack Support In-Reply-To: <4AD5B34E.2030201@ansur.demon.co.uk> References: <4AD5B34E.2030201@ansur.demon.co.uk> Message-ID: On Wed, Oct 14, 2009 at 5:17 AM, David Ford wrote: > Hi Daniel > I agree, Ekiga having 'jack-ability' would be great and as jack is able to > turn off the newer versions of pulse-audio it would solve that problem as > well. > > There was someone a while back who was trying to sort out the ekiga/alsa > issue - I wonder if anything came of it? > > You mention a podcast for open source musicians - can I have a link to > where I can sign up for it? > > Thanks > > David > > On 13/10/09 21:46, Daniel Joshua Worth wrote: > > I'm the host of the Open Source Musician Podcast. One of the major hurdles > for pod casters is having the ability to do interviews and/or have remote > show hosts. Our current setup uses skype to hold the conversation using the > alsa-jack bridge and an asoundrc pcm device. From there we record using > Ardour and send to an icecast server using darkice. Being able to use a sip > phone with native jack support would enable a much cleaner setup as well as > conference calling ect.. I hope this can be a planned addition to ekiga or > at the very least resolve the alsa pcm device issue. > > Thank you so much, > Daniel Worth > > > _______________________________________________ > ekiga-list mailing listekiga-list at gnome.orghttp://mail.gnome.org/mailman/listinfo/ekiga-list > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > I would have included a link but I didn't want it to be a commercial for the show. You can find out more about it at http://opensourcemusician.com and the mp3's are available at http://opensourcemusician.libsyn.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From peasthope at shaw.ca Wed Oct 14 19:53:15 2009 From: peasthope at shaw.ca (peasthope at shaw.ca) Date: Wed, 14 Oct 2009 12:53:15 -0700 Subject: [Ekiga-list] Re (2): donations ; was ekiga.net Message-ID: <171056142.52559.35008.@cantor.invalid> Damien, Date: Wed, 14 Oct 2009 19:44:38 +0200 > Yes Paypal works (see the button). Where? google "site:ekiga.net paypal" yields just a remark in a forum. Free your Speech A> Welcome to the video world of GnomeMeeting! To the happy gnomemeeting users around here: please consider supporting the gnomemeeting developpement by donating a few bucks (click on the paypal logo ... blog.ekiga.net/?p=18 - Cached - Similar google "site:ekiga.org paypal" yields, Your search - site:ekiga.org paypal - did not match any documents. Can there be a PayPal button beside MasterCard, Visa and AmEx on http://www.ekiga.org/? Thanks, ... Peter E. -- Google "pathology workshop" From mrickma at gwdg.de Wed Oct 14 19:55:12 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Wed, 14 Oct 2009 21:55:12 +0200 Subject: [Ekiga-list] LPC10 In-Reply-To: <1255415095.2816.0.camel@scorpion.multitel.be> References: <67596479706B7340B434D6AB21AE498E7855@mailvps.ncc.local> <67596479706B7340B434D6AB21AE498E7856@mailvps.ncc.local> <1253435904.9144.6.camel@scorpion.multitel.be> <4AD3AD9F.8000809@wp.pl> <1255415095.2816.0.camel@scorpion.multitel.be> Message-ID: <4AD62CA0.9090509@gwdg.de> Damien Sandras schrieb: > Le mardi 13 octobre 2009 ? 00:28 +0200, W.P. a ?crit : >> U?ytkownik Damien Sandras napisa?: >>> Le dimanche 20 septembre 2009 ? 08:58 +1000, Nichol Hill a ?crit : >>> >>>> Hi, >>>> >>>> I am in need of running LPC10 with Sip on a windows box. >>>> >>>> The codec compatabiity table for Ekiga seems to suggest this is supported, but I can not see LPC10 in the list of codecs. >>>> >>>> Can sombody please confirm if the Windows version of Ekiga supports LPC10. >>>> >>>> >>>> >>> It doesn't. You will need to modify the code for it to work. Notice it >>> is supported by OPAL (the underlying library), so it is not hard to make >>> it work. >>> >> Damien, some years ago we conducted tests with version 2.xx of ekiga on >> Linux and there WAS an option of LPC10 codec. >> You even set up ekiga.net for some time to support it. (Altrough tests >> failed -> I tested possibility of VoIP on GPRS link). >> Was it only on Linux? >> > > It can be reenabled on Linux, but you need to recompile ekiga and change > a line (do a grep LPC-10 on the source code and remove the appropriate > line). > > I have reenabled LPC-10 for my latest Win32 pre build of what may become the next stable Ekiga release. Go to http://wiki.ekiga.org/index.php/Windows_Users and look for 3.2.pre7 Release . If you try it please let us know your how it performed. Michael From javibarroso at gmail.com Wed Oct 14 20:18:41 2009 From: javibarroso at gmail.com (Javier Barroso) Date: Wed, 14 Oct 2009 22:18:41 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <1255542228.21638.21.camel@scorpion.multitel.be> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> Message-ID: <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> Hi, On Wed, Oct 14, 2009 at 7:43 PM, Damien Sandras wrote: > Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : >> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : >> > Then I tried to call to 1999 extension, but ekiga didn't let me dial >> > (no dial tone in my softphone). >> > >> > Obviously this extension works perfectly, and I can call to it >> > sometimes but other not. >> > >> > You can look ekiga debug output in pastebin [2] >> >> I do not see any attempt to call in this log. Damien? Eugen? >> > > Me neither... I'm sure a wrote 1999 in "address bar" and then enter key, but did't let me dial. It is possible the issue is between 1999 is wroten and enter is pressed or that is trigger just when I press enter. I'm using awesome wm, could be it relationed with this issue ? Thank you very much From prijatelj.mp3 at gmail.com Wed Oct 14 20:24:20 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Wed, 14 Oct 2009 22:24:20 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 Message-ID: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> I tried to teset my Logitech QuickCam pro 9000 with Ekiga but sound won't work with Ekiga. I don't have microphone with myself only integrated mic with Ekiga. I can see myself when calling sip:500 at ekiga.net which I belive is Echo test but instead of sound I get this error: Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 Only silence will be transmitted. Unable to open the selected audio device for recording. In case it is a pluggable device it may be sufficient to reconnect it. If not, or if it still is not accessible, please check your audio setup, the permissions and that the device is not busy. I tried to unplug and plug back the usb but the story is the same. Can you help me to get this camera to work? Cheers. From javibarroso at gmail.com Wed Oct 14 20:29:52 2009 From: javibarroso at gmail.com (Javier Barroso) Date: Wed, 14 Oct 2009 22:29:52 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> Message-ID: <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> On Wed, Oct 14, 2009 at 10:18 PM, Javier Barroso wrote: > Hi, > > On Wed, Oct 14, 2009 at 7:43 PM, Damien Sandras wrote: >> Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : >>> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : >>> > Then I tried to call to 1999 extension, but ekiga didn't let me dial >>> > (no dial tone in my softphone). >>> > >>> > Obviously this extension works perfectly, and I can call to it >>> > sometimes but other not. >>> > >>> > You can look ekiga debug output in pastebin [2] >>> >>> I do not see any attempt to call in this log. Damien? Eugen? >>> >> >> Me neither... > > I'm sure a wrote 1999 in "address bar" and then enter key, but did't > let me dial. I want to say that in this case, it was my first try to make a call. So it is normal you won't see any call (no call before this failure). ekiga keeps unusable until I close it and open again (a new instance). Then I can call, but not all the morning is working fine. Thanks, and sorry for my double post From bnc at netspeed.com.au Thu Oct 15 05:26:53 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Thu, 15 Oct 2009 15:26:53 +1000 Subject: [Ekiga-list] DOS problem In-Reply-To: <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> Message-ID: <20091015152653.53f9802c@lbnc.JUSTUS> Hi, I have mentioned this problem before but I now have some more info. I have about 40 numbers in my contact list, when ekiga tries to register it issues a dns subscribe request for every single phone number really quickly and repeats this. I have just rung my isp and they saw the requests coming in and treat it as a DOS attack and block my phone for 30mins. Hence the registration drops out, and the cycle starts again. In my case most of my contact list are normal phones not actual sip addresses, it makes no sense to try to determine their status. So my ekiga 3.2.6 is unusable at present. Please advise if there is a way to turn this function off. Thanks, Brian From dsandras at seconix.com Thu Oct 15 06:44:34 2009 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 15 Oct 2009 08:44:34 +0200 Subject: [Ekiga-list] Re (2): donations ; was ekiga.net In-Reply-To: <171056142.52559.35008.@cantor.invalid> References: <171056142.52559.35008.@cantor.invalid> Message-ID: <1255589074.21638.41.camel@scorpion.multitel.be> Le mercredi 14 octobre 2009 ? 12:53 -0700, peasthope at shaw.ca a ?crit : > Damien, > > Date: Wed, 14 Oct 2009 19:44:38 +0200 > > Yes Paypal works (see the button). > > Where? > > google "site:ekiga.net paypal" yields just a remark in a forum. > Free your Speech A> Welcome to the video world of GnomeMeeting! > To the happy gnomemeeting users around here: please consider > supporting the gnomemeeting developpement by donating a few > bucks (click on the paypal logo ... > blog.ekiga.net/?p=18 - Cached - Similar > > google "site:ekiga.org paypal" yields, > Your search - site:ekiga.org paypal - did not match any documents. > > Can there be a PayPal button beside MasterCard, Visa > and AmEx on http://www.ekiga.org/? You can use the "MasterCard" button and use your paypal account for the donation (I think). -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Thu Oct 15 06:45:49 2009 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 15 Oct 2009 08:45:49 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> Message-ID: <1255589149.21638.42.camel@scorpion.multitel.be> Le mercredi 14 octobre 2009 ? 22:24 +0200, joze prijatelj a ?crit : > I tried to teset my Logitech QuickCam pro 9000 with Ekiga but sound > won't work with Ekiga. I don't have microphone with myself only > integrated mic with Ekiga. I can see myself when calling > sip:500 at ekiga.net which I belive is Echo test but instead of sound I > get this error: > > Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 > > Only silence will be transmitted. > > Unable to open the selected audio device for recording. In case it is > a pluggable device it may be sufficient to reconnect it. If not, or if > it still is not accessible, please check your audio setup, the > permissions and that the device is not busy. > > I tried to unplug and plug back the usb but the story is the same. Can > you help me to get this camera to work? You probably need to ask on a mailing list or forum dedicated to your linux distribution. My best guess would be that the usb audio module is not loaded. But I do not know its name. Maybe snd-usb-audio ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From dsandras at seconix.com Thu Oct 15 06:47:56 2009 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 15 Oct 2009 08:47:56 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091015152653.53f9802c@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> Message-ID: <1255589276.21638.44.camel@scorpion.multitel.be> Le jeudi 15 octobre 2009 ? 15:26 +1000, bnc at netspeed.com.au a ?crit : > Hi, > I have mentioned this problem before but I now have some more info. > > I have about 40 numbers in my contact list, when ekiga tries to > register it issues a dns subscribe request for every single phone > number really quickly and repeats this. > I have just rung my isp and they saw the requests coming in and treat > it as a DOS attack and block my phone for 30mins. > Hence the registration drops out, and the cycle starts again. > > In my case most of my contact list are normal phones not actual sip > addresses, it makes no sense to try to determine their status. > > So my ekiga 3.2.6 is unusable at present. > > Please advise if there is a way to turn this function off. There is no way currently. I do not know how to fix that without adding a new obscure setting to Ekiga. Perhaps using the address book would be more appropriate than the contact list for that specific case ? What do people think ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From prijatelj.mp3 at gmail.com Thu Oct 15 10:22:10 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Thu, 15 Oct 2009 12:22:10 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255589149.21638.42.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> Message-ID: <8633ef800910150322s4e6170aegeb502dafc4760c50@mail.gmail.com> > > I will ask on Arch mailing list/forums. I don't know much about those > things but Skype doesn't have any problems with built in microphone... > That's why I think module is already loaded, but I'll check. > > > Unable to open the selected audio device for recording. In case it is > > a pluggable device it may be sufficient to reconnect it. If not, or if > > it still is not accessible, please check your audio setup, the > > permissions and that the device is not busy. > > > > I tried to unplug and plug back the usb but the story is the same. Can > > you help me to get this camera to work? > > You probably need to ask on a mailing list or forum dedicated to your > linux distribution. > > My best guess would be that the usb audio module is not loaded. But I do > not know its name. Maybe snd-usb-audio ? > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Thu Oct 15 10:38:36 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Thu, 15 Oct 2009 12:38:36 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255589149.21638.42.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> Message-ID: <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> I've asked and checked. usb-snd-audio is loaded druing the boot. lsmod | grep usb gives me: btusb 12656 2 bluetooth 57220 9 rfcomm,sco,bnep,l2cap,btusb usbhid 40768 0 hid 42528 1 usbhid snd_usb_audio 87104 1 snd_usb_lib 17276 1 snd_usb_audio snd_rawmidi 21888 1 snd_usb_lib snd_hwdep 7712 2 snd_hda_codec,snd_usb_audio snd_pcm 74464 5 snd_pcm_oss,snd_hda_intel,snd_hda_codec,snd_usb_audio snd 58820 21 snd_seq_oss,snd_seq,snd_hda_codec_idt,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_rawmidi,snd_seq_device,snd_hwdep,snd_pcm,snd_timer usbcore 154032 8 btusb,uvcvideo,usbhid,snd_usb_audio,snd_usb_lib,uhci_hcd,ehci_hcd This is odd. What else could go wrong? On Thu, Oct 15, 2009 at 8:45 AM, Damien Sandras wrote: > Le mercredi 14 octobre 2009 ? 22:24 +0200, joze prijatelj a ?crit : > > I tried to teset my Logitech QuickCam pro 9000 with Ekiga but sound > > won't work with Ekiga. I don't have microphone with myself only > > integrated mic with Ekiga. I can see myself when calling > > sip:500 at ekiga.net which I belive is Echo test but > instead of sound I > > get this error: > > > > Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 > > > > Only silence will be transmitted. > > > > Unable to open the selected audio device for recording. In case it is > > a pluggable device it may be sufficient to reconnect it. If not, or if > > it still is not accessible, please check your audio setup, the > > permissions and that the device is not busy. > > > > I tried to unplug and plug back the usb but the story is the same. Can > > you help me to get this camera to work? > > You probably need to ask on a mailing list or forum dedicated to your > linux distribution. > > My best guess would be that the usb audio module is not loaded. But I do > not know its name. Maybe snd-usb-audio ? > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Thu Oct 15 17:21:09 2009 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 15 Oct 2009 19:21:09 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> Message-ID: <1255627269.3219.4.camel@scorpion.multitel.be> Le jeudi 15 octobre 2009 ? 12:38 +0200, joze prijatelj a ?crit : > I've asked and checked. usb-snd-audio is loaded druing the boot. > [...] > This is odd. What else could go wrong? Perhaps your user does not have the correct rights to open the device. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Thu Oct 15 18:45:24 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Thu, 15 Oct 2009 20:45:24 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255627269.3219.4.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> Message-ID: <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> Hm... just thinking. I'm on skype right now. Microphone that's built in a camera is working so does video. How come would I not have rights to open a device?That's confusing me. On Thu, Oct 15, 2009 at 7:21 PM, Damien Sandras wrote: > Le jeudi 15 octobre 2009 ? 12:38 +0200, joze prijatelj a ?crit : > > I've asked and checked. usb-snd-audio is loaded druing the boot. > > > [...] > > This is odd. What else could go wrong? > > > Perhaps your user does not have the correct rights to open the device. > > > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Thu Oct 15 18:49:33 2009 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 15 Oct 2009 20:49:33 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> Message-ID: <1255632573.3219.9.camel@scorpion.multitel.be> Le jeudi 15 octobre 2009 ? 20:45 +0200, joze prijatelj a ?crit : > Hm... just thinking. I'm on skype right now. Microphone that's built > in a camera is working so does video. How come would I not have rights > to open a device? > > That's confusing me. Is Skype using OSS or ALSA now ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Thu Oct 15 18:57:52 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Thu, 15 Oct 2009 20:57:52 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255632573.3219.9.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> Message-ID: <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> Skype is right now using for Microphone: QuickCam Pro 9000, USB Audio (hw:0,0), for speakers is using HDA intel, STAC92xx Analog Default Audio Device (default:CARD=Intel) lsof /dev/snd/* returns: skype 12793 frojnd mem CHR 116,3 326144 /dev/snd/pcmC0D0c skype 12793 frojnd mem CHR 116,6 5947 /dev/snd/pcmC1D0p skype 12793 frojnd 38r CHR 116,2 0t0 4314 /dev/snd/timer skype 12793 frojnd 39u CHR 116,6 0t0 5947 /dev/snd/pcmC1D0p skype 12793 frojnd 40u CHR 116,10 0t0 5932 /dev/snd/controlC1 skype 12793 frojnd 42r CHR 116,2 0t0 4314 /dev/snd/timer skype 12793 frojnd 43u CHR 116,3 0t0 326144 /dev/snd/pcmC0D0c So it uses ALSA. On Thu, Oct 15, 2009 at 8:49 PM, Damien Sandras wrote: > Le jeudi 15 octobre 2009 ? 20:45 +0200, joze prijatelj a ?crit : > > Hm... just thinking. I'm on skype right now. Microphone that's built in a > camera is working so does video. How come would I not have rights to open a > device? > > That's confusing me. > > > Is Skype using OSS or ALSA now ? > > > > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Thu Oct 15 19:06:15 2009 From: dsandras at seconix.com (Damien Sandras) Date: Thu, 15 Oct 2009 21:06:15 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> Message-ID: <1255633575.3219.10.camel@scorpion.multitel.be> Le jeudi 15 octobre 2009 ? 20:57 +0200, joze prijatelj a ?crit : > Skype is right now using for Microphone: QuickCam Pro 9000, USB Audio > (hw:0,0), for speakers is using HDA intel, STAC92xx Analog Default > Audio Device (default:CARD=Intel) > > > > lsof /dev/snd/* returns: Can you post a -d 4 output somewhere with ekiga failing ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From peasthope at shaw.ca Thu Oct 15 19:49:21 2009 From: peasthope at shaw.ca (peasthope at shaw.ca) Date: Thu, 15 Oct 2009 12:49:21 -0700 Subject: [Ekiga-list] Re (2): Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 Message-ID: <171056143.52309.32918.@cantor.invalid> Joze, > Skype is right now using for Microphone: QuickCam Pro 9000, USB Audio > (hw:0,0), for speakers is using HDA intel, STAC92xx Analog Default Audio > Device (default:CARD=3DIntel) Which OS and which Skype release is that Joze? I've never heard of Skype video working in any Linux. Thanks, ... Peter E. -- Google "pathology workshop" From prijatelj.mp3 at gmail.com Thu Oct 15 20:34:07 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Thu, 15 Oct 2009 22:34:07 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255633575.3219.10.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> Message-ID: <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> I'm afraid I don't understand your question. Do you want me to post output of Ekiga while I'm running it from terminal? Like me at host $ ekiga ? On Thu, Oct 15, 2009 at 9:06 PM, Damien Sandras wrote: > Le jeudi 15 octobre 2009 ? 20:57 +0200, joze prijatelj a ?crit : > > Skype is right now using for Microphone: QuickCam Pro 9000, USB Audio > (hw:0,0), for speakers is using HDA intel, STAC92xx Analog Default Audio > Device (default:CARD=Intel) > > > > lsof /dev/snd/* returns: > > > Can you post a -d 4 output somewhere with ekiga failing ? > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Thu Oct 15 20:37:51 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Thu, 15 Oct 2009 22:37:51 +0200 Subject: [Ekiga-list] Re (2): Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <171056143.52309.32918.@cantor.invalid> References: <171056143.52309.32918.@cantor.invalid> Message-ID: <8633ef800910151337w6a812101v405eb0921066c44f@mail.gmail.com> Hi Peter E. What is this a joke or smth? :) I have Arch Linux with latest updates: kernel26 2.6.31.4-1 and skype version skype 2.1.0.47-1 On Thu, Oct 15, 2009 at 9:49 PM, wrote: > Joze, > > > Skype is right now using for Microphone: QuickCam Pro 9000, USB Audio > > (hw:0,0), for speakers is using HDA intel, STAC92xx Analog Default Audio > > Device (default:CARD=3DIntel) > > Which OS and which Skype release is that Joze? > I've never heard of Skype video working in any Linux. > > Thanks, ... Peter E. > > > > > > -- > Google "pathology workshop" > > _______________________________________________ > 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 bret at busby.net Fri Oct 16 03:28:15 2009 From: bret at busby.net (Bret Busby) Date: Fri, 16 Oct 2009 11:28:15 +0800 (WST) Subject: [Ekiga-list] Re (2): Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910151337w6a812101v405eb0921066c44f@mail.gmail.com> References: <171056143.52309.32918.@cantor.invalid> <8633ef800910151337w6a812101v405eb0921066c44f@mail.gmail.com> Message-ID: On Thu, 15 Oct 2009, joze prijatelj wrote: > Date: Thu, 15 Oct 2009 22:37:51 +0200 > From: joze prijatelj > Reply-To: Ekiga mailing list > To: Ekiga mailing list > Subject: Re: [Ekiga-list] Re (2): Error while opening audio input device > Logitech, Inc. QuickCam Pro 9000 > > Hi Peter E. > > What is this a joke or smth? :) I have Arch Linux with latest > updates: kernel26 2.6.31.4-1 and skype version skype 2.1.0.47-1 > > On Thu, Oct 15, 2009 at 9:49 PM, wrote: > >> Joze, >> >>> Skype is right now using for Microphone: QuickCam Pro 9000, USB Audio >>> (hw:0,0), for speakers is using HDA intel, STAC92xx Analog Default Audio >>> Device (default:CARD=3DIntel) >> >> Which OS and which Skype release is that Joze? >> I've never heard of Skype video working in any Linux. >> >> Thanks, ... Peter E. >> > Looks like a troll to me. -- Bret Busby Armadale West Australia .............. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 .................................................... From dsandras at seconix.com Fri Oct 16 05:13:58 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 16 Oct 2009 07:13:58 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> Message-ID: <1255670038.3219.11.camel@scorpion.multitel.be> Le jeudi 15 octobre 2009 ? 22:34 +0200, joze prijatelj a ?crit : > I'm afraid I don't understand your question. Do you want me to post > output of Ekiga while I'm running it from terminal? Like me at host $ > ekiga > ekiga -d 4 > output.txt 2>&1 -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrickma at gwdg.de Fri Oct 16 07:18:30 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Fri, 16 Oct 2009 09:18:30 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255670038.3219.11.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> Message-ID: <1255677510.8558.11.camel@studtux> Am Freitag, den 16.10.2009, 07:13 +0200 schrieb Damien Sandras: > Le jeudi 15 octobre 2009 ? 22:34 +0200, joze prijatelj a ?crit : > > I'm afraid I don't understand your question. Do you want me to post > > output of Ekiga while I'm running it from terminal? Like me at host $ > > ekiga > > ekiga -d 4 > output.txt 2>&1 > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.be/ > FOSDEM : http://www.fosdem.org/ > SIP Phone : sip:dsandras at ekiga.net > I have such a Cam. For me it is working well with Ekiga 3.2.6 under Ubuntu Jaunty. Video and also the microphone are ok. There have been all sorts of issues under Linux with the QuickCam Pro 9000 and also the notebook model depending on the version of cam, see http://www.quickcamteam.net/documentation/faq/how-many-versions-of-the-quickcam-pro-9000-are-there . Could you tell us also the output of lsusb -d 046d:0990 -v | grep bcdDevice ? Michael From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 16 08:08:28 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 16 Oct 2009 10:08:28 +0200 Subject: [Ekiga-list] Re (2): donations ; was ekiga.net In-Reply-To: <171056142.52559.35008.@cantor.invalid> References: <171056142.52559.35008.@cantor.invalid> Message-ID: <4AD829FC.4000808@pu-pm.univ-fcomte.fr> peasthope at shaw.ca wrote: > Damien, > > Date: Wed, 14 Oct 2009 19:44:38 +0200 >> Yes Paypal works (see the button). > > Where? > > google "site:ekiga.net paypal" yields just a remark in a forum. > Free your Speech A> Welcome to the video world of GnomeMeeting! > To the happy gnomemeeting users around here: please consider > supporting the gnomemeeting developpement by donating a few > bucks (click on the paypal logo ... > blog.ekiga.net/?p=18 - Cached - Similar > > google "site:ekiga.org paypal" yields, > Your search - site:ekiga.org paypal - did not match any documents. The problem is that the word "paypal" is not written inside that page, it's only an image. -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 16 08:18:48 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 16 Oct 2009 10:18:48 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <1255589276.21638.44.camel@scorpion.multitel.be> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> Message-ID: <4AD82C68.9060905@pu-pm.univ-fcomte.fr> Damien Sandras wrote: > Le jeudi 15 octobre 2009 ? 15:26 +1000, bnc at netspeed.com.au a ?crit : >> Hi, >> I have mentioned this problem before but I now have some more info. >> >> I have about 40 numbers in my contact list, when ekiga tries to >> register it issues a dns subscribe request for every single phone >> number really quickly and repeats this. >> I have just rung my isp and they saw the requests coming in and treat >> it as a DOS attack and block my phone for 30mins. >> Hence the registration drops out, and the cycle starts again. >> >> In my case most of my contact list are normal phones not actual sip >> addresses, it makes no sense to try to determine their status. >> >> So my ekiga 3.2.6 is unusable at present. >> >> Please advise if there is a way to turn this function off. > > There is no way currently. > I do not know how to fix that without adding a new obscure setting to > Ekiga. > > Perhaps using the address book would be more appropriate than the > contact list for that specific case ? The problem is not that ekiga does a DNS request for each contact (even if a DNS cache could be implemented in opal to optimise this); the problem is that it issues many DNS requests. How does this happen? Could that be a DNS configuration problem? Reporter, could you check: - how many DNS requests are sent with only one contact (one or many?) (In *normal* gconf configuration, you could save your config with "cp -a .gconf/apps/ekiga .gconf/apps/ekiga-save", and restore it afterwards) - with wireshark if your firsts DNS requests receive errors, so ekiga tries DNS requests again? -- Eugen From prijatelj.mp3 at gmail.com Fri Oct 16 09:59:08 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Fri, 16 Oct 2009 11:59:08 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255670038.3219.11.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> Message-ID: <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> Thanx for instructions. Here is the output: http://pastebin.com/m281344a5 On Fri, Oct 16, 2009 at 7:13 AM, Damien Sandras wrote: > Le jeudi 15 octobre 2009 ? 22:34 +0200, joze prijatelj a ?crit : > > I'm afraid I don't understand your question. Do you want me to post output > of Ekiga while I'm running it from terminal? Like me at host $ ekiga > > > ekiga -d 4 > output.txt 2>&1 > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Fri Oct 16 10:01:13 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Fri, 16 Oct 2009 12:01:13 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255677510.8558.11.camel@studtux> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <1255677510.8558.11.camel@studtux> Message-ID: <8633ef800910160301n437bed52t5ecebfffece90b3f@mail.gmail.com> The output of lsusb -d 046d:0990 -v | grep bcdDevice is: bcdDevice 0.08 can't get device qualifier: Operation not permitted can't get debug descriptor: Operation not permitted cannot read device status, Operation not permitted (1) On Fri, Oct 16, 2009 at 9:18 AM, Michael Rickmann wrote: > Am Freitag, den 16.10.2009, 07:13 +0200 schrieb Damien Sandras: > > Le jeudi 15 octobre 2009 ? 22:34 +0200, joze prijatelj a ?crit : > > > I'm afraid I don't understand your question. Do you want me to post > > > output of Ekiga while I'm running it from terminal? Like me at host $ > > > ekiga > > > > ekiga -d 4 > output.txt 2>&1 > > > > -- > > _ Damien Sandras > > (o- > > //\ Ekiga Softphone : http://www.ekiga.org/ > > v_/_ Be IP : http://www.beip.be/ > > FOSDEM : http://www.fosdem.org/ > > SIP Phone : sip:dsandras at ekiga.net > > > I have such a Cam. For me it is working well with Ekiga 3.2.6 under > Ubuntu Jaunty. Video and also the microphone are ok. There have been all > sorts of issues under Linux with the QuickCam Pro 9000 and also the > notebook model depending on the version of cam, see > > http://www.quickcamteam.net/documentation/faq/how-many-versions-of-the-quickcam-pro-9000-are-there. > Could you tell us also the output of lsusb -d 046d:0990 -v | grep > bcdDevice ? > Michael > > _______________________________________________ > 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 Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 16 10:33:05 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 16 Oct 2009 12:33:05 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> Message-ID: <4AD84BE1.20804@pu-pm.univ-fcomte.fr> Javier Barroso wrote: > On Wed, Oct 14, 2009 at 10:18 PM, Javier Barroso wrote: >> Hi, >> >> On Wed, Oct 14, 2009 at 7:43 PM, Damien Sandras wrote: >>> Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : >>>> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : >>>>> Then I tried to call to 1999 extension, but ekiga didn't let me dial >>>>> (no dial tone in my softphone). >>>>> >>>>> Obviously this extension works perfectly, and I can call to it >>>>> sometimes but other not. >>>>> >>>>> You can look ekiga debug output in pastebin [2] >>>> I do not see any attempt to call in this log. Damien? Eugen? >>>> >>> Me neither... >> I'm sure a wrote 1999 in "address bar" and then enter key, but did't >> let me dial. > I want to say that in this case, it was my first try to make a call. > So it is normal you won't see any call (no call before this failure). > > ekiga keeps unusable until I close it and open again (a new instance). > Then I can call, but not all the morning is working fine. Javier, We do not understand well what happens. Do you wait until ekiga is registered, before trying 1999? Are the accounts registered before trying 1999 (look at the Accounts window)? When you type 1999, you have sip:1999 in the URL bar and a combobox is opened to show you some completions. When you press the green phone, is this combobox closed or not? Is the address completed (something like sip:1999 at ekiga.net) or not? -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 16 10:39:13 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 16 Oct 2009 12:39:13 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255589149.21638.42.camel@scorpion.multitel.be> <8633ef800910150338h56a6c878teff97f89d123fc92@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> Message-ID: <4AD84D51.20608@pu-pm.univ-fcomte.fr> The error is at lines 1252 and the following: # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 GMAudioInputManager_ptlib Setting Device Logitech, Inc. QuickCam Pro 9000 (PTLIB/ALSA) # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 AudioInputCore Opening device with 1-8000/16 # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 GMAudioInputManager_ptlib Opening Device Logitech, Inc. QuickCam Pro 9000 (PTLIB/ALSA) # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 GMAudioInputManager_ptlib Opening Device with 1-8000/16 # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 ALSA Device not found # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 GMAudioInputManager_ptlib Encountered error 1 while opening device # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 AudioInputCore Falling back to SILENT (Ekiga/Ekiga) # 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 GMAudioInputManager_null Setting Device SILENT (Ekiga/Ekiga) Why opal cannot open it?! joze prijatelj wrote: > Thanx for instructions. Here is the output: http://pastebin.com/m281344a5 > > On Fri, Oct 16, 2009 at 7:13 AM, Damien Sandras wrote: > >> Le jeudi 15 octobre 2009 ? 22:34 +0200, joze prijatelj a ?crit : >> >> I'm afraid I don't understand your question. Do you want me to post output >> of Ekiga while I'm running it from terminal? Like me at host $ ekiga >> >> >> ekiga -d 4 > output.txt 2>&1 From javibarroso at gmail.com Fri Oct 16 11:19:43 2009 From: javibarroso at gmail.com (Javier Barroso) Date: Fri, 16 Oct 2009 13:19:43 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <4AD84BE1.20804@pu-pm.univ-fcomte.fr> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <4AD84BE1.20804@pu-pm.univ-fcomte.fr> Message-ID: <81c921f30910160419h4c1b8f6ev77077c3c18717f1b@mail.gmail.com> On Fri, Oct 16, 2009 at 12:33 PM, Eugen Dedu wrote: > Javier Barroso wrote: >> On Wed, Oct 14, 2009 at 10:18 PM, Javier Barroso wrote: >>> Hi, >>> >>> On Wed, Oct 14, 2009 at 7:43 PM, Damien Sandras wrote: >>>> Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : >>>>> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : >>>>>> Then I tried to call to 1999 extension, but ekiga didn't let me dial >>>>>> (no dial tone in my softphone). >>>>>> >>>>>> Obviously this extension works perfectly, and I can call to it >>>>>> sometimes but other not. >>>>>> >>>>>> You can look ekiga debug output in pastebin [2] >>>>> I do not see any attempt to call in this log. Damien? Eugen? >>>>> >>>> Me neither... >>> I'm sure a wrote 1999 in "address bar" and then enter key, but did't >>> let me dial. >> I want to say that in this case, it was my first try to make a call. >> So it is normal you won't see any call (no call before this failure). >> >> ekiga keeps unusable until I close it and open again (a new instance). >> Then I can call, but not all the morning is working fine. > > Javier, > > We do not understand well what happens. > > Do you wait until ekiga is registered, before trying 1999? ?Are the > accounts registered before trying 1999 (look at the Accounts window)? Yes ekiga is registered (it happens too after a while using ekiga) > > When you type 1999, you have sip:1999 in the URL bar and a combobox is > opened to show you some completions. ?When you press the green phone, is > this combobox closed or not? ?Is the address completed (something like > sip:1999 at ekiga.net) or not? Hi all, Yesterday I switch to kde4 to give a try ekiga outside awesome (to discard wm issues) Now I discover one issue: When I type 1999 in URL bar and type "enter" key then not let me dial. But, If in this moment (after it is not working) I select a number from call history and I can call to it (double click in the list). Then I type 1999 in URL bar and it works ! Now I'm not sure if when it happens (it not call), the address is completed or not ... Next time it happens to me I'll reply your last parraph Thank you very much From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 16 16:35:49 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 16 Oct 2009 18:35:49 +0200 Subject: [Ekiga-list] Debian snapshots reloaded Message-ID: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> Hi, Ekiga snapshots (trunk/master) on debian have just been updated, they will be available this night UTC. There are a few changes: - ekiga now depends on libboost packages, as per code changes, instead of libsigc++ - all the plugins except pulse are grouped into one -plugins package, as per official debian packaging; the replacement from -plugins-... to -plugins should be done automatically - ekiga is split between one executable, one library and two plugins (evolution and ldap). evolution-data-server is not mandatory: if it exists, ekiga will use it, if not it just does not use it :o) - temporarily, until some bug involving EchoCanceler is fixed, opal/ekiga use speex(dsp) libraries not from the system, but the version from its own code Note also that the trunk is a bit unstable at the moment. -- Eugen From dsandras at seconix.com Fri Oct 16 16:39:07 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 16 Oct 2009 18:39:07 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> Message-ID: <1255711147.24607.28.camel@scorpion.multitel.be> Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : > Hi, > > Ekiga snapshots (trunk/master) on debian have just been updated, they > will be available this night UTC. There are a few changes: > > - ekiga now depends on libboost packages, as per code changes, instead > of libsigc++ > - all the plugins except pulse are grouped into one -plugins package, as > per official debian packaging; the replacement from -plugins-... to > -plugins should be done automatically > - ekiga is split between one executable, one library and two plugins > (evolution and ldap). evolution-data-server is not mandatory: if it > exists, ekiga will use it, if not it just does not use it :o) > > - temporarily, until some bug involving EchoCanceler is fixed, > opal/ekiga use speex(dsp) libraries not from the system, but the version > from its own code > > Note also that the trunk is a bit unstable at the moment. > When pulse is the only audio plugin, does the audio devices page disappear as expected ? Does it solve Yannick's issues with sound events on transfer ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Fri Oct 16 18:24:59 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Fri, 16 Oct 2009 20:24:59 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <4AD84D51.20608@pu-pm.univ-fcomte.fr> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> <4AD84D51.20608@pu-pm.univ-fcomte.fr> Message-ID: <8633ef800910161124s75a66385pff73a92c736a8ff4@mail.gmail.com> I was hoping someone would tell me this. And maybe solution how to fix audio for ekiga? On Fri, Oct 16, 2009 at 12:39 PM, Eugen Dedu < Eugen.Dedu at pu-pm.univ-fcomte.fr> wrote: > The error is at lines 1252 and the following: > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > GMAudioInputManager_ptlib Setting Device Logitech, Inc. QuickCam > Pro 9000 (PTLIB/ALSA) > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > AudioInputCore Opening device with 1-8000/16 > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > GMAudioInputManager_ptlib Opening Device Logitech, Inc. QuickCam > Pro 9000 (PTLIB/ALSA) > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > GMAudioInputManager_ptlib Opening Device with 1-8000/16 > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 ALSA > Device not found > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > GMAudioInputManager_ptlib Encountered error 1 while opening device > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > AudioInputCore Falling back to SILENT (Ekiga/Ekiga) > # > 2009/10/16 11:55:54.326 0:23.899 Pool:0xb417db70 > GMAudioInputManager_null Setting Device SILENT (Ekiga/Ekiga) > > Why opal cannot open it?! > > joze prijatelj wrote: > > Thanx for instructions. Here is the output: > http://pastebin.com/m281344a5 > > > > On Fri, Oct 16, 2009 at 7:13 AM, Damien Sandras >wrote: > > > >> Le jeudi 15 octobre 2009 ? 22:34 +0200, joze prijatelj a ?crit : > >> > >> I'm afraid I don't understand your question. Do you want me to post > output > >> of Ekiga while I'm running it from terminal? Like me at host $ ekiga > >> > >> > >> ekiga -d 4 > output.txt 2>&1 > _______________________________________________ > 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 dsandras at seconix.com Fri Oct 16 18:36:45 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 16 Oct 2009 20:36:45 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910161124s75a66385pff73a92c736a8ff4@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255627269.3219.4.camel@scorpion.multitel.be> <8633ef800910151145j17a62221i5de01d529c1fa7a2@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> <4AD84D51.20608@pu-pm.univ-fcomte.fr> <8633ef800910161124s75a66385pff73a92c736a8ff4@mail.gmail.com> Message-ID: <1255718205.24607.29.camel@scorpion.multitel.be> Le vendredi 16 octobre 2009 ? 20:24 +0200, joze prijatelj a ?crit : > I was hoping someone would tell me this. And maybe solution how to fix > audio for ekiga? > The error is at line 112 of file lib/engine/components/ptlib/audioinput-manager-ptlib.cpp. However, I'm not sure how to fix it because I don't understand what the problem can be. Do you have elementary coding skills ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From prijatelj.mp3 at gmail.com Fri Oct 16 19:10:57 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Fri, 16 Oct 2009 21:10:57 +0200 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <1255718205.24607.29.camel@scorpion.multitel.be> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <1255632573.3219.9.camel@scorpion.multitel.be> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> <4AD84D51.20608@pu-pm.univ-fcomte.fr> <8633ef800910161124s75a66385pff73a92c736a8ff4@mail.gmail.com> <1255718205.24607.29.camel@scorpion.multitel.be> Message-ID: <8633ef800910161210od57b31ajc3a890c21ad28e5b@mail.gmail.com> No unfortunately nothing with elementary code. On Fri, Oct 16, 2009 at 8:36 PM, Damien Sandras wrote: > Le vendredi 16 octobre 2009 ? 20:24 +0200, joze prijatelj a ?crit : > > I was hoping someone would tell me this. And maybe solution how to fix > audio for ekiga? > > > The error is at line 112 of file > lib/engine/components/ptlib/audioinput-manager-ptlib.cpp. > However, I'm not sure how to fix it because I don't understand what the > problem can be. > > Do you have elementary coding skills ? > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bnc at netspeed.com.au Sat Oct 17 03:26:10 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Sat, 17 Oct 2009 13:26:10 +1000 Subject: [Ekiga-list] DOS problem In-Reply-To: <4AD82C68.9060905@pu-pm.univ-fcomte.fr> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> Message-ID: <20091017132610.01d1431e@lbnc.JUSTUS> On Fri, 16 Oct 2009 10:18:48 +0200 Eugen, see below. > Damien Sandras wrote: > > Le jeudi 15 octobre 2009 ? 15:26 +1000, bnc at netspeed.com.au a > > ?crit : > >> Hi, > >> I have mentioned this problem before but I now have some more info. > >> > >> I have about 40 numbers in my contact list, when ekiga tries to > >> register it issues a dns subscribe request for every single phone > >> number really quickly and repeats this. > >> I have just rung my isp and they saw the requests coming in and > >> treat it as a DOS attack and block my phone for 30mins. > >> Hence the registration drops out, and the cycle starts again. > >> > >> In my case most of my contact list are normal phones not actual sip > >> addresses, it makes no sense to try to determine their status. > >> > >> So my ekiga 3.2.6 is unusable at present. > >> > >> Please advise if there is a way to turn this function off. > > > > There is no way currently. > > I do not know how to fix that without adding a new obscure setting > > to Ekiga. > > > > Perhaps using the address book would be more appropriate than the > > contact list for that specific case ? > > The problem is not that ekiga does a DNS request for each contact > (even if a DNS cache could be implemented in opal to optimise this); > the problem is that it issues many DNS requests. How does this > happen? > > Could that be a DNS configuration problem? Reporter, could you check: > - how many DNS requests are sent with only one contact (one or many?) I removed all of my contacts except one. Fired up ekiga again and approx 8 dns messages got fired off. These were being repeated every 30secs or so. Went into accounts and unregistered, the dns messages stopped. Waited 30mins because my isp told me that they block the port for that time. Went into accounts and reregistered, same deal as above. > (In *normal* gconf configuration, you could save your config with "cp > -a .gconf/apps/ekiga .gconf/apps/ekiga-save", and restore it > afterwards) did not do this but I can soon put the numbers back. > - with wireshark if your firsts DNS requests receive errors, so ekiga > Ok, I am familiar with wireshark, but have not done this yet. What would be the best ports to put it on? dns(53) or 5060? Am I supposed to put a dns server somewhere into ekiga? Brian From sevmek at free.fr Sat Oct 17 06:21:28 2009 From: sevmek at free.fr (yannick) Date: Sat, 17 Oct 2009 08:21:28 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <81c921f30910160419h4c1b8f6ev77077c3c18717f1b@mail.gmail.com> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <4AD84BE1.20804@pu-pm.univ-fcomte.fr> <81c921f30910160419h4c1b8f6ev77077c3c18717f1b@mail.gmail.com> Message-ID: <4AD96268.3070602@free.fr> Javier Barroso a ?crit : > On Fri, Oct 16, 2009 at 12:33 PM, Eugen Dedu > wrote: >> Javier Barroso wrote: >>> On Wed, Oct 14, 2009 at 10:18 PM, Javier Barroso wrote: >>>> Hi, >>>> >>>> On Wed, Oct 14, 2009 at 7:43 PM, Damien Sandras wrote: >>>>> Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : >>>>>> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : >>>>>>> Then I tried to call to 1999 extension, but ekiga didn't let me dial >>>>>>> (no dial tone in my softphone). >>>>>>> >>>>>>> Obviously this extension works perfectly, and I can call to it >>>>>>> sometimes but other not. >>>>>>> >>>>>>> You can look ekiga debug output in pastebin [2] >>>>>> I do not see any attempt to call in this log. Damien? Eugen? >>>>>> >>>>> Me neither... >>>> I'm sure a wrote 1999 in "address bar" and then enter key, but did't >>>> let me dial. >>> I want to say that in this case, it was my first try to make a call. >>> So it is normal you won't see any call (no call before this failure). >>> >>> ekiga keeps unusable until I close it and open again (a new instance). >>> Then I can call, but not all the morning is working fine. >> Javier, >> >> We do not understand well what happens. >> >> Do you wait until ekiga is registered, before trying 1999? Are the >> accounts registered before trying 1999 (look at the Accounts window)? > Yes ekiga is registered (it happens too after a while using ekiga) > >> When you type 1999, you have sip:1999 in the URL bar and a combobox is >> opened to show you some completions. When you press the green phone, is >> this combobox closed or not? Is the address completed (something like >> sip:1999 at ekiga.net) or not? > > Hi all, > > Yesterday I switch to kde4 to give a try ekiga outside awesome (to > discard wm issues) > > Now I discover one issue: > > When I type 1999 in URL bar and type "enter" key then not let me dial. > But, If in this moment (after it is not working) I select a number > from call history and I can call to it (double click in the list). > > Then I type 1999 in URL bar and it works ! > > Now I'm not sure if when it happens (it not call), the address is > completed or not ... Next time it happens to me I'll reply your last > parraph > What happen if you try to place the call using not a number, but somthing close to the form of an email: do not try sip:1999 try: sip:1999 at yourprovider (your provider is what you entered in the account window, under the field registrar) From sevmek at free.fr Sat Oct 17 06:27:07 2009 From: sevmek at free.fr (yannick) Date: Sat, 17 Oct 2009 08:27:07 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <1255711147.24607.28.camel@scorpion.multitel.be> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> <1255711147.24607.28.camel@scorpion.multitel.be> Message-ID: <4AD963BB.8070804@free.fr> Damien Sandras a ?crit : > Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : > >> Hi, >> >> Ekiga snapshots (trunk/master) on debian have just been updated, they >> will be available this night UTC. There are a few changes: >> >> - ekiga now depends on libboost packages, as per code changes, instead >> of libsigc++ >> - all the plugins except pulse are grouped into one -plugins package, as >> per official debian packaging; the replacement from -plugins-... to >> -plugins should be done automatically >> - ekiga is split between one executable, one library and two plugins >> (evolution and ldap). evolution-data-server is not mandatory: if it >> exists, ekiga will use it, if not it just does not use it :o) >> >> - temporarily, until some bug involving EchoCanceler is fixed, >> opal/ekiga use speex(dsp) libraries not from the system, but the version >> from its own code >> >> Note also that the trunk is a bit unstable at the moment. >> > > > When pulse is the only audio plugin, does the audio devices page > disappear as expected ? > Does it solve Yannick's issues with sound events on transfer ? > Good job eugen! I will port those packages to Ubuntu after I finished the work on Ekiga.org (and before starting working on ekiga.net, as I consider testing a high priority). After releasing those packages for Ubuntu, I will test the issue with events on transfer. Best regards, Yannick From dsandras at seconix.com Sat Oct 17 07:48:05 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sat, 17 Oct 2009 09:48:05 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091017132610.01d1431e@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> Message-ID: <1255765685.24607.32.camel@scorpion.multitel.be> Le samedi 17 octobre 2009 ? 13:26 +1000, bnc at netspeed.com.au a ?crit : > On Fri, 16 Oct 2009 10:18:48 +0200 > Eugen, > see below. > > Damien Sandras wrote: > > > Le jeudi 15 octobre 2009 ? 15:26 +1000, bnc at netspeed.com.au a > > > ?crit : > > >> Hi, > > >> I have mentioned this problem before but I now have some more info. > > >> > > >> I have about 40 numbers in my contact list, when ekiga tries to > > >> register it issues a dns subscribe request for every single phone > > >> number really quickly and repeats this. > > >> I have just rung my isp and they saw the requests coming in and > > >> treat it as a DOS attack and block my phone for 30mins. > > >> Hence the registration drops out, and the cycle starts again. > > >> > > >> In my case most of my contact list are normal phones not actual sip > > >> addresses, it makes no sense to try to determine their status. > > >> > > >> So my ekiga 3.2.6 is unusable at present. > > >> > > >> Please advise if there is a way to turn this function off. > > > > > > There is no way currently. > > > I do not know how to fix that without adding a new obscure setting > > > to Ekiga. > > > > > > Perhaps using the address book would be more appropriate than the > > > contact list for that specific case ? > > > > The problem is not that ekiga does a DNS request for each contact > > (even if a DNS cache could be implemented in opal to optimise this); > > the problem is that it issues many DNS requests. How does this > > happen? > > > > Could that be a DNS configuration problem? Reporter, could you check: > > - how many DNS requests are sent with only one contact (one or many?) > I removed all of my contacts except one. > Fired up ekiga again and approx 8 dns messages got fired off. These > were being repeated every 30secs or so. > Went into accounts and unregistered, the dns messages stopped. > > Waited 30mins because my isp told me that they block the port for that > time. > > Went into accounts and reregistered, same deal as above. > > > (In *normal* gconf configuration, you could save your config with "cp > > -a .gconf/apps/ekiga .gconf/apps/ekiga-save", and restore it > > afterwards) > did not do this but I can soon put the numbers back. > > > - with wireshark if your firsts DNS requests receive errors, so ekiga > > > Ok, I am familiar with wireshark, but have not done this yet. What > would be the best ports to put it on? > dns(53) or 5060? > > Am I supposed to put a dns server somewhere into ekiga? Where you blacklisted because of DNS requests ?! It does not make sense... -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From javibarroso at gmail.com Sat Oct 17 08:35:24 2009 From: javibarroso at gmail.com (Javier Barroso) Date: Sat, 17 Oct 2009 10:35:24 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <4AD96268.3070602@free.fr> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <4AD84BE1.20804@pu-pm.univ-fcomte.fr> <81c921f30910160419h4c1b8f6ev77077c3c18717f1b@mail.gmail.com> <4AD96268.3070602@free.fr> Message-ID: <81c921f30910170135o1c092575rf9381cd363f02cb4@mail.gmail.com> On Sat, Oct 17, 2009 at 8:21 AM, yannick wrote: > Javier Barroso a ?crit : >> On Fri, Oct 16, 2009 at 12:33 PM, Eugen Dedu >> wrote: >>> Javier Barroso wrote: >>>> On Wed, Oct 14, 2009 at 10:18 PM, Javier Barroso wrote: >>>>> Hi, >>>>> >>>>> On Wed, Oct 14, 2009 at 7:43 PM, Damien Sandras wrote: >>>>>> Le mercredi 14 octobre 2009 ? 18:17 +0200, yannick a ?crit : >>>>>>> Le mercredi 14 octobre 2009 ? 13:09 +0200, Javier Barroso a ?crit : >>>>>>>> Then I tried to call to 1999 extension, but ekiga didn't let me dial >>>>>>>> (no dial tone in my softphone). >>>>>>>> >>>>>>>> Obviously this extension works perfectly, and I can call to it >>>>>>>> sometimes but other not. >>>>>>>> >>>>>>>> You can look ekiga debug output in pastebin [2] >>>>>>> I do not see any attempt to call in this log. Damien? Eugen? >>>>>>> >>>>>> Me neither... >>>>> I'm sure a wrote 1999 in "address bar" and then enter key, but did't >>>>> let me dial. >>>> I want to say that in this case, it was my first try to make a call. >>>> So it is normal you won't see any call (no call before this failure). >>>> >>>> ekiga keeps unusable until I close it and open again (a new instance). >>>> Then I can call, but not all the morning is working fine. >>> Javier, >>> >>> We do not understand well what happens. >>> >>> Do you wait until ekiga is registered, before trying 1999? ?Are the >>> accounts registered before trying 1999 (look at the Accounts window)? >> Yes ekiga is registered (it happens too after a while using ekiga) >> >>> When you type 1999, you have sip:1999 in the URL bar and a combobox is >>> opened to show you some completions. ?When you press the green phone, is >>> this combobox closed or not? ?Is the address completed (something like >>> sip:1999 at ekiga.net) or not? >> >> Hi all, >> >> Yesterday I switch to kde4 to give a try ekiga outside awesome (to >> discard wm issues) >> >> Now I discover one issue: >> >> When I type 1999 in URL bar and type "enter" key then not let me dial. >> But, If in this moment (after it is not working) I select a number >> from call history and I can call to it (double click in the list). >> >> Then I type 1999 in URL bar and it works ! >> >> Now I'm not sure if when it happens (it not call), the address is >> completed or not ... Next time it happens to me I'll reply your last >> parraph >> > > What happen if you try to place the call using not a number, but > somthing close to the form of an email: > do not try sip:1999 > try: sip:1999 at yourprovider (your provider is what you entered in the > account window, under the field registrar) It happens too. (Ekiga will not let me dial when I type "enter" or when I click in green button), but I can select a recent call from the list with mouse and then it works again (I can call to any number). Yesterday I had this issue, and then I discover that I couldn't receiving calls (it appears like bussy until I exit and reexec ekiga) but that I could call again. Unfortunally I was running ekiga without -d4 parameter (in debian #546886 bug [1] you could take a look for gdb trace but not to -d4 output because I forgot it when made the report). I think that are two issues different 1. No unresponsive (only sometimes) when I type 'enter' or click in green phone button 2. Won't receiving calls because it appears like bussy (I will send you gdb trace and -d4 output if it happens again). Thanks your efforts. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546886 From javibarroso at gmail.com Sat Oct 17 08:38:04 2009 From: javibarroso at gmail.com (Javier Barroso) Date: Sat, 17 Oct 2009 10:38:04 +0200 Subject: [Ekiga-list] ekiga 3.2.6 won't call In-Reply-To: <81c921f30910170135o1c092575rf9381cd363f02cb4@mail.gmail.com> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <4AD84BE1.20804@pu-pm.univ-fcomte.fr> <81c921f30910160419h4c1b8f6ev77077c3c18717f1b@mail.gmail.com> <4AD96268.3070602@free.fr> <81c921f30910170135o1c092575rf9381cd363f02cb4@mail.gmail.com> Message-ID: <81c921f30910170138k6c5b5a09l7cbae1a88d433bc6@mail.gmail.com> A correction in previous email > > I think that are two issues different > > ?1. No unresponsive (only sometimes) when I type 'enter' or click in > green phone button Better phrase: 1. No unresponsive (only sometimes) when I type 'enter' or click in green phone button. But if you select a number from call history then you can call using the url bar again. Thanks From bnc at netspeed.com.au Sat Oct 17 09:05:42 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Sat, 17 Oct 2009 19:05:42 +1000 Subject: [Ekiga-list] DOS problem In-Reply-To: <1255765685.24607.32.camel@scorpion.multitel.be> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> Message-ID: <20091017190542.39e1883b@lbnc.JUSTUS> On Sat, 17 Oct 2009 09:48:05 +0200 Damien Sandras wrote: > > Where you blacklisted because of DNS requests ?! > It does not make sense... > > Yes, that is what they told me, because the messages came in so fast they treated it as a DOS attack. Brian From dsandras at seconix.com Sat Oct 17 09:38:15 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sat, 17 Oct 2009 11:38:15 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091017190542.39e1883b@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> <20091017190542.39e1883b@lbnc.JUSTUS> Message-ID: <1255772295.24607.37.camel@scorpion.multitel.be> Le samedi 17 octobre 2009 ? 19:05 +1000, bnc at netspeed.com.au a ?crit : > On Sat, 17 Oct 2009 09:48:05 +0200 > Damien Sandras wrote: > > > > > Where you blacklisted because of DNS requests ?! > > It does not make sense... > > > Yes, that is what they told me, because the messages came in so fast > they treated it as a DOS attack. It does not make sense... Is the Internet provider or the ITSP blacklisting you ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From bnc at netspeed.com.au Sat Oct 17 10:05:06 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Sat, 17 Oct 2009 20:05:06 +1000 Subject: [Ekiga-list] DOS problem In-Reply-To: <1255772295.24607.37.camel@scorpion.multitel.be> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> <20091017190542.39e1883b@lbnc.JUSTUS> <1255772295.24607.37.camel@scorpion.multitel.be> Message-ID: <20091017200506.1c0e2c41@lbnc.JUSTUS> On Sat, 17 Oct 2009 11:38:15 +0200 Damien Sandras wrote: > Le samedi 17 octobre 2009 ? 19:05 +1000, bnc at netspeed.com.au a ?crit : > > > On Sat, 17 Oct 2009 09:48:05 +0200 > > Damien Sandras wrote: > > > > > > > > Where you blacklisted because of DNS requests ?! > > > It does not make sense... > > > > > > > > Yes, that is what they told me, because the messages came in so fast > > they treated it as a DOS attack. > > > It does not make sense... Is the Internet provider or the ITSP > blacklisting you ? > > The way I understand it, my isp is blocking it From dsandras at seconix.com Sat Oct 17 10:49:53 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sat, 17 Oct 2009 12:49:53 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091017200506.1c0e2c41@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> <20091017190542.39e1883b@lbnc.JUSTUS> <1255772295.24607.37.camel@scorpion.multitel.be> <20091017200506.1c0e2c41@lbnc.JUSTUS> Message-ID: <1255776593.24607.39.camel@scorpion.multitel.be> Le samedi 17 octobre 2009 ? 20:05 +1000, bnc at netspeed.com.au a ?crit : > On Sat, 17 Oct 2009 11:38:15 +0200 > Damien Sandras wrote: > > > Le samedi 17 octobre 2009 ? 19:05 +1000, bnc at netspeed.com.au a ?crit : > > > > > On Sat, 17 Oct 2009 09:48:05 +0200 > > > Damien Sandras wrote: > > > > > > > > > > > Where you blacklisted because of DNS requests ?! > > > > It does not make sense... > > > > > > > > > > > > > Yes, that is what they told me, because the messages came in so fast > > > they treated it as a DOS attack. > > > > > > It does not make sense... Is the Internet provider or the ITSP > > blacklisting you ? > > > > > > The way I understand it, my isp is blocking it That is really weird. Notice you could use (if it is due to the DNS requests) 4.2.2.4 as nameserver. But PTLIB is supposed to cache DNS information. I will check if I can reproduce the problem here. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From john_re at fastmail.us Sun Oct 18 08:47:34 2009 From: john_re at fastmail.us (john_re) Date: Sun, 18 Oct 2009 01:47:34 -0700 Subject: [Ekiga-list] Sunday 18th 12N-3P PDST Global Ekiga Mtg - BerkeleyTIP - for forwarding Message-ID: <1255855654.21152.1340652391@webmail.messagingengine.com> Join the global Free SW HW & Culture meeting online via VOIP & IRC. Sunday Oct 18, 12N-3P Pacific Daylight Savings Time (UTC-8), 3P-6P Eastern, (7P-10P UTC?) http://sites.google.com/site/berkeleytip/remote-attendance Or, come to the UCBerkeley Free Speech Cafe. Discuss the videos, work on your own projects & share them with others, & help work on the group projects. Get a VOIP headset, & join the #berkeleytip channel on irc.freenode.net We'll help you install VOIP client SW, & join the global meeting. Join with the meeting from your home via VOIP, or create a local meeting at your local college wifi cafe. http://sites.google.com/site/berkeleytip/schedule I finally got some posters up around campus. :) ===== Talk/Video October: Open Source-and-Mac Other OSs http://www.eweek.com/c/a/Linux-and-Open-Source/OpenSource-and-Mac-Alternatives-to-Windows-7-649233/ http://sites.google.com/site/berkeleytip/talk-videos ===== Some Topics for discussion: How get better WiFi at FSC - talk to UCB net services? FreeSwitch install on UCB box KUbuntu 9.10 out this month Plan for a UCB installfest - leaders, helpers, announcements Flyers post throughout campus beginning November? SSL & OpenVPN on UCB box ===== Join the mailing lists & say hi, tell us what you are interested in. http://groups.google.com/group/BerkTIPGlobal You are invited to forward this message anywhere it would be welcomed. :) From bret at busby.net Sun Oct 18 10:40:23 2009 From: bret at busby.net (Bret Busby) Date: Sun, 18 Oct 2009 18:40:23 +0800 (WST) Subject: [Ekiga-list] Sunday 20th Global Ekiga Mtg via VOIP - BerkeleyTIP - for forwarding In-Reply-To: <4ABBBAE9.7090201@web.de> References: <1253356928.30706.1335608849@webmail.messagingengine.com> <1253575880.15023.1335949825@webmail.messagingengine.com> <4ABBBAE9.7090201@web.de> Message-ID: On Thu, 24 Sep 2009, Shawn Adams wrote: > Date: Thu, 24 Sep 2009 20:31:05 +0200 > From: Shawn Adams > Reply-To: Ekiga mailing list > To: Ekiga mailing list > Subject: Re: [Ekiga-list] Sunday 20th Global Ekiga Mtg via VOIP - BerkeleyTIP > - for forwarding > > Bret > > perhaps I missed something in the list - were you able to connect to BTIP ? > > I think I wrote earlier - Ekiga 2.0.12 is fine, in my opinion, the best > version. > > Best regards, > > > Bret Busby wrote: >> On Mon, 21 Sep 2009, john_re wrote: >> >>> Date: Mon, 21 Sep 2009 16:31:20 -0700 >>> From: john_re >>> To: Ekiga mailing list , ekiga-list at gnome.org, >>> bret at busby.net >>> Cc: BTG >>> Subject: Re: [Ekiga-list] Sunday 20th Global Ekiga Mtg via VOIP - >>> BerkeleyTIP >>> - for forwarding >>> >>> >>> On Sun, 20 Sep 2009 12:29:16 +0800 (WST), "Bret Busby" >>> said: >>>> On Sat, 19 Sep 2009, john_re wrote: >>>> >>>>> Date: Sat, 19 Sep 2009 03:42:08 -0700 >>>>> From: john_re >>>>> Reply-To: Ekiga mailing list >>>>> To: ekiga-list at gnome.org >>>>> Subject: [Ekiga-list] Sunday 20th Global Ekiga Mtg via VOIP - >>>>> BerkeleyTIP - >>>>> for forwarding >>>>> >>>>> Get a VOIP headset, Install VOIP client SW, & join the global Ekiga >>>>> meeting this >>>>> Sunday Sept 20, 12N-3P Pacific Daylight Savings Time (UTC-8), >>>>> 3P-6P Eastern, (7P-10P UTC?) >>>>> http://sites.google.com/site/berkeleytip/remote-attendance >>>>> >>>>> Lots of great, exciting new things for Ekiga users, >>>>> as we start Year 2 of the Global FSW GNU(Linux)/BSD, >>>>> Free HW, Free Culture, TIP meetings: >>>>> TIP = Talks, Installfest, Project/Programing Party. >>>>> Educational, Productive, Social. >>>>> ... >>> >>>> >>>> Ah, if only a version of Ekiga is available, that works with Ubuntu >>>> 8.04, that can be installed using the Ubuntu package management >>>> system, ... >>> >>> I used 804 a long time, then move up to KU 904 - works fine on my >>> laptop & desktop. If u want to use 804, great - but - tell me why u >>> don't just upgrade to 904? thx. that should work well. >>> >> >> Ubuntu 8.04 is the latest Long Term Support version, and so is the >> version likely to be the most stable, and which is likely to have the >> least problems over time, with system upgrades "into the unknown", which >> is what happens with the non-LTS versions. >> >> To me, Ubuntu LTS versions, relative to the later versions that are not >> LTS, is like the way that the Debian stable versions used to be (but not >> the way it is now, where Debian stable, now, apparently, means Debian >> testing, especially where a system upgrade is done, like from Debian 4 >> to Debian 5), relative to Debian testing. >> >> It is about relative stability and support, both of which are more >> reliable for the LTS versions of Ubuntu. >> >> -- >> Bret Busby >> Armadale >> West Australia >> .............. >> >> "So once you do know what the question actually is, >> you'll know what the answer means." >> - Deep Thought, >> Chapter 28 of Book 1 of >> "The Hitchhiker's Guide to the Galaxy: >> A Trilogy In Four Parts", >> written by Douglas Adams, >> published by Pan Books, 1992 >> >> .................................................... > Hello. I did not take part. Unfortunately, the timezone here being UTC +8, the time of the meeting, was 0400 here, as is, apparently, the one being held within the next 24 hours. At present, I am a bit ill, so I will probably also miss this one. Maybe, better luck for me, next time. -- Bret Busby Armadale West Australia .............. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 .................................................... From michel.memeteau at gmail.com Sun Oct 18 16:33:33 2009 From: michel.memeteau at gmail.com (michel memeteau) Date: Sun, 18 Oct 2009 18:33:33 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091017200506.1c0e2c41@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> <20091017190542.39e1883b@lbnc.JUSTUS> <1255772295.24607.37.camel@scorpion.multitel.be> <20091017200506.1c0e2c41@lbnc.JUSTUS> Message-ID: Hi 2009/10/17 > The way I understand it, my isp is blocking it > > that is really weird , for example when a computer starts , you can have several apps that will do dns request and firefox restoring tabs that could end like 40 dns requests it's not flooding. Maybe they blacklist you on their dns server ? than you could just change the dns on your computer or router to use opendns. -- %<------------------------------------------------------->% Michel memeteau Blog 0.2 : http://memeteau.free.fr Fixe : 0974763294 Mobile : 0624808051 VOIP | Visio: sip:freechelmi at ippi.fr jabber/GTalk : xmpp:freechelmi at jabber.fr -------------- next part -------------- An HTML attachment was scrubbed... URL: From wagnerdm at seas.upenn.edu Mon Oct 19 03:08:51 2009 From: wagnerdm at seas.upenn.edu (wagnerdm at seas.upenn.edu) Date: Sun, 18 Oct 2009 23:08:51 -0400 Subject: [Ekiga-list] support: can't call "Echo test" Message-ID: <20091018230851.40891reey9adglz4@webmail.seas.upenn.edu> Hello all, I'm having a bit of trouble setting up Ekiga. When I try to call the echo test number (sip:500 at ekiga.net), nothing happens; the "call" icon gets grayed out and the "hang up" icon is activated, but no sound is produced (even if I make noise during the entire call), and there is otherwise no indication that the call has succeeded in any way. Here's what I've done so far: * Installed Ekiga 3.2.5 * Registered an account on ekiga.net * Verified that the correct sound devices are being used * Verified that the ekiga.net account shows up as "Registered" in the "Accounts" dialog * Forwarded UDP ports 3478-3479,5000-5100 and TCP port 1720 to my machine, as suggested on http://wiki.ekiga.org/index.php/Internet_ports_used_by_Ekiga * Snagged the debug output given by "ekiga -d 4" during an attempted call (it's short, included in full below) * Attempted to follow the troubleshooting guide at http://wiki.ekiga.org/index.php/Ekiga_behind_a_NAT_router with little success: the very first thing it asks you to do is run the Configuration Assistant NAT Test, which I can't find anywhere in the Configuration Assistant Any clues would be marvelous. Cheers, ~d sorghum:~% ekiga -d 4 dyna.cxx(111) H263+ DYNA Successfully loaded 'libavcodec.so' dyna.cxx(337) H263+ DYNA Successfully loaded libavcodec library and verified functions h263-1998.cxx(2101) H.263 Codec Enabled with 4 definitions dyna.cxx(111) H264 DYNA Successfully loaded 'libavcodec.so' dyna.cxx(337) H264 DYNA Successfully loaded libavcodec library and verified functions h264pipe_unix.cxx(301) H264 IPC PP: Found GPL process executable in /usr/lib/opal-3.6.4/codecs/video/h264_video_pwplugin_helper x264loader_unix.cxx(114) H264 DYNA Trying to open x264 library libx264.so.67 x264loader_unix.cxx(131) H264 DYNA Successfully loaded libx264.so.67 x264loader_unix.cxx(103) H264 DYNA Loader was compiled with x264 build 67 present x264loader_unix.cxx(106) H264 DYNA Successfully loaded libx264 library and verified functions h264pipe_unix.cxx(118) H264 IPC PP: Successfully forked child process 2045 and established communication h264-x264.cxx(853) H264 Codec Enabled dyna.cxx(111) MPEG4 DYNA Successfully loaded 'libavcodec.so' dyna.cxx(337) MPEG4 DYNA Successfully loaded libavcodec library and verified functions mpeg4.cxx(1993) MPEG4 Codec Enabled 2009/10/18 23:00:39.293 0:00.041 Version 3.2.5 by on Unix Linux (2.6.30-ARCH-x86_64) with PTLib (v2.6.4) at 2009/10/18 23:00:39.293 2009/10/18 23:00:39.294 0:00.041 Ekiga git revision: unknown 2009/10/18 23:00:39.294 0:00.041 Ekiga registered on D-Bus: org.ekiga.Ekiga h264helper_unix.cxx(72) H264 IPC CP: Terminating From sevmek at free.fr Mon Oct 19 04:21:42 2009 From: sevmek at free.fr (yannick) Date: Mon, 19 Oct 2009 06:21:42 +0200 Subject: [Ekiga-list] support: can't call "Echo test" In-Reply-To: <20091018230851.40891reey9adglz4@webmail.seas.upenn.edu> References: <20091018230851.40891reey9adglz4@webmail.seas.upenn.edu> Message-ID: <4ADBE956.1070003@free.fr> wagnerdm at seas.upenn.edu a ?crit : > Hello all, > > I'm having a bit of trouble setting up Ekiga. When I try to call the > echo test number (sip:500 at ekiga.net), nothing happens; the "call" icon > gets grayed out and the "hang up" icon is activated, but no sound is > produced (even if I make noise during the entire call), and there is > otherwise no indication that the call has succeeded in any way. Here's > what I've done so far: > > * Installed Ekiga 3.2.5 > * Registered an account on ekiga.net > * Verified that the correct sound devices are being used > * Verified that the ekiga.net account shows up as "Registered" in the > "Accounts" dialog > * Forwarded UDP ports 3478-3479,5000-5100 and TCP port 1720 to my > machine, as suggested on > http://wiki.ekiga.org/index.php/Internet_ports_used_by_Ekiga > * Snagged the debug output given by "ekiga -d 4" during an attempted > call (it's short, included in full below) > * Attempted to follow the troubleshooting guide at > http://wiki.ekiga.org/index.php/Ekiga_behind_a_NAT_router with little > success: the very first thing it asks you to do is run the Configuration > Assistant NAT Test, which I can't find anywhere in the Configuration > Assistant > > Any clues would be marvelous. > AFAIK ARCH Linux ships will many codecs and Ekiga has a bad bug when too many codecs are enbled. Try to disable all video codecs but H261, and try to call the echo test again. Best regards, Yannick From wagnerdm at seas.upenn.edu Mon Oct 19 04:31:53 2009 From: wagnerdm at seas.upenn.edu (wagnerdm at seas.upenn.edu) Date: Mon, 19 Oct 2009 00:31:53 -0400 Subject: [Ekiga-list] support: can't call "Echo test" In-Reply-To: <4ADBE956.1070003@free.fr> References: <20091018230851.40891reey9adglz4@webmail.seas.upenn.edu> <4ADBE956.1070003@free.fr> Message-ID: <20091019003153.20075xpemg3r4rk0@webmail.seas.upenn.edu> Quoting yannick : > AFAIK ARCH Linux ships will many codecs and Ekiga has a bad bug when too > many codecs are enbled. > > Try to disable all video codecs but H261, and try to call the echo test > again. Perfect, that works! ~d From sevmek at free.fr Mon Oct 19 04:56:20 2009 From: sevmek at free.fr (yannick) Date: Mon, 19 Oct 2009 06:56:20 +0200 Subject: [Ekiga-list] support: can't call "Echo test" In-Reply-To: <20091019003153.20075xpemg3r4rk0@webmail.seas.upenn.edu> References: <20091018230851.40891reey9adglz4@webmail.seas.upenn.edu> <4ADBE956.1070003@free.fr> <20091019003153.20075xpemg3r4rk0@webmail.seas.upenn.edu> Message-ID: <4ADBF174.3030404@free.fr> wagnerdm at seas.upenn.edu a ?crit : > Quoting yannick : > >> AFAIK ARCH Linux ships will many codecs and Ekiga has a bad bug when too >> many codecs are enbled. >> >> Try to disable all video codecs but H261, and try to call the echo test >> again. > > Perfect, that works! > ~d Try to add video codecs 1 by 1 until you reach the threshold. Theora is good for communication with other linux users, H263_1998 is good with windows SIP clients interoperability. H261 is not really interesting except for testing with our echo test (it is the worst video quality in our codecs). Sorry for the inconvenience. Best regards, Yannick From bnc at netspeed.com.au Mon Oct 19 07:35:15 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Mon, 19 Oct 2009 17:35:15 +1000 Subject: [Ekiga-list] DOS problem In-Reply-To: References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> <20091017190542.39e1883b@lbnc.JUSTUS> <1255772295.24607.37.camel@scorpion.multitel.be> <20091017200506.1c0e2c41@lbnc.JUSTUS> Message-ID: <20091019173515.3cbb2e6f@lbnc.JUSTUS> Michel, I gets weirder. It took me a while but I switched my dns to opends as suggested. When my ekiga account starts up(with 1 number in the contacts list) it still issues a string of about 8 dns requests(all to opendns) and they get repeated about every 30s. When I try to make a call I still get a voice response that says "your call could not be completed at this time" I can fire up Twinkle and make the call no problem. twinkle only starts about 3 dns calls and does nor repeat them. Brian On Sun, 18 Oct 2009 18:33:33 +0200 michel memeteau wrote: > Hi > > 2009/10/17 > > > The way I understand it, my isp is blocking it > > > > > > that is really weird , for example when a computer starts , you can > have several apps that will do dns request and firefox restoring tabs > that could end like 40 dns requests it's not flooding. > > Maybe they blacklist you on their dns server ? than you could just > change the dns on your computer or router to use opendns. > From dsandras at seconix.com Mon Oct 19 14:34:27 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 19 Oct 2009 16:34:27 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091019173515.3cbb2e6f@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <1255765685.24607.32.camel@scorpion.multitel.be> <20091017190542.39e1883b@lbnc.JUSTUS> <1255772295.24607.37.camel@scorpion.multitel.be> <20091017200506.1c0e2c41@lbnc.JUSTUS> <20091019173515.3cbb2e6f@lbnc.JUSTUS> Message-ID: <1255962867.4338.3.camel@scorpion.multitel.be> Le lundi 19 octobre 2009 ? 17:35 +1000, bnc at netspeed.com.au a ?crit : > Michel, > I gets weirder. > It took me a while but I switched my dns to opends as suggested. > When my ekiga account starts up(with 1 number in the contacts list) it > still issues a string of about 8 dns requests(all to opendns) and they > get repeated about every 30s. > > When I try to make a call I still get a voice response that says "your > call could not be completed at this time" > I can fire up Twinkle and make the call no problem. > twinkle only starts about 3 dns calls and does nor repeat them. > > Brian Twinkle does not have all features of Ekiga and thus issues less SIP messages. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 18:09:12 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 20:09:12 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <1255711147.24607.28.camel@scorpion.multitel.be> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> <1255711147.24607.28.camel@scorpion.multitel.be> Message-ID: <4ADCAB48.80704@pu-pm.univ-fcomte.fr> Damien Sandras wrote: > Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : > >> Hi, >> >> Ekiga snapshots (trunk/master) on debian have just been updated, they >> will be available this night UTC. There are a few changes: >> >> - ekiga now depends on libboost packages, as per code changes, instead >> of libsigc++ >> - all the plugins except pulse are grouped into one -plugins package, as >> per official debian packaging; the replacement from -plugins-... to >> -plugins should be done automatically >> - ekiga is split between one executable, one library and two plugins >> (evolution and ldap). evolution-data-server is not mandatory: if it >> exists, ekiga will use it, if not it just does not use it :o) >> >> - temporarily, until some bug involving EchoCanceler is fixed, >> opal/ekiga use speex(dsp) libraries not from the system, but the version >> from its own code >> >> Note also that the trunk is a bit unstable at the moment. >> > > > When pulse is the only audio plugin, does the audio devices page > disappear as expected ? Yes (sorry for the delay). Note that with the snapshots (and debian officials too by the way) you cannot have only pulse as audio plugin, because you need to install the -plugins package anyway, which has video and the other audio codecs. -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 18:15:41 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 20:15:41 +0200 Subject: [Ekiga-list] DOS problem In-Reply-To: <20091017132610.01d1431e@lbnc.JUSTUS> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> Message-ID: <4ADCACCD.4060600@pu-pm.univ-fcomte.fr> bnc at netspeed.com.au wrote: > On Fri, 16 Oct 2009 10:18:48 +0200 > Eugen, > see below. >> Damien Sandras wrote: >>> Le jeudi 15 octobre 2009 ? 15:26 +1000, bnc at netspeed.com.au a >>> ?crit : >>>> Hi, >>>> I have mentioned this problem before but I now have some more info. >>>> >>>> I have about 40 numbers in my contact list, when ekiga tries to >>>> register it issues a dns subscribe request for every single phone >>>> number really quickly and repeats this. >>>> I have just rung my isp and they saw the requests coming in and >>>> treat it as a DOS attack and block my phone for 30mins. >>>> Hence the registration drops out, and the cycle starts again. >>>> >>>> In my case most of my contact list are normal phones not actual sip >>>> addresses, it makes no sense to try to determine their status. >>>> >>>> So my ekiga 3.2.6 is unusable at present. >>>> >>>> Please advise if there is a way to turn this function off. >>> There is no way currently. >>> I do not know how to fix that without adding a new obscure setting >>> to Ekiga. >>> >>> Perhaps using the address book would be more appropriate than the >>> contact list for that specific case ? >> The problem is not that ekiga does a DNS request for each contact >> (even if a DNS cache could be implemented in opal to optimise this); >> the problem is that it issues many DNS requests. How does this >> happen? >> >> Could that be a DNS configuration problem? Reporter, could you check: >> - how many DNS requests are sent with only one contact (one or many?) > I removed all of my contacts except one. > Fired up ekiga again and approx 8 dns messages got fired off. These > were being repeated every 30secs or so. > Went into accounts and unregistered, the dns messages stopped. > > Waited 30mins because my isp told me that they block the port for that > time. > > Went into accounts and reregistered, same deal as above. > >> (In *normal* gconf configuration, you could save your config with "cp >> -a .gconf/apps/ekiga .gconf/apps/ekiga-save", and restore it >> afterwards) > did not do this but I can soon put the numbers back. > >> - with wireshark if your firsts DNS requests receive errors, so ekiga >> > Ok, I am familiar with wireshark, but have not done this yet. What > would be the best ports to put it on? > dns(53) or 5060? Close network-using applications (such as icedove/thuderbird). You start wireshark, listen to your interface, start ekiga, wait for the flood, stop listening in wireshark. That's all. > Am I supposed to put a dns server somewhere into ekiga? No. Could you just show us the content of /etc/resolv.conf? -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 18:18:23 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 20:18:23 +0200 Subject: [Ekiga-list] DNS request In-Reply-To: References: Message-ID: <4ADCAD6F.4050006@pu-pm.univ-fcomte.fr> David Jardin wrote: > Hi, > > When I launch Ekiga, it makes a lot of DNS request (SRV SIP request). I > cannot manage the DNS server I use and it seems to always answer by the > negative. > IS there a way to indicate to Ekiga where can it find the call server > because it takes to much time to contact a peer on a LAN. I have just seen this old message (16/06/2009). Maybe it is connected to the current DNS problem? -- Eugen From dsandras at seconix.com Mon Oct 19 18:51:27 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 19 Oct 2009 20:51:27 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <4ADCAB48.80704@pu-pm.univ-fcomte.fr> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> <1255711147.24607.28.camel@scorpion.multitel.be> <4ADCAB48.80704@pu-pm.univ-fcomte.fr> Message-ID: <1255978287.12531.1.camel@scorpion.multitel.be> Le lundi 19 octobre 2009 ? 20:09 +0200, Eugen Dedu a ?crit : > Damien Sandras wrote: > > Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : > > > >> Hi, > >> > >> Ekiga snapshots (trunk/master) on debian have just been updated, they > >> will be available this night UTC. There are a few changes: > >> > >> - ekiga now depends on libboost packages, as per code changes, instead > >> of libsigc++ > >> - all the plugins except pulse are grouped into one -plugins package, as > >> per official debian packaging; the replacement from -plugins-... to > >> -plugins should be done automatically > >> - ekiga is split between one executable, one library and two plugins > >> (evolution and ldap). evolution-data-server is not mandatory: if it > >> exists, ekiga will use it, if not it just does not use it :o) > >> > >> - temporarily, until some bug involving EchoCanceler is fixed, > >> opal/ekiga use speex(dsp) libraries not from the system, but the version > >> from its own code > >> > >> Note also that the trunk is a bit unstable at the moment. > >> > > > > > > When pulse is the only audio plugin, does the audio devices page > > disappear as expected ? > > Yes (sorry for the delay). > > Note that with the snapshots (and debian officials too by the way) you > cannot have only pulse as audio plugin, because you need to install the > -plugins package anyway, which has video and the other audio codecs. > If we want to test pulse, it should change (if pulse is the official default). ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 19:08:43 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 21:08:43 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <1255978287.12531.1.camel@scorpion.multitel.be> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> <1255711147.24607.28.camel@scorpion.multitel.be> <4ADCAB48.80704@pu-pm.univ-fcomte.fr> <1255978287.12531.1.camel@scorpion.multitel.be> Message-ID: <4ADCB93B.9060305@pu-pm.univ-fcomte.fr> Damien Sandras wrote: > Le lundi 19 octobre 2009 ? 20:09 +0200, Eugen Dedu a ?crit : > >> Damien Sandras wrote: >>> Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : >>> >>>> Hi, >>>> >>>> Ekiga snapshots (trunk/master) on debian have just been updated, they >>>> will be available this night UTC. There are a few changes: >>>> >>>> - ekiga now depends on libboost packages, as per code changes, instead >>>> of libsigc++ >>>> - all the plugins except pulse are grouped into one -plugins package, as >>>> per official debian packaging; the replacement from -plugins-... to >>>> -plugins should be done automatically >>>> - ekiga is split between one executable, one library and two plugins >>>> (evolution and ldap). evolution-data-server is not mandatory: if it >>>> exists, ekiga will use it, if not it just does not use it :o) >>>> >>>> - temporarily, until some bug involving EchoCanceler is fixed, >>>> opal/ekiga use speex(dsp) libraries not from the system, but the version >>>> from its own code >>>> >>>> Note also that the trunk is a bit unstable at the moment. >>>> >>> >>> When pulse is the only audio plugin, does the audio devices page >>> disappear as expected ? >> Yes (sorry for the delay). >> >> Note that with the snapshots (and debian officials too by the way) you >> cannot have only pulse as audio plugin, because you need to install the >> -plugins package anyway, which has video and the other audio codecs. >> > > > If we want to test pulse, it should change (if pulse is the official > default). I do not understand well... We could just tell people using snapshots to use it (even if the other audio plugins are present), isn't it? -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 19:17:28 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 21:17:28 +0200 Subject: [Ekiga-list] Jack Support In-Reply-To: References: Message-ID: <4ADCBB48.4040507@pu-pm.univ-fcomte.fr> Daniel Joshua Worth wrote: > I'm the host of the Open Source Musician Podcast. One of the major hurdles > for pod casters is having the ability to do interviews and/or have remote > show hosts. Our current setup uses skype to hold the conversation using the > alsa-jack bridge and an asoundrc pcm device. From there we record using > Ardour and send to an icecast server using darkice. Being able to use a sip > phone with native jack support would enable a much cleaner setup as well as > conference calling ect.. I hope this can be a planned addition to ekiga or > at the very least resolve the alsa pcm device issue. Well, there are several things to do to improve ekiga, I think there are other things more urgent than jack support :o( -- Eugen From pipemanmusic at gmail.com Mon Oct 19 19:27:08 2009 From: pipemanmusic at gmail.com (Daniel Joshua Worth) Date: Mon, 19 Oct 2009 13:27:08 -0600 Subject: [Ekiga-list] Jack Support In-Reply-To: <4ADCBB48.4040507@pu-pm.univ-fcomte.fr> References: <4ADCBB48.4040507@pu-pm.univ-fcomte.fr> Message-ID: On Mon, Oct 19, 2009 at 1:17 PM, Eugen Dedu wrote: > Daniel Joshua Worth wrote: > > I'm the host of the Open Source Musician Podcast. One of the major > hurdles > > for pod casters is having the ability to do interviews and/or have remote > > show hosts. Our current setup uses skype to hold the conversation using > the > > alsa-jack bridge and an asoundrc pcm device. From there we record using > > Ardour and send to an icecast server using darkice. Being able to use a > sip > > phone with native jack support would enable a much cleaner setup as well > as > > conference calling ect.. I hope this can be a planned addition to ekiga > or > > at the very least resolve the alsa pcm device issue. > > Well, there are several things to do to improve ekiga, I think there are > other things more urgent than jack support :o( > > -- > Eugen > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > Well, while I understand it might not be a top of the list type thing for most users, it's a show stopper for me. Unfortunately it means I, and many other pod casters, will be saddled with Skype for the foreseeable future. At the very least it would be nice to support alsa virtual sound devices like Skype does. thx, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Mon Oct 19 19:54:15 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 19 Oct 2009 21:54:15 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <4ADCB93B.9060305@pu-pm.univ-fcomte.fr> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> <1255711147.24607.28.camel@scorpion.multitel.be> <4ADCAB48.80704@pu-pm.univ-fcomte.fr> <1255978287.12531.1.camel@scorpion.multitel.be> <4ADCB93B.9060305@pu-pm.univ-fcomte.fr> Message-ID: <1255982055.12531.3.camel@scorpion.multitel.be> Le lundi 19 octobre 2009 ? 21:08 +0200, Eugen Dedu a ?crit : > Damien Sandras wrote: > > Le lundi 19 octobre 2009 ? 20:09 +0200, Eugen Dedu a ?crit : > > > >> Damien Sandras wrote: > >>> Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : > >>> > >>>> Hi, > >>>> > >>>> Ekiga snapshots (trunk/master) on debian have just been updated, they > >>>> will be available this night UTC. There are a few changes: > >>>> > >>>> - ekiga now depends on libboost packages, as per code changes, instead > >>>> of libsigc++ > >>>> - all the plugins except pulse are grouped into one -plugins package, as > >>>> per official debian packaging; the replacement from -plugins-... to > >>>> -plugins should be done automatically > >>>> - ekiga is split between one executable, one library and two plugins > >>>> (evolution and ldap). evolution-data-server is not mandatory: if it > >>>> exists, ekiga will use it, if not it just does not use it :o) > >>>> > >>>> - temporarily, until some bug involving EchoCanceler is fixed, > >>>> opal/ekiga use speex(dsp) libraries not from the system, but the version > >>>> from its own code > >>>> > >>>> Note also that the trunk is a bit unstable at the moment. > >>>> > >>> > >>> When pulse is the only audio plugin, does the audio devices page > >>> disappear as expected ? > >> Yes (sorry for the delay). > >> > >> Note that with the snapshots (and debian officials too by the way) you > >> cannot have only pulse as audio plugin, because you need to install the > >> -plugins package anyway, which has video and the other audio codecs. > >> > > > > > > If we want to test pulse, it should change (if pulse is the official > > default). > > I do not understand well... We could just tell people using snapshots > to use it (even if the other audio plugins are present), isn't it? > Will they do it ? ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From dsandras at seconix.com Mon Oct 19 19:55:15 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 19 Oct 2009 21:55:15 +0200 Subject: [Ekiga-list] Jack Support In-Reply-To: References: <4ADCBB48.4040507@pu-pm.univ-fcomte.fr> Message-ID: <1255982115.12531.5.camel@scorpion.multitel.be> Le lundi 19 octobre 2009 ? 13:27 -0600, Daniel Joshua Worth a ?crit : > On Mon, Oct 19, 2009 at 1:17 PM, Eugen Dedu > wrote: > > > Daniel Joshua Worth wrote: > > I'm the host of the Open Source Musician Podcast. One of the > major hurdles > > for pod casters is having the ability to do interviews > and/or have remote > > show hosts. Our current setup uses skype to hold the > conversation using the > > alsa-jack bridge and an asoundrc pcm device. From there we > record using > > Ardour and send to an icecast server using darkice. Being > able to use a sip > > phone with native jack support would enable a much cleaner > setup as well as > > conference calling ect.. I hope this can be a planned > addition to ekiga or > > at the very least resolve the alsa pcm device issue. > > > > Well, there are several things to do to improve ekiga, I think > there are > other things more urgent than jack support :o( > > > Well, while I understand it might not be a top of the list type thing > for most users, it's a show stopper for me. Unfortunately it means I, > and many other pod casters, will be saddled with Skype for the > foreseeable future. At the very least it would be nice to support alsa > virtual sound devices like Skype does. You can always redefine the "Default" ALSA device to use jack and use that device in Ekiga. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From Gerhard.Stengel at gmx.net Mon Oct 19 20:14:52 2009 From: Gerhard.Stengel at gmx.net (Gerhard Stengel) Date: Mon, 19 Oct 2009 22:14:52 +0200 Subject: [Ekiga-list] ekiga 3.2.6 crashes on incoming video call Message-ID: <200910192214.52845.Gerhard.Stengel@gmx.net> Hi, if I get a video call from X-Lite (which uses h263 or h263-1998 video codec) ekiga always segfaults on my machine. Here's the output of ekiga -d 4 and the backtrace: http://filebin.ca/kjxrcp/gdb-ekiga.txt Looks to me like it's some problem in libavcodec.so. Therefore I tried to downgrade ffmpeg from svn20024 to 0.5, but that didn't help. Any help would be very welcome. regards Gerhard From pipemanmusic at gmail.com Mon Oct 19 20:39:43 2009 From: pipemanmusic at gmail.com (Daniel Joshua Worth) Date: Mon, 19 Oct 2009 14:39:43 -0600 Subject: [Ekiga-list] Jack Support In-Reply-To: <1255982115.12531.5.camel@scorpion.multitel.be> References: <4ADCBB48.4040507@pu-pm.univ-fcomte.fr> <1255982115.12531.5.camel@scorpion.multitel.be> Message-ID: On Mon, Oct 19, 2009 at 1:55 PM, Damien Sandras wrote: > Le lundi 19 octobre 2009 ? 13:27 -0600, Daniel Joshua Worth a ?crit : > > On Mon, Oct 19, 2009 at 1:17 PM, Eugen Dedu < > Eugen.Dedu at pu-pm.univ-fcomte.fr> wrote: > > > Daniel Joshua Worth wrote: > > I'm the host of the Open Source Musician Podcast. One of the major > hurdles > > for pod casters is having the ability to do interviews and/or have remote > > show hosts. Our current setup uses skype to hold the conversation using > the > > alsa-jack bridge and an asoundrc pcm device. From there we record using > > Ardour and send to an icecast server using darkice. Being able to use a > sip > > phone with native jack support would enable a much cleaner setup as well > as > > conference calling ect.. I hope this can be a planned addition to ekiga > or > > at the very least resolve the alsa pcm device issue. > > > Well, there are several things to do to improve ekiga, I think there are > other things more urgent than jack support :o( > > > Well, while I understand it might not be a top of the list type thing for > most users, it's a show stopper for me. Unfortunately it means I, and many > other pod casters, will be saddled with Skype for the foreseeable future. At > the very least it would be nice to support alsa virtual sound devices like > Skype does. > > > You can always redefine the "Default" ALSA device to use jack and use that > device in Ekiga. > That isn't a workable solution as doing a live show means I don't want system sounds ect pushed out the live stream. Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 21:00:40 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 23:00:40 +0200 Subject: [Ekiga-list] ekiga 3.2.6 crashes on incoming video call In-Reply-To: <200910192214.52845.Gerhard.Stengel@gmx.net> References: <200910192214.52845.Gerhard.Stengel@gmx.net> Message-ID: <4ADCD378.60709@pu-pm.univ-fcomte.fr> Gerhard Stengel wrote: > Hi, > > if I get a video call from X-Lite (which uses h263 or h263-1998 video codec) ekiga always segfaults on my machine. > Here's the output of ekiga -d 4 and the backtrace: > > http://filebin.ca/kjxrcp/gdb-ekiga.txt > > Looks to me like it's some problem in libavcodec.so. > Therefore I tried to downgrade ffmpeg from svn20024 to 0.5, but that didn't help. I confirm this crash with H263-1998 and ekiga 3.2.6. 100% reproducible by just putting this codec the first one, and calling 500 at ekiga.net. It seems to me that it is in libavcodec: Thread 24 (Thread 0x7fffd4d34950 (LWP 12579)): #0 0x00007fffe6062f79 in ?? () from /usr/lib64/libavcodec.so #1 0x00007fffe5e7cfd1 in ff_epzs_motion_search () from /usr/lib64/libavcodec.so #2 0x00007fffe5e92ea5 in ff_estimate_p_frame_motion () from /usr/lib64/libavcodec.so #3 0x00007fffe5e1ad5e in ?? () from /usr/lib64/libavcodec.so I looked at the source of ffmpeg, and ff_epzs_motion_search is a 50-line function with many computes, so difficult to see where precisely the crash happens. -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Oct 19 21:02:07 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 19 Oct 2009 23:02:07 +0200 Subject: [Ekiga-list] Debian snapshots reloaded In-Reply-To: <1255982055.12531.3.camel@scorpion.multitel.be> References: <4AD8A0E5.1010407@pu-pm.univ-fcomte.fr> <1255711147.24607.28.camel@scorpion.multitel.be> <4ADCAB48.80704@pu-pm.univ-fcomte.fr> <1255978287.12531.1.camel@scorpion.multitel.be> <4ADCB93B.9060305@pu-pm.univ-fcomte.fr> <1255982055.12531.3.camel@scorpion.multitel.be> Message-ID: <4ADCD3CF.4050700@pu-pm.univ-fcomte.fr> Damien Sandras wrote: > Le lundi 19 octobre 2009 ? 21:08 +0200, Eugen Dedu a ?crit : > >> Damien Sandras wrote: >>> Le lundi 19 octobre 2009 ? 20:09 +0200, Eugen Dedu a ?crit : >>> >>>> Damien Sandras wrote: >>>>> Le vendredi 16 octobre 2009 ? 18:35 +0200, Eugen Dedu a ?crit : >>>>> >>>>>> Hi, >>>>>> >>>>>> Ekiga snapshots (trunk/master) on debian have just been updated, they >>>>>> will be available this night UTC. There are a few changes: >>>>>> >>>>>> - ekiga now depends on libboost packages, as per code changes, instead >>>>>> of libsigc++ >>>>>> - all the plugins except pulse are grouped into one -plugins package, as >>>>>> per official debian packaging; the replacement from -plugins-... to >>>>>> -plugins should be done automatically >>>>>> - ekiga is split between one executable, one library and two plugins >>>>>> (evolution and ldap). evolution-data-server is not mandatory: if it >>>>>> exists, ekiga will use it, if not it just does not use it :o) >>>>>> >>>>>> - temporarily, until some bug involving EchoCanceler is fixed, >>>>>> opal/ekiga use speex(dsp) libraries not from the system, but the version >>>>>> from its own code >>>>>> >>>>>> Note also that the trunk is a bit unstable at the moment. >>>>>> >>>>> When pulse is the only audio plugin, does the audio devices page >>>>> disappear as expected ? >>>> Yes (sorry for the delay). >>>> >>>> Note that with the snapshots (and debian officials too by the way) you >>>> cannot have only pulse as audio plugin, because you need to install the >>>> -plugins package anyway, which has video and the other audio codecs. >>>> >>> >>> If we want to test pulse, it should change (if pulse is the official >>> default). >> I do not understand well... We could just tell people using snapshots >> to use it (even if the other audio plugins are present), isn't it? >> > > > Will they do it ? If they agree to use snapshots, then they could try pulse as well :o) We will tell them. I will do it for next snapshots, ok? -- Eugen From afb at paradise.net.nz Tue Oct 20 01:20:37 2009 From: afb at paradise.net.nz (Adam Bogacki) Date: Tue, 20 Oct 2009 14:20:37 +1300 Subject: [Ekiga-list] Bonjour .. n'est pas OK Message-ID: <20091020012037.GA3427@paradise.net.nz> Please forgive my French, but having got 3.2.6 working, I find that I cannot use Bonjour, despite installing all the debs I could find containing "mDNSResponder" and avahi. Pardon the shotgun approach, but what am I missing here ? Regards, Adam Bogacki, afb at paradise.net.nz From jpuydt at free.fr Tue Oct 20 06:13:33 2009 From: jpuydt at free.fr (Julien Puydt) Date: Tue, 20 Oct 2009 08:13:33 +0200 Subject: [Ekiga-list] Bonjour .. n'est pas OK In-Reply-To: <20091020012037.GA3427@paradise.net.nz> References: <20091020012037.GA3427@paradise.net.nz> Message-ID: <4ADD550D.4040105@free.fr> Adam Bogacki a ?crit : > Please forgive my French, but having got 3.2.6 working, > I find that I cannot use Bonjour, despite installing > all the debs I could find containing "mDNSResponder" > and avahi. > > Pardon the shotgun approach, but what am I missing here ? I see two possibilities : - your ekiga is compiled without bonjour support -- to know that, you should check whether you see a neighbours list in the main window ; - you don't have anyone on the neighbourood -- so ekiga has nobody to show. Snark on #ekiga From dsandras at seconix.com Tue Oct 20 07:14:51 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 20 Oct 2009 09:14:51 +0200 Subject: [Ekiga-list] ekiga 3.2.6 crashes on incoming video call In-Reply-To: <4ADCD378.60709@pu-pm.univ-fcomte.fr> References: <200910192214.52845.Gerhard.Stengel@gmx.net> <4ADCD378.60709@pu-pm.univ-fcomte.fr> Message-ID: <1256022891.12531.11.camel@scorpion.multitel.be> Le lundi 19 octobre 2009 ? 23:00 +0200, Eugen Dedu a ?crit : > Gerhard Stengel wrote: > > Hi, > > > > if I get a video call from X-Lite (which uses h263 or h263-1998 video codec) ekiga always segfaults on my machine. > > Here's the output of ekiga -d 4 and the backtrace: > > > > http://filebin.ca/kjxrcp/gdb-ekiga.txt > > > > Looks to me like it's some problem in libavcodec.so. > > Therefore I tried to downgrade ffmpeg from svn20024 to 0.5, but that didn't help. > > I confirm this crash with H263-1998 and ekiga 3.2.6. 100% reproducible > by just putting this codec the first one, and calling 500 at ekiga.net. > > It seems to me that it is in libavcodec: > Thread 24 (Thread 0x7fffd4d34950 (LWP 12579)): > #0 0x00007fffe6062f79 in ?? () from /usr/lib64/libavcodec.so > #1 0x00007fffe5e7cfd1 in ff_epzs_motion_search () from > /usr/lib64/libavcodec.so > #2 0x00007fffe5e92ea5 in ff_estimate_p_frame_motion () from > /usr/lib64/libavcodec.so > #3 0x00007fffe5e1ad5e in ?? () from /usr/lib64/libavcodec.so > > I looked at the source of ffmpeg, and ff_epzs_motion_search is a 50-line > function with many computes, so difficult to see where precisely the > crash happens. > Report it to Craig... ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ From Thierry.Vieville at sophia.inria.fr Tue Oct 20 09:37:25 2009 From: Thierry.Vieville at sophia.inria.fr (Thierry Vieville) Date: Tue, 20 Oct 2009 11:37:25 +0200 Subject: [Ekiga-list] The far-end functionnality Message-ID: <4ADD84D5.8020704@sophia.inria.fr> In 2007 Damien Sandras confirmed that the far-end capability is not supported in ekiga However, we more and more have to connect to visio's server/bridge (e.g. h323:192.134.164.26) where the conference has to be selected and a id entered for validation: this requires to remote the left/right/up/down arrows and digits. We thus cannot use ekiga anymore yet. Does ekiga plan to have this done? If not, how complex would it be to contribute (i.e. ask one programmer to do it with/for you) ? -- Thierry Vi?ville http://www.inria.fr/Thierry.Vieville Tel: +(33)613286459 From dsandras at seconix.com Tue Oct 20 18:07:48 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 20 Oct 2009 20:07:48 +0200 Subject: [Ekiga-list] The far-end functionnality In-Reply-To: <4ADD84D5.8020704@sophia.inria.fr> References: <4ADD84D5.8020704@sophia.inria.fr> Message-ID: <1256062068.12374.26.camel@scorpion.multitel.be> Le mardi 20 octobre 2009 ? 11:37 +0200, Thierry Vieville a ?crit : > In 2007 Damien Sandras confirmed that the far-end capability is not > supported in ekiga > However, we more and more have to connect to visio's server/bridge > (e.g. h323:192.134.164.26) where the conference has to be selected and a > id entered for validation: this requires to remote the > left/right/up/down arrows and digits. We thus cannot use ekiga anymore yet. > Does ekiga plan to have this done? > If not, how complex would it be to contribute (i.e. ask one > programmer to do it with/for you) ? > What's the RFC or standard behind this ? I think OPAL has some work done on that. But I'm not sure. If it's the case, adding support in the gui would not be that hard. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From afb at paradise.net.nz Tue Oct 20 23:12:36 2009 From: afb at paradise.net.nz (Adam Bogacki) Date: Wed, 21 Oct 2009 12:12:36 +1300 Subject: [Ekiga-list] Re. Bonjour .. n'est pas OK In-Reply-To: References: Message-ID: <20091020231236.GA4132@paradise.net.nz> > From: Julien Puydt ..snip.. > Adam Bogacki a ?crit : > > Please forgive my French, but having got 3.2.6 working, > > I find that I cannot use Bonjour, despite installing > > all the debs I could find containing "mDNSResponder" > > and avahi. > > > > Pardon the shotgun approach, but what am I missing here ? > > I see two possibilities : > - your ekiga is compiled without bonjour support -- to know that, you > should check whether you see a neighbours list in the main window ; > - you don't have anyone on the neighbourood -- so ekiga has nobody to show. > > Snark on #ekiga Merci. I have a neighbours list in the main windowt. However, I was expecting a fairly global list of people using ekiga - as in past versions. How is one supposed to discover other SIP or ekiga users ? Is there a application for this somewhere ? Adam Bogacki, afb at paradise.net.nz From jpuydt at free.fr Wed Oct 21 11:37:50 2009 From: jpuydt at free.fr (Julien Puydt) Date: Wed, 21 Oct 2009 13:37:50 +0200 Subject: [Ekiga-list] Re. Bonjour .. n'est pas OK In-Reply-To: <20091020231236.GA4132@paradise.net.nz> References: <20091020231236.GA4132@paradise.net.nz> Message-ID: <4ADEF28E.8070202@free.fr> Adam Bogacki a ?crit : >> From: Julien Puydt > ..snip.. >> Adam Bogacki a ?crit : >>> Please forgive my French, but having got 3.2.6 working, >>> I find that I cannot use Bonjour, despite installing >>> all the debs I could find containing "mDNSResponder" >>> and avahi. >>> >>> Pardon the shotgun approach, but what am I missing here ? >> I see two possibilities : >> - your ekiga is compiled without bonjour support -- to know that, you >> should check whether you see a neighbours list in the main window ; >> - you don't have anyone on the neighbourood -- so ekiga has nobody to show. >> >> Snark on #ekiga > > Merci. > > I have a neighbours list in the main windowt. > > However, I was expecting a fairly global list of people using ekiga > - as in past versions. *Global* !? Neighbourhood is the local network, not global! > How is one supposed to discover other SIP or > ekiga users ? Is there a application for this somewhere ? Yes, there's an addressbook window, with hopefully the ekiga.net white pages, where you can search for people "globally". Snark on #ekiga From Thierry.Vieville at sophia.inria.fr Wed Oct 21 13:54:54 2009 From: Thierry.Vieville at sophia.inria.fr (Thierry Vieville) Date: Wed, 21 Oct 2009 15:54:54 +0200 Subject: [Ekiga-list] The far-end functionnality In-Reply-To: <1256062068.12374.26.camel@scorpion.multitel.be> References: <4ADD84D5.8020704@sophia.inria.fr> <1256062068.12374.26.camel@scorpion.multitel.be> Message-ID: <4ADF12AE.8010202@sophia.inria.fr> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 2109 bytes Desc: not available URL: From Detlef.Lechner at gmx.net Thu Oct 22 15:06:21 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Thu, 22 Oct 2009 17:06:21 +0200 Subject: [Ekiga-list] Why can Ekiga not register to ekiga.net but to an Asterisc server? Message-ID: <4AE074ED.9010100@gmx.net> Hi, Why can Ekiga not register me to ekiga.net but to an Asterisc server? http://pastebin.ca/1637333 Kind regards, Detlef Lechner From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Oct 22 17:02:03 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 22 Oct 2009 19:02:03 +0200 Subject: [Ekiga-list] Why can Ekiga not register to ekiga.net but to an Asterisc server? In-Reply-To: <4AE074ED.9010100@gmx.net> References: <4AE074ED.9010100@gmx.net> Message-ID: <4AE0900B.5000105@pu-pm.univ-fcomte.fr> Detlef Lechner wrote: > Hi, > > Why can Ekiga not register me to ekiga.net but to an Asterisc server? > http://pastebin.ca/1637333 I do not know, it should work: # 2009/10/22 11:15:18.595 0:03.131 subscriber:0xb7492b70 SIP Sending PDU (548 bytes) to: rem=udp$86.64.162.35:5060,local=udp$94.222.108.64:5070,if=192.168.178.26%eth0 # REGISTER sip:ekiga.net SIP/2.0 # CSeq: 1 REGISTER # Via: SIP/2.0/UDP 94.222.108.64:5070;branch=z9hG4bKda78eb15-59bd-de11-8757-0010c6ddb9a7;rport # User-Agent: Ekiga/3.2.5 # From: ;tag=0210b415-59bd-de11-8757-0010c6ddb9a7 # Call-ID: d6fab315-59bd-de11-8757-0010c6ddb9a7 at T43 # To: # Contact: ;q=1, ;q=0.500 # Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING # Expires: 3600 # Content-Length: 0 # Max-Forwards: 70 # # 2009/10/22 11:15:18.660 0:03.196 Opal Liste...0xb7514b70 SIP PDU received: rem=udp$86.64.162.35:5060,local=udp$94.222.108.64:5070,if=192.168.178.26%eth0 # SIP/2.0 606 Not Acceptable # CSeq: 1 REGISTER # Via: SIP/2.0/UDP 94.222.108.64:5070;branch=z9hG4bKda78eb15-59bd-de11-8757-0010c6ddb9a7;rport=5070;received=188.102.88.163 # Server: Kamailio (1.4.0-notls (i386/linux)) # From: ;tag=0210b415-59bd-de11-8757-0010c6ddb9a7 # Call-ID: d6fab315-59bd-de11-8757-0010c6ddb9a7 at T43 # To: ;tag=c64e1f832a41ec1c1f4e5673ac5b80f6.d015 # Content-Length: 0 # Maybe you have a NAT which changes the packets? Maybe the famous script at ekiga.net could be useful? :o) -- Eugen From afb at paradise.net.nz Thu Oct 22 23:51:34 2009 From: afb at paradise.net.nz (Adam Bogacki) Date: Fri, 23 Oct 2009 12:51:34 +1300 Subject: [Ekiga-list] Re. Bonjour .. n'est pas OK In-Reply-To: References: Message-ID: <20091022235134.GC2802@paradise.net.nz> > > Merci. > > > > I have a neighbours list in the main windowt. > > > > However, I was expecting a fairly global list of people using ekiga > > - as in past versions. > > *Global* !? Neighbourhood is the local network, not global! > > > How is one supposed to discover other SIP or > > ekiga users ? Is there a application for this somewhere ? > > Yes, there's an addressbook window, with hopefully the ekiga.net white > pages, where you can search for people "globally". > > Snark on #ekiga > Got it. I had to refresh the list. I counted 100, but many were duplicated or in triplicate. I miss the old format which gave user location, system used, etc. Cheers, Adam. From thedogfarted at gmail.com Fri Oct 23 08:58:55 2009 From: thedogfarted at gmail.com (=?UTF-8?B?SsSBbmlzIFJ1a8WhxIFucw==?=) Date: Fri, 23 Oct 2009 11:58:55 +0300 Subject: [Ekiga-list] Why can Ekiga not register to ekiga.net but to an Asterisc server? In-Reply-To: <4AE0900B.5000105@pu-pm.univ-fcomte.fr> References: <4AE074ED.9010100@gmx.net> <4AE0900B.5000105@pu-pm.univ-fcomte.fr> Message-ID: On Thu, Oct 22, 2009 at 8:02 PM, Eugen Dedu wrote: > Detlef Lechner wrote: >> Hi, >> >> Why can Ekiga not register me to ekiga.net but to an Asterisc server? >> http://pastebin.ca/1637333 > > I do not know, it should work: It doesn't work because STUN reports different external IP address (94.222.108.64) than seen by Ekiga.net (188.102.88.163). 2009/10/22 11:15:16.308 0:00.844 StunDetector:0xb7492b70 OPAL STUN server "stun.ekiga.net" replies Cone NAT, external IP 94.222.108.64 SIP/2.0 606 Not Acceptable CSeq: 1 REGISTER Via: SIP/2.0/UDP 94.222.108.64:5070;branch=z9hG4bKda78eb15-59bd-de11-8757-0010c6ddb9a7;rport=5070;received=188.102.88.163 Server: Kamailio (1.4.0-notls (i386/linux)) From: ;tag=0210b415-59bd-de11-8757-0010c6ddb9a7 Call-ID: d6fab315-59bd-de11-8757-0010c6ddb9a7 at T43 To: ;tag=c64e1f832a41ec1c1f4e5673ac5b80f6.d015 Content-Length: 0 I was under impression that Ekiga.net rejects REGISTER only if Via sent-by is in private address space (see [1,2]) but here Via sent-by is public IP. My only guess is that Ekiga.net compares Via sent-by and received and rejects REGISTER if they don't match. May I ask why there are such restrictions? [1] https://bugs.maemo.org/show_bug.cgi?id=4259 [2] http://sourceforge.net/tracker/?func=detail&aid=2412241&group_id=143636&atid=756076 -- Ian From nasr.laili at tin.it Fri Oct 23 10:36:50 2009 From: nasr.laili at tin.it (Ennio-Sr) Date: Fri, 23 Oct 2009 12:36:50 +0200 Subject: [Ekiga-list] no audio/video with counterpart on line Message-ID: <20091023103650.GA17576@deby.ei.hnet> Hi all! I convinced my son to download ekiga for win$ows a few weeks ago and have never since been able to talk/see him using ekiga (no problem with skype). Last night I could see he was online, send him messages and receive his replays but could not ear or see him, neither could he. Of course my web cam was all right (I could see myself) and my audio devices were correctly detected by ekiga. Looking at the View sub-panel I noticed that 'local video' appeared in bold characters while 'remote video' was (as always) grayed out. Tests with 'echo test' failed as well so I suspect there might have been bigger problems around. However, the 'remote video' has always been grayed out in my View panel... What am I setting wrong? Thanks for your attention. -- [Why use Win$ozz (I say) if ... "even a fool can do that. \\?// Do something you aren't good at!" (as Henry Miller used to say)] (?|?) Regards, Ennio. )=( From sohil.shah at einfochips.com Fri Oct 23 13:43:10 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Fri, 23 Oct 2009 19:13:10 +0530 Subject: [Ekiga-list] Ekiga hardware compatibility issues Message-ID: <4AE1B2EE.5030500@einfochips.com> Hi, 1) Is it possible to connect any IP camera as the source of video input instead of webcam ? 2) Is it possible to recieve a video stream via RTP/RTSP as source of video data ? 3) What exactly needs to be done if I want to implement (1) and (2) ? 4) I am getting the below given error in open MCU. Can someone please suggest some work around for the same ? [root at EICPU1065 ~]# openmcu -c -n -d --video -u sohil --defaultroom sohilshah All output for OpenMCU is to console. 2009/10/23 19:08:55.773 OpenMCU Message Starting service process "OpenMCU" v2.2.1 Daemon started with pid 22429 Could not write pid to file "/var/run/openmcu.pid" - Permission denied [root at EICPU1065 ~]# 2009/10/23 19:08:55.987 OpenMCU Debug3 H323 Created endpoint. 2009/10/23 19:08:55.987 H323 Cleaner Debug3 H323 Started cleaner thread 2009/10/23 19:08:55.990 OpenMCU Fatal error Main Could not open H.323 Listener 2009/10/23 19:08:55.996 OpenMCU Fatal error Cannot run without HTTP port: Address already in use Let me know if you need more details. -- Thanks& Regards, Sohil Shah Embedded Engineer eInfochips Ltd. Tel. No. +91 79 26563705 Ext. 120 Cell. No. +91 9428111818 www.einfochips.com -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From andre at bwh.harvard.edu Fri Oct 23 15:50:50 2009 From: andre at bwh.harvard.edu (Andre Robatino) Date: Fri, 23 Oct 2009 11:50:50 -0400 Subject: [Ekiga-list] ekiga.net STUN server down Message-ID: <4AE1D0DA.70201@bwh.harvard.edu> The STUN server stun.ekiga.net (alias for stun01.sipphone.com which is Gizmo5's STUN server) has been down for a while. Should Ekiga have its own STUN server? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From peasthope at shaw.ca Fri Oct 23 16:33:04 2009 From: peasthope at shaw.ca (peasthope at shaw.ca) Date: Fri, 23 Oct 2009 09:33:04 -0700 Subject: [Ekiga-list] STUN server; was Re: ekiga.net STUN server down In-Reply-To: <4AE1D0DA.70201@bwh.harvard.edu> Message-ID: <171056151.38980.30537.@cantor.invalid> Date: Fri, 23 Oct 2009 11:50:50 -0400 Andre Robatino wrote, > The STUN server stun.ekiga.net (alias for stun01.sipphone.com which is > Gizmo5's STUN server) has been down for a while. Should Ekiga have its > own STUN server? Given my cursory understandings of a Dynamic DNS Server and a STUN server, the two appear similar. Can anyone cite a document which explains the distinction? Thanks, ... Peter E. -- Google "pathology workshop" From wkevils at gmail.com Fri Oct 23 16:57:47 2009 From: wkevils at gmail.com (Kevin Wilson) Date: Fri, 23 Oct 2009 18:57:47 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net Message-ID: <55c333c0910230957i4a40f14dkaf3bdfcef1f9cdff@mail.gmail.com> Hello, I tried to register to ekiga.net (I have an account). I got : "Could not register" (Globally not acceptable). After looking in this suggested page: http://wiki.ekiga.org/index.php/Enable_port_forwarding_manually I added port forwarding via my router. My IP address is 192.168.2.100 and I am connected to the Internet via Edimax wireless router (NAT enabled). So I added port forwarding thus: Private IP Type Port Range 192.168.2.100 udp 5000-5100 192.168.2.100 udp 3478-3479 but this did not help. I still get "Could not register" (Globally not acceptable). Any idea? Am I missing anything here ? Regards. Kevin From andre at bwh.harvard.edu Fri Oct 23 17:01:40 2009 From: andre at bwh.harvard.edu (Andre Robatino) Date: Fri, 23 Oct 2009 13:01:40 -0400 Subject: [Ekiga-list] Cannot register to ekiga.net Message-ID: <4AE1E174.8080902@bwh.harvard.edu> This is due to stun.ekiga.net being down - see http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html Since Ekiga requires registration to a STUN server, it might be a good idea if there was a STUN server running on the same machine as the registration server, for reliability. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From dsandras at seconix.com Fri Oct 23 17:22:12 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 23 Oct 2009 19:22:12 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE1E174.8080902@bwh.harvard.edu> References: <4AE1E174.8080902@bwh.harvard.edu> Message-ID: <1256318532.2856.5.camel@scorpion.multitel.be> Le vendredi 23 octobre 2009 ? 13:01 -0400, Andre Robatino a ?crit : > This is due to stun.ekiga.net being down - see > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > Since Ekiga requires registration to a STUN server, it might be a good > idea if there was a STUN server running on the same machine as the > registration server, for reliability. > The problem is that we only have 1 IP address and it requires 2. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 23 19:46:16 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 23 Oct 2009 21:46:16 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE1E174.8080902@bwh.harvard.edu> References: <4AE1E174.8080902@bwh.harvard.edu> Message-ID: <4AE20808.2060101@pu-pm.univ-fcomte.fr> Andre Robatino wrote: > This is due to stun.ekiga.net being down - see > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > Since Ekiga requires registration to a STUN server, it might be a good > idea if there was a STUN server running on the same machine as the > registration server, for reliability. Not being able to contact the stun server is clearly an error, hence the user should be informed (through a dialog box or something). I'll report a bug about that... -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 23 19:52:16 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 23 Oct 2009 21:52:16 +0200 Subject: [Ekiga-list] Ekiga hardware compatibility issues In-Reply-To: <4AE1B2EE.5030500@einfochips.com> References: <4AE1B2EE.5030500@einfochips.com> Message-ID: <4AE20970.8060907@pu-pm.univ-fcomte.fr> Hoping I am not wrong in my answers: Sohil Shah wrote: > Hi, > > 1) Is it possible to connect any IP camera as the source of video input > instead of webcam ? I think not. > 2) Is it possible to recieve a video stream via RTP/RTSP as source of > video data ? I think not. > 3) What exactly needs to be done if I want to implement (1) and (2) ? For video input: - look into ptlib code - or, better for us, look into the gstreamer code in ekiga For video stream RTP/RTSP, I think you should look into ptlib and opal libraries. > 4) I am getting the below given error in open MCU. Can someone please > suggest some work around for the same ? > > [root at EICPU1065 ~]# openmcu -c -n -d --video -u sohil --defaultroom > sohilshah > All output for OpenMCU is to console. > 2009/10/23 19:08:55.773 OpenMCU Message > Starting service process "OpenMCU" v2.2.1 > Daemon started with pid 22429 > Could not write pid to file "/var/run/openmcu.pid" - Permission denied > [root at EICPU1065 ~]# 2009/10/23 19:08:55.987 > OpenMCU Debug3 H323 Created endpoint. > 2009/10/23 19:08:55.987 H323 Cleaner Debug3 H323 > Started cleaner thread > 2009/10/23 19:08:55.990 OpenMCU Fatal error > Main Could not open H.323 Listener > 2009/10/23 19:08:55.996 OpenMCU Fatal error > Cannot run without HTTP port: Address already in use openmcu is not maintained by ekiga developers. Use instead. However, looking into the output, it seems you cannot write into /var/run directory, but this is strange, as you are root. Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 23 19:55:37 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 23 Oct 2009 21:55:37 +0200 Subject: [Ekiga-list] no audio/video with counterpart on line In-Reply-To: <20091023103650.GA17576@deby.ei.hnet> References: <20091023103650.GA17576@deby.ei.hnet> Message-ID: <4AE20A39.9080309@pu-pm.univ-fcomte.fr> Ennio-Sr wrote: > Hi all! > > I convinced my son to download ekiga for win$ows a few weeks ago and > have never since been able to talk/see him using ekiga (no problem with > skype). Last night I could see he was online, send him messages and receive > his replays but could not ear or see him, neither could he. > > Of course my web cam was all right (I could see myself) and my audio > devices were correctly detected by ekiga. Looking at the View sub-panel > I noticed that 'local video' appeared in bold characters while 'remote > video' was (as always) grayed out. > > Tests with 'echo test' failed as well so I suspect there might have been > bigger problems around. However, the 'remote video' has always been > grayed out in my View panel... Maybe you are hit by "larger than 1500 bytes packet" bug. Try calling 500 at ekiga.net after removing a few unused codecs (for ex., check on only PCMA, PCMU, H261, all the other checked off). If still does not work, send us the -d 4 output gzipped. On windows machine, does calling 500 work? -- Eugen From andre at bwh.harvard.edu Fri Oct 23 20:50:10 2009 From: andre at bwh.harvard.edu (Andre Robatino) Date: Fri, 23 Oct 2009 16:50:10 -0400 Subject: [Ekiga-list] Cannot register to ekiga.net Message-ID: <4AE21702.4010208@bwh.harvard.edu> On a related note, I normally use Twinkle, and its icon is a different color (either yellow or gray) depending on whether one is registered to at least one server or not (which is why I can spot quickly whether ekiga.net is down). Maybe the Ekiga icon could do the same? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From wkevils at gmail.com Sat Oct 24 08:19:49 2009 From: wkevils at gmail.com (Kevin Wilson) Date: Sat, 24 Oct 2009 10:19:49 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE1E174.8080902@bwh.harvard.edu> References: <4AE1E174.8080902@bwh.harvard.edu> Message-ID: <55c333c0910240119p3b13ee37kce91c5ea037b29db@mail.gmail.com> Andre, Thanks a lot for you response! > This is due to stun.ekiga.net being down Are you sure this is the reason ? I have now ping to stun.ekiga.net, and still get this error ("Could not register - (Globally not acceptable) ") when I try to register with ekiga. Of course it could be that the stun server is temporarily not running on this machine, and I wonder whether indeed this is the case. Can I say, without any chance of being wrong, that getting this error ("Could not register - (Globally not acceptable) ")) indicates about that the stun server of stun.ekiga.net is down? Regards, Kevin On Fri, Oct 23, 2009 at 7:01 PM, Andre Robatino wrote: > This is due to stun.ekiga.net being down - see > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > Since Ekiga requires registration to a STUN server, it might be a good > idea if there was a STUN server running on the same machine as the > registration server, for reliability. > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > From palos at post.sk Sat Oct 24 09:16:29 2009 From: palos at post.sk (Palo S.) Date: 24 Oct 2009 11:16:29 +0200 (CEST) Subject: [Ekiga-list] Cannot register to ekiga.net Message-ID: <4AE2C5ED.000001.25134@kamasutra> Yes, STUN server is down. You can use another STUN server to get Ekiga working, at least for the audio part. P. ----- Origin?lna Spr?va ----- Od: Kevin Wilson Komu: Ekiga mailing list Poslan?: 24.10.2009 10:19 Predmet: Re: [Ekiga-list] Cannot register to ekiga.net > Andre, > Thanks a lot for you response! > > This is due to stun.ekiga.net being down > > Are you sure this is the reason ? > > I have now ping to stun.ekiga.net, and still get this error (\"Could > not register - (Globally not acceptable) \") when I try to register > with ekiga. > > Of course it could be that the stun server is temporarily not running > on this machine, and I wonder whether indeed this is the case. > > Can I say, without any chance of being wrong, that getting this error > (\"Could not register - (Globally not acceptable) \")) > indicates about that the stun server of stun.ekiga.net is down? > > > Regards, > Kevin > > On Fri, Oct 23, 2009 at 7:01 PM, Andre Robatino wrote: > > This is due to stun.ekiga.net being down - see > > > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > > > Since Ekiga requires registration to a STUN server, it might be a good > > idea if there was a STUN server running on the same machine as the > > registration server, for reliability. > > > > > > _______________________________________________ > > ekiga-list mailing list > > ekiga-list at gnome.org > > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > __________ Svetova kniznica SME - literarne klenoty 20. storocia - http://knihy.sme.sk/ From dsandras at seconix.com Sat Oct 24 11:09:24 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sat, 24 Oct 2009 13:09:24 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE20808.2060101@pu-pm.univ-fcomte.fr> References: <4AE1E174.8080902@bwh.harvard.edu> <4AE20808.2060101@pu-pm.univ-fcomte.fr> Message-ID: <1256382564.2844.11.camel@scorpion.multitel.be> Le vendredi 23 octobre 2009 ? 21:46 +0200, Eugen Dedu a ?crit : > Andre Robatino wrote: > > This is due to stun.ekiga.net being down - see > > > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > > > Since Ekiga requires registration to a STUN server, it might be a good > > idea if there was a STUN server running on the same machine as the > > registration server, for reliability. > > Not being able to contact the stun server is clearly an error, hence the > user should be informed (through a dialog box or something). I'll > report a bug about that... > Are you sure there is no box ? I'm using ekiga Trunk and I get a popup telling that it fails and that port forwarding is required. I will change to another stun server. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From dsandras at seconix.com Sat Oct 24 11:15:21 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sat, 24 Oct 2009 13:15:21 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE21702.4010208@bwh.harvard.edu> References: <4AE21702.4010208@bwh.harvard.edu> Message-ID: <1256382921.2844.15.camel@scorpion.multitel.be> Le vendredi 23 octobre 2009 ? 16:50 -0400, Andre Robatino a ?crit : > On a related note, I normally use Twinkle, and its icon is a different > color (either yellow or gray) depending on whether one is registered to > at least one server or not (which is why I can spot quickly whether > ekiga.net is down). Maybe the Ekiga icon could do the same? > What we could do is keeping the status as "Offline" until we are registered to at least one account. That's a good idea. I'll work on that this afternoon. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From rchambers1 at indy.rr.com Sat Oct 24 16:10:45 2009 From: rchambers1 at indy.rr.com (Robert Chambers) Date: Sat, 24 Oct 2009 12:10:45 -0400 Subject: [Ekiga-list] unsubscribe In-Reply-To: References: Message-ID: <1256400645.13316.1.camel@robert-desktop> On Sat, 2009-10-24 at 11:15 +0000, ekiga-list-request at gnome.org wrote: > Send ekiga-list mailing list submissions to > ekiga-list at gnome.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/ekiga-list > or, via email, send a message with subject or body 'help' to > ekiga-list-request at gnome.org > > You can reach the person managing the list at > ekiga-list-owner at gnome.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ekiga-list digest..." > > > Today's Topics: > > 1. Re: Ekiga hardware compatibility issues (Eugen Dedu) > 2. Re: no audio/video with counterpart on line (Eugen Dedu) > 3. Re: Cannot register to ekiga.net (Andre Robatino) > 4. Re: Cannot register to ekiga.net (Kevin Wilson) > 5. Re: Cannot register to ekiga.net (Palo S.) > 6. Re: Cannot register to ekiga.net (Damien Sandras) > 7. Re: Cannot register to ekiga.net (Damien Sandras) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 23 Oct 2009 21:52:16 +0200 > From: Eugen Dedu > To: sohil.shah at einfochips.com, Ekiga mailing list > > Subject: Re: [Ekiga-list] Ekiga hardware compatibility issues > Message-ID: <4AE20970.8060907 at pu-pm.univ-fcomte.fr> > Content-Type: text/plain; charset=UTF-8 > > Hoping I am not wrong in my answers: > > Sohil Shah wrote: > > Hi, > > > > 1) Is it possible to connect any IP camera as the source of video input > > instead of webcam ? > > I think not. > > > 2) Is it possible to recieve a video stream via RTP/RTSP as source of > > video data ? > > I think not. > > > 3) What exactly needs to be done if I want to implement (1) and (2) ? > > For video input: > - look into ptlib code > - or, better for us, look into the gstreamer code in ekiga > > For video stream RTP/RTSP, I think you should look into ptlib and opal > libraries. > > > 4) I am getting the below given error in open MCU. Can someone please > > suggest some work around for the same ? > > > > [root at EICPU1065 ~]# openmcu -c -n -d --video -u sohil --defaultroom > > sohilshah > > All output for OpenMCU is to console. > > 2009/10/23 19:08:55.773 OpenMCU Message > > Starting service process "OpenMCU" v2.2.1 > > Daemon started with pid 22429 > > Could not write pid to file "/var/run/openmcu.pid" - Permission denied > > [root at EICPU1065 ~]# 2009/10/23 19:08:55.987 > > OpenMCU Debug3 H323 Created endpoint. > > 2009/10/23 19:08:55.987 H323 Cleaner Debug3 H323 > > Started cleaner thread > > 2009/10/23 19:08:55.990 OpenMCU Fatal error > > Main Could not open H.323 Listener > > 2009/10/23 19:08:55.996 OpenMCU Fatal error > > Cannot run without HTTP port: Address already in use > > openmcu is not maintained by ekiga developers. Use > instead. > > However, looking into the output, it seems you cannot write into > /var/run directory, but this is strange, as you are root. > > Eugen > > > ------------------------------ > > Message: 2 > Date: Fri, 23 Oct 2009 21:55:37 +0200 > From: Eugen Dedu > To: mutt-users at mutt.org, Ekiga mailing list > Subject: Re: [Ekiga-list] no audio/video with counterpart on line > Message-ID: <4AE20A39.9080309 at pu-pm.univ-fcomte.fr> > Content-Type: text/plain; charset=UTF-8 > > Ennio-Sr wrote: > > Hi all! > > > > I convinced my son to download ekiga for win$ows a few weeks ago and > > have never since been able to talk/see him using ekiga (no problem with > > skype). Last night I could see he was online, send him messages and receive > > his replays but could not ear or see him, neither could he. > > > > Of course my web cam was all right (I could see myself) and my audio > > devices were correctly detected by ekiga. Looking at the View sub-panel > > I noticed that 'local video' appeared in bold characters while 'remote > > video' was (as always) grayed out. > > > > Tests with 'echo test' failed as well so I suspect there might have been > > bigger problems around. However, the 'remote video' has always been > > grayed out in my View panel... > > Maybe you are hit by "larger than 1500 bytes packet" bug. Try calling > 500 at ekiga.net after removing a few unused codecs (for ex., check on only > PCMA, PCMU, H261, all the other checked off). If still does not work, > send us the -d 4 output gzipped. > > On windows machine, does calling 500 work? > > -- > Eugen > > > ------------------------------ > > Message: 3 > Date: Fri, 23 Oct 2009 16:50:10 -0400 > From: Andre Robatino > To: ekiga-list at gnome.org > Subject: Re: [Ekiga-list] Cannot register to ekiga.net > Message-ID: <4AE21702.4010208 at bwh.harvard.edu> > Content-Type: text/plain; charset="iso-8859-1" > > On a related note, I normally use Twinkle, and its icon is a different > color (either yellow or gray) depending on whether one is registered to > at least one server or not (which is why I can spot quickly whether > ekiga.net is down). Maybe the Ekiga icon could do the same? > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: signature.asc > Type: application/pgp-signature > Size: 197 bytes > Desc: OpenPGP digital signature > URL: > > ------------------------------ > > Message: 4 > Date: Sat, 24 Oct 2009 10:19:49 +0200 > From: Kevin Wilson > To: Ekiga mailing list > Subject: Re: [Ekiga-list] Cannot register to ekiga.net > Message-ID: > <55c333c0910240119p3b13ee37kce91c5ea037b29db at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Andre, > Thanks a lot for you response! > > This is due to stun.ekiga.net being down > > Are you sure this is the reason ? > > I have now ping to stun.ekiga.net, and still get this error ("Could > not register - (Globally not acceptable) ") when I try to register > with ekiga. > > Of course it could be that the stun server is temporarily not running > on this machine, and I wonder whether indeed this is the case. > > Can I say, without any chance of being wrong, that getting this error > ("Could not register - (Globally not acceptable) ")) > indicates about that the stun server of stun.ekiga.net is down? > > > Regards, > Kevin > > On Fri, Oct 23, 2009 at 7:01 PM, Andre Robatino wrote: > > This is due to stun.ekiga.net being down - see > > > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > > > Since Ekiga requires registration to a STUN server, it might be a good > > idea if there was a STUN server running on the same machine as the > > registration server, for reliability. > > > > > > _______________________________________________ > > ekiga-list mailing list > > ekiga-list at gnome.org > > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > > > ------------------------------ > > Message: 5 > Date: 24 Oct 2009 11:16:29 +0200 (CEST) > From: Palo S. > To: > Subject: Re: [Ekiga-list] Cannot register to ekiga.net > Message-ID: <4AE2C5ED.000001.25134 at kamasutra> > Content-Type: Text/Plain; Charset = "ISO-8859-2" > > > Yes, STUN server is down. You can use another STUN server > to get Ekiga working, at least for the audio part. > > P. > > > > > ----- Origin?lna Spr?va ----- > Od: Kevin Wilson > Komu: Ekiga mailing list > Poslan?: 24.10.2009 10:19 > Predmet: Re: [Ekiga-list] Cannot register to ekiga.net > > > Andre, > > Thanks a lot for you response! > > > This is due to stun.ekiga.net being down > > > > Are you sure this is the reason ? > > > > I have now ping to stun.ekiga.net, and still get this error (\"Could > > not register - (Globally not acceptable) \") when I try to register > > with ekiga. > > > > Of course it could be that the stun server is temporarily not running > > on this machine, and I wonder whether indeed this is the case. > > > > Can I say, without any chance of being wrong, that getting this error > > (\"Could not register - (Globally not acceptable) \")) > > indicates about that the stun server of stun.ekiga.net is down? > > > > > > Regards, > > Kevin > > > > On Fri, Oct 23, 2009 at 7:01 PM, Andre Robatino wrote: > > > This is due to stun.ekiga.net being down - see > > > > > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > > > > > Since Ekiga requires registration to a STUN server, it might be a good > > > idea if there was a STUN server running on the same machine as the > > > registration server, for reliability. > > > > > > > > > _______________________________________________ > > > ekiga-list mailing list > > > ekiga-list at gnome.org > > > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > > > _______________________________________________ > > ekiga-list mailing list > > ekiga-list at gnome.org > > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > > > __________ > Svetova kniznica SME - literarne klenoty 20. storocia - http://knihy.sme.sk/ > > > > > ------------------------------ > > Message: 6 > Date: Sat, 24 Oct 2009 13:09:24 +0200 > From: Damien Sandras > To: Ekiga mailing list > Subject: Re: [Ekiga-list] Cannot register to ekiga.net > Message-ID: <1256382564.2844.11.camel at scorpion.multitel.be> > Content-Type: text/plain; charset="utf-8" > > Le vendredi 23 octobre 2009 ? 21:46 +0200, Eugen Dedu a ?crit : > > > Andre Robatino wrote: > > > This is due to stun.ekiga.net being down - see > > > > > > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html > > > > > > Since Ekiga requires registration to a STUN server, it might be a good > > > idea if there was a STUN server running on the same machine as the > > > registration server, for reliability. > > > > Not being able to contact the stun server is clearly an error, hence the > > user should be informed (through a dialog box or something). I'll > > report a bug about that... > > > > > Are you sure there is no box ? > I'm using ekiga Trunk and I get a popup telling that it fails and that > port forwarding is required. > > I will change to another stun server. > > > ________________________________________________________________________ > > Damien Sandras > > http://www.ekiga.org > http://www.beip.be > > ________________________________________________________________________ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: ekigacomplexicon32.png > Type: image/png > Size: 2109 bytes > Desc: not available > URL: > > ------------------------------ > > Message: 7 > Date: Sat, 24 Oct 2009 13:15:21 +0200 > From: Damien Sandras > To: Ekiga mailing list > Subject: Re: [Ekiga-list] Cannot register to ekiga.net > Message-ID: <1256382921.2844.15.camel at scorpion.multitel.be> > Content-Type: text/plain; charset="utf-8" > > Le vendredi 23 octobre 2009 ? 16:50 -0400, Andre Robatino a ?crit : > > > On a related note, I normally use Twinkle, and its icon is a different > > color (either yellow or gray) depending on whether one is registered to > > at least one server or not (which is why I can spot quickly whether > > ekiga.net is down). Maybe the Ekiga icon could do the same? > > > > > What we could do is keeping the status as "Offline" until we are > registered to at least one account. > > That's a good idea. I'll work on that this afternoon. > > > ________________________________________________________________________ > > Damien Sandras > > http://www.ekiga.org > http://www.beip.be > > ________________________________________________________________________ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: ekigacomplexicon32.png > Type: image/png > Size: 2109 bytes > Desc: not available > URL: > > ------------------------------ > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > > End of ekiga-list Digest, Vol 39, Issue 35 > ****************************************** From nasr.laili at tin.it Sat Oct 24 16:11:08 2009 From: nasr.laili at tin.it (Ennio-Sr) Date: Sat, 24 Oct 2009 18:11:08 +0200 Subject: [Ekiga-list] no audio/video with counterpart on line In-Reply-To: <4AE20A39.9080309@pu-pm.univ-fcomte.fr> References: <20091023103650.GA17576@deby.ei.hnet> <4AE20A39.9080309@pu-pm.univ-fcomte.fr> Message-ID: <20091024161108.GA21411@deby.ei.hnet> * Eugen Dedu [231009, 21:55]: > Ennio-Sr wrote: > > Hi all! > > Please see my first reply: this is just to send the second attachment... -- [Why use Win$ozz (I say) if ... "even a fool can do that. \\?// Do something you aren't good at!" (as Henry Miller used to say)] (?|?) Regards, Ennio. )=( -------------- next part -------------- A non-text attachment was scrubbed... Name: err_eki24oct.gz Type: application/octet-stream Size: 10306 bytes Desc: not available URL: From nasr.laili at tin.it Sat Oct 24 16:39:09 2009 From: nasr.laili at tin.it (Ennio-Sr) Date: Sat, 24 Oct 2009 18:39:09 +0200 Subject: [Ekiga-list] no audio/video with counterpart on line In-Reply-To: <4AE20A39.9080309@pu-pm.univ-fcomte.fr> References: <20091023103650.GA17576@deby.ei.hnet> <4AE20A39.9080309@pu-pm.univ-fcomte.fr> Message-ID: <20091024163908.GA25317@deby.ei.hnet> * Eugen Dedu [231009, 21:55]: > Ennio-Sr wrote: > > Hi all! > > > > I convinced my son to download ekiga for win$ows a few weeks ago and > .... > Maybe you are hit by "larger than 1500 bytes packet" bug. Try calling > 500 at ekiga.net after removing a few unused codecs (for ex., check on only > PCMA, PCMU, H261, all the other checked off). If still does not work, > send us the -d 4 output gzipped. > Hi Eugen, yesterday I did as you suggest: my accounts were registered but could not get an answer from 500 at ekiga.net (neither could I make a call using diamond.card account). (see encl. err_eki23oct.gz) Aa few mnutes ago I tried again, but I could not register! (see encl. err_eki24oct.gz). > > On windows machine, does calling 500 work? > No, I just asked my son (using win$owz) to test: he cold registered after a few attempts, but could not do the echo test! P:S: My post is being halted for being too-large: I'll try to send separately the two attachments hoping they get through....... OK, the smaller passed, the second (with attached err_eki23oct.gz) is still waiting for approval... -- [Why use Win$ozz (I say) if ... "even a fool can do that. \\?// Do something you aren't good at!" (as Henry Miller used to say)] (?|?) Regards, Ennio. )=( From wkevils at gmail.com Sat Oct 24 17:45:58 2009 From: wkevils at gmail.com (Kevin Wilson) Date: Sat, 24 Oct 2009 19:45:58 +0200 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE2C5ED.000001.25134@kamasutra> References: <4AE2C5ED.000001.25134@kamasutra> Message-ID: <55c333c0910241045g20e265f4m9678695c3e6e4cd8@mail.gmail.com> Hello, Thanks! 1) I would appreciate if somebody will let us know how can I configure Ekiga to use another STUN server. I could not find in Ekiga GUI how it can be done. 2) I would appreciate if somebody will let is know about free STUN server which can be used (if there exists something like this). Regards, Kevin 2009/10/24 Palo S. : > > Yes, STUN server is down. You can use another STUN server > to get Ekiga working, at least for the audio part. > > P. > > > > > ----- Origin?lna Spr?va ----- > Od: Kevin Wilson > Komu: Ekiga mailing list > Poslan?: 24.10.2009 10:19 > Predmet: Re: [Ekiga-list] Cannot register to ekiga.net > >> Andre, >> ? Thanks a lot for you response! >> > This is due to stun.ekiga.net being down >> >> Are you sure this is the reason ? >> >> I have now ping to stun.ekiga.net, and still get this error (\"Could >> not register - (Globally not acceptable) \") when I try to register >> with ekiga. >> >> Of course it could be that the stun server is temporarily not running >> on this machine, and I wonder whether indeed this is the case. >> >> ?Can I say, without any chance of being wrong, that getting this error >> (\"Could not register - (Globally not acceptable) \")) >> indicates about that the stun server of stun.ekiga.net is down? >> >> >> Regards, >> Kevin >> >> On Fri, Oct 23, 2009 at 7:01 PM, Andre Robatino ?wrote: >> > This is due to stun.ekiga.net being down - see >> > >> > http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html >> > >> > Since Ekiga requires registration to a STUN server, it might be a good >> > idea if there was a STUN server running on the same machine as the >> > registration server, for reliability. >> > >> > >> > _______________________________________________ >> > ekiga-list mailing list >> > ekiga-list at gnome.org >> > http://mail.gnome.org/mailman/listinfo/ekiga-list >> > >> _______________________________________________ >> ekiga-list mailing list >> ekiga-list at gnome.org >> http://mail.gnome.org/mailman/listinfo/ekiga-list >> > > > __________ > Svetova kniznica SME - literarne klenoty 20. storocia - http://knihy.sme.sk/ > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > From bnc at netspeed.com.au Sun Oct 25 04:39:33 2009 From: bnc at netspeed.com.au (bnc at netspeed.com.au) Date: Sun, 25 Oct 2009 14:39:33 +1000 Subject: [Ekiga-list] DOS problem In-Reply-To: <4ADCACCD.4060600@pu-pm.univ-fcomte.fr> References: <81c921f30910140409hfbd0a2hdf052a885710913@mail.gmail.com> <1255537020.4280.16.camel@achille> <1255542228.21638.21.camel@scorpion.multitel.be> <81c921f30910141318r1764eaeu6f980a0639d61451@mail.gmail.com> <81c921f30910141329p75cfe8eewf5cca164d591744f@mail.gmail.com> <20091015152653.53f9802c@lbnc.JUSTUS> <1255589276.21638.44.camel@scorpion.multitel.be> <4AD82C68.9060905@pu-pm.univ-fcomte.fr> <20091017132610.01d1431e@lbnc.JUSTUS> <4ADCACCD.4060600@pu-pm.univ-fcomte.fr> Message-ID: <20091025143933.4a4a3ee4@lbnc.JUSTUS> Eugen, > >>>> I have mentioned this problem before but I now have some more > >>>> info. > >>>> > >>>> I have about 40 numbers in my contact list, when ekiga tries to > >>>> register it issues a dns subscribe request for every single phone > >>>> number really quickly and repeats this. > >>>> I have just rung my isp and they saw the requests coming in and > >>>> treat it as a DOS attack and block my phone for 30mins. > >>>> Hence the registration drops out, and the cycle starts again. > >>>> > >>>> In my case most of my contact list are normal phones not actual > >>>> sip addresses, it makes no sense to try to determine their > >>>> status. > >>>> > >>>> So my ekiga 3.2.6 is unusable at present. > >>>> > >>>> Please advise if there is a way to turn this function off. > >>> There is no way currently. > >>> I do not know how to fix that without adding a new obscure setting > >>> to Ekiga. > >>> > >>> Perhaps using the address book would be more appropriate than the > >>> contact list for that specific case ? > >> The problem is not that ekiga does a DNS request for each contact > >> (even if a DNS cache could be implemented in opal to optimise > >> this); the problem is that it issues many DNS requests. How does > >> this happen? > >> > >> Could that be a DNS configuration problem? Reporter, could you > >> check: > >> - how many DNS requests are sent with only one contact (one or > >> many?) > > I removed all of my contacts except one. > > Fired up ekiga again and approx 8 dns messages got fired off. These > > were being repeated every 30secs or so. > > Went into accounts and unregistered, the dns messages stopped. > > > > Waited 30mins because my isp told me that they block the port for > > that time. > > > > Went into accounts and reregistered, same deal as above. > > > >> (In *normal* gconf configuration, you could save your config with > >> "cp -a .gconf/apps/ekiga .gconf/apps/ekiga-save", and restore it > >> afterwards) > > did not do this but I can soon put the numbers back. > > > >> - with wireshark if your firsts DNS requests receive errors, so > >> ekiga > >> > > Ok, I am familiar with wireshark, but have not done this yet. What > > would be the best ports to put it on? > > dns(53) or 5060? > > Close network-using applications (such as icedove/thuderbird). You > start wireshark, listen to your interface, start ekiga, wait for the > flood, stop listening in wireshark. That's all. > Ok, I now have a wireshark trace from a machine I can dial from using 3.0.1 and another machine with 3.2.6 which fails. Comparing the two I find this PUBLISH request. PUBLISH sip:99999999 at sip.internode.on.net SIP/2.0 CSeq: 73 PUBLISH Via: SIP/2.0/UDP 192.168.1.2:5066;branch=z9hG4bK76c50d8f-87bf-de11-98df-0025d35ead70;rport User-Agent: Ekiga/3.2.6 From: ;tag=e0980c8f-87bf-de11-98df-0025d35ead70 Call-ID: d2e4f18e-87bf-de11-98df-0025d35ead70 at lbnc To: Contact: Expires: 500 Event: presence Content-Type: application/pidf+xml Content-Length: 343 Max-Forwards: 70 online open 99999999 at sip.internode.on.net SIP/2.0 405 Method Not Allowed CSeq: 73 PUBLISH Via: SIP/2.0/UDP 192.168.1.2:5066;received=202.78.39.96;branch=z9hG4bK76c50d8f-87bf-de11-98df-0025d35ead70;rport=5066 From: ;tag=e0980c8f-87bf-de11-98df-0025d35ead70 Call-ID: d2e4f18e-87bf-de11-98df-0025d35ead70 at lbnc To: ;tag=aprqngfrt-8jnrul00000i4 Allow: INVITE,ACK,BYE,REGISTER,CANCEL,PRACK,INFO,SUBSCRIBE,NOTIFY,UPDATE I do not understand what it is trying to publish, but PUBLISH does not appear in the Allow string. I have other observations but would like to understand this first. > > Am I supposed to put a dns server somewhere into ekiga? > > No. Could you just show us the content of /etc/resolv.conf? > Yes, this was a problem, when you update the network stuff using the gui in suse it does not update resolv.conf:( I manually updated resolv.conf with the opendns numbers and they are working fine. Thanks, Brian From andre at bwh.harvard.edu Sun Oct 25 17:56:41 2009 From: andre at bwh.harvard.edu (Andre Robatino) Date: Sun, 25 Oct 2009 13:56:41 -0400 Subject: [Ekiga-list] Cannot register to ekiga.net Message-ID: <4AE49159.1000709@bwh.harvard.edu> Damien Sandras wrote: > I will change to another stun server. I notice you changed the stun.ekiga.net alias to point to stun.xten.com, I no longer get an error message about the stun server when starting my SIP client, and I can register to ekiga.net. But the Ekiga echo test and Ekiga call back both fail with a "408 Request Timeout" error. Is this related? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Sun Oct 25 18:08:10 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Sun, 25 Oct 2009 19:08:10 +0100 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <1256382564.2844.11.camel@scorpion.multitel.be> References: <4AE1E174.8080902@bwh.harvard.edu> <4AE20808.2060101@pu-pm.univ-fcomte.fr> <1256382564.2844.11.camel@scorpion.multitel.be> Message-ID: <4AE4940A.8090801@pu-pm.univ-fcomte.fr> Damien Sandras wrote: > Le vendredi 23 octobre 2009 ? 21:46 +0200, Eugen Dedu a ?crit : > >> Andre Robatino wrote: >>> This is due to stun.ekiga.net being down - see >>> >>> http://mail.gnome.org/archives/ekiga-list/2009-October/msg00164.html >>> >>> Since Ekiga requires registration to a STUN server, it might be a good >>> idea if there was a STUN server running on the same machine as the >>> registration server, for reliability. >> Not being able to contact the stun server is clearly an error, hence the >> user should be informed (through a dialog box or something). I'll >> report a bug about that... >> > > > Are you sure there is no box ? > I'm using ekiga Trunk and I get a popup telling that it fails and that > port forwarding is required. I was wrong then, sorry. -- Eugen From dsandras at seconix.com Sun Oct 25 18:21:49 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sun, 25 Oct 2009 19:21:49 +0100 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <4AE49159.1000709@bwh.harvard.edu> References: <4AE49159.1000709@bwh.harvard.edu> Message-ID: <1256494909.25892.45.camel@scorpion.multitel.be> Le dimanche 25 octobre 2009 ? 13:56 -0400, Andre Robatino a ?crit : > Damien Sandras wrote: > > > I will change to another stun server. > > I notice you changed the stun.ekiga.net alias to point to stun.xten.com, > I no longer get an error message about the stun server when starting my > SIP client, and I can register to ekiga.net. But the Ekiga echo test > and Ekiga call back both fail with a "408 Request Timeout" error. Is > this related? > The echo test was crashed. It should work again now. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From dsandras at seconix.com Sun Oct 25 18:23:04 2009 From: dsandras at seconix.com (Damien Sandras) Date: Sun, 25 Oct 2009 19:23:04 +0100 Subject: [Ekiga-list] Cannot register to ekiga.net In-Reply-To: <1256382921.2844.15.camel@scorpion.multitel.be> References: <4AE21702.4010208@bwh.harvard.edu> <1256382921.2844.15.camel@scorpion.multitel.be> Message-ID: <1256494984.25892.47.camel@scorpion.multitel.be> Le samedi 24 octobre 2009 ? 13:15 +0200, Damien Sandras a ?crit : > Le vendredi 23 octobre 2009 ? 16:50 -0400, Andre Robatino a ?crit : > > > On a related note, I normally use Twinkle, and its icon is a different > > color (either yellow or gray) depending on whether one is registered to > > at least one server or not (which is why I can spot quickly whether > > ekiga.net is down). Maybe the Ekiga icon could do the same? > > > > > What we could do is keeping the status as "Offline" until we are > registered to at least one account. > > That's a good idea. I'll work on that this afternoon. We now have a warning indicator if some accounts fail to register. Available in TRUNK. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From Ekiga at 0x1b.com Sun Oct 25 19:28:18 2009 From: Ekiga at 0x1b.com (Ed) Date: Sun, 25 Oct 2009 12:28:18 -0700 Subject: [Ekiga-list] Jack Support In-Reply-To: References: <4ADCBB48.4040507@pu-pm.univ-fcomte.fr> <1255982115.12531.5.camel@scorpion.multitel.be> Message-ID: <6e30f6790910251228h4557c50dqcd0b14f3f0424ba2@mail.gmail.com> On Mon, Oct 19, 2009 at 1:39 PM, Daniel Joshua Worth wrote: > > > On Mon, Oct 19, 2009 at 1:55 PM, Damien Sandras > wrote: >> >> Le lundi 19 octobre 2009 ? 13:27 -0600, Daniel Joshua Worth a ?crit?: >> >> On Mon, Oct 19, 2009 at 1:17 PM, Eugen Dedu >> wrote: >> >> Daniel Joshua Worth wrote: >> > I'm the host of the Open Source Musician Podcast. One of the major >> > hurdles >> > for pod casters is having the ability to do interviews and/or have >> > remote >> > show hosts. Our current setup uses skype to hold the conversation using >> > the >> > alsa-jack bridge and an asoundrc pcm device. From there we record using >> > Ardour and send to an icecast server using darkice. Being able to use a >> > sip >> > phone with native jack support would enable a much cleaner setup as well >> > as >> > conference calling ect.. I hope this can be a planned addition to ekiga >> > or >> > at the very least resolve the alsa pcm device issue. >> >> >> Well, there are several things to do to improve ekiga, I think there are >> other things more urgent than jack support :o( >> >> Well, while I understand it might not be a top of the list type thing for >> most users, it's a show stopper for me. Unfortunately it means I, and many >> other pod casters, will be saddled with Skype for the foreseeable future. At >> the very least it would be nice to support alsa virtual sound devices like >> Skype does. >> >> You can always redefine the "Default" ALSA device to use jack and use that >> device in Ekiga. > > > That isn't a workable solution as doing a live show means I don't want > system sounds ect pushed out the live stream. > Daniel, you might have a look at Internet DJ Console http://web.bethere.co.uk/idjc/ it looks like the tool to coordinate your efforts. I have not yet tried it with Ekiga, so if you do I would be interested to hear how you did it & if it went well. From nasr.laili at tin.it Sun Oct 25 22:35:17 2009 From: nasr.laili at tin.it (Ennio-Sr) Date: Sun, 25 Oct 2009 23:35:17 +0100 Subject: [Ekiga-list] no audio/video with counterpart on line In-Reply-To: <4AE20A39.9080309@pu-pm.univ-fcomte.fr> References: <20091023103650.GA17576@deby.ei.hnet> <4AE20A39.9080309@pu-pm.univ-fcomte.fr> Message-ID: <20091025223517.GA24870@deby.ei.hnet> * Eugen Dedu [231009, 21:55]: > Ennio-Sr wrote: > > Hi all! > > I'm glad to inform that echo test is working again, despite many selected codecs; so I think there was something wrong at server's end. However, the 'remote video' is still grayed out and I can only see myself on the screen... Thanks and regards. -- [Why use Win$ozz (I say) if ... "even a fool can do that. \\?// Do something you aren't good at!" (as Henry Miller used to say)] (?|?) Regards, Ennio. )=( From palos at post.sk Mon Oct 26 08:44:19 2009 From: palos at post.sk (Palo S.) Date: 26 Oct 2009 09:44:19 +0100 (CET) Subject: [Ekiga-list] Cannot register to ekiga.net Message-ID: <4AE56163.000002.06033@kamasutra> Hi Kevin, he STUN is up again now but for the future, you can change the Ekiga STUN settings in gconf configuration. I use gconf-editor to do that. There are quite a few free STUN servers that can be used, eg the mentioned xten one. P. ----- Origin?lna Spr?va ----- Od: Kevin Wilson Komu: Ekiga mailing list Poslan?: 24.10.2009 19:45 Predmet: Re: [Ekiga-list] Cannot register to ekiga.net > Hello, > Thanks! > 1) I would appreciate if somebody will let us know how can I configure > Ekiga to use another STUN server. I could not find in Ekiga GUI how it > can be done. > > 2) I would appreciate if somebody will let is know about free STUN > server which can be used (if there exists something like this). > > Regards, > Kevin > > __________ BLOG - V?? denn?k umiestnen? na internete, v ktorom m??ete sprostredk?va? svoje my?lienky, z??itky a nov? inform?cie - http://blog.sme.sk/ From prijatelj.mp3 at gmail.com Mon Oct 26 15:38:46 2009 From: prijatelj.mp3 at gmail.com (joze prijatelj) Date: Mon, 26 Oct 2009 16:38:46 +0100 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910161210od57b31ajc3a890c21ad28e5b@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> <4AD84D51.20608@pu-pm.univ-fcomte.fr> <8633ef800910161124s75a66385pff73a92c736a8ff4@mail.gmail.com> <1255718205.24607.29.camel@scorpion.multitel.be> <8633ef800910161210od57b31ajc3a890c21ad28e5b@mail.gmail.com> Message-ID: <8633ef800910260838ya084dbdk18a2ba4b09fb5806@mail.gmail.com> So where can I get the source code? On Fri, Oct 16, 2009 at 8:10 PM, joze prijatelj wrote: > No unfortunately nothing with elementary code. > > On Fri, Oct 16, 2009 at 8:36 PM, Damien Sandras wrote: > >> Le vendredi 16 octobre 2009 ? 20:24 +0200, joze prijatelj a ?crit : >> >> I was hoping someone would tell me this. And maybe solution how to fix >> audio for ekiga? >> >> >> The error is at line 112 of file >> lib/engine/components/ptlib/audioinput-manager-ptlib.cpp. >> However, I'm not sure how to fix it because I don't understand what the >> problem can be. >> >> Do you have elementary coding skills ? >> >> -- >> _ Damien Sandras >> (o- >> //\ Ekiga Softphone : http://www.ekiga.org/ >> v_/_ Be IP : http://www.beip.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 >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dsandras at seconix.com Mon Oct 26 19:57:16 2009 From: dsandras at seconix.com (Damien Sandras) Date: Mon, 26 Oct 2009 20:57:16 +0100 Subject: [Ekiga-list] Error while opening audio input device Logitech, Inc. QuickCam Pro 9000 In-Reply-To: <8633ef800910260838ya084dbdk18a2ba4b09fb5806@mail.gmail.com> References: <8633ef800910141324v51424328kfda2fb145501aa84@mail.gmail.com> <8633ef800910151157s2b9ad9bcl33323bb4329833ab@mail.gmail.com> <1255633575.3219.10.camel@scorpion.multitel.be> <8633ef800910151334t60f37e32pf06ea1647727adf1@mail.gmail.com> <1255670038.3219.11.camel@scorpion.multitel.be> <8633ef800910160259o4ad60ed1u2828d032d719418d@mail.gmail.com> <4AD84D51.20608@pu-pm.univ-fcomte.fr> <8633ef800910161124s75a66385pff73a92c736a8ff4@mail.gmail.com> <1255718205.24607.29.camel@scorpion.multitel.be> <8633ef800910161210od57b31ajc3a890c21ad28e5b@mail.gmail.com> <8633ef800910260838ya084dbdk18a2ba4b09fb5806@mail.gmail.com> Message-ID: <1256587036.12733.95.camel@scorpion.multitel.be> On www.ekiga.org Le lundi 26 octobre 2009 ? 16:38 +0100, joze prijatelj a ?crit : > So where can I get the source code? > > > On Fri, Oct 16, 2009 at 8:10 PM, joze prijatelj > wrote: > > No unfortunately nothing with elementary code. > > > > On Fri, Oct 16, 2009 at 8:36 PM, Damien Sandras > wrote: > > > Le vendredi 16 octobre 2009 ? 20:24 +0200, joze > prijatelj a ?crit : > > > > > I was hoping someone would tell me this. And maybe > > solution how to fix audio for ekiga? > > > > > The error is at line 112 of file > lib/engine/components/ptlib/audioinput-manager-ptlib.cpp. > However, I'm not sure how to fix it because I don't > understand what the problem can be. > > Do you have elementary coding skills ? > > > > -- > _ Damien Sandras > (o- > //\ Ekiga Softphone : http://www.ekiga.org/ > v_/_ Be IP : http://www.beip.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 > > > > > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From franckea at pt.lu Tue Oct 27 07:56:23 2009 From: franckea at pt.lu (Arthur Francke) Date: Tue, 27 Oct 2009 08:56:23 +0100 Subject: [Ekiga-list] ekiga-list Digest, Vol 39, Issue 39 In-Reply-To: References: Message-ID: <4AE6A7A7.4020008@pt.lu> ekiga-list-request at gnome.org wrote: > Send ekiga-list mailing list submissions to > ekiga-list at gnome.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/ekiga-list > or, via email, send a message with subject or body 'help' to > ekiga-list-request at gnome.org > > You can reach the person managing the list at > ekiga-list-owner at gnome.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ekiga-list digest..." > > > Today's Topics: > > 1. Re: Cannot register to ekiga.net (Palo S.) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: 26 Oct 2009 09:44:19 +0100 (CET) > From: Palo S. > To: > Subject: Re: [Ekiga-list] Cannot register to ekiga.net > Message-ID: <4AE56163.000002.06033 at kamasutra> > Content-Type: Text/Plain; Charset = "ISO-8859-2" > > > Hi Kevin, > > he STUN is up again now but for the future, you can > change the Ekiga STUN settings in gconf configuration. > I use gconf-editor to do that. There are quite a few > free STUN servers that can be used, eg the mentioned > xten one. > > P. > > > > ----- Origin?lna Spr?va ----- > Od: Kevin Wilson > Komu: Ekiga mailing list > Poslan?: 24.10.2009 19:45 > Predmet: Re: [Ekiga-list] Cannot register to ekiga.net > > >> Hello, >> Thanks! >> 1) I would appreciate if somebody will let us know how can I configure >> Ekiga to use another STUN server. I could not find in Ekiga GUI how it >> can be done. >> >> 2) I would appreciate if somebody will let is know about free STUN >> server which can be used (if there exists something like this). >> >> Regards, >> Kevin >> >> >> > > > > __________ > BLOG - V?? denn?k umiestnen? na internete, v ktorom m??ete sprostredk?va? svoje my?lienky, z??itky a nov? inform?cie - http://blog.sme.sk/ > > > > > ------------------------------ > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > > End of ekiga-list Digest, Vol 39, Issue 39 > ****************************************** > > i nedd a list of contact person benelux From dsandras at seconix.com Tue Oct 27 08:00:36 2009 From: dsandras at seconix.com (Damien Sandras) Date: Tue, 27 Oct 2009 09:00:36 +0100 Subject: [Ekiga-list] ekiga-list Digest, Vol 39, Issue 39 In-Reply-To: <4AE6A7A7.4020008@pt.lu> References: <4AE6A7A7.4020008@pt.lu> Message-ID: <1256630436.2713.6.camel@scorpion.multitel.be> Le mardi 27 octobre 2009 ? 08:56 +0100, Arthur Francke a ?crit : > i nedd a list of contact person benelux What for ? -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net From sohil.shah at einfochips.com Tue Oct 27 14:51:40 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Tue, 27 Oct 2009 20:21:40 +0530 Subject: [Ekiga-list] Ekiga Compilation on Windows Message-ID: <4AE708FC.4030709@einfochips.com> Hi, How to compile ekiga on windows XP ? I've downloaded and installed mingw32 5.X.X; but I dont know how to use it for compiling ekiga. I understand that there is a makefile under ekiga/win32 folder which I can use to compile ekiga. Morever I couldn't find any precise specific documentation online for compiling ekiga on windows. I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora 11 x86 ). Let me know if you need more details. -- Thanks& Regards, Sohil Shah -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ From sevmek at free.fr Tue Oct 27 16:36:21 2009 From: sevmek at free.fr (yannick) Date: Tue, 27 Oct 2009 17:36:21 +0100 Subject: [Ekiga-list] Ekiga Compilation on Windows In-Reply-To: <4AE708FC.4030709@einfochips.com> References: <4AE708FC.4030709@einfochips.com> Message-ID: <1256661381.4249.7.camel@achille> Le mardi 27 octobre 2009 ? 20:21 +0530, Sohil Shah a ?crit : > Hi, > How to compile ekiga on windows XP ? I've downloaded and > installed mingw32 5.X.X; but I dont know how to use it for compiling > ekiga. I understand that there is a makefile under ekiga/win32 folder > which I can use to compile ekiga. Morever I couldn't find any precise > specific documentation online for compiling ekiga on windows. > I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora > 11 x86 ). > You can use precompiled binaries for Windows (3.2.6): http://wiki.ekiga.org/index.php/Windows_Users I'm working on fixing our website to make them more visible... Best regards, Yannick From sohil.shah at einfochips.com Wed Oct 28 06:19:56 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Wed, 28 Oct 2009 11:49:56 +0530 Subject: [Ekiga-list] Ekiga Compilation on Windows In-Reply-To: <1256661381.4249.7.camel@achille> References: <4AE708FC.4030709@einfochips.com> <1256661381.4249.7.camel@achille> Message-ID: <4AE7E28C.2080406@einfochips.com> I have the per compiled binaries for windows ( 3.2.6 ) but I need to customize ekiga for IP camera support and hence I need to compile it on windows. -- Thanks& Regards, Sohil Shah On 10/27/2009 10:06 PM, yannick wrote: > Le mardi 27 octobre 2009 ? 20:21 +0530, Sohil Shah a ?crit : > >> Hi, >> How to compile ekiga on windows XP ? I've downloaded and >> installed mingw32 5.X.X; but I dont know how to use it for compiling >> ekiga. I understand that there is a makefile under ekiga/win32 folder >> which I can use to compile ekiga. Morever I couldn't find any precise >> specific documentation online for compiling ekiga on windows. >> I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora >> 11 x86 ). >> >> > > You can use precompiled binaries for Windows (3.2.6): > http://wiki.ekiga.org/index.php/Windows_Users > > I'm working on fixing our website to make them more visible... > > Best regards, > Yannick > > > > Email Scanned for Virus& Dangerous Content by : www.CleanMailGateway.com > > > -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrickma at gwdg.de Wed Oct 28 08:11:03 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Wed, 28 Oct 2009 09:11:03 +0100 Subject: [Ekiga-list] Ekiga Compilation on Windows In-Reply-To: <4AE7E28C.2080406@einfochips.com> References: <4AE708FC.4030709@einfochips.com> <1256661381.4249.7.camel@achille> <4AE7E28C.2080406@einfochips.com> Message-ID: <1256717463.4686.14.camel@studtux> Hi, we cross compile Win32 Ekiga under Debian based Linux. On the Wiki page you find "for more see ekiga_build-3.2.6.tgz " that link should provide you with a Makefile which would need some minor adaptation for cross compilation under Fedora. make update-sources, make, install necessary packages for the build, make. Native Mingw compilation under Windows will be more difficult. Regards Michael Am Mittwoch, den 28.10.2009, 11:49 +0530 schrieb Sohil Shah: > I have the per compiled binaries for windows ( 3.2.6 ) but I need to > customize ekiga for IP camera support and hence I need to compile it > on windows. > > -- > Thanks & Regards, > Sohil Shah > > > On 10/27/2009 10:06 PM, yannick wrote: > > Le mardi 27 octobre 2009 ? 20:21 +0530, Sohil Shah a ?crit : > > > > > Hi, > > > How to compile ekiga on windows XP ? I've downloaded and > > > installed mingw32 5.X.X; but I dont know how to use it for compiling > > > ekiga. I understand that there is a makefile under ekiga/win32 folder > > > which I can use to compile ekiga. Morever I couldn't find any precise > > > specific documentation online for compiling ekiga on windows. > > > I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora > > > 11 x86 ). > > > > > > > > > > You can use precompiled binaries for Windows (3.2.6): > > http://wiki.ekiga.org/index.php/Windows_Users > > > > I'm working on fixing our website to make them more visible... > > > > Best regards, > > Yannick > > > > > > > > Email Scanned for Virus & Dangerous Content by : www.CleanMailGateway.com > > > > > > > > > > -- > ______________________________________________________________________ > Disclaimer: This e-mail message and all attachments transmitted with > it are intended solely for the use of the addressee and may contain > legally privileged and confidential information. If the reader of this > message is not the intended recipient, or an employee or agent > responsible for delivering this message to the intended recipient, you > are hereby notified that any dissemination, distribution, copying, or > other use of this message or its attachments is strictly prohibited. > If you have received this message in error, please notify the sender > immediately by replying to this message and please delete it from your > computer. Any views expressed in this message are those of the > individual sender unless otherwise stated.Company has taken enough > precautions to prevent the spread of viruses. However the company > accepts no liability for any damage caused by any virus transmitted by > this email. > > ______________________________________________________________________ > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list From sohil.shah at einfochips.com Wed Oct 28 09:19:17 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Wed, 28 Oct 2009 14:49:17 +0530 Subject: [Ekiga-list] Ekiga Compilation on Windows In-Reply-To: <1256717463.4686.14.camel@studtux> References: <4AE708FC.4030709@einfochips.com> <1256661381.4249.7.camel@achille> <4AE7E28C.2080406@einfochips.com> <1256717463.4686.14.camel@studtux> Message-ID: <4AE80C95.2050103@einfochips.com> Hi, Even i agree that native Mingw compilation is bit difficult. I took the makefile from ekiga wiki page and when I executed make update-sources I got the below given errors. [root at EICPU1065 Desktop]# make update-sources make: dpkg-architecture: Command not found Updating on Wed Oct 28 14:43:04 IST 2009 echo "--- Getting libregex..." --- Getting libregex... mkdir -p /home/sohil/Desktop/src/regex cd /home/sohil/Desktop/src/regex; \ for i in regex.c regexec.c regex.h regex_internal.c regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c localcharset.h;do \ wget -nv -T 60 -N --no-proxy http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$i ;\ done http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.c: 2009-10-28 14:43:05 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regexec.c: 2009-10-28 14:43:06 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.h: 2009-10-28 14:43:06 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.c: 2009-10-28 14:43:07 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.h: 2009-10-28 14:43:08 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regcomp.c: 2009-10-28 14:43:08 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca_.h: 2009-10-28 14:43:09 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca.c: 2009-10-28 14:43:10 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/strcase.h: 2009-10-28 14:43:10 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.c: 2009-10-28 14:43:11 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.h: 2009-10-28 14:43:12 ERROR 403: Webcat Access denied. make: *** [update-sources] Error 1 [root at EICPU1065 Desktop]# make update-sources make: dpkg-architecture: Command not found Updating on Wed Oct 28 14:44:36 IST 2009 echo "--- Getting libregex..." --- Getting libregex... mkdir -p /home/sohil/Desktop/src/regex cd /home/sohil/Desktop/src/regex; \ for i in regex.c regexec.c regex.h regex_internal.c regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c localcharset.h;do \ wget -nv -T 60 -N --no-proxy http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$i ;\ done http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.c: 2009-10-28 14:44:37 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regexec.c: 2009-10-28 14:44:37 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.h: 2009-10-28 14:44:38 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.c: 2009-10-28 14:44:39 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.h: 2009-10-28 14:44:39 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regcomp.c: 2009-10-28 14:44:40 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca_.h: 2009-10-28 14:44:40 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca.c: 2009-10-28 14:44:41 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/strcase.h: 2009-10-28 14:44:41 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.c: 2009-10-28 14:44:42 ERROR 403: Webcat Access denied. http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.h: 2009-10-28 14:44:43 ERROR 403: Webcat Access denied. make: *** [update-sources] Error 1 What should I interpret from these error ? I understand that some "minor adaptation for cross compilation under Fedora" are required; but what are those changes exactly ? Let me know if you need more details. -- Thanks& Regards, Sohil Shah On 10/28/2009 01:41 PM, Michael Rickmann wrote: > Hi, > we cross compile Win32 Ekiga under Debian based Linux. On the Wiki page > you find "for more see ekiga_build-3.2.6.tgz " that link should provide > you with a Makefile which would need some minor adaptation for cross > compilation under Fedora. make update-sources, make, install necessary > packages for the build, make. Native Mingw compilation under Windows > will be more difficult. > Regards > Michael > > Am Mittwoch, den 28.10.2009, 11:49 +0530 schrieb Sohil Shah: > >> I have the per compiled binaries for windows ( 3.2.6 ) but I need to >> customize ekiga for IP camera support and hence I need to compile it >> on windows. >> >> -- >> Thanks& Regards, >> Sohil Shah >> >> >> On 10/27/2009 10:06 PM, yannick wrote: >> >>> Le mardi 27 octobre 2009 ? 20:21 +0530, Sohil Shah a ?crit : >>> >>> >>>> Hi, >>>> How to compile ekiga on windows XP ? I've downloaded and >>>> installed mingw32 5.X.X; but I dont know how to use it for compiling >>>> ekiga. I understand that there is a makefile under ekiga/win32 folder >>>> which I can use to compile ekiga. Morever I couldn't find any precise >>>> specific documentation online for compiling ekiga on windows. >>>> I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora >>>> 11 x86 ). >>>> >>>> >>>> >>> You can use precompiled binaries for Windows (3.2.6): >>> http://wiki.ekiga.org/index.php/Windows_Users >>> >>> I'm working on fixing our website to make them more visible... >>> >>> Best regards, >>> Yannick >>> >>> >>> >>> Email Scanned for Virus& Dangerous Content by : www.CleanMailGateway.com >>> >>> >>> >>> >> >> -- >> ______________________________________________________________________ >> Disclaimer: This e-mail message and all attachments transmitted with >> it are intended solely for the use of the addressee and may contain >> legally privileged and confidential information. If the reader of this >> message is not the intended recipient, or an employee or agent >> responsible for delivering this message to the intended recipient, you >> are hereby notified that any dissemination, distribution, copying, or >> other use of this message or its attachments is strictly prohibited. >> If you have received this message in error, please notify the sender >> immediately by replying to this message and please delete it from your >> computer. Any views expressed in this message are those of the >> individual sender unless otherwise stated.Company has taken enough >> precautions to prevent the spread of viruses. However the company >> accepts no liability for any damage caused by any virus transmitted by >> this email. >> >> ______________________________________________________________________ >> >> _______________________________________________ >> ekiga-list mailing list >> ekiga-list at gnome.org >> http://mail.gnome.org/mailman/listinfo/ekiga-list >> > > > Email Scanned for Virus& Dangerous Content by : www.CleanMailGateway.com > > > -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sohil.shah at einfochips.com Wed Oct 28 11:13:23 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Wed, 28 Oct 2009 16:43:23 +0530 Subject: [Ekiga-list] Ekiga Compilation on Windows In-Reply-To: <1256727069.4686.72.camel@studtux> References: <4AE708FC.4030709@einfochips.com> <1256661381.4249.7.camel@achille> <4AE7E28C.2080406@einfochips.com> <1256717463.4686.14.camel@studtux> <4AE80C95.2050103@einfochips.com> <1256727069.4686.72.camel@studtux> Message-ID: <4AE82753.2020500@einfochips.com> Hi, I downloaded regex from _http://wwwuser.gwdg.de/~mrickma/ekiga/others/regex.tar.gz_ and then tried make which again gave the folowing errors : [root at EICPU1065 Desktop]# make make: dpkg-architecture: Command not found echo Checking prerequisites... Checking prerequisites... hash i586-mingw32msvc-gcc i586-mingw32msvc-g++ i586-mingw32msvc-ld i586-mingw32msvc-nm i586-mingw32msvc-ar i586-mingw32msvc-ranlib i586-mingw32msvc-dlltool i586-mingw32msvc-dllwrap i586-mingw32msvc-objdump i586-mingw32msvc-windres i586-mingw32msvc-as||(echo You need to install mingw32;exit 1) /bin/sh: line 0: hash: i586-mingw32msvc-gcc: not found /bin/sh: line 0: hash: i586-mingw32msvc-g++: not found /bin/sh: line 0: hash: i586-mingw32msvc-ld: not found /bin/sh: line 0: hash: i586-mingw32msvc-nm: not found /bin/sh: line 0: hash: i586-mingw32msvc-ar: not found /bin/sh: line 0: hash: i586-mingw32msvc-ranlib: not found /bin/sh: line 0: hash: i586-mingw32msvc-dlltool: not found /bin/sh: line 0: hash: i586-mingw32msvc-dllwrap: not found /bin/sh: line 0: hash: i586-mingw32msvc-objdump: not found /bin/sh: line 0: hash: i586-mingw32msvc-windres: not found /bin/sh: line 0: hash: i586-mingw32msvc-as: not found You need to install mingw32 make: *** [binaries] Error 1 Do I need to yum install mingw32* ? Can anybody please suggest as to what exact changes are required in makefile to compile it on Fedora 11 ? -- Thanks& Regards, Sohil Shah On 10/28/2009 04:21 PM, Michael Rickmann wrote: > Am Mittwoch, den 28.10.2009, 14:49 +0530 schrieb Sohil Shah: > >> Hi, >> Even i agree that native Mingw compilation is bit difficult. I >> took the makefile from ekiga wiki page and when I executed >> make update-sources >> I got the below given errors. >> >> >> [root at EICPU1065 Desktop]# make update-sources >> make: dpkg-architecture: Command not found >> > That is Debian specific, you will have to change it later for the real > make. > > >> Updating on Wed Oct 28 14:43:04 IST 2009 >> echo "--- Getting libregex..." >> --- Getting libregex... >> mkdir -p /home/sohil/Desktop/src/regex >> cd /home/sohil/Desktop/src/regex; \ >> for i in regex.c regexec.c regex.h regex_internal.c >> regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c >> localcharset.h;do \ >> wget -nv -T 60 -N --no-proxy >> http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$i ;\ >> done >> http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.c: >> 2009-10-28 14:43:05 ERROR 403: Webcat Access denied. >> http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regexec.c: >> 2009-10-28 14:43:06 ERROR 403: Webcat Access denied. >> > (....) > > Ups, first thing I thought was that they changed the server. I just > tried it myself and from here, the download of regex worked. If you have > still difficulties outcomment the update-sources lines for regex in the > Makefile, download the rest and unpack > http://wwwuser.gwdg.de/~mrickma/ekiga/others/regex.tar.gz in the src > directory which was generated. > Michael > > > > Email Scanned for Virus& Dangerous Content by : www.CleanMailGateway.com > > > -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sohil.shah at einfochips.com Wed Oct 28 11:27:53 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Wed, 28 Oct 2009 16:57:53 +0530 Subject: [Ekiga-list] Unable to see video on ekiga using openmcu Message-ID: <4AE82AB9.3080102@einfochips.com> Hi, I have connected 3 ekiga end points to open mcu. I am able to transmit audio but not video. At the one of the ekiga end point, I can see local video through webcam but when I select remote video, OpenMCU logo is seen. Open mcu conference is created with video support. Is it necessary to have a webcam on local machine to view remote images ? I am not sure whether the issue is with openmcu or ekiga. The following is the status window of open mcu conference. The third end point in not visible in the below given log as I've just disconnected it. Let me know if you need more details. ------------------------------------------------------------------------ Room Name Room Members sohil Name Duration Codec RTP Packets/Bytes tx RTP Packets/Bytes rx TX Video frame rate/RX Video frame rate admin 1:29:40.143 G.711-ALaw-64k/G.711-ALaw-64k H.261/H.261 269005/43040800 282525/45204000 10.0004/25.0004 user [10.100.1.168] 1:16:24.932 G.711-ALaw-64k/G.711-ALaw-64k H.261/H.261 229248/36679680 229257/36681120 10.0001/ -- Thanks& Regards, Sohil Shah -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sevmek at free.fr Wed Oct 28 19:05:08 2009 From: sevmek at free.fr (yannick) Date: Wed, 28 Oct 2009 20:05:08 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite Message-ID: <1256756708.5022.74.camel@achille> Hi, We decided to improve our Website for Ekiga. It was hard to manage/update for the Ekiga team and it was not as clear as our visitors expected it. We now reached the point were our new website can be more widely tested. For the visitor, we focused on improving the download experience, explain what Ekiga is more friendly for non-technophiles and added a Roadmap for those asking about the future of Ekiga. The new infrastructure behind the website, which is based on the well know open source Drupal framework, will allow us to update the content or the theme of the website much more easily. Please, visit the new website and provide us feedback before we go public. We want to provide the best experience possible. BETA Ekiga.org: http://ekiga.net/yannick/drupal-6.14/ Best regards, On behalf of the Ekiga team, 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 geo.cherchetout at laposte.net Wed Oct 28 20:01:23 2009 From: geo.cherchetout at laposte.net (geo cherchetout) Date: Wed, 28 Oct 2009 21:01:23 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256756708.5022.74.camel@achille> References: <1256756708.5022.74.camel@achille> Message-ID: <4AE8A313.40802@laposte.net> Le 28.10.2009 20:05, *yannick* a ?crit fort ? propos : > Hi, > > We decided to improve our Website for Ekiga. It was hard to > manage/update for the Ekiga team and it was not as clear as our visitors > expected it. > > We now reached the point were our new website can be more widely tested. > > For the visitor, we focused on improving the download experience, > explain what Ekiga is more friendly for non-technophiles and added a > Roadmap for those asking about the future of Ekiga. Hello Yannick, On the main page, in the window "Get Ekiga!" the link "Download Ekiga" is broken: http://ekiga.net/yannick/drupal-6.14/downloads From sevmek at free.fr Wed Oct 28 22:01:49 2009 From: sevmek at free.fr (yannick) Date: Wed, 28 Oct 2009 23:01:49 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <4AE8A313.40802@laposte.net> References: <1256756708.5022.74.camel@achille> <4AE8A313.40802@laposte.net> Message-ID: <1256767309.5022.79.camel@achille> Le mercredi 28 octobre 2009 ? 21:01 +0100, geo cherchetout a ?crit : > Le 28.10.2009 20:05, *yannick* a ?crit fort ? propos : > > Hi, > > > > We decided to improve our Website for Ekiga. It was hard to > > manage/update for the Ekiga team and it was not as clear as our visitors > > expected it. > > > > We now reached the point were our new website can be more widely tested. > > > > For the visitor, we focused on improving the download experience, > > explain what Ekiga is more friendly for non-technophiles and added a > > Roadmap for those asking about the future of Ekiga. > > Hello Yannick, > > On the main page, in the window "Get Ekiga!" the link "Download Ekiga" is > broken: http://ekiga.net/yannick/drupal-6.14/downloads > > Indeed. Thank you. It is fixed now. Best regards, Yannick From Ekiga at 0x1b.com Wed Oct 28 22:26:13 2009 From: Ekiga at 0x1b.com (Ed) Date: Wed, 28 Oct 2009 15:26:13 -0700 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <4AE8A313.40802@laposte.net> References: <1256756708.5022.74.camel@achille> <4AE8A313.40802@laposte.net> Message-ID: <6e30f6790910281526o5b5660afsed214c00690c68c8@mail.gmail.com> On Wed, Oct 28, 2009 at 1:01 PM, geo cherchetout wrote: > Le 28.10.2009 20:05, *yannick* a ?crit fort ? propos : >> Hi, >> >> We decided to improve our Website for Ekiga. It was hard to >> manage/update for the Ekiga team and it was not as clear as our visitors >> expected it. >> >> We now reached the point were our new website can be more widely tested. >> >> For the visitor, we focused on improving the download experience, >> explain what Ekiga is more friendly for non-technophiles and added a >> Roadmap for those asking about the future of Ekiga. > > Hello Yannick, > > On the main page, in the window "Get Ekiga!" the link "Download Ekiga" is > broken: http://ekiga.net/yannick/drupal-6.14/downloads > > New site looks clean and to the point - Just thinking that after the first or second latest release summary* it becomes less useful and you loose the sense that there is additional info at the bottom. I would rather see a listing of Ekiga's presence in various distros on the front page - rather than bottom of the roadmap page, also links to the debian/ubuntu/fedora etc repos. this would tell me that Ekiga was broadly available in my favorite ditros and it would also be nice if it lists the version in each repo. Even if it was just green light for current release, amber for stale release and red for not in repo. Snapshots are info for the developer community - which should have a separate "home" page - as part of Community maybe? I would also like to see, on the Ekiga.org page, a graph (RRDTool) and even RSS feed on the status of Ekiga.net - this should be the "designated offsite" goto notice location to get info on Ekiga.net when there may be problems. A graph of utilization would also go a long way in getting some well deserved credit for Ekiga.net. * a listing of latest minor revision changes followed by a major revision summary works best IMHO - you could even add a "coming milestones" section - more of a coming features set than the developer focus that the raodmap page seams to have. minor revisions changes summary (3.2.6 specifics & diff back to 3.0) major revision achievement summary (3.0) next major revision objectives (4.0) distro status listing & links ekiga.net graph & RSS ekiga.net news much thx for Ekiga - great stuff! download page made me laugh - Ponies! From sohil.shah at einfochips.com Thu Oct 29 04:01:34 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Thu, 29 Oct 2009 09:31:34 +0530 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256756708.5022.74.camel@achille> References: <1256756708.5022.74.camel@achille> Message-ID: <4AE9139E.7040607@einfochips.com> Hi, The new website looks good. Compilation steps in Linux are well documented; but I think that the same lacks for Windows. Moreover from then problems which I've been facing since last few days, I also suggest that some page of FAQs, mail archives, etc. should also be clearly visible. Details of compilation on Redhat, Fedora are also insufficient. Screenshots should also show multi user conference. These are merely my suggestions; No intentions of being offensive :-)). -- Thanks& Regards, Sohil Shah On 10/29/2009 12:35 AM, yannick wrote: > Hi, > > We decided to improve our Website for Ekiga. It was hard to > manage/update for the Ekiga team and it was not as clear as our visitors > expected it. > > We now reached the point were our new website can be more widely tested. > > For the visitor, we focused on improving the download experience, > explain what Ekiga is more friendly for non-technophiles and added a > Roadmap for those asking about the future of Ekiga. > > The new infrastructure behind the website, which is based on the well > know open source Drupal framework, will allow us to update the content > or the theme of the website much more easily. > > Please, visit the new website and provide us feedback before we go > public. We want to provide the best experience possible. > > BETA Ekiga.org: > http://ekiga.net/yannick/drupal-6.14/ > > Best regards, > On behalf of the Ekiga team, > Yannick > > -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ From sohil.shah at einfochips.com Thu Oct 29 04:19:34 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Thu, 29 Oct 2009 09:49:34 +0530 Subject: [Ekiga-list] Query regarding video in ekiga using openmcu Message-ID: <4AE917D6.6090508@einfochips.com> Hi, I am trying to use ekiga to make multi video conference: 3/4 users that can see each others, talk in a common chat, etc. I compiled openmcu 2.2.1 on linux ( Fedora 11 ) and connected 3 end points ( ekiga 3.2.6 ) in a single conference. I can send/recieve audio properly but no video. I am using logitech and intex webcams as video devices. I can see the local video but when I select remote video, I get OpenMCU logo. My ekiga end points are Ubuntu 9.04 ( ekiga 3.2.0), Windows XP and Fedora 11 respectively. Sometimes it also happens that I see a black screen for local video as well. Is Ekiga able to show the different participants if more than 2 ? I am executing openmcu using the command *openmcu -xc* and then set the parameters and check status on https://127.0.0.1/1420 Testing is being carried out in our local LAN. I am not sure as to whether the issue is on ekiga side or openmcu side. Do I need to set any specific OpenMCU configuration parameters ? /Following are some of my current parameters :/ Username=openmcu Password= Log Level=4 HTTP Certificate=serverbis.pem HTTP Port=1420 no-gatekeeper=True Interface Array Size=0 Enable video=True Video frame rate=10 Video quality=10 Default room=main Call log filename=/var/log/openmcu/openmcu.log Force split screen video=True Room time limit=0 Connecting WAV File=/home/glider/connecting.wav Entering WAV File=/home/glider/entering.wav Leaving WAV File=/home/glider/leaving.wav when i surf openmcu web admin page i can see the three clients connected. But in ekiga no split-video-window. Each client doesn't see in ekiga the webcam videos from the other two.The following is the status window of open mcu conference. The third end point in not visible in the below given log as I've just disconnected it. Let me know if you need more details. ------------------------------------------------------------------------ Room Name Room Members sohil Name Duration Codec RTP Packets/Bytes tx RTP Packets/Bytes rx TX Video frame rate/RX Video frame rate admin 1:29:40.143 G.711-ALaw-64k/G.711-ALaw-64k H.261/H.261 269005/43040800 282525/45204000 10.0004/25.0004 user [10.100.1.168] 1:16:24.932 G.711-ALaw-64k/G.711-ALaw-64k H.261/H.261 229248/36679680 229257/36681120 10.0001/ Apologies for sending the same query multiple times. -- Thanks & Regards, Sohil Shah -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dford at ansur.demon.co.uk Thu Oct 29 13:20:07 2009 From: dford at ansur.demon.co.uk (David Ford) Date: Thu, 29 Oct 2009 13:20:07 +0000 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256756708.5022.74.camel@achille> References: <1256756708.5022.74.camel@achille> Message-ID: <4AE99687.3050204@ansur.demon.co.uk> Already a great improvement!!!!! A few small things though. 1 - Community page says "You can subscribe on the right of this page" - it would be better, perhaps, to say "See below for mailing list information" - There is no subscribe info on the right. 2 - When the site goes live can we have a 'back to Home Page' link on all the wiki pages linked from the new site : * Documentation * Downloads -> Linux * -> snapshots * -> source Or maybe just in the wiki main menu? (I notice that there is no Fedora paragraph in the wiki/Linux install instructions.) Obviously a lot of work has gone into the new website - and it shows! A big pat on the back to everyone. David On 28/10/09 19:05, yannick wrote: > Hi, > > We decided to improve our Website for Ekiga. It was hard to > manage/update for the Ekiga team and it was not as clear as our visitors > expected it. > > We now reached the point were our new website can be more widely tested. > > For the visitor, we focused on improving the download experience, > explain what Ekiga is more friendly for non-technophiles and added a > Roadmap for those asking about the future of Ekiga. > > The new infrastructure behind the website, which is based on the well > know open source Drupal framework, will allow us to update the content > or the theme of the website much more easily. > > Please, visit the new website and provide us feedback before we go > public. We want to provide the best experience possible. > > BETA Ekiga.org: > http://ekiga.net/yannick/drupal-6.14/ > > Best regards, > On behalf of the Ekiga team, > Yannick > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pht at spatium.org Thu Oct 29 20:19:11 2009 From: pht at spatium.org (Michal Svoboda) Date: Thu, 29 Oct 2009 21:19:11 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256756708.5022.74.camel@achille> References: <1256756708.5022.74.camel@achille> Message-ID: <20091029201911.GL671@feynman.spatium.org> yannick wrote 1581 bytes: > The new infrastructure behind the website, which is based on the well > know open source Drupal framework, will allow us to update the content > or the theme of the website much more easily. Everyone seems to move to Drupal now. Make sure you understand the security aspects of this mammoth. I did a blitz check and it seems /cron.php is world wide accessible. Content-wise it seems to be nice. I appreciate the move. Regards, Michal Svoboda From pht at spatium.org Thu Oct 29 20:22:37 2009 From: pht at spatium.org (Michal Svoboda) Date: Thu, 29 Oct 2009 21:22:37 +0100 Subject: [Ekiga-list] Ekiga video stuck Message-ID: <20091029202237.GM671@feynman.spatium.org> Hi, Sometimes, in the middle of the conversation, Ekiga seems to give up on video transmission and stops sending frames (or they somehow don't get received). The net result is that the video seems stuck on the other side and there is no way to unstick it unless you hang up and redial. It seems, but I am not sure, that this is triggered when somehow the line becomes cluttered and Ekiga can't push enough bandwidth through. Anyone else seen this happen? Is/will there be a way to restart transmitting video without hanging up? (Pause/unpause does not work.) Thanks, Michal Svoboda From sevmek at free.fr Thu Oct 29 23:16:02 2009 From: sevmek at free.fr (yannick) Date: Fri, 30 Oct 2009 00:16:02 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <20091029201911.GL671@feynman.spatium.org> References: <1256756708.5022.74.camel@achille> <20091029201911.GL671@feynman.spatium.org> Message-ID: <1256858162.4946.50.camel@achille> Le jeudi 29 octobre 2009 ? 21:19 +0100, Michal Svoboda a ?crit : > yannick wrote 1581 bytes: > > The new infrastructure behind the website, which is based on the well > > know open source Drupal framework, will allow us to update the content > > or the theme of the website much more easily. > > Everyone seems to move to Drupal now. Make sure you understand the > security aspects of this mammoth. I did a blitz check and it seems > /cron.php is world wide accessible. > That's fixed. Thank you. > Content-wise it seems to be nice. I appreciate the move. :) Best regards, Yannick > > Regards, > Michal Svoboda > _______________________________________________ > 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 dsandras at seconix.com Fri Oct 30 07:52:09 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 30 Oct 2009 08:52:09 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256858162.4946.50.camel@achille> References: <1256756708.5022.74.camel@achille> <20091029201911.GL671@feynman.spatium.org> <1256858162.4946.50.camel@achille> Message-ID: <1256889129.9176.10.camel@scorpion.multitel.be> Le vendredi 30 octobre 2009 ? 00:16 +0100, yannick a ?crit : > Le jeudi 29 octobre 2009 ? 21:19 +0100, Michal Svoboda a ?crit : > > yannick wrote 1581 bytes: > > > The new infrastructure behind the website, which is based on the well > > > know open source Drupal framework, will allow us to update the content > > > or the theme of the website much more easily. > > > > Everyone seems to move to Drupal now. Make sure you understand the > > security aspects of this mammoth. I did a blitz check and it seems > > /cron.php is world wide accessible. > > If some people on the mailing list are interested in WEB design and want to improve the website design, please do not hesitate to collaborate to a new skin or to improvements to the current skin so that we present the best community website possible. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From mrickma at gwdg.de Fri Oct 30 09:07:27 2009 From: mrickma at gwdg.de (Michael Rickmann) Date: Fri, 30 Oct 2009 10:07:27 +0100 Subject: [Ekiga-list] Ekiga video stuck In-Reply-To: <20091029202237.GM671@feynman.spatium.org> References: <20091029202237.GM671@feynman.spatium.org> Message-ID: <1256893647.4579.16.camel@studtux> Am Donnerstag, den 29.10.2009, 21:22 +0100 schrieb Michal Svoboda: > Hi, > > Sometimes, in the middle of the conversation, Ekiga seems to give up on > video transmission and stops sending frames (or they somehow don't get > received). The net result is that the video seems stuck on the other > side and there is no way to unstick it unless you hang up and redial. > > It seems, but I am not sure, that this is triggered when somehow the > line becomes cluttered and Ekiga can't push enough bandwidth through. > > Anyone else seen this happen? Is/will there be a way to restart > transmitting video without hanging up? (Pause/unpause does not work.) > > Thanks, > Michal Svoboda I had it under Windows XP with libtheora-1.0 (but not with an earlier git version) when Ekiga ate up more than 80% CPU. May be the rate controls of Opal and Theora disagree somehow. Michael From sevmek at free.fr Fri Oct 30 09:59:27 2009 From: sevmek at free.fr (yannick) Date: Fri, 30 Oct 2009 10:59:27 +0100 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256889129.9176.10.camel@scorpion.multitel.be> References: <1256756708.5022.74.camel@achille> <20091029201911.GL671@feynman.spatium.org> <1256858162.4946.50.camel@achille> <1256889129.9176.10.camel@scorpion.multitel.be> Message-ID: <1256896767.5735.5.camel@achille> Le vendredi 30 octobre 2009 ? 08:52 +0100, Damien Sandras a ?crit : > Le vendredi 30 octobre 2009 ? 00:16 +0100, yannick a ?crit : > > Le jeudi 29 octobre 2009 ? 21:19 +0100, Michal Svoboda a ?crit : > > > yannick wrote 1581 bytes: > > > > The new infrastructure behind the website, which is based on the well > > > > know open source Drupal framework, will allow us to update the content > > > > or the theme of the website much more easily. > > > > > > Everyone seems to move to Drupal now. Make sure you understand the > > > security aspects of this mammoth. I did a blitz check and it seems > > > /cron.php is world wide accessible. > > > > > If some people on the mailing list are interested in WEB design and > want to improve the website design, please > do not hesitate to collaborate to a new skin or to improvements to the > current skin so that we present the best > community website possible. Hi, The site was empty during the past night, it is now back up again (I moved it...) I'm using the zen theming engine for drupal. I find it helpful to start theming. Best regards, Yannick From stuart_lesnett at lesnett.com Fri Oct 30 14:02:09 2009 From: stuart_lesnett at lesnett.com (Stuart Lesnett) Date: Fri, 30 Oct 2009 10:02:09 -0400 Subject: [Ekiga-list] BETA test for a new Ekiga.org WebSite In-Reply-To: <1256767309.5022.79.camel@achille> References: <1256756708.5022.74.camel@achille> <4AE8A313.40802@laposte.net> <1256767309.5022.79.camel@achille> Message-ID: <1256911329.6547.0.camel@dig-charlee> Yannick, Just visited the new site, nice job. Stu On Wed, 2009-10-28 at 23:01 +0100, yannick wrote: > Le mercredi 28 octobre 2009 ? 21:01 +0100, geo cherchetout a ?crit : > > Le 28.10.2009 20:05, *yannick* a ?crit fort ? propos : > > > Hi, > > > > > > We decided to improve our Website for Ekiga. It was hard to > > > manage/update for the Ekiga team and it was not as clear as our visitors > > > expected it. > > > > > > We now reached the point were our new website can be more widely tested. > > > > > > For the visitor, we focused on improving the download experience, > > > explain what Ekiga is more friendly for non-technophiles and added a > > > Roadmap for those asking about the future of Ekiga. > > > > Hello Yannick, > > > > On the main page, in the window "Get Ekiga!" the link "Download Ekiga" is > > broken: http://ekiga.net/yannick/drupal-6.14/downloads > > > > > > Indeed. Thank you. It is fixed now. > > Best regards, > Yannick > > _______________________________________________ > 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 sohil.shah at einfochips.com Fri Oct 30 14:05:39 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Fri, 30 Oct 2009 19:35:39 +0530 Subject: [Ekiga-list] Ekiga Cross Compilation for Windows on Fedora 11 Message-ID: <4AEAF2B3.6040906@einfochips.com> Hi, Can anyone please provide me with _exact steps_ to compile ekiga 3.2.6 for windows ( on Fedora 11 and Ubuntu 9.04 ) ? I have installed mingw32 on my fedora 11 machine [ yum install mingw32* ] Thanks in advance. Error log for reference: [root at EICPU1065 ekiga-3.2.6]# cd win32/ [root at EICPU1065 win32]# make make: dpkg-architecture: Command not found echo Checking prerequisites... Checking prerequisites... hash i586-mingw32msvc-gcc i586-mingw32msvc-g++ i586-mingw32msvc-ld i586-mingw32msvc-nm i586-mingw32msvc-ar i586-mingw32msvc-ranlib i586-mingw32msvc-dlltool i586-mingw32msvc-dllwrap i586-mingw32msvc-objdump i586-mingw32msvc-as||(echo You need to install mingw32;exit 1) /bin/sh: line 0: hash: i586-mingw32msvc-gcc: not found /bin/sh: line 0: hash: i586-mingw32msvc-g++: not found /bin/sh: line 0: hash: i586-mingw32msvc-ld: not found /bin/sh: line 0: hash: i586-mingw32msvc-nm: not found /bin/sh: line 0: hash: i586-mingw32msvc-ar: not found /bin/sh: line 0: hash: i586-mingw32msvc-ranlib: not found /bin/sh: line 0: hash: i586-mingw32msvc-dlltool: not found /bin/sh: line 0: hash: i586-mingw32msvc-dllwrap: not found /bin/sh: line 0: hash: i586-mingw32msvc-objdump: not found /bin/sh: line 0: hash: i586-mingw32msvc-as: not found You need to install mingw32 make: *** [binaries] Error 1 Let me know if you need more details. -- Thanks& Regards, Sohil Shah -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kolmann at zid.tuwien.ac.at Fri Oct 30 14:20:08 2009 From: kolmann at zid.tuwien.ac.at (Philipp Kolmann) Date: Fri, 30 Oct 2009 15:20:08 +0100 Subject: [Ekiga-list] 2 Lines, having a preferred one Message-ID: <4AEAF618.1070306@zid.tuwien.ac.at> Hi, I am new to this list and ekiga in general. We are getting a new VoIP PBX at my office (Cisco Call Manager 7) and I am testing ekiga with it. I have 2 Lines on my hardphone and also got the 2 lines as 2 Accounts registered in Ekiga. Now I have the problem, that when I enter a number to call in the main window, I never know which line get's used. It seems it always uses the line that is registered before. Is there a possibility to specify a preferred dial-out line? From the Address-Book->right click I can choose which line to use. Another issue is that both lines are on the same SIP Server (same IP). Since we have a redundant setup, I use the redundant server for my second line (other IP) since when I have both lines on the same server, ekiga seems to have serious troubles. Thanks for your help Philipp From mariofutire at googlemail.com Fri Oct 30 16:54:53 2009 From: mariofutire at googlemail.com (Andrea) Date: Fri, 30 Oct 2009 16:54:53 +0000 Subject: [Ekiga-list] problems registering with messagenet Message-ID: I don't seem to be able to register with messagenet anymore. Problems have started some time ago (a few months). I hope I don't make any mistake with the account settings. I've attached a -d 4 log, for someone to help me to find who is to blame (most likely me). Thanks Andrea -------------- next part -------------- A non-text attachment was scrubbed... Name: ekiga.log.gz Type: application/x-gzip Size: 7538 bytes Desc: not available URL: From dsandras at seconix.com Fri Oct 30 17:53:50 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 30 Oct 2009 18:53:50 +0100 Subject: [Ekiga-list] 2 Lines, having a preferred one In-Reply-To: <4AEAF618.1070306@zid.tuwien.ac.at> References: <4AEAF618.1070306@zid.tuwien.ac.at> Message-ID: <1256925230.14005.6.camel@scorpion.multitel.be> Le vendredi 30 octobre 2009 ? 15:20 +0100, Philipp Kolmann a ?crit : > > I am new to this list and ekiga in general. We are getting a new VoIP > PBX at my office (Cisco Call Manager 7) and I am testing ekiga with it. > > I have 2 Lines on my hardphone and also got the 2 lines as 2 Accounts > registered in Ekiga. Now I have the problem, that when I enter a number > to call in the main window, I never know which line get's used. It seems > it always uses the line that is registered before. Correct. There is no way to specify another outgoing account if there is only one remote server. We do not plan implementing that feature because it is a very specific case. > Is there a possibility to specify a preferred dial-out line? From the > Address-Book->right click I can choose which line to use. > > Another issue is that both lines are on the same SIP Server (same IP). > Since we have a redundant setup, I use the redundant server for my > second line (other IP) since when I have both lines on the same server, > ekiga seems to have serious troubles. Do you mean 1 line with 2 different SIP accounts on the same server? It is supposed to work but support for multiple simultaneous lines is not possible yet. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From dsandras at seconix.com Fri Oct 30 17:55:05 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 30 Oct 2009 18:55:05 +0100 Subject: [Ekiga-list] problems registering with messagenet In-Reply-To: References: Message-ID: <1256925305.14005.8.camel@scorpion.multitel.be> Le vendredi 30 octobre 2009 ? 16:54 +0000, Andrea a ?crit : > I don't seem to be able to register with messagenet anymore. > Problems have started some time ago (a few months). > > I hope I don't make any mistake with the account settings. > > I've attached a -d 4 log, for someone to help me to find who is to blame (most likely me). Following the log, you *are* registered. ________________________________________________________________________ Damien Sandras http://www.ekiga.org http://www.beip.be ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ekigacomplexicon32.png Type: image/png Size: 2109 bytes Desc: not available URL: From mariofutire at googlemail.com Fri Oct 30 18:10:07 2009 From: mariofutire at googlemail.com (Andrea) Date: Fri, 30 Oct 2009 18:10:07 +0000 Subject: [Ekiga-list] problems registering with messagenet In-Reply-To: <1256925305.14005.8.camel@scorpion.multitel.be> References: <1256925305.14005.8.camel@scorpion.multitel.be> Message-ID: On 30/10/09 17:55, Damien Sandras wrote: > Le vendredi 30 octobre 2009 ? 16:54 +0000, Andrea a ?crit : >> I don't seem to be able to register with messagenet anymore. >> Problems have started some time ago (a few months). >> >> I hope I don't make any mistake with the account settings. >> >> I've attached a -d 4 log, for someone to help me to find who is to blame (most likely me). > > Following the log, you *are* registered. Since I have other accounts, are we talking about "messagenet"? If yes, then there is a problem in ekiga since it does not show anything next to the account. I've got 2 other accounts and they show "registered" or "unregistered", while for this one it stays blank. From mariofutire at googlemail.com Fri Oct 30 18:11:15 2009 From: mariofutire at googlemail.com (Andrea) Date: Fri, 30 Oct 2009 18:11:15 +0000 Subject: [Ekiga-list] problems registering with messagenet In-Reply-To: <1256925305.14005.8.camel@scorpion.multitel.be> References: <1256925305.14005.8.camel@scorpion.multitel.be> Message-ID: On 30/10/09 17:55, Damien Sandras wrote: > Le vendredi 30 octobre 2009 ? 16:54 +0000, Andrea a ?crit : >> I don't seem to be able to register with messagenet anymore. >> Problems have started some time ago (a few months). >> >> I hope I don't make any mistake with the account settings. >> >> I've attached a -d 4 log, for someone to help me to find who is to blame (most likely me). > > Following the log, you *are* registered. You are right, the account is working. But read the other answer as well. From dsandras at seconix.com Fri Oct 30 18:43:33 2009 From: dsandras at seconix.com (Damien Sandras) Date: Fri, 30 Oct 2009 19:43:33 +0100 Subject: [Ekiga-list] problems registering with messagenet In-Reply-To: References: <1256925305.14005.8.camel@scorpion.multitel.be> Message-ID: <1256928213.14005.9.camel@scorpion.multitel.be> Le vendredi 30 octobre 2009 ? 18:10 +0000, Andrea a ?crit : > On 30/10/09 17:55, Damien Sandras wrote: > > Le vendredi 30 octobre 2009 ? 16:54 +0000, Andrea a ?crit : > >> I don't seem to be able to register with messagenet anymore. > >> Problems have started some time ago (a few months). > >> > >> I hope I don't make any mistake with the account settings. > >> > >> I've attached a -d 4 log, for someone to help me to find who is to blame (most likely me). > > > > Following the log, you *are* registered. > > Since I have other accounts, are we talking about "messagenet"? > > If yes, then there is a problem in ekiga since it does not show anything next to the account. > I've got 2 other accounts and they show "registered" or "unregistered", while for this one it stays > blank. > I suppose it is due to the 5061 port. I thought I had fixed that long ago. Perhaps someone broke it again. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras at ekiga.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Oct 30 22:24:59 2009 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 30 Oct 2009 23:24:59 +0100 Subject: [Ekiga-list] no audio/video with counterpart on line In-Reply-To: <20091025223517.GA24870@deby.ei.hnet> References: <20091023103650.GA17576@deby.ei.hnet> <4AE20A39.9080309@pu-pm.univ-fcomte.fr> <20091025223517.GA24870@deby.ei.hnet> Message-ID: <4AEB67BB.9050709@pu-pm.univ-fcomte.fr> Ennio-Sr wrote: > * Eugen Dedu [231009, 21:55]: >> Ennio-Sr wrote: >>> Hi all! >>> > > I'm glad to inform that echo test is working again, despite many > selected codecs; so I think there was something wrong at server's end. > > However, the 'remote video' is still grayed out and I can only see > myself on the screen... Hi, If you need help, you should tell us what you do (call 500, or call another person?), what is wrong, and send us the -d 4 output... (and also what works) -- Eugen From pietro.ac at gmail.com Fri Oct 30 22:53:30 2009 From: pietro.ac at gmail.com (Pietro Acinapura) Date: Fri, 30 Oct 2009 23:53:30 +0100 Subject: [Ekiga-list] informations Message-ID: <4AEB6E6A.7070501@gmail.com> Hi, just today i installed your software Ekiga to try it as Skype alternative. I registered my sip account on ekiga website but i can't access my Ekiga account once i open it. I run Ekiga on Windows and Linux and i have the same trouble. A simple question, why i can't access into my Ekiga account and becoming make calls? Btw, before your answer, thank you! From nasr.laili at tin.it Fri Oct 30 23:56:59 2009 From: nasr.laili at tin.it (Ennio-Sr) Date: Sat, 31 Oct 2009 00:56:59 +0100 Subject: [Ekiga-list] no audio/video with counterpart on line In-Reply-To: <4AEB67BB.9050709@pu-pm.univ-fcomte.fr> References: <20091023103650.GA17576@deby.ei.hnet> <4AE20A39.9080309@pu-pm.univ-fcomte.fr> <20091025223517.GA24870@deby.ei.hnet> <4AEB67BB.9050709@pu-pm.univ-fcomte.fr> Message-ID: <20091030235659.GA21934@deby.ei.hnet> * Eugen Dedu [301009, 23:24]: > Ennio-Sr wrote: > > * Eugen Dedu [231009, 21:55]: > >> Ennio-Sr wrote: > > > > However, the 'remote video' is still grayed out and I can only see > > myself on the screen... > > Hi, > > If you need help, you should tell us what you do (call 500, or call > another person?), what is wrong, and send us the -d 4 output... (and > also what works) > Well, I must say there are some progress as far as video is concerned: after many trials I discorevered it could depend from the router (NETGEAR DG834GT) Firewall Rules. After changing the 'Outbound Services' allowed IP from the router's to 'Any' I did an Echo Test and when the 'voice' stopped talking I could see that the remaining video tags became clicable, including the remote video. I cannot be sure it fully works because I received no video from the Echo Test site and do not know whether there should be one. Anyway , that was an important step. Then I made an attempt to talk with my son (using Ekiga on Win$ows): I could ear his voice but couldn't see him while he could neither see nor ear me. Unfortunately I don't know if and how it is is possible to obtain a '-d 4 log' in W$ ... Finally, I made some home.net experiments (around 8.00 p.m. GMT): Having one main PC connected to the router and a laptop with a wireless connection to the same router I was able to make a Skype call between the two: video and audio worked perfectly. I tried the same with Ekiga without success (I took so many -d 4 logs that it is now difficult for me to establish which one is the good one, but I will repeat this test and will follow up ASAP). This failure was happening in very strange circumstances: 1. both the PC and laptop users (different names, of course) appeared as 'registered' at ekiga.net, however they could not see the other one was in line (not even messages went through) although each of them could do an ekiga test with success. 2. searching the users on the ekiga.net gave '0 users found' result! (On past occasions the users appeared as 'found' and each user appeared as 'on line using Ekiga' on the other user's display, but that was before changing the Firewall Rules as said above). I can go ahead making further tests (if you think thay make sense for the Community) but would appreciate a clarification about what I should expect from Ekiga Test concerning the 'Remote Video', i.e. should I see any remote video?, and to points 1 and 2 above. Thanks for now. -- [Why use Win$ozz (I say) if ... "even a fool can do that. \\?// Do something you aren't good at!" (as Henry Miller used to say)] (?|?) Regards, Ennio. )=( From Detlef.Lechner at gmx.net Sat Oct 31 06:45:44 2009 From: Detlef.Lechner at gmx.net (Detlef Lechner) Date: Sat, 31 Oct 2009 07:45:44 +0100 Subject: [Ekiga-list] informations In-Reply-To: <4AEB6E6A.7070501@gmail.com> References: <4AEB6E6A.7070501@gmail.com> Message-ID: <4AEBDD18.9020208@gmx.net> Pietro Acinapura wrote: > A simple question, why i can't access into my Ekiga account and becoming > make calls? This question is not so easy to answer without more input. Please provide the log of '~$ ekiga -d 4 > ~/tmp/ekiga.log20091031' in a pastebin. Detlef From sohil.shah at einfochips.com Sat Oct 31 10:43:16 2009 From: sohil.shah at einfochips.com (Sohil Shah) Date: Sat, 31 Oct 2009 16:13:16 +0530 Subject: [Ekiga-list] Ekiga Scope of Enhancement Message-ID: <4AEC14C4.5090501@einfochips.com> Hi, Is the support for IP camera ( http://en.wikipedia.org/wiki/IP_camera ) planned for any of the further releases of Ekiga ? This will drastically reduce the web-cam compatibility issues and other dependencies. Has anyone tried such interfacing before ? -- Thanks& Regards, Sohil Shah -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. _____________________________________________________________________