From arijit.chakraborty at indusnet.co.in Mon Jun 3 10:18:36 2013 From: arijit.chakraborty at indusnet.co.in (Arijit Chakraborty) Date: Mon, 3 Jun 2013 15:48:36 +0530 Subject: [Ekiga-list] Push to talk service In-Reply-To: <51A8924D.3090205@pu-pm.univ-fcomte.fr> References: <1369924183.9078.3.camel@LenovoN200> <51A8924D.3090205@pu-pm.univ-fcomte.fr> Message-ID: Hi, We are trying to register from the mobile client and getting the following log : 06-03 11:36:08.053: D/org.doubango.ngn.services.impl.NgnHistoryService(13214): History loaded 06-03 11:36:08.123: I/System.out(13214): ==isStarted ====true 06-03 11:36:08.123: D/org.doubango.ngn.services.impl.NgnSipService(13214): register() 06-03 11:36:08.123: D/org.doubango.ngn.services.impl.NgnSipService(13214): realm='sip:ekiga.net', impu='sip:santanu123 at ekiga.net', impi='santanu123' 06-03 11:36:08.143: D/org.doubango.ngn.services.impl.NgnSipService(13214): STUN=no 06-03 11:36:08.143: D/org.doubango.ngn.services.impl.NgnSipService(13214): pcscf-host='ekiga.net', pcscf-port='5060', transport='udp', ipversion='ipv4' 06-03 11:36:08.173: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): ::1%1 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): 127.0.0.1 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): fe80::1eb0:94ff:fef1:c0c2%wlan0 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService (13214): 192.168.1.200 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): fe80::7865:90ff:fe0b:7428%usb0 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): 192.168.42.129 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnSipService(13214): Local IP='192.168.42.129' 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): acquireNetworkLock() 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService(13214): netType=1 and netSubType=0 06-03 11:36:08.213: D/org.doubango.ngn.services.impl.NgnSipService(13214): Stack started 06-03 11:36:08.213: D/org.doubango.ngn.services.impl.NgnSipService(13214): OnDialogEvent (Dialog connecting,1) 06-03 11:36:08.223: D/org.doubango.ngn.services.impl.NgnSipService(13214): OnDialogEvent ((un)REGISTER request successfully sent.,1) 06-03 11:36:08.233: I/tryingtoregister(13214): Trying to Register... 06-03 11:36:08.253: D/libEGL(13214): loaded /system/lib/egl/libGLES_android.so 06-03 11:36:08.253: D/libEGL(13214): loaded /system/lib/egl/libEGL_adreno200.so 06-03 11:36:08.263: D/libEGL(13214): loaded /system/lib/egl/libGLESv1_CM_adreno200.so 06-03 11:36:08.263: D/libEGL(13214): loaded /system/lib/egl/libGLESv2_adreno200.so In the Client end we are getting that it is trying to register. But we are suppose to get a response from the SIP server regarding the status of the registration. Please have a look in this matter and reply us accordingly so that we can fix this problem. Kind Regards Arijit On Fri, May 31, 2013 at 5:36 PM, Eugen Dedu wrote: > To discover why your client fails to register to ekiga.net, we need to > see the packets exchanged during registration. Can you send them to us? > > > On 31/05/13 13:23, Arijit Chakraborty wrote: > >> Hi, >> >> We are working on One-to-One Voice communication(half duplex) i.e. Push to >> talk over cellular(PoC). >> >> We are using a SIP client which is available in Android SDK.I have >> created >> a SIP account in Ekiga. >> >> I tried to register from my mobile SIP client using the already created >> SIP >> address. But I recieve an error message "No Host to Route". >> >> Can you please let me know that why my client fails to register with your >> SIP server, what we understand its a free SIP server which you provide >> right? >> >> Kind Regards >> Arijit >> >> >> On Thu, May 30, 2013 at 7:59 PM, Alex Theotokatos > >wrote: >> >> Push to talk service? >>> Do you mean that you want to use it as cb or you have a problem with >>> your sound card (non-duplex)? >>> Have you think about install a switch on your microphone? >>> >>> >>> On Thu, 2013-05-30 at 19:18 +0530, Arijit Chakraborty wrote: >>> >>>> Hi, >>>> >>>> I have received an SIP address from Ekiga. Can I use it for push to >>>> talk service ? >>>> >>>> Kind Regards >>>> Arijit >>>> >>> > ______________________________**_________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/**mailman/listinfo/ekiga-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Mon Jun 3 13:14:33 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Mon, 03 Jun 2013 15:14:33 +0200 Subject: [Ekiga-list] Push to talk service In-Reply-To: References: <1369924183.9078.3.camel@LenovoN200> <51A8924D.3090205@pu-pm.univ-fcomte.fr> Message-ID: <51AC96B9.2090708@pu-pm.univ-fcomte.fr> There is not enough information, the only solution would be to see with wireshark what packets are exchanged... Check also that your client uses STUN, otherwise registering to ekiga.net will not work. On 03/06/13 12:18, Arijit Chakraborty wrote: > Hi, > > We are trying to register from the mobile client and getting the following > log : > 06-03 11:36:08.053: > D/org.doubango.ngn.services.impl.NgnHistoryService(13214): History loaded > 06-03 11:36:08.123: I/System.out(13214): ==isStarted ====true > 06-03 11:36:08.123: D/org.doubango.ngn.services.impl.NgnSipService(13214): > register() > 06-03 11:36:08.123: D/org.doubango.ngn.services.impl.NgnSipService(13214): > realm='sip:ekiga.net', > impu='sip:santanu123 at ekiga.net', impi='santanu123' > 06-03 11:36:08.143: D/org.doubango.ngn.services.impl.NgnSipService(13214): > STUN=no > 06-03 11:36:08.143: D/org.doubango.ngn.services.impl.NgnSipService(13214): > pcscf-host='ekiga.net', > pcscf-port='5060', transport='udp', ipversion='ipv4' > 06-03 11:36:08.173: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): ::1%1 > 06-03 11:36:08.183: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): 127.0.0.1 > 06-03 11:36:08.183: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): > fe80::1eb0:94ff:fef1:c0c2%wlan0 > 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnNetworkService > (13214): 192.168.1.200 > 06-03 11:36:08.183: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): > fe80::7865:90ff:fe0b:7428%usb0 > 06-03 11:36:08.183: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): 192.168.42.129 > 06-03 11:36:08.183: D/org.doubango.ngn.services.impl.NgnSipService(13214): > Local IP='192.168.42.129' > 06-03 11:36:08.183: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): > acquireNetworkLock() > 06-03 11:36:08.183: > D/org.doubango.ngn.services.impl.NgnNetworkService(13214): netType=1 and > netSubType=0 > 06-03 11:36:08.213: D/org.doubango.ngn.services.impl.NgnSipService(13214): > Stack started > 06-03 11:36:08.213: D/org.doubango.ngn.services.impl.NgnSipService(13214): > OnDialogEvent (Dialog > connecting,1) > 06-03 11:36:08.223: D/org.doubango.ngn.services.impl.NgnSipService(13214): > OnDialogEvent ((un)REGISTER > request successfully sent.,1) > 06-03 11:36:08.233: I/tryingtoregister(13214): Trying to Register... > 06-03 11:36:08.253: D/libEGL(13214): loaded > /system/lib/egl/libGLES_android.so > 06-03 11:36:08.253: D/libEGL(13214): loaded > /system/lib/egl/libEGL_adreno200.so > 06-03 11:36:08.263: D/libEGL(13214): loaded > /system/lib/egl/libGLESv1_CM_adreno200.so > 06-03 11:36:08.263: D/libEGL(13214): loaded > /system/lib/egl/libGLESv2_adreno200.so > > In the Client end we are getting that it is trying to register. But we are > suppose to get a response from the SIP server regarding the status of the > registration. > Please have a look in this matter and reply us accordingly so that we can > fix this problem. > > > Kind Regards > Arijit > > > On Fri, May 31, 2013 at 5:36 PM, Eugen Dedu > wrote: > >> To discover why your client fails to register to ekiga.net, we need to >> see the packets exchanged during registration. Can you send them to us? >> >> >> On 31/05/13 13:23, Arijit Chakraborty wrote: >> >>> Hi, >>> >>> We are working on One-to-One Voice communication(half duplex) i.e. Push to >>> talk over cellular(PoC). >>> >>> We are using a SIP client which is available in Android SDK.I have >>> created >>> a SIP account in Ekiga. >>> >>> I tried to register from my mobile SIP client using the already created >>> SIP >>> address. But I recieve an error message "No Host to Route". >>> >>> Can you please let me know that why my client fails to register with your >>> SIP server, what we understand its a free SIP server which you provide >>> right? >>> >>> Kind Regards >>> Arijit >>> >>> >>> On Thu, May 30, 2013 at 7:59 PM, Alex Theotokatos >>> wrote: >>> >>> Push to talk service? >>>> Do you mean that you want to use it as cb or you have a problem with >>>> your sound card (non-duplex)? >>>> Have you think about install a switch on your microphone? >>>> >>>> >>>> On Thu, 2013-05-30 at 19:18 +0530, Arijit Chakraborty wrote: >>>> >>>>> Hi, >>>>> >>>>> I have received an SIP address from Ekiga. Can I use it for push to >>>>> talk service ? >>>>> >>>>> Kind Regards >>>>> Arijit From arijit.chakraborty at indusnet.co.in Tue Jun 4 07:41:35 2013 From: arijit.chakraborty at indusnet.co.in (Arijit Chakraborty) Date: Tue, 4 Jun 2013 13:11:35 +0530 Subject: [Ekiga-list] Push to talk service In-Reply-To: <51AC96B9.2090708@pu-pm.univ-fcomte.fr> References: <1369924183.9078.3.camel@LenovoN200> <51A8924D.3090205@pu-pm.univ-fcomte.fr> <51AC96B9.2090708@pu-pm.univ-fcomte.fr> Message-ID: Hi, We have used STUN for NAT. Here we got this in the log: 06-04 07:12:36.591: D/org.doubango.ngn.services.impl.NgnSipService(1552): register() 06-04 07:12:36.621: D/org.doubango.ngn.services.impl.NgnSipService(1552): realm='sip:ekiga.net', impu='sip:santanu1234 at ekiga.net', impi='santanu1234' 06-04 07:12:36.763: D/org.doubango.ngn.services.impl.NgnSipService(1552):*STUN=yes * 06-04 07:12:36.801: D/org.doubango.ngn.services.impl.NgnSipService(1552):*STUN2 - server= numb.viagenie.ca and port=3478* 06-04 07:12:36.811: D/org.doubango.ngn.services.impl.NgnSipService(1552): * pcscf-host='ekiga.net', pcscf-port='5060', transport='udp', * *ipversion='ipv4'* 06-04 07:12:37.271: D/dalvikvm(1552): GC_CONCURRENT freed 149K, 10% free 2805K/3092K, paused 77ms+110ms, total 267ms 06-0407:12:37.301: D/org.doubango.ngn.services.impl.NgnNetworkService(1552): ::1%1 06-04 07:12:37.321: D/org.doubango.ngn.services.impl.NgnNetworkService(1552): 127.0.0.1 06-04 07:12:37.321: D/org.doubango.ngn.services.impl.NgnNetworkService(1552): fe80::5054:ff:fe12:3456%eth0 06-04 07:12:37.361: D/org.doubango.ngn.services.impl.NgnNetworkService(1552): 10.0.2.15 06-04 07:12:37.371: D/org.doubango.ngn.services.impl.NgnSipService(1552): Local IP='10.0.2.15' 06-04 07:12:37.391: D/org.doubango.ngn.services.impl.NgnNetworkService(1552): acquireNetworkLock() 06-04 07:12:37.521: D/org.doubango.ngn.services.impl.NgnNetworkService(1552): netType=0 and netSubType=3 06-04 07:12:37.591: D/org.doubango.ngn.services.impl.NgnSipService(1552): Stack started 06-04 07:12:37.771: D/org.doubango.ngn.services.impl.NgnSipService(1552): OnDialogEvent (Dialog connecting,1) 06-04 07:12:37.841: D/libEGL(1552): loaded /system/lib/egl/libEGL_emulation.so 06-04 07:12:37.990: D/(1552): HostConnection::get() New Host Connection established 0x2a174c68, tid 1552 06-04 07:12:38.062: D/libEGL(1552): loaded /system/lib/egl/libGLESv1_CM_emulation.so 06-04 07:12:38.091: D/libEGL(1552): loaded /system/lib/egl/libGLESv2_emulation.so 06-04 07:12:38.192: D/org.doubango.ngn.services.impl.NgnSipService(1552): OnDialogEvent ((un)REGISTER request successfully sent.,1) 06-04 07:12:38.461: W/EGL_emulation(1552): eglSurfaceAttrib not implemented 06-04 07:12:38.481: D/OpenGLRenderer(1552): Enabling debug mode 0 06-04 07:12:43.257: D/dalvikvm(1552): threadid=1: still suspended after undo (sc=1 dc=1) 06-04 07:12:49.641: I/tryingtoregister(1552): Trying to Register... 06-04 07:13:10.241: D/org.doubango.ngn.services.impl.NgnSipService(1552):*OnDialogEvent (Transport error.,1) * 06-04 07:13:10.271: D/org.doubango.ngn.services.impl.NgnSipService(1552): OnDialogEvent (Dialog terminated,1) 06-04 07:13:10.331: D/org.doubango.ngn.services.impl.NgnSipService(1552): Stack stopped I have query regarding this: This time we have used STUN. We are using NGN stack for this implementation. In NGN default STUN is *numb.viagenie.ca and port=3478.* We have also tried using* ekiga.net* as STUN. but the result is same. Should we use different STUN server and port for ekiga. Please let us know. We are getting transport error in our end and after that stack is stopped. We have tried both UDP and TCP for transport. Please let us know if we are making any wrong for STUN or transport Kind Regards Arijit On Mon, Jun 3, 2013 at 6:44 PM, Eugen Dedu wrote: > There is not enough information, the only solution would be to see with > wireshark what packets are exchanged... > > Check also that your client uses STUN, otherwise registering to ekiga.netwill not work. > > > On 03/06/13 12:18, Arijit Chakraborty wrote: > >> Hi, >> >> We are trying to register from the mobile client and getting the >> following >> log : >> 06-03 11:36:08.053: >> D/org.doubango.ngn.services.**impl.NgnHistoryService(13214): History >> loaded >> 06-03 11:36:08.123: I/System.out(13214): ==isStarted ====true >> 06-03 11:36:08.123: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> register() >> 06-03 11:36:08.123: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> realm='sip:ekiga.net', >> impu='sip:santanu123 at ekiga.net**', impi='santanu123' >> 06-03 11:36:08.143: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> STUN=no >> 06-03 11:36:08.143: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> pcscf-host='ekiga.net', >> pcscf-port='5060', transport='udp', ipversion='ipv4' >> 06-03 11:36:08.173: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): ::1%1 >> 06-03 11:36:08.183: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): 127.0.0.1 >> 06-03 11:36:08.183: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): >> fe80::1eb0:94ff:fef1:c0c2%**wlan0 >> 06-03 11:36:08.183: D/org.doubango.ngn.services.**impl.NgnNetworkService >> (13214): 192.168.1.200 >> 06-03 11:36:08.183: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): >> fe80::7865:90ff:fe0b:7428%usb0 >> 06-03 11:36:08.183: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): >> 192.168.42.129 >> 06-03 11:36:08.183: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> Local IP='192.168.42.129' >> 06-03 11:36:08.183: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): >> acquireNetworkLock() >> 06-03 11:36:08.183: >> D/org.doubango.ngn.services.**impl.NgnNetworkService(13214): netType=1 >> and >> netSubType=0 >> 06-03 11:36:08.213: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> Stack started >> 06-03 11:36:08.213: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> OnDialogEvent (Dialog >> connecting,1) >> 06-03 11:36:08.223: D/org.doubango.ngn.services.** >> impl.NgnSipService(13214): >> OnDialogEvent ((un)REGISTER >> request successfully sent.,1) >> 06-03 11:36:08.233: I/tryingtoregister(13214): Trying to Register... >> 06-03 11:36:08.253: D/libEGL(13214): loaded >> /system/lib/egl/libGLES_**android.so >> 06-03 11:36:08.253: D/libEGL(13214): loaded >> /system/lib/egl/libEGL_**adreno200.so >> 06-03 11:36:08.263: D/libEGL(13214): loaded >> /system/lib/egl/libGLESv1_CM_**adreno200.so >> 06-03 11:36:08.263: D/libEGL(13214): loaded >> /system/lib/egl/libGLESv2_**adreno200.so >> >> In the Client end we are getting that it is trying to register. But we are >> suppose to get a response from the SIP server regarding the status of the >> registration. >> Please have a look in this matter and reply us accordingly so that we can >> fix this problem. >> >> >> Kind Regards >> Arijit >> >> >> On Fri, May 31, 2013 at 5:36 PM, Eugen Dedu < >> Eugen.Dedu at pu-pm.univ-fcomte.**fr >> >>> wrote: >>> >> >> To discover why your client fails to register to ekiga.net, we need to >>> see the packets exchanged during registration. Can you send them to us? >>> >>> >>> On 31/05/13 13:23, Arijit Chakraborty wrote: >>> >>> Hi, >>>> >>>> We are working on One-to-One Voice communication(half duplex) i.e. Push >>>> to >>>> talk over cellular(PoC). >>>> >>>> We are using a SIP client which is available in Android SDK.I have >>>> created >>>> a SIP account in Ekiga. >>>> >>>> I tried to register from my mobile SIP client using the already created >>>> SIP >>>> address. But I recieve an error message "No Host to Route". >>>> >>>> Can you please let me know that why my client fails to register with >>>> your >>>> SIP server, what we understand its a free SIP server which you provide >>>> right? >>>> >>>> Kind Regards >>>> Arijit >>>> >>>> >>>> On Thu, May 30, 2013 at 7:59 PM, Alex Theotokatos < >>>> alex.theoto at gmail.com >>>> >>>>> wrote: >>>>> >>>> >>>> Push to talk service? >>>> >>>>> Do you mean that you want to use it as cb or you have a problem with >>>>> your sound card (non-duplex)? >>>>> Have you think about install a switch on your microphone? >>>>> >>>>> >>>>> On Thu, 2013-05-30 at 19:18 +0530, Arijit Chakraborty wrote: >>>>> >>>>> Hi, >>>>>> >>>>>> I have received an SIP address from Ekiga. Can I use it for push to >>>>>> talk service ? >>>>>> >>>>>> Kind Regards >>>>>> Arijit >>>>>> >>>>> ______________________________**_________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/**mailman/listinfo/ekiga-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arijit.chakraborty at indusnet.co.in Fri Jun 7 11:24:58 2013 From: arijit.chakraborty at indusnet.co.in (Arijit Chakraborty) Date: Fri, 7 Jun 2013 16:54:58 +0530 Subject: [Ekiga-list] Ekiga - PTT service Message-ID: Hi, I am planning to develop a PTT application for Android mobile phones. I need the following information before taking any decision of using your server and client SDK. 1. Does the SIP address provided by you support half duplex required for Push to talk ? 2. I had registered and received a SIP address but unable to connect it. When I download your app from Google play and use the same address, it connects. is there any document available which can guide me the entire process of calling the SIP address. 3. Is there any cost involved for to get live SIP address ? What is the cost ? I didn't find any information about cost in the web site. Kind Regards Arijit -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Jun 7 12:58:11 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 07 Jun 2013 14:58:11 +0200 Subject: [Ekiga-list] Ekiga - PTT service In-Reply-To: References: Message-ID: <51B1D8E3.4060700@pu-pm.univ-fcomte.fr> On 07/06/13 13:24, Arijit Chakraborty wrote: > Hi, > > I am planning to develop a PTT application for Android mobile phones. I > need the following information before taking any decision of using your > server and client SDK. > 1. Does the SIP address provided by you support half duplex required for > Push to talk ? I do not know. > 2. I had registered and received a SIP address but unable to connect it. > When I download your app from Google play and use the same address, it > connects. is there any document available which can guide me the entire > process of calling the SIP address. There is the manual http://wiki.ekiga.org/index.php/Manual ... We cannot know why your application does not register without seeing the detailed packet exchange between it and ekiga.net. > 3. Is there any cost involved for to get live SIP address ? What is the > cost ? I didn't find any information about cost in the web site. It is free, cf. text at the bottom at https://www.ekiga.net for ex. -- Eugen From quentin at despierre.net Mon Jun 10 07:59:27 2013 From: quentin at despierre.net (Quentin Despierre) Date: Mon, 10 Jun 2013 09:59:27 +0200 Subject: [Ekiga-list] Ekiga from command line Message-ID: Hi, I'm doing a little study on softphones and i'm pretty interested in Ekiga. I'd like to know if it's now possible to use Ekiga in command line, for example, to make it interact with some js. Sincerely yours ------------------------------------------------------------------ Quentin Despierre El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 quentin at despierre.net ------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From esignets at gmail.com Mon Jun 10 08:20:08 2013 From: esignets at gmail.com (=?ISO-8859-1?Q?Thierry_Poulh=E8s?=) Date: Mon, 10 Jun 2013 10:20:08 +0200 Subject: [Ekiga-list] problem to call Message-ID: Hello, I'm new user of Ekiga. I tried call my sister, but when I call I can only hear my own voice and she can't hear me at all. I have the same problem with my father, and my father and my sister can't call each other. We use last version of Ekiga and all the tests are good. It tried Ekiga on Ubuntu and I have the same problem. Do you have an idea ? Thierry -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex.theoto at gmail.com Mon Jun 10 13:04:32 2013 From: alex.theoto at gmail.com (Alex Theotokatos) Date: Mon, 10 Jun 2013 16:04:32 +0300 Subject: [Ekiga-list] problem to call In-Reply-To: References: Message-ID: <1370869472.3677.28.camel@LenovoN200> On Mon, 2013-06-10 at 10:20 +0200, Thierry Poulh?s wrote: > Hello, > > > I'm new user of Ekiga. > > > I tried call my sister, but when I call I can only hear my own voice > and she can't hear me at all. You mean that you hear your voice from your speakers? > > I have the same problem with my father, and my father and my sister > can't call each other. They cannot hear each other? Did they make any test call? What distro do you have? Check in the pulse audio preference if you/they have any muted microphone. From esignets at gmail.com Tue Jun 11 10:12:00 2013 From: esignets at gmail.com (=?ISO-8859-1?Q?Thierry_Poulh=E8s?=) Date: Tue, 11 Jun 2013 12:12:00 +0200 Subject: [Ekiga-list] problem to call In-Reply-To: <1370869472.3677.28.camel@LenovoN200> References: <1370869472.3677.28.camel@LenovoN200> Message-ID: Yes I can hear my voice from the speakers. All the calls test are always good on all our computers but we can't hear each other.. I have Ubuntu 11.4, and Windows XP with last version of Ekiga, I have exactly the same problem with both. My sister and father have Windows 7 and last version of Ekiga. And we use Ekiga free acount. 2013/6/10 Alex Theotokatos > On Mon, 2013-06-10 at 10:20 +0200, Thierry Poulh?s wrote: > > Hello, > > > > > > I'm new user of Ekiga. > > > > > > I tried call my sister, but when I call I can only hear my own voice > > and she can't hear me at all. > > You mean that you hear your voice from your speakers? > > > > > > I have the same problem with my father, and my father and my sister > > can't call each other. > > They cannot hear each other? > Did they make any test call? > > What distro do you have? Check in the pulse audio preference if you/they > have any muted microphone. > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex.theoto at gmail.com Tue Jun 11 11:16:54 2013 From: alex.theoto at gmail.com (Alex Theotokatos) Date: Tue, 11 Jun 2013 14:16:54 +0300 Subject: [Ekiga-list] problem to call In-Reply-To: References: <1370869472.3677.28.camel@LenovoN200> Message-ID: <1370949414.3627.26.camel@LenovoN200> I'm sorry if I ask you the same thing but I have to summarize your problem. All computers can successfully make test calls. Right? Can you hear the woman when test call begins? If you try from Ubuntu distro to contact into your sister, all you can hear is your voice from your speakers? Does the same problem is for windows too? If you hear your voice, then you (probably) must configure the input-output settings. Or the 'Audio - Devices' from the 'preferences' On Tue, 2013-06-11 at 12:12 +0200, Thierry Poulh?s wrote: > Yes I can hear my voice from the speakers. > > All the calls test are always good on all our computers but we can't > hear each other.. > > I have Ubuntu 11.4, and Windows XP with last version of Ekiga, I have > exactly the same problem with both. > > My sister and father have Windows 7 and last version of Ekiga. > > And we use Ekiga free acount. > > > > > > 2013/6/10 Alex Theotokatos > On Mon, 2013-06-10 at 10:20 +0200, Thierry Poulh?s wrote: > > Hello, > > > > > > I'm new user of Ekiga. > > > > > > I tried call my sister, but when I call I can only hear my > own voice > > and she can't hear me at all. > > > You mean that you hear your voice from your speakers? > > > > > > I have the same problem with my father, and my father and my > sister > > can't call each other. > > > They cannot hear each other? > Did they make any test call? > > What distro do you have? Check in the pulse audio preference > if you/they > have any muted microphone. > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list > > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list From esignets at gmail.com Wed Jun 12 09:00:20 2013 From: esignets at gmail.com (=?ISO-8859-1?Q?Thierry_Poulh=E8s?=) Date: Wed, 12 Jun 2013 11:00:20 +0200 Subject: [Ekiga-list] problem to call In-Reply-To: <1370949414.3627.26.camel@LenovoN200> References: <1370869472.3677.28.camel@LenovoN200> <1370949414.3627.26.camel@LenovoN200> Message-ID: 2013/6/11 Alex Theotokatos > I'm sorry if I ask you the same thing but I have to summarize your > problem. > > > All computers can successfully make test calls. Right? > yes > Can you hear the woman when test call begins? > yes > > If you try from Ubuntu distro to contact into your sister, all you can > hear is your voice from your speakers? > yes > > Does the same problem is for windows too? > yes > > If you hear your voice, then you (probably) must configure the > input-output settings. > Or the 'Audio - Devices' from the 'preferences' > Ok I will try Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Wed Jun 12 10:09:42 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Wed, 12 Jun 2013 12:09:42 +0200 Subject: [Ekiga-list] problem to call In-Reply-To: References: <1370869472.3677.28.camel@LenovoN200> <1370949414.3627.26.camel@LenovoN200> Message-ID: <51B848E6.3040509@pu-pm.univ-fcomte.fr> I have once had something like this too: me and my partner successfully call 500 at ekiga.net, but when we call each other there is no audio and no video. I have not yet debugged it. On 12/06/13 11:00, Thierry Poulh?s wrote: > 2013/6/11 Alex Theotokatos > >> I'm sorry if I ask you the same thing but I have to summarize your >> problem. >> >> >> All computers can successfully make test calls. Right? >> > yes > > >> Can you hear the woman when test call begins? >> > yes > > >> >> If you try from Ubuntu distro to contact into your sister, all you can >> hear is your voice from your speakers? >> > yes > > >> >> Does the same problem is for windows too? >> > yes > > >> >> If you hear your voice, then you (probably) must configure the >> input-output settings. >> Or the 'Audio - Devices' from the 'preferences' >> > > Ok I will try > > Thank you From muhammad.ibrahim.id at ajegroup.com Thu Jun 13 04:21:30 2013 From: muhammad.ibrahim.id at ajegroup.com (M. Ibrahim) Date: Thu, 13 Jun 2013 11:21:30 +0700 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account Message-ID: <51B948CA.10907@ajegroup.com> Hi, We are about to deploy Ekiga as softphone in our company, but our users experienced difficulties in using Ekiga 4.0.1 under Windows i.e: 1. They have to type the SIP registrar hostname/IP address after the extension. Is there any way to create a default account so we can dial the extension directly? 2. There is no clear button to clear existing entry in the address bar. This is more likely a feature request. Regards, --iBro -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex.theoto at gmail.com Thu Jun 13 10:31:38 2013 From: alex.theoto at gmail.com (Alex Theotokatos) Date: Thu, 13 Jun 2013 13:31:38 +0300 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <51B948CA.10907@ajegroup.com> References: <51B948CA.10907@ajegroup.com> Message-ID: <1371119498.3966.4.camel@LenovoN200> If your communication is on local network, can you see the other users on the 'Neighbors'? If you use it on local network and you cannot see them, you probably need the avahi deamon but better to advise you someone how knows windows version. On Thu, 2013-06-13 at 11:21 +0700, M. Ibrahim wrote: > Hi, > > We are about to deploy Ekiga as softphone in our company, but our > users experienced difficulties in using Ekiga 4.0.1 under Windows i.e: > 1. They have to type the SIP registrar hostname/IP address > after the extension. > Is there any way to create a default account so we can > dial the extension directly? > 2. There is no clear button to clear existing entry in the > address bar. This is more likely a feature request. > Regards, > --iBro > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list From frank.hasterok.ekiga at clfh.de Thu Jun 13 11:35:59 2013 From: frank.hasterok.ekiga at clfh.de (Frank Hasterok) Date: Thu, 13 Jun 2013 13:35:59 +0200 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <1371119498.3966.4.camel@LenovoN200> References: <51B948CA.10907@ajegroup.com> <1371119498.3966.4.camel@LenovoN200> Message-ID: <1371123359.3671.10.camel@buero.ip> Is this solved in the new version? https://bugzilla.gnome.org/show_bug.cgi?id=597305 Am Donnerstag, den 13.06.2013, 13:31 +0300 schrieb Alex Theotokatos: > If your communication is on local network, can you see the other users > on the 'Neighbors'? > If you use it on local network and you cannot see them, you probably > need the avahi deamon but better to advise you someone how knows > windows > version. From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:19:04 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:19:04 +0200 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <1371123359.3671.10.camel@buero.ip> References: <51B948CA.10907@ajegroup.com> <1371119498.3966.4.camel@LenovoN200> <1371123359.3671.10.camel@buero.ip> Message-ID: <51B9B8B8.5020004@pu-pm.univ-fcomte.fr> It is not yet fixed, sorry. Eugen On 13/06/13 13:35, Frank Hasterok wrote: > Is this solved in the new version? > > https://bugzilla.gnome.org/show_bug.cgi?id=597305 > > > Am Donnerstag, den 13.06.2013, 13:31 +0300 schrieb Alex Theotokatos: >> If your communication is on local network, can you see the other users >> on the 'Neighbors'? >> If you use it on local network and you cannot see them, you probably >> need the avahi deamon but better to advise you someone how knows >> windows >> version. From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:24:35 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:24:35 +0200 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <51B948CA.10907@ajegroup.com> References: <51B948CA.10907@ajegroup.com> Message-ID: <51B9BA03.5040009@pu-pm.univ-fcomte.fr> On 13/06/13 06:21, M. Ibrahim wrote: > Hi, > > We are about to deploy Ekiga as softphone in our company, but our users > experienced difficulties in using Ekiga 4.0.1 under Windows i.e: > > 1. They have to type the SIP registrar hostname/IP address after the > extension. > Is there any way to create a default account so we can dial the > extension directly? Could you please give an example and also tell if ekiga is registered or not? Note that if you are registered, when typing the address the combobox opens with the current registrar. Is not this good enough? > 2. There is no clear button to clear existing entry in the address > bar. This is more likely a feature request. Is double-clicking in URL bar + Backspace enough for them? Damien, Julien, do you think it is good to add a Clear button near the Call button in dialpad? -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:26:26 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:26:26 +0200 Subject: [Ekiga-list] Ekiga from command line In-Reply-To: References: Message-ID: <51B9BA72.5020706@pu-pm.univ-fcomte.fr> On 10/06/13 09:59, Quentin Despierre wrote: > Hi, > > I'm doing a little study on softphones and i'm pretty interested in Ekiga. > I'd like to know if it's now possible to use Ekiga in command line, for > example, to make it interact with some js. You can start ekiga with -c to dial a number, and you can somewhat control ekiga with gconf. What is js? -- Eugen From quentin at despierre.net Thu Jun 13 12:27:17 2013 From: quentin at despierre.net (Quentin Despierre) Date: Thu, 13 Jun 2013 14:27:17 +0200 Subject: [Ekiga-list] Ekiga from command line In-Reply-To: <51B9BA72.5020706@pu-pm.univ-fcomte.fr> References: <51B9BA72.5020706@pu-pm.univ-fcomte.fr> Message-ID: JavaScript :) ------------------------------------------------------------------ Quentin Despierre El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 quentin at despierre.net Pr?sident du BDE TELECOM Lille1 2010 - 2011 Elu CEVU Universit? de Lille1 2009 - 2011 Secr?taire G?n?ral du BNEI 2011 - 2012 +33.6.75.04.07.48 ------------------------------------------------------------------ On Thu, Jun 13, 2013 at 2:26 PM, Eugen Dedu wrote: > On 10/06/13 09:59, Quentin Despierre wrote: > >> Hi, >> >> I'm doing a little study on softphones and i'm pretty interested in Ekiga. >> I'd like to know if it's now possible to use Ekiga in command line, for >> example, to make it interact with some js. >> > > You can start ekiga with -c to dial a number, and you can somewhat control > ekiga with gconf. > > What is js? > > -- > Eugen > ______________________________**_________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/**mailman/listinfo/ekiga-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:29:52 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:29:52 +0200 Subject: [Ekiga-list] h323 contacts In-Reply-To: <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> Message-ID: <51B9BB40.7020000@pu-pm.univ-fcomte.fr> On 17/04/13 02:00, Dennis New wrote: > On Wed, 17 Apr 2013 00:49:06 +0200, Eugen Dedu wrote: >> On 16/04/13 23:43, Dennis New wrote: >>> Currently the "contacts list" only seems to handel sip accounts. >>> Whenever I try to add an h323 address (like h323:10.0.0.2), it >>> absurdly appends "@ekiga.net". >> >> This is a known issue, Julien should take care of it. >> >> What version of ekiga do you use? > > 4.0.0. This is fixed with https://git.gnome.org/browse/ekiga/commit/?id=dcc28806f0a5. It will be available in the next version, whatever it is. -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:32:18 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:32:18 +0200 Subject: [Ekiga-list] Ekiga from command line In-Reply-To: References: <51B9BA72.5020706@pu-pm.univ-fcomte.fr> Message-ID: <51B9BBD2.2040907@pu-pm.univ-fcomte.fr> So what I wrote still stands, provided that the browser allows to execute commands on the machine. On 13/06/13 14:27, Quentin Despierre wrote: > JavaScript :) > > ------------------------------------------------------------------ > Quentin Despierre > El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 > quentin at despierre.net > > Pr?sident du BDE TELECOM Lille1 2010 - 2011 > Elu CEVU Universit? de Lille1 2009 - 2011 > Secr?taire G?n?ral du BNEI 2011 - 2012 > > +33.6.75.04.07.48 > ------------------------------------------------------------------ > > > On Thu, Jun 13, 2013 at 2:26 PM, Eugen Dedu > wrote: > >> On 10/06/13 09:59, Quentin Despierre wrote: >> >>> Hi, >>> >>> I'm doing a little study on softphones and i'm pretty interested in Ekiga. >>> I'd like to know if it's now possible to use Ekiga in command line, for >>> example, to make it interact with some js. >>> >> >> You can start ekiga with -c to dial a number, and you can somewhat control >> ekiga with gconf. >> >> What is js? >> >> -- >> Eugen From quentin at despierre.net Thu Jun 13 12:35:39 2013 From: quentin at despierre.net (Quentin Despierre) Date: Thu, 13 Jun 2013 14:35:39 +0200 Subject: [Ekiga-list] Ekiga from command line In-Reply-To: <51B9BBD2.2040907@pu-pm.univ-fcomte.fr> References: <51B9BA72.5020706@pu-pm.univ-fcomte.fr> <51B9BBD2.2040907@pu-pm.univ-fcomte.fr> Message-ID: Is -c the only available command on a Windows OS ? Anyway, thanks a lot for your answers ! ------------------------------------------------------------------ Quentin Despierre El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 quentin at despierre.net Pr?sident du BDE TELECOM Lille1 2010 - 2011 Elu CEVU Universit? de Lille1 2009 - 2011 Secr?taire G?n?ral du BNEI 2011 - 2012 +33.6.75.04.07.48 ------------------------------------------------------------------ On Thu, Jun 13, 2013 at 2:32 PM, Eugen Dedu wrote: > So what I wrote still stands, provided that the browser allows to execute > commands on the machine. > > > On 13/06/13 14:27, Quentin Despierre wrote: > >> JavaScript :) >> >> ------------------------------**------------------------------**------ >> Quentin Despierre >> El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 >> quentin at despierre.net >> >> Pr?sident du BDE TELECOM Lille1 2010 - 2011 >> Elu CEVU Universit? de Lille1 2009 - 2011 >> Secr?taire G?n?ral du BNEI 2011 - 2012 >> >> +33.6.75.04.07.48 >> ------------------------------**------------------------------**------ >> >> >> On Thu, Jun 13, 2013 at 2:26 PM, Eugen Dedu < >> Eugen.Dedu at pu-pm.univ-fcomte.**fr >> >>> wrote: >>> >> >> On 10/06/13 09:59, Quentin Despierre wrote: >>> >>> Hi, >>>> >>>> I'm doing a little study on softphones and i'm pretty interested in >>>> Ekiga. >>>> I'd like to know if it's now possible to use Ekiga in command line, for >>>> example, to make it interact with some js. >>>> >>>> >>> You can start ekiga with -c to dial a number, and you can somewhat >>> control >>> ekiga with gconf. >>> >>> What is js? >>> >>> -- >>> Eugen >>> >> > ______________________________**_________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/**mailman/listinfo/ekiga-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:39:40 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:39:40 +0200 Subject: [Ekiga-list] Ekiga from command line In-Reply-To: References: <51B9BA72.5020706@pu-pm.univ-fcomte.fr> <51B9BBD2.2040907@pu-pm.univ-fcomte.fr> Message-ID: <51B9BD8C.30602@pu-pm.univ-fcomte.fr> -c and -d, cf. ekiga -h : snoopy:~$ ekiga-snapshot -h Usage: ekiga-snapshot [OPTION?] Help Options: -h, --help Show help options --help-all Show all help options --help-gtk Show GTK+ Options Application Options: -d, --debug Prints debug messages in the console (level between 1 and 8) -c, --call Makes Ekiga call the given URI --display=DISPLAY X display to use On 13/06/13 14:35, Quentin Despierre wrote: > Is -c the only available command on a Windows OS ? > > Anyway, thanks a lot for your answers ! > > ------------------------------------------------------------------ > Quentin Despierre > El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 > quentin at despierre.net > > Pr?sident du BDE TELECOM Lille1 2010 - 2011 > Elu CEVU Universit? de Lille1 2009 - 2011 > Secr?taire G?n?ral du BNEI 2011 - 2012 > > +33.6.75.04.07.48 > ------------------------------------------------------------------ > > > On Thu, Jun 13, 2013 at 2:32 PM, Eugen Dedu > wrote: > >> So what I wrote still stands, provided that the browser allows to execute >> commands on the machine. >> >> >> On 13/06/13 14:27, Quentin Despierre wrote: >> >>> JavaScript :) >>> >>> ------------------------------**------------------------------**------ >>> Quentin Despierre >>> El?ve-Ing?nieur en 5?me ann?e ? TELECOM Lille1 >>> quentin at despierre.net >>> >>> Pr?sident du BDE TELECOM Lille1 2010 - 2011 >>> Elu CEVU Universit? de Lille1 2009 - 2011 >>> Secr?taire G?n?ral du BNEI 2011 - 2012 >>> >>> +33.6.75.04.07.48 >>> ------------------------------**------------------------------**------ >>> >>> >>> On Thu, Jun 13, 2013 at 2:26 PM, Eugen Dedu < >>> Eugen.Dedu at pu-pm.univ-fcomte.**fr >>> >>>> wrote: >>>> >>> >>> On 10/06/13 09:59, Quentin Despierre wrote: >>>> >>>> Hi, >>>>> >>>>> I'm doing a little study on softphones and i'm pretty interested in >>>>> Ekiga. >>>>> I'd like to know if it's now possible to use Ekiga in command line, for >>>>> example, to make it interact with some js. >>>>> >>>>> >>>> You can start ekiga with -c to dial a number, and you can somewhat >>>> control >>>> ekiga with gconf. >>>> >>>> What is js? >>>> >>>> -- >>>> Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 13 12:50:25 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 13 Jun 2013 14:50:25 +0200 Subject: [Ekiga-list] Algorithm to complete text URL bar Message-ID: <51B9C011.2030407@pu-pm.univ-fcomte.fr> Hi, I notice that several people ask for an easier way to type addresses in URL bar (in dialpad). Here is what is done by ekiga at the moment (hope I am not wrong): A = the address typed in the URL bar if (A contains @) call A else if A starts with h323: call A else if ekiga has no account registered error if ekiga has 1 account registered add @registrar to A call A if ekiga has >1 accounts registered error What do you think about all this? Note also https://bugzilla.gnome.org/show_bug.cgi?id=589119 -- Eugen From fred.k at member.fsf.org Thu Jun 13 15:40:48 2013 From: fred.k at member.fsf.org (fred k) Date: Fri, 14 Jun 2013 00:40:48 +0900 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network Message-ID: <51B9E800.4020904@member.fsf.org> ekiga-list at gnome.orgWhat I get is as followsEkiga 4.0.1 shows erroneous behavior when wireless network is involved. Actions took very long if not fail, works ok sometimes. Here's some results from my experiments. I used debian 7 live 486 failsafe (i.e., older UI) with some lib files from debian's "unstable" repository. Results are: (details below, -d 4 logs are saved on the pastebin) step 1 step 2 step 3 step 4 step 5 step 6 step 7 step 8 I was suspecting Ekiga or SIP server hates changing IP address and/or wireless routing. Still I can't figure out what's wrong but getting easier to reproduce the problem. When avoiding wireless altogether, Ekiga works perfectly on ADSL, without fail. Good job everybody! Any ideas? How can I help to resolve this issue? fred_k ---------------------------- *step 0* Live-booted debian, DHCP through WiMax (wireless) router, dpkg'd Ekiga (ekiga_4.0.1-1_i386.deb from ubuntu? probably), apt-get install . *step 1 * I started Ekiga, went through its configuration. "Registered" message appeared about 60 seconds later. Clicked echo test (500), it connected about *30 seconds after* initiation. Clicked call-back test (520), it worked, not that slow this time. Control-q on Ekiga to close logging. It generated "Segmentation fault." http://pastebin.com/vEtLSF7d (1 of 2) http://pastebin.com/2Hb5TbfZ (2 of 2) *step 2 * I started Ekiga again. "Registered" message appeared about *60 seconds later*. Why this took so long? Clicked echo test (500), connected about *30 seconds after* initiation. Too long, isn't it? Control-q on Ekiga to close logging. http://pastebin.com/6DLfqApT *step 3 * Still on the WiMax router, turn off and on network config to re-run a DHCP. I started Ekiga again. "Registered" message appeard about *60 seconds later*. Clicked echo test (500), connected right away. Control-q on Ekiga to close logging. http://pastebin.com/GnhzBjJx *step 4 * Disconnect WiMax router, connect ADSL router, turn off and on network config to run a DHCP. I started Ekiga, it registered itself but took *about a minute*, I called 500 echo test, could not connect but said like "remote host is offline". Control-q on Ekiga to close logging. http://pastebin.com/1L4cE6W4 Turned off and on network config to run a DHCP. Started Ekiga, same results. Control-q on Ekiga. http://pastebin.com/A5wyCtgZ *step 5 * Disconnect ADSL router, reconnect WiMax router, turn off and on network config to run a DHCP. I started Ekiga. "Registered" message appeared about *60 seconds later*. echo test (500), connected about *30 seconds after* initiation. Control-q on Ekiga to close logging. http://pastebin.com/2XwY3KNj At this point, I was thinking Ekiga.net server hates my ADSL address. I tried Ekiga 2.x on debian 5 (both very old) from 'hated' ADSL address. It registered fine, 500 echo test works perfectly. Server-hates-this-ADSL hypotheses collapsed. *step 6 * Disconnect WiMax router, connect ADSL router, turn off and on network config to run a DHCP. I started Ekiga, it registered in a few seconds, I called 500 echo test, it connected in a few seconds. Control-q on Ekiga to close logging. http://pastebin.com/VNZwD6A2 (Does the server change its mind about my ADSL address? How about Wimax address, then?) *step 7 * Disconnect ADSL router, reconnect WiMax router, turn off and on network config to run a DHCP. I started Ekiga. "Registered" message *after about a minute*. Go to echo test (500), connected in a few seconds. Control-q on Ekiga to close logging. http://pastebin.com/8C10bxBF *step 8 * Disconnect WiMax router, connect ADSL router, turn off and on network config to run a DHCP. Started Ekiga, it registered itself in a few seconds, I called 500 echo test, it connected quickly, too. Control-q on Ekiga to close logging. http://pastebin.com/y9FZ3Ldy ======================= From fred.k at member.fsf.org Thu Jun 13 22:51:57 2013 From: fred.k at member.fsf.org (fred k) Date: Fri, 14 Jun 2013 07:51:57 +0900 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <51B9E800.4020904@member.fsf.org> References: <51B9E800.4020904@member.fsf.org> Message-ID: <51BA4D0D.4050509@member.fsf.org> The first paragraph in my previous message reads: "Ekiga 4.0.1 shows erroneous behavior when wireless network is involved. Actions took very long if not fail, works ok sometimes." Apologize to bother. Some garbage have been prepended. fred_k From genghiskhan at gmx.ca Fri Jun 14 05:35:17 2013 From: genghiskhan at gmx.ca (Genghis Khan) Date: Fri, 14 Jun 2013 07:35:17 +0200 Subject: [Ekiga-list] h323 contacts References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> <51B9BB40.7020000@pu-pm.univ-fcomte.fr> Message-ID: <20130614053518.98350@gmx.com> On Thu, 13 Jun 2013 14:29:52 +0200 Eugen Dedu wrote: > On 17/04/13 02:00, Dennis New wrote: > > On Wed, 17 Apr 2013 00:49:06 +0200, Eugen Dedu wrote: > >> On 16/04/13 23:43, Dennis New wrote: > >>> Currently the "contacts list" only seems to handel sip accounts. > >>> Whenever I try to add an h323 address (like h323:10.0.0.2), it > >>> absurdly appends "@ekiga.net". > >> > >> This is a known issue, Julien should take care of it. > >> > >> What version of ekiga do you use? > > > > 4.0.0. > > This is fixed with > https://git.gnome.org/browse/ekiga/commit/?id=dcc28806f0a5. It will > be available in the next version, whatever it is. > Is it possible to contact over WAN, not only in LAN, with h323? -- Proper English www.reddit.com/r/proper 4 teh lulz... http://email.is-not-s.ms From genghiskhan at gmx.ca Fri Jun 14 05:39:59 2013 From: genghiskhan at gmx.ca (Genghis Khan) Date: Fri, 14 Jun 2013 07:39:59 +0200 Subject: [Ekiga-list] h323 contacts References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> <51B9BB40.7020000@pu-pm.univ-fcomte.fr> <20130614053518.98350@gmx.com> Message-ID: <20130614053959.98330@gmx.com> On Fri, 14 Jun 2013 07:35:17 +0200 "Genghis Khan" wrote: > On Thu, 13 Jun 2013 14:29:52 +0200 > Eugen Dedu wrote: > > > On 17/04/13 02:00, Dennis New wrote: > > > On Wed, 17 Apr 2013 00:49:06 +0200, Eugen Dedu wrote: > > >> On 16/04/13 23:43, Dennis New wrote: > > >>> Currently the "contacts list" only seems to handel sip accounts. > > >>> Whenever I try to add an h323 address (like h323:10.0.0.2), it > > >>> absurdly appends "@ekiga.net". > > >> > > >> This is a known issue, Julien should take care of it. > > >> > > >> What version of ekiga do you use? > > > > > > 4.0.0. > > > > This is fixed with > > https://git.gnome.org/browse/ekiga/commit/?id=dcc28806f0a5. It will > > be available in the next version, whatever it is. > > > > Is it possible to contact over WAN, not only in LAN, with h323? ...by solely using an IP of the other end/side as an h323 address? -- Proper English www.reddit.com/r/proper 4 teh lulz... http://email.is-not-s.ms From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Jun 14 05:46:35 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 14 Jun 2013 07:46:35 +0200 Subject: [Ekiga-list] genghiskhan@gmx.ca In-Reply-To: <20130614053959.98330@gmx.com> References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> <51B9BB40.7020000@pu-pm.univ-fcomte.fr> <20130614053518.98350@gmx.com> <20130614053959.98330@gmx.com> Message-ID: <51BAAE3B.8000404@pu-pm.univ-fcomte.fr> On 14/06/13 07:39, Genghis Khan wrote: > On Fri, 14 Jun 2013 07:35:17 +0200 > "Genghis Khan" wrote: > >> On Thu, 13 Jun 2013 14:29:52 +0200 >> Eugen Dedu wrote: >> >>> On 17/04/13 02:00, Dennis New wrote: >>>> On Wed, 17 Apr 2013 00:49:06 +0200, Eugen Dedu wrote: >>>>> On 16/04/13 23:43, Dennis New wrote: >>>>>> Currently the "contacts list" only seems to handel sip accounts. >>>>>> Whenever I try to add an h323 address (like h323:10.0.0.2), it >>>>>> absurdly appends "@ekiga.net". >>>>> >>>>> This is a known issue, Julien should take care of it. >>>>> >>>>> What version of ekiga do you use? >>>> >>>> 4.0.0. >>> >>> This is fixed with >>> https://git.gnome.org/browse/ekiga/commit/?id=dcc28806f0a5. It will >>> be available in the next version, whatever it is. >>> >> >> Is it possible to contact over WAN, not only in LAN, with h323? > > ...by solely using an IP of the other end/side as an h323 address? Yes. -- Eugen From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Jun 14 05:50:26 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 14 Jun 2013 07:50:26 +0200 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <51B9E800.4020904@member.fsf.org> References: <51B9E800.4020904@member.fsf.org> Message-ID: <51BAAF22.5030508@pu-pm.univ-fcomte.fr> On 13/06/13 17:40, fred k wrote: > ekiga-list at gnome.orgWhat I get is as followsEkiga 4.0.1 shows erroneous behavior when wireless network is involved. Actions took very long if not fail, works ok sometimes. I have had a quick look at the logs, there is indeed a strange huge delay. I suspect that there is a DNS specific problem. So please try the following as a first test: Use the wired interface so that ekiga works well. Copy the DNS server IP addresses, from /etc/resolv.conf. Use the wireless interface where it does not work well. Replace the DNS lines in /etc/resolv.conf with the ones from wired. See if it works. -- Eugen From fred.k at member.fsf.org Fri Jun 14 14:57:11 2013 From: fred.k at member.fsf.org (fred k) Date: Fri, 14 Jun 2013 23:57:11 +0900 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <51BAAF22.5030508@pu-pm.univ-fcomte.fr> References: <51B9E800.4020904@member.fsf.org> <51BAAF22.5030508@pu-pm.univ-fcomte.fr> Message-ID: <51BB2F47.2000905@member.fsf.org> Hi Eugen, > I suspect that there is a DNS specific problem. So please try the following as a first test: Use the wired interface... Sure, I'll report it back to you. Here's one bad news. I'm having difficulty completing 'apt-get update' for unstable repository today. Insufficient memory for root directory, maybe. Allow me some space in time... fred From fred.k at member.fsf.org Fri Jun 14 16:36:02 2013 From: fred.k at member.fsf.org (fred k) Date: Sat, 15 Jun 2013 01:36:02 +0900 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <51BAAF22.5030508@pu-pm.univ-fcomte.fr> References: <51B9E800.4020904@member.fsf.org> <51BAAF22.5030508@pu-pm.univ-fcomte.fr> Message-ID: <51BB4672.9060102@member.fsf.org> Hi Eugen, Changing DNS by tweaking resolv.conf returns unfavorable results. These test results are based on three setups, provided corresponding -d 4 logs. step 0 live boot to debian 7, dpkg ekiga, apt-get some lib files; using wired (ADSL) line, startup ekiga, configure ekiga, run callback test, works fine. step 1 DHCP to wireless (Wimax) router. resolv.conf points to this router as set by DHCP. When starting up ekiga, it took: 70 seconds to register, 65 seconds to connect call to echo test, and gives segmentation fault when control-q. debug log in http://pastebin.com/YjvFzi3g (first half) http://pastebin.com/iATqWgZT (second half) step 2 Changed wireless router local address to the same subnet with ADSL router's. Global address stays the same, supposedlly. DHCP to the wireless router. When starting up ekiga, it responds 'remote party is offline' after about 130 seconds. http://pastebin.com/ZC1payGg step 3 Edited /etc/resolv.conf so as to point wired (ADSL) router. When starting up ekiga, it says 'globally not acceptable' after about 10 seconds. http://pastebin.com/ZAku2mnn ftp works fine with wireless routing and wired DNS. BTW, supposedly 'insufficient memory' problem has been worked around by adding testing deb line to sources.list. apt-get udpate takes up fewer ram disk space when both testing and unstable lines are included in sources.list. I have no idea why it works like this. fred From gar.o at post.cz Fri Jun 14 20:16:21 2013 From: gar.o at post.cz (=?utf-8?q?Ond=C5=99ej_Garncarz?=) Date: Fri, 14 Jun 2013 22:16:21 +0200 (CEST) Subject: [Ekiga-list] Transmitted audio bandwidth goes down to 0 Message-ID: Hello! I'd like to ask: I run Ekiga 4.0.1 on Arch Linux. When I make or recieve an audio call, it works alright until a moment when transmitted audio bandwidth goes down to 0 and stays there forever. Since then I can hear the other side but they don't hear me. I can't stop the call, I have to do killall -9 ekiga. Does anybody have similar experience? Best regards Ondra -------------- next part -------------- An HTML attachment was scrubbed... URL: From muhammad.ibrahim.id at ajegroup.com Sat Jun 15 00:42:38 2013 From: muhammad.ibrahim.id at ajegroup.com (M. Ibrahim) Date: Sat, 15 Jun 2013 07:42:38 +0700 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <1371119498.3966.4.camel@LenovoN200> References: <1371119498.3966.4.camel@LenovoN200> Message-ID: <51BBB87E.4000700@ajegroup.com> On Thu, 13 Jun 2013 13:31:38 +0300, Alex Theotokatos wrote: > If your communication is on local network, can you see the other users > on the 'Neighbors'? > If you use it on local network and you cannot see them, you probably > need the avahi deamon but better to advise you someone how knows windows > version. > > On Thu, 2013-06-13 at 11:21 +0700, M. Ibrahim wrote: >> Hi, >> >> We are about to deploy Ekiga as softphone in our company, but our >> users experienced difficulties in using Ekiga 4.0.1 under Windows i.e: >> 1. They have to type the SIP registrar hostname/IP address >> after the extension. >> Is there any way to create a default account so we can >> dial the extension directly? >> 2. There is no clear button to clear existing entry in the >> address bar. This is more likely a feature request. >> Regards, >> --iBro Hi Alex, We are deploying Ekiga as a client for Asterisk. We use neither Avahi nor Bonjour. Regards, --iBro From muhammad.ibrahim.id at ajegroup.com Sat Jun 15 01:08:03 2013 From: muhammad.ibrahim.id at ajegroup.com (M. Ibrahim) Date: Sat, 15 Jun 2013 08:08:03 +0700 Subject: [Ekiga-list] ekiga-list Digest, Vol 83, Issue 10 In-Reply-To: <51B9BA03.5040009@pu-pm.univ-fcomte.fr> References: <51B948CA.10907@ajegroup.com> <51B9BA03.5040009@pu-pm.univ-fcomte.fr> Message-ID: <51BBBE73.3080900@ajegroup.com> Hi Eugen, On Thu, 13 Jun 2013 14:24:35 +0200, Eugen Dedu wrote: > On 13/06/13 06:21, M. Ibrahim wrote: >> Hi, >> >> We are about to deploy Ekiga as softphone in our company, but our users >> experienced difficulties in using Ekiga 4.0.1 under Windows i.e: >> >> 1. They have to type the SIP registrar hostname/IP address after the >> extension. >> Is there any way to create a default account so we can dial the >> extension directly? > Could you please give an example and also tell if ekiga is registered or > not? > > Note that if you are registered, when typing the address the combobox > opens with the current registrar. Is not this good enough? Ekiga was already registered to our Asterisk and whenever we typed an extension number in the address bar using either keyboard or the dialpad the registrar hostname/IP address was not appended. We used Ekiga 3.2.7 before and it was automatically append the registrar's hostname/IP address. >> 2. There is no clear button to clear existing entry in the address >> bar. This is more likely a feature request. > Is double-clicking in URL bar + Backspace enough for them? > > Damien, Julien, do you think it is good to add a Clear button near the > Call button in dialpad? We use the softphone often and using two input device is more cumbersome as myself often get calls from users. Also, the separation of call window and dial window is quite troublesome, because if we dial and call using the dialpad in the dial window we have to switch to the call window to hangup since the dial button (the green phone) in the dial window did not change to hangup button (the red phone). Regards, -- iBro From muhammad.ibrahim.id at ajegroup.com Sat Jun 15 01:10:28 2013 From: muhammad.ibrahim.id at ajegroup.com (M. Ibrahim) Date: Sat, 15 Jun 2013 08:10:28 +0700 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <51B9BA03.5040009@pu-pm.univ-fcomte.fr> References: <51B948CA.10907@ajegroup.com> <51B9BA03.5040009@pu-pm.univ-fcomte.fr> Message-ID: <51BBBF04.6040907@ajegroup.com> Hi Eugen, On Thu, 13 Jun 2013 14:24:35 +0200, Eugen Dedu wrote: > On 13/06/13 06:21, M. Ibrahim wrote: >> Hi, >> >> We are about to deploy Ekiga as softphone in our company, but our users >> experienced difficulties in using Ekiga 4.0.1 under Windows i.e: >> >> 1. They have to type the SIP registrar hostname/IP address after the >> extension. >> Is there any way to create a default account so we can dial the >> extension directly? > Could you please give an example and also tell if ekiga is registered or > not? > > Note that if you are registered, when typing the address the combobox > opens with the current registrar. Is not this good enough? Ekiga was already registered to our Asterisk and whenever we typed an extension number in the address bar using either keyboard or the dialpad the registrar hostname/IP address was not appended. We used Ekiga 3.2.7 before and it was automatically append the registrar's hostname/IP address. >> 2. There is no clear button to clear existing entry in the address >> bar. This is more likely a feature request. > Is double-clicking in URL bar + Backspace enough for them? > > Damien, Julien, do you think it is good to add a Clear button near the > Call button in dialpad? We use the softphone often and using two input device is more cumbersome as myself often get calls from users. Also, the separation of call window and dial window is quite troublesome, because if we dial and call using the dialpad in the dial window we have to switch to the call window to hangup since the dial button (the green phone) in the dial window did not change to hangup button (the red phone). Regards, -- iBro From alex.theoto at gmail.com Sat Jun 15 06:56:59 2013 From: alex.theoto at gmail.com (Alex Theotokatos) Date: Sat, 15 Jun 2013 09:56:59 +0300 Subject: [Ekiga-list] Ekiga 4.0.1 for windows default SIP account In-Reply-To: <51BBB87E.4000700@ajegroup.com> References: <1371119498.3966.4.camel@LenovoN200> <51BBB87E.4000700@ajegroup.com> Message-ID: <1371279419.4301.2.camel@LenovoN200> Take a look at: http://wiki.ekiga.org/index.php/Ekiga_as_an_Asterisk_client I don't know if asterisk use avahi but I hope the above link will help you. On Sat, 2013-06-15 at 07:42 +0700, M. Ibrahim wrote: > On Thu, 13 Jun 2013 13:31:38 +0300, Alex Theotokatos wrote: > > If your communication is on local network, can you see the other users > > on the 'Neighbors'? > > If you use it on local network and you cannot see them, you probably > > need the avahi deamon but better to advise you someone how knows windows > > version. > > > > On Thu, 2013-06-13 at 11:21 +0700, M. Ibrahim wrote: > >> Hi, > >> > >> We are about to deploy Ekiga as softphone in our company, but our > >> users experienced difficulties in using Ekiga 4.0.1 under Windows i.e: > >> 1. They have to type the SIP registrar hostname/IP address > >> after the extension. > >> Is there any way to create a default account so we can > >> dial the extension directly? > >> 2. There is no clear button to clear existing entry in the > >> address bar. This is more likely a feature request. > >> Regards, > >> --iBro > Hi Alex, > > We are deploying Ekiga as a client for Asterisk. > We use neither Avahi nor Bonjour. > > Regards, > --iBro > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list From alex.theoto at gmail.com Sat Jun 15 07:43:42 2013 From: alex.theoto at gmail.com (Alex Theotokatos) Date: Sat, 15 Jun 2013 10:43:42 +0300 Subject: [Ekiga-list] Transmitted audio bandwidth goes down to 0 In-Reply-To: References: Message-ID: <1371282222.4301.42.camel@LenovoN200> Do you use pulse audio? Take a look at the 'preferences' 'audio devices' and in all options select pulse server. On Fri, 2013-06-14 at 22:16 +0200, Ond?ej Garncarz wrote: > Hello! > > I'd like to ask: I run Ekiga 4.0.1 on Arch Linux. When I make or > recieve an audio call, it works alright until a moment when > transmitted audio bandwidth goes down to 0 and stays there forever. > Since then I can hear the other side but they don't hear me. I can't > stop the call, I have to do killall -9 ekiga. Does anybody have > similar experience? > > Best regards > Ondra > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list From dennisn at dennisn.dyndns.org Sat Jun 15 10:08:35 2013 From: dennisn at dennisn.dyndns.org (Dennis New) Date: Sat, 15 Jun 2013 06:08:35 -0400 Subject: [Ekiga-list] h323 contacts In-Reply-To: <20130614053959.98330@gmx.com> References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> <51B9BB40.7020000@pu-pm.univ-fcomte.fr> <20130614053518.98350@gmx.com> <20130614053959.98330@gmx.com> Message-ID: <20130615060835.92971955a7ad343b51f263b5@dennisn.dyndns.org> On Fri, 14 Jun 2013 07:39:59 +0200, Genghis Khan wrote: > On Fri, 14 Jun 2013 07:35:17 +0200 > "Genghis Khan" wrote: > > > On Thu, 13 Jun 2013 14:29:52 +0200 > > Eugen Dedu wrote: > > > > > On 17/04/13 02:00, Dennis New wrote: > > > > On Wed, 17 Apr 2013 00:49:06 +0200, Eugen Dedu wrote: > > > >> On 16/04/13 23:43, Dennis New wrote: > > > >>> Currently the "contacts list" only seems to handel sip > > > >>> accounts. Whenever I try to add an h323 address (like > > > >>> h323:10.0.0.2), it absurdly appends "@ekiga.net". > > > >> > > > >> This is a known issue, Julien should take care of it. > > > >> > > > >> What version of ekiga do you use? > > > > > > > > 4.0.0. > > > > > > This is fixed with > > > https://git.gnome.org/browse/ekiga/commit/?id=dcc28806f0a5. It > > > will be available in the next version, whatever it is. > > > > > > > Is it possible to contact over WAN, not only in LAN, with h323? > > ...by solely using an IP of the other end/side as an h323 address? What do you mean by "wan"? If networking is "properly" setup, you can use any IP address for a direct h323 connection. From gar.o at post.cz Sat Jun 15 11:20:17 2013 From: gar.o at post.cz (=?utf-8?q?Ond=C5=99ej_Garncarz?=) Date: Sat, 15 Jun 2013 13:20:17 +0200 (CEST) Subject: [Ekiga-list] Transmitted audio bandwidth goes down to 0 References: <1371282222.4301.42.camel@LenovoN200> Message-ID: Thanks for reply, but I use just ALSA. That moment may happen in 30 minutes of call, but sometimes even after only a few minutes since the beginning. Ondra ---------- P?vodn? zpr?va ---------- Od: Alex Theotokatos Datum: 15. 6. 2013 P?edm?t: Re: [Ekiga-list] Transmitted audio bandwidth goes down to 0 "Do you use pulse audio? Take a look at the 'preferences' 'audio devices' and in all options select pulse server. On Fri, 2013-06-14 at 22:16 +0200, Ond?ej Garncarz wrote: > Hello! > > I'd like to ask: I run Ekiga 4.0.1 on Arch Linux. When I make or > recieve an audio call, it works alright until a moment when > transmitted audio bandwidth goes down to 0 and stays there forever. > Since then I can hear the other side but they don't hear me. I can't > stop the call, I have to do killall -9 ekiga. Does anybody have > similar experience? > > Best regards > Ondra > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list _______________________________________________ ekiga-list mailing list ekiga-list at gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-list" -------------- next part -------------- An HTML attachment was scrubbed... URL: From Eugen.Dedu at pu-pm.univ-fcomte.fr Sat Jun 15 16:34:50 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Sat, 15 Jun 2013 18:34:50 +0200 Subject: [Ekiga-list] Transmitted audio bandwidth goes down to 0 In-Reply-To: References: Message-ID: <51BC97AA.4060906@pu-pm.univ-fcomte.fr> On 14/06/13 22:16, Ond?ej Garncarz wrote: > Hello! > > I'd like to ask: I run Ekiga 4.0.1 on Arch Linux. When I make or recieve an > audio call, it works alright until a moment when transmitted audio bandwidth > goes down to 0 and stays there forever. Since then I can hear the other side > but they don't hear me. I can't stop the call, I have to do killall -9 > ekiga. Does anybody have similar experience? Yes, sometimes with some registrars. We need a -d 4 log to understand what is the problem. And please be patient, I am in late with many things... -- Eugen From gar.o at post.cz Sat Jun 15 20:25:59 2013 From: gar.o at post.cz (=?utf-8?q?Ond=C5=99ej_Garncarz?=) Date: Sat, 15 Jun 2013 22:25:59 +0200 (CEST) Subject: [Ekiga-list] Transmitted audio bandwidth goes down to 0 References: <51BC97AA.4060906@pu-pm.univ-fcomte.fr> Message-ID: Okay! This is the end of a log when the error appeared (few seconds before EOF): http://pastebin.com/LPPvgeGC Ondra ---------- P?vodn? zpr?va ---------- Od: Eugen Dedu Datum: 15. 6. 2013 P?edm?t: Re: [Ekiga-list] Transmitted audio bandwidth goes down to 0 "On 14/06/13 22:16, Ond?ej Garncarz wrote: > Hello! > > I'd like to ask: I run Ekiga 4.0.1 on Arch Linux. When I make or recieve an > audio call, it works alright until a moment when transmitted audio bandwidth > goes down to 0 and stays there forever. Since then I can hear the other side > but they don't hear me. I can't stop the call, I have to do killall -9 > ekiga. Does anybody have similar experience? Yes, sometimes with some registrars. We need a -d 4 log to understand what is the problem. And please be patient, I am in late with many things... -- Eugen _______________________________________________ ekiga-list mailing list ekiga-list at gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-list" -------------- next part -------------- An HTML attachment was scrubbed... URL: From genghiskhan at gmx.ca Sun Jun 16 07:23:44 2013 From: genghiskhan at gmx.ca (Genghis Khan) Date: Sun, 16 Jun 2013 03:23:44 -0400 Subject: [Ekiga-list] h323 contacts References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> <51B9BB40.7020000@pu-pm.univ-fcomte.fr> <20130614053518.98350@gmx.com> <20130614053959.98330@gmx.com> <20130615060835.92971955a7ad343b51f263b5@dennisn.dyndns.org> Message-ID: <20130616072346.120320@gmx.com> On Sat, 15 Jun 2013 06:08:35 -0400 Dennis New wrote: > On Fri, 14 Jun 2013 07:39:59 +0200, Genghis Khan wrote: > > On Fri, 14 Jun 2013 07:35:17 +0200 > > "Genghis Khan" wrote: > > > > > On Thu, 13 Jun 2013 14:29:52 +0200 > > > Eugen Dedu wrote: > > > > > > > On 17/04/13 02:00, Dennis New wrote: > > > > > On Wed, 17 Apr 2013 00:49:06 +0200, Eugen Dedu wrote: > > > > >> On 16/04/13 23:43, Dennis New wrote: > > > > >>> Currently the "contacts list" only seems to handel sip > > > > >>> accounts. Whenever I try to add an h323 address (like > > > > >>> h323:10.0.0.2), it absurdly appends "@ekiga.net". > > > > >> > > > > >> This is a known issue, Julien should take care of it. > > > > >> > > > > >> What version of ekiga do you use? > > > > > > > > > > 4.0.0. > > > > > > > > This is fixed with > > > > https://git.gnome.org/browse/ekiga/commit/?id=dcc28806f0a5. It > > > > will be available in the next version, whatever it is. > > > > > > > > > > Is it possible to contact over WAN, not only in LAN, with h323? > > > > ...by solely using an IP of the other end/side as an h323 address? > > What do you mean by "wan"? If networking is "properly" setup, you can > use any IP address for a direct h323 connection. I used to think it was required to have an H.323 account. WAN = Wide Area Network, also known as the Internet. -- Proper English www.reddit.com/r/proper 4 teh lulz... http://email.is-not-s.ms From fred.k at member.fsf.org Sun Jun 16 15:30:54 2013 From: fred.k at member.fsf.org (fred k) Date: Mon, 17 Jun 2013 00:30:54 +0900 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <51BAAF22.5030508@pu-pm.univ-fcomte.fr> References: <51B9E800.4020904@member.fsf.org> <51BAAF22.5030508@pu-pm.univ-fcomte.fr> Message-ID: <51BDDA2E.2060705@member.fsf.org> Hi guys/gals, Good news for you. Tweaking DNS pointer makes Ekiga somewhat stable on a wireless network. I rewrote /etc/resolv.conf as "nameserver 202.248.xxx.xx" after DHCP on wireless router completed. The address is the primary DNS at the wired network (ADSL) provider. When you do this, Ekiga took only: 10 seconds to register and 6 seconds to start hearing echo test, equivalent response to what ekiga does on the wired network. ekiga -d 4 log is on the pastebin: http://pastebin.com/0ZXU3cX1 I'll see if this technique works with wireless provider's primary DNS which I've been unable to find so far. Motto of the day: Use the upstream DNS, not the wireless router's. ------------- Rationale: I reported yesterday that rewriting resolv.conf returned unfavorable results. Since I've found suspicious debug log entry in that case: the SIP server, when it rejected register request, returns global address of *wired* network, which Ekiga on wireless should not know of. Ekiga might see this global address because resolv.conf point to the wired router as a DNS which, in turn, issue a query from this global address. The routing table may also be garbled. > step 3 > Edited /etc/resolv.conf so as to point wired (ADSL) router. > When starting up ekiga, it says 'globally not acceptable' after about 10 seconds. > http://pastebin.com/ZAku2mnn Lines 373 to 376 of -d 4 log above read (note the end of the last Via line below): > 2013/06/14 15:40:14.244 0:09.845 Opal Liste...0xadc3cb40 SIP PDU received: rem=udp$86.64.162.35:5060,local=udp$124.25.159.65:5060,if=192.168.1.51%eth0 > SIP/2.0 606 Not Acceptable > CSeq: 1 REGISTER > Via: SIP/2.0/UDP 124.25.159.65:5060;branch=z9hG4bK407eb35f-76d3-e211-9914-002170e34f2e;rport=60016;received=219.104.91.127 -------------------- Side issue: Echo test can no longer be disconnected by pressing #. It works on previous versions. fred From alex.theoto at gmail.com Sun Jun 16 16:35:03 2013 From: alex.theoto at gmail.com (Alex Theotokatos) Date: Sun, 16 Jun 2013 19:35:03 +0300 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <51BDDA2E.2060705@member.fsf.org> References: <51B9E800.4020904@member.fsf.org> <51BAAF22.5030508@pu-pm.univ-fcomte.fr> <51BDDA2E.2060705@member.fsf.org> Message-ID: <1371400503.4746.5.camel@LenovoN200> I had a similar problem with dns servers where the isp provider didn't have a good dns server and I had many delays on the connections. I use the dns from opendns.com and I have no problem anymore... On Mon, 2013-06-17 at 00:30 +0900, fred k wrote: > Hi guys/gals, > > Good news for you. Tweaking DNS pointer makes Ekiga somewhat stable on a wireless network. > > I rewrote /etc/resolv.conf as "nameserver 202.248.xxx.xx" after DHCP on wireless router completed. The address is the primary DNS at the wired network (ADSL) provider. When you do this, Ekiga took only: > > 10 seconds to register and > 6 seconds to start hearing echo test, equivalent response to what ekiga does on the wired network. > > ekiga -d 4 log is on the pastebin: http://pastebin.com/0ZXU3cX1 > > I'll see if this technique works with wireless provider's primary DNS which I've been unable to find so far. > > Motto of the day: Use the upstream DNS, not the wireless router's. > > ------------- > Rationale: > I reported yesterday that rewriting resolv.conf returned unfavorable results. Since I've found suspicious debug log entry in that case: the SIP server, when it rejected register request, returns global address of *wired* network, which Ekiga on wireless should not know of. Ekiga might see this global address because resolv.conf point to the wired router as a DNS which, in turn, issue a query from this global address. The routing table may also be garbled. > > > step 3 > > Edited /etc/resolv.conf so as to point wired (ADSL) router. > > When starting up ekiga, it says 'globally not acceptable' after about 10 seconds. > > http://pastebin.com/ZAku2mnn > > Lines 373 to 376 of -d 4 log above read (note the end of the last Via line below): > > > 2013/06/14 15:40:14.244 0:09.845 Opal Liste...0xadc3cb40 SIP PDU received: rem=udp$86.64.162.35:5060,local=udp$124.25.159.65:5060,if=192.168.1.51%eth0 > > SIP/2.0 606 Not Acceptable > > CSeq: 1 REGISTER > > Via: SIP/2.0/UDP 124.25.159.65:5060;branch=z9hG4bK407eb35f-76d3-e211-9914-002170e34f2e;rport=60016;received=219.104.91.127 > > -------------------- > Side issue: > Echo test can no longer be disconnected by pressing #. It works on previous versions. > > fred > > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list From bret at busby.net Mon Jun 17 04:30:15 2013 From: bret at busby.net (Bret Busby) Date: Mon, 17 Jun 2013 12:30:15 +0800 (WST) Subject: [Ekiga-list] h323 contacts In-Reply-To: <20130616072346.120320@gmx.com> References: <20130416174335.5b08ac104cd02694fb4d292e@dennisn.dyndns.org> <516DD562.3080206@pu-pm.univ-fcomte.fr> <20130416200042.fc442d1f198477dd638c4472@dennisn.dyndns.org> <51B9BB40.7020000@pu-pm.univ-fcomte.fr> <20130614053518.98350@gmx.com> <20130614053959.98330@gmx.com> <20130615060835.92971955a7ad343b51f263b5@dennisn.dyndns.org> <20130616072346.120320@gmx.com> Message-ID: On Sun, 16 Jun 2013, Genghis Khan wrote: > > WAN = Wide Area Network, also known as the Internet. > > -- > Proper English www.reddit.com/r/proper > 4 teh lulz... http://email.is-not-s.ms > Ah. I think that you may find that "The Internet" is a particular instantiation of an internet, an internet being a network that does not require all nodes within the network, to use the same operating system - I think, from memory, IBM was the first to introduce an "internet operating system"; SNA, which allowed inter-operating system communications, so that a VAX running VAX-VMS could communicate with a VAX running BSD UNIX could communicate with a computer running SCO UNIX could communicate with a DEC PDP-11 running RSTS/e could copmmunicate with an IBM 3081 running whatever particular operating system would be running on it, could communicate with a SPERRY UNVAC running whatever operating system running on it, etc... After SNA was established, from memory, DEC put out its equivalent; DNA (DEC Network Architecture), and then other organisations followed suit, with other internet architectures, of which "The Internet" is only one (albeit the now primary) instantiation. A WAN, being a Wide Area Network, as (in that alone) you correctly stated, which is a network, usually involvinmg only a singular operating system for it and its nodes, usually run by an entity like a medium to large business or government department, and is closed, so that it is only accessible by authorised people within the particular organisation. A WAN is a geographic classification for a computer network, and is relative to a LAN; a LAN may be limited to be being within a single building, or, may (?) extend beyond the building. A WAN usually extends across a large(-ish) city, and may extend between cities, states, or countries. An example of a WAN, is the network that had (some years ago) been used by the Australian federal Department of Social Security (DSS), that had connected the DSS offices at different locations within the various localities (regional and suburban offices) within Australia, and, between the states and territories (almost states) of Australia. A company such as BHP or BP, may each have its own WAN, connecting offices and presences around the world, each operating as a closed network. And, a WAN may or may not be an internet. But, WAN != "The Internet". "The Internet" is an instantion of a WAN, and, is an instantiation of an Internet. A LAN could be an internet, especially, as, here, we have a LAN that includes MS Windows, Android, Linux, and, hopefully, soon, an instantiation of a BSD system, computers. So, WAN != "The Internet" (which is the term that is sometimes used by the confused, to refer to "The World Wide Web", which runs on top of "The Internet"). When terms are misused, especially on a list such as this, which includes (I believe) readers of various levels of knowledge, from almost "computer illiterate", to "experts", it aggravates the confusion, and, aggravates problems of communication between people of varying levels of proficiency regarding the English language. -- 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 fred.k at member.fsf.org Tue Jun 18 08:15:48 2013 From: fred.k at member.fsf.org (fred k) Date: Tue, 18 Jun 2013 17:15:48 +0900 Subject: [Ekiga-list] 4.0.1 does not behave well on wireless network In-Reply-To: <1371400503.4746.5.camel@LenovoN200> References: <51B9E800.4020904@member.fsf.org> <51BAAF22.5030508@pu-pm.univ-fcomte.fr> <51BDDA2E.2060705@member.fsf.org> <1371400503.4746.5.camel@LenovoN200> Message-ID: <51C01734.6030408@member.fsf.org> Alex wrote: > I use the dns from opendns.com and I have no problem anymore... Great! Do we find powerful workaround? How can it be verified (if need to do)? How should it be documented and where? fred From geo.cherchetout at laposte.net Fri Jun 21 16:01:52 2013 From: geo.cherchetout at laposte.net (geo cherchetout) Date: Fri, 21 Jun 2013 18:01:52 +0200 Subject: [Ekiga-list] Ekiga as fax carrier Message-ID: <51C478F0.9040703@laposte.net> Hello, I can send faxes using Ekiga. :-) It is in french, sorry, but I know many people here can read it: http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html From Eugen.Dedu at pu-pm.univ-fcomte.fr Fri Jun 21 16:26:07 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Fri, 21 Jun 2013 18:26:07 +0200 Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: <51C478F0.9040703@laposte.net> References: <51C478F0.9040703@laposte.net> Message-ID: <51C47E9F.6010205@pu-pm.univ-fcomte.fr> On 21/06/13 18:01, geo cherchetout wrote: > Hello, > > I can send faxes using Ekiga. :-) It is in french, sorry, but I know > many people here can read it: > > http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html Interesting... I added some words about it at http://wiki.ekiga.org/index.php/Manual#Introduction, thank you! -- Eugen From genghiskhan at gmx.ca Sat Jun 22 20:30:38 2013 From: genghiskhan at gmx.ca (Genghis Khan) Date: Sat, 22 Jun 2013 22:30:38 +0200 Subject: [Ekiga-list] Ekiga as fax carrier References: <51C478F0.9040703@laposte.net> <51C47E9F.6010205@pu-pm.univ-fcomte.fr> Message-ID: <20130622203039.114820@gmx.com> On Fri, 21 Jun 2013 18:26:07 +0200 Eugen Dedu wrote: > On 21/06/13 18:01, geo cherchetout wrote: > > Hello, > > > > I can send faxes using Ekiga. :-) It is in french, sorry, but I know > > many people here can read it: > > > > http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html > > Interesting... I added some words about it at > http://wiki.ekiga.org/index.php/Manual#Introduction, thank you! > It sounds important. May you or any other french speaker please translate this document? Also, better copy and backup this page into wiki.ekiga.org. -- Proper English www.reddit.com/r/proper 4 teh lulz... http://email.is-not-s.ms From bret at busby.net Tue Jun 25 05:57:25 2013 From: bret at busby.net (Bret Busby) Date: Tue, 25 Jun 2013 13:57:25 +0800 (WST) Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: <20130622203039.114820@gmx.com> References: <51C478F0.9040703@laposte.net> <51C47E9F.6010205@pu-pm.univ-fcomte.fr> <20130622203039.114820@gmx.com> Message-ID: On Sat, 22 Jun 2013, Genghis Khan wrote: > Date: Sun, 23 Jun 2013 04:30:38 > From: Genghis Khan > Reply-To: Ekiga mailing list > To: ekiga-list at gnome.org > Subject: Re: [Ekiga-list] Ekiga as fax carrier > > On Fri, 21 Jun 2013 18:26:07 +0200 > Eugen Dedu wrote: > >> On 21/06/13 18:01, geo cherchetout wrote: >>> Hello, >>> >>> I can send faxes using Ekiga. :-) It is in french, sorry, but I know >>> many people here can read it: >>> >>> http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html >> >> Interesting... I added some words about it at >> http://wiki.ekiga.org/index.php/Manual#Introduction, thank you! >> > > It sounds important. May you or any other french speaker please > translate this document? > I think that Google has a facility for translation between languages - something like "translate this page". -- 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 sevmek at free.fr Tue Jun 25 17:05:29 2013 From: sevmek at free.fr (Yannick) Date: Tue, 25 Jun 2013 19:05:29 +0200 Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: References: <51C478F0.9040703@laposte.net> <51C47E9F.6010205@pu-pm.univ-fcomte.fr> <20130622203039.114820@gmx.com> Message-ID: <1372179929.3252.7.camel@athena.fbx.proxad.net> Le mardi 25 juin 2013 ? 13:57 +0800, Bret Busby a ?crit : > On Sat, 22 Jun 2013, Genghis Khan wrote: > > > Date: Sun, 23 Jun 2013 04:30:38 > > From: Genghis Khan > > Reply-To: Ekiga mailing list > > To: ekiga-list at gnome.org > > Subject: Re: [Ekiga-list] Ekiga as fax carrier > > > > On Fri, 21 Jun 2013 18:26:07 +0200 > > Eugen Dedu wrote: > > > >> On 21/06/13 18:01, geo cherchetout wrote: > >>> Hello, > >>> > >>> I can send faxes using Ekiga. :-) It is in french, sorry, but I know > >>> many people here can read it: > >>> > >>> http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html > >> > >> Interesting... I added some words about it at > >> http://wiki.ekiga.org/index.php/Manual#Introduction, thank you! > >> > > > > It sounds important. May you or any other french speaker please > > translate this document? > > > > I think that Google has a facility for translation between languages - > something like "translate this page". In one hand, this seems a fun way to hack a bit of hardware to get the fax feature. In the other hand, the Opal stack of ekiga has support for fax and some software hacking could provide full software support for fax in Ekiga. Btw, thank you for this tutorial. Ref. http://www.opalvoip.org/wiki/index.php?n=Main.FaxSupport In the table "Connecting a fax to the internet" provided in the link above, the use case here seems to be raw PCM/Audio RTP + connecting an hardware fax to the audio output of the PC and the serial port. From stuckybyler2 at yahoo.es Wed Jun 26 03:12:08 2013 From: stuckybyler2 at yahoo.es (Carola y Pablo) Date: Tue, 25 Jun 2013 22:12:08 -0500 Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: <51C478F0.9040703@laposte.net> References: <51C478F0.9040703@laposte.net> Message-ID: <1372216328.3529.2.camel@casa-laptop-ubuntu> I tried sending the fax according to instructions and it didn't work. The other party answered automatically, but then when I clicked on "send" on efax-gtk, it simply went to inactive status and the other party kept emitting the sound indicating it was waiting for the fax. What have I done wrong? Pablo El vie, 21-06-2013 a las 18:01 +0200, geo cherchetout escribi?: > Hello, > > I can send faxes using Ekiga. :-) It is in french, sorry, but I know many > people here can read it: > > http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html > _______________________________________________ > ekiga-list mailing list > ekiga-list at gnome.org > https://mail.gnome.org/mailman/listinfo/ekiga-list From geo.cherchetout at laposte.net Wed Jun 26 08:00:56 2013 From: geo.cherchetout at laposte.net (geo cherchetout) Date: Wed, 26 Jun 2013 10:00:56 +0200 Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: <1372216328.3529.2.camel@casa-laptop-ubuntu> References: <51C478F0.9040703@laposte.net> <1372216328.3529.2.camel@casa-laptop-ubuntu> Message-ID: <51CA9FB8.2090001@laposte.net> Le 26/06/2013 05:12, *Carola y Pablo* wrote: > I tried sending the fax according to instructions and it didn't work. > The other party answered automatically, but then when I clicked on > "send" on efax-gtk, it simply went to inactive status and the other > party kept emitting the sound indicating it was waiting for the fax. > What have I done wrong? What error messages do you get in efax-gtk ? What kind of 2 wires/4 wires interface do you use ? Which efax-gtk version ? Which FAI ? Which VoIP provider ? Please, give me more details in private. Perhaps we find a solution but it is not sure because I am not an expert in fax nor in english language, and there are many many parameters that matter... From stuckybyler2 at yahoo.es Thu Jun 27 03:56:22 2013 From: stuckybyler2 at yahoo.es (Carola y Pablo) Date: Wed, 26 Jun 2013 22:56:22 -0500 Subject: [Ekiga-list] No outbound sound on Ekiga In-Reply-To: References: Message-ID: <1372305382.11351.7.camel@casa-laptop-ubuntu> Folks - I haven't used Ekiga in a while, but I want to get back to using it. I have version 4.0.1 on Ubuntu 13.04. I call out with a voip account and with Echo test. I can hear, but there is no outbound sound, as if the microphone doesn't work. I have tried with Pulse Audio and with PTLB/ALSA, and neither works. I set the top sound codecs as PCMU. Where do I go from here? Thank you Pablo From geo.cherchetout at laposte.net Thu Jun 27 07:47:18 2013 From: geo.cherchetout at laposte.net (geo cherchetout) Date: Thu, 27 Jun 2013 09:47:18 +0200 Subject: [Ekiga-list] No outbound sound on Ekiga In-Reply-To: <1372305382.11351.7.camel@casa-laptop-ubuntu> References: <1372305382.11351.7.camel@casa-laptop-ubuntu> Message-ID: <51CBEE06.4080208@laposte.net> Le 27/06/2013 05:56, *Carola y Pablo* wrote: > Folks - I haven't used Ekiga in a while, but I want to get back to using > it. I have version 4.0.1 on Ubuntu 13.04. I call out with a voip > account and with Echo test. I can hear, but there is no outbound sound, > as if the microphone doesn't work. I have tried with Pulse Audio and > with PTLB/ALSA, and neither works. I set the top sound codecs as PCMU. > > Where do I go from here? How do you know there is no outbound sound ? Do you have a bargraph (vu-meter) in your Ekiga ? Do you capture and analyze stream ? Perhaps change your audio codec ? Ekiga echo test can only use few ones. I don't remember which ones but I am not sure it can use PCMU or PCMA. From fred.k at member.fsf.org Thu Jun 27 10:35:12 2013 From: fred.k at member.fsf.org (fred k) Date: Thu, 27 Jun 2013 19:35:12 +0900 Subject: [Ekiga-list] No outbound sound on Ekiga In-Reply-To: <1372305382.11351.7.camel@casa-laptop-ubuntu> References: <1372305382.11351.7.camel@casa-laptop-ubuntu> Message-ID: <51CC1560.3010006@member.fsf.org> FYI: I tried the Echo Test; it responds with PCMA but not with PCMU. Not speex, not GSM either. (really?) Turning off PCMA and you won't get any voice. (tested user agent is ekiga 2.0.12, too old, huh?) fred_k From Eugen.Dedu at pu-pm.univ-fcomte.fr Thu Jun 27 11:05:16 2013 From: Eugen.Dedu at pu-pm.univ-fcomte.fr (Eugen Dedu) Date: Thu, 27 Jun 2013 13:05:16 +0200 Subject: [Ekiga-list] No outbound sound on Ekiga In-Reply-To: <51CC1560.3010006@member.fsf.org> References: <1372305382.11351.7.camel@casa-laptop-ubuntu> <51CC1560.3010006@member.fsf.org> Message-ID: <51CC1C6C.2080301@pu-pm.univ-fcomte.fr> On 27/06/13 12:35, fred k wrote: > FYI: > > I tried the Echo Test; it responds with PCMA but not with PCMU. > Not speex, not GSM either. (really?) Turning off PCMA and you won't get > any voice. See http://wiki.ekiga.org/index.php/Fun_Numbers for codecs used. Carola, make sure you have PCMA on. -- Eugen From stuckybyler2 at yahoo.es Fri Jun 28 12:14:50 2013 From: stuckybyler2 at yahoo.es (Carola y Pablo) Date: Fri, 28 Jun 2013 07:14:50 -0500 Subject: [Ekiga-list] No outbound sound on Ekiga In-Reply-To: <51CC1C6C.2080301@pu-pm.univ-fcomte.fr> References: <1372305382.11351.7.camel@casa-laptop-ubuntu> <51CC1560.3010006@member.fsf.org> <51CC1C6C.2080301@pu-pm.univ-fcomte.fr> Message-ID: <1372421690.3721.1.camel@casa-laptop-ubuntu> Thank you for the suggestion. I got sound with PCMA, also with G722. Pablo El jue, 27-06-2013 a las 13:05 +0200, Eugen Dedu escribi?: > On 27/06/13 12:35, fred k wrote: > > FYI: > > > > I tried the Echo Test; it responds with PCMA but not with PCMU. > > Not speex, not GSM either. (really?) Turning off PCMA and you won't get > > any voice. > > See http://wiki.ekiga.org/index.php/Fun_Numbers for codecs used. > > Carola, make sure you have PCMA on. > From stuckybyler2 at yahoo.es Fri Jun 28 12:20:36 2013 From: stuckybyler2 at yahoo.es (Carola y Pablo) Date: Fri, 28 Jun 2013 07:20:36 -0500 Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: <1372216328.3529.2.camel@casa-laptop-ubuntu> References: <51C478F0.9040703@laposte.net> <1372216328.3529.2.camel@casa-laptop-ubuntu> Message-ID: <1372422036.3721.4.camel@casa-laptop-ubuntu> Hello- I am resending this message describing my efforts to send a fax via Ekiga-- Thank you for your help and I welcome suggestions. Pablo El mi?, 26-06-2013 a las 22:40 -0500, Pablo escribi?: Thank you for your response. I am using Ekiga version 4.0.1 and > efax-gtk 3.2.8 and using Rynga and Simonics as the voip providers. The most recent > error message I got is this: > > Socket running on port 9900 > GPL Ghostscript 9.07: Unrecoverable error, exit code 1 > Not valid postscript/PDF file > > Then I changed the file to pdf and I got the following error: > > (The error message is in Spanish and translates INput/output error > > efax-0.9a: 22:37:07 opened /dev/ttyS1 > efax-0.9a: 22:37:07 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:07 failed page /home/casa/Documentos/Psychology/Psychology LIcense/Renewal 2013/Exemption Form 26June2013.pdf.001 > efax-0.9a: 22:37:07 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:09 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:11 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:13 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:13 sync: dropping DTR > efax-0.9a: 22:37:13 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:14 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:16 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:18 sync: sending escapes > efax-0.9a: 22:37:18 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:18 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:18 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:18 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:18 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:18 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:19 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:21 Error: fax device write: Error de entrada/salida > efax-0.9a: 22:37:23 Error: sync: modem not responding > efax-0.9a: 22:37:23 Error: tcgetattr on fd=7 failed: Error de entrada/salida > efax-0.9a: 22:37:23 finished - unrecoverable error > > Thank you for your help. > > Pablo > > > El mi?, 26-06-2013 a las 10:00 +0200, geo cherchetout escribi?: > > Le 26/06/2013 05:12, *Carola y Pablo* wrote: > > > I tried sending the fax according to instructions and it didn't work. > > > The other party answered automatically, but then when I clicked on > > > "send" on efax-gtk, it simply went to inactive status and the other > > > party kept emitting the sound indicating it was waiting for the fax. > > > What have I done wrong? > > > > What error messages do you get in efax-gtk ? What kind of 2 wires/4 wires > > interface do you use ? Which efax-gtk version ? Which FAI ? Which VoIP > > provider ? Please, give me more details in private. Perhaps we find a > > solution but it is not sure because I am not an expert in fax nor in english > > language, and there are many many parameters that matter... > > > > _______________________________________________ > > ekiga-list mailing list > > ekiga-list at gnome.org > > https://mail.gnome.org/mailman/listinfo/ekiga-list > > > El mar, 25-06-2013 a las 22:12 -0500, Carola y Pablo escribi?: > I tried sending the fax according to instructions and it didn't work. > The other party answered automatically, but then when I clicked on > "send" on efax-gtk, it simply went to inactive status and the other > party kept emitting the sound indicating it was waiting for the fax. > What have I done wrong? > > Pablo > > El vie, 21-06-2013 a las 18:01 +0200, geo cherchetout escribi?: > > Hello, > > > > I can send faxes using Ekiga. :-) It is in french, sorry, but I know many > > people here can read it: > > > > http://cherchetout.pagesperso-orange.fr/FaxOverVoIP.html > > _______________________________________________ > > ekiga-list mailing list > > ekiga-list at gnome.org > > https://mail.gnome.org/mailman/listinfo/ekiga-list > From geo.cherchetout at laposte.net Fri Jun 28 15:33:03 2013 From: geo.cherchetout at laposte.net (geo cherchetout) Date: Fri, 28 Jun 2013 17:33:03 +0200 Subject: [Ekiga-list] Ekiga as fax carrier In-Reply-To: <1372422036.3721.4.camel@casa-laptop-ubuntu> References: <51C478F0.9040703@laposte.net> <1372216328.3529.2.camel@casa-laptop-ubuntu> <1372422036.3721.4.camel@casa-laptop-ubuntu> Message-ID: <51CDACAF.9020407@laposte.net> Le 28/06/2013 14:20, *Carola y Pablo* a ?crit fort ? propos : > Hello- I am resending this message describing my efforts to send a fax > via Ekiga-- Hello Pablo, It's the first time I receive this message. It seems to me Ekiga is not the culprit since efax-gtk fails in establishing communication with your fax-modem. (If I understand the first error message.) Here is an example of what I get as soon I clic on "Send fax": efax-0.9a: 16:54:39 opened /dev/ttyS0 efax-0.9a: 16:54:40 using OLITEC Speed'Com 2000CONEXANTAC/K56 in class 2 efax-0.9a: 16:54:40 dialing You can load efax-gtk in such a way that error messages are in english: $ LANGUAGE=en_us efax-gtk Would you be so kind as to send to me *privately* your efax-gtk configuration file? I think it is not desirable to pollute ekiga-list with this "in the fringe" subject, so I don't ask other questions here. Best regards, -- GC