Re: [Wengophone-devel] Half-duplex communication

2006-03-13 Thread Vadim Lebedev
M. Victoria Peláez wrote: Hi everybody! We have an old, but necessary, SIP client that works half-duplex. We want to use Wengo at the other side, but the communication has to be half-duplex. Could you tell us something about the code? Is there any API? At which point have we to change the ch

Re: [Wengophone-devel] Half-duplex communication

2006-03-13 Thread Vadim Lebedev
M. Victoria Peláez wrote: Vadim Lebedev escribió: M. Victoria Peláez wrote: Hi everybody! We have an old, but necessary, SIP client that works half-duplex. We want to use Wengo at the other side, but the communication has to be half-duplex. Could you tell us something about the code? Is

Re: [Wengophone-devel] Wengophone classic bugs and patches

2006-03-13 Thread Vadim Lebedev
Julien Gilli wrote: Hello, On 3/11/06, *Artur Kornacki* <[EMAIL PROTECTED] > wrote: Both patches are for latest "softphone-classic/branches/1.0". First patch ( config.patch ) is for compilation bug ( on linux ). Patch tested and applied with revision 4494

Re: [Wengophone-devel] How to build a talk amoung 3 sides on NG?

2006-03-14 Thread Vadim Lebedev
michel memeteau wrote: You need a server like : http://freeconferencecall.com/prodfreeconferencecall.htm You are gonna say " skype can do it !" , skype acts as a server and host the conference but it's better to have a real machine to host a conference . Actually the VOIP engine us

Re: [Wengophone-devel] Re: How to build a talk amoung 3 sides on NG?

2006-03-15 Thread Vadim Lebedev
Peter Reaper wrote: Vadim Lebedev wrote on 14.03.2006 14:52: Actually the VOIP engine used by wengophone-ng supports serverless 3 way conf calls Only 3, or more? This would be valuable for online games (e.g., clans), and for family reunion planning (big on 4 July weekend in the USA

Re: [Wengophone-devel] about the Environment variables in order to build

2006-03-15 Thread Vadim Lebedev
wanding wang wrote: Hi, all, In the guide of "Build it" section, it is said that 6 Environment variables are required before begin to build. # QTINCLUDEDIR: specify the Qt include directory (useless if it's QTDIR/include) # QTLIBDIR: specify the Qt library directory (useless if it's QTDIR/l

Re: Removing curl and opensSSL - was: Re:[Wengophone-devel] Just want to call

2006-03-17 Thread Vadim Lebedev
Gianluca Sforna wrote: Since there is some interest (at least from me...) for trying to shorten the dependency list of wengophone, I this it's worth replaying this email in a new thread... This would be even _more_ valuable since libcurl is the directory adding the most bloat to the source packa

Re: [Wengophone-devel] Link Problem

2006-03-20 Thread Vadim Lebedev
jérémie HUYGHE wrote: Osip is in "wifo/libosip2". Ok, I realised the fils I was looking for is the Osip2.def But I really don't know how a .def file works...how does it do all the link ? how can I put it in my project to explain VC8 how to link the different functions..?! Regards, J

Re: [Wengophone-devel] Re: a true wiki and NG in debian

2006-03-21 Thread Vadim Lebedev
Renato wrote: Well, I tried compiling the latest revision after installing the package suggested by Hermann, but I'm still missing a library - some "buildid". And with the instructions on the site, I can't get much further. Anyone care to give a push? Renato Renato can you please try: s

Re: [Wengophone-devel] MSVC manifest

2006-03-21 Thread Vadim Lebedev
Weiguang Shi wrote: Mathieu, I checked the DLLs in the runtime directory. Those that come with Wengo in binary {{{ . VLTELBOX.dll . avcodec.dll . mgwz.dll }}} Native to Microsoft Windows {{{ . msvcm80.dll

Re: [Wengophone-devel] Simple call API

2006-03-29 Thread Vadim Lebedev
jérémie HUYGHE wrote: hi all, I'm always working on my little application wich has for goal to simply call someone, without graphical code... So, I compiled Global.lib Exosip.lib Osip.lib Ortp.lib netlib.lib and several codecs like speex.lib, ilbc.lib,gsm.lib, etc.. Now, I'd like to realis

Re: [Wengophone-devel] Enabling VAD/CNG context based

2006-03-29 Thread Vadim Lebedev
Cantemir Mihu wrote: Hello, is it possible to enable VAD/CNG only if CNG was negotiated between both parties? If yes, how? When I test it now, if I enable VAD/CNG on one side and call another who does not support this feature, the first side has VAD enabled and does not send voice packets, w

Re: [Wengophone-devel] Enabling VAD/CNG context based

2006-03-30 Thread Vadim Lebedev
eed to single step through it in GDB Vadim On 3/29/06, *Vadim Lebedev * <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Cantemir Mihu wrote: > Hello, > > is it possible to enable VAD/CNG only if CNG was negotiated between > both parties?

Re: [Wengophone-devel] 16 kHz resampling

2006-04-04 Thread Vadim Lebedev
Cantemir Mihu wrote: Hello, what is the 16 kHz forced resampling used to? Did you notice strange behaviors with sound-card sampling at 8 kHz or something like that? This is related to 3 way conf calls If you have PC+PC + PSTN call PC<=>PC traffic is using SPEEX-WB which needs 16KHZ s

Re: [Wengophone-devel] Ca-->did in phcall struct

2006-04-13 Thread Vadim Lebedev
jérémie HUYGHE wrote: Hi, I have a problem with my phot application In fact, when I'd like to hold on a call, or resume a call, or another things, I can't, because in ca phcall structure, my ca->did is 0 I believe my problems comes from this... But i don't understand what is ca->did ? wha

Re: [Wengophone-devel] Audio delay near 3 seconds.

2006-04-19 Thread Vadim Lebedev
Mark Of Linux wrote: Hello, My platform use OSS sound device (with 8000Hz, 16bit, 1 channel). I make a call from my platform to PC (Xlite Softphone). I used GSM codec. The PC hear the voice quickly. But my platform hear the voice with delay 3 seconds. I use Ethereal on PC can see the Audio packe

Re: [Wengophone-devel] eXosip / ortp

2006-05-09 Thread Vadim Lebedev
Sven Falempin wrote: Hello developer of the great wengophone ! I’m trying to find a link between osip_transaction_t and _rtpSession, From CID ‘wengo’ call id identifier (PhoneCall::SetCallId()) , it’s easy to find the osip_transaction: eXosip_dialog_t *jd = NULL; eXosip_call_t *jc = NULL;

Re: [Wengophone-devel] WengoPhone SIP proxies

2006-05-09 Thread Vadim Lebedev
Cantemir Mihu wrote: Hello, could anyone clarify this for me: - the SIP registrar of WengoPhone is voip.wengo.fr (213.91.9.213 ) - the SIP proxy (calls are routed through this?) is vipsip.host.wengo.fr (213.91.9.210

[Wengophone-devel] Skinning module for openwengo

2006-05-15 Thread Vadim Lebedev
Hello, We've developping the skinning module for openwengo-ng which will allow user/developpers to add custom skins It's pretty advanced already but we have one nasty problem because of usage of anonymous widgets in wengophone-ng. So my question will you accept one big patch which will ad

Re: [Wengophone-devel] oRTP documentation

2006-05-17 Thread Vadim Lebedev
Sven Falempin wrote: Hi everyone, I’m looking information about mblk_t structure, especially about the b_wptr and b_rptr fields, does b_wptr contains something or it’s just pointing to the end of b_rptr … please someone … very roughly w_ptr is write pointer, usually used to point end of

Re: [Wengophone-devel] oRTP documentation

2006-05-17 Thread Vadim Lebedev
Sven Falempin wrote: So a single rtp packet is read several times ?? Not necesarily Vadim -Message d'origine- De : Vadim Lebedev [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 mai 2006 12:18 À : Sven Falempin Cc : wengophone-devel@lists.openwengo.com Objet

Re: [Wengophone-devel] phapi / oRTP

2006-05-18 Thread Vadim Lebedev
Sven Falempin wrote: Hello all In phmedia-audio.c some calls to rtp_session_send_with_ts and rtp_session_sendm_with_ts are done to send packet Trying to modify this packet before they are sending I have a problem the sequence number looks like not set and / or packet is like a reissued one

Re: [Wengophone-devel] RTCP implementation

2006-05-18 Thread Vadim Lebedev
Fernando Camarero wrote: Hello, Does anybody know videoconference clients that implement RTCP properly? It doesn’t matter if they aren’t Open Source Code. I’ve tried with EyeBeam, but the RTCP is not well implemented. NetMeeting doesn’t work like the RFC, and I’m looking for someone else.

Re: [Wengophone-devel] RTCP implementation

2006-05-18 Thread Vadim Lebedev
David Ferlier wrote: Vadim Lebedev wrote: Fernando Camarero wrote: Hello, Does anybody know videoconference clients that implement RTCP properly? It doesn’t matter if they aren’t Open Source Code. I’ve tried with EyeBeam, but the RTCP is not well implemented. NetMeeting doesn’t work

Re: [Wengophone-devel] RE: configurable resolution

2006-05-18 Thread Vadim Lebedev
Matthias Schneider wrote: Hello Jérôme, just to get this discussion going I sent you the results of my (unfortunately rather superficial) investigation from a standards point of perspective. i have not yet had a look at the implementations yet (at first I would like to know what to look for),

Re: [Wengophone-devel] phapi and callID

2006-05-29 Thread Vadim Lebedev
Sven Falempin wrote: Is there a way, from (a valid) RTPSession Structure, to get the phapi integer call id( The same as this one : phcall_t->cid ) ? Waiting impatiently :p Hi Sven, Sorry i've beeen on vacation in the file phmedia-audio.c near ligne: 2463 there is following code

Re: [Wengophone-devel] verbosity

2006-05-29 Thread Vadim Lebedev
Sven Falempin wrote: How to enable the OSIP_TRACE() output …   Best regards. Set env var PH_DEBUG_LEVEL to 9 Vadim   ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/m

Re: [Wengophone-devel] strange problem with NAT

2006-05-30 Thread Vadim Lebedev
Cancer Clouds are coming wrote: Hi list, I am having very strange problem with my friend's pc, he is on open nat, so as i, I am able to register on the server but when he tries he is not able to do so using some copy of software. When i tried xten, xten is trying too long for login, and for a

Re: [Wengophone-devel] X.509 authentification : A way to authenticate peers in SIP communications

2006-05-30 Thread Vadim Lebedev
Julien VEHENT wrote: Hi there, We are two french students in Computer Security and we plan a project for our end-term studies. The general idea is to provide authentication in VoIP communication using X.509 certificates (already used in SSL & TLS protocols). To do that, we want to modify SIP

Re: [Wengophone-devel] X.509 authentification : A way to authenticate peers in SIP communications

2006-05-30 Thread Vadim Lebedev
Julien VEHENT wrote: Vadim Lebedev <[EMAIL PROTECTED]> a écrit : Julien VEHENT wrote: Hi there, We are two french students in Computer Security and we plan a project for our end-term studies. The general idea is to provide authentication in VoIP communication using X.509 certif

Re: [Wengophone-devel] X.509 authentification : A way toauthenticate peers in SIP communications

2006-05-30 Thread Vadim Lebedev
Julien VEHENT wrote: How, sorry i've made a mistake (in my reply I was speaking about SRTP). I don't have knowledge of SSL over SIP, does it exist a RFC speaking about this ? (or perhaps a document which explain how it works and what is encapsuled by SSL) SIP RFC 3261 discuss the issue: h

Re: [Wengophone-devel] trimming down sources size

2006-05-30 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, I confirm the the "3rdparty" directory is currently the attractor for external projects (gaim is located there) Once we have cleared out and moved all the code that is being maintained in an external repository to this part of the repo, we will clarify things about

Re: [Wengophone-devel] X.509 authentification : A way toauthenticate peers in SIP communications

2006-05-30 Thread Vadim Lebedev
ere a documentation somewhere which explain this feature ? Not much... Another question, but it's quite not the aim of this list, is which server is used in wengo infrastructure ? (asterisk ?) See above julien Vadim Lebedev <[EMAIL PROTECTED]> a

Re: [Wengophone-devel] trimming down sources size

2006-05-30 Thread Vadim Lebedev
[EMAIL PROTECTED] wrote: Selon Vadim Lebedev <[EMAIL PROTECTED]>: Jérôme WAGNER wrote: (...) Options in the scons file should always be available to either choose the locally compiled version or the libs that are already installed on the os. We are cur

Re: [Wengophone-devel] Problem with portaudio driver and codecdecoding..

2006-05-31 Thread Vadim Lebedev
Cancer Clouds are coming wrote: Hi, codecname_decode(void *ctx, const void *src, int srcsize, void *dst, int dstsize) How to calculate src size and dst size ? Faisal you don't need to calculate them... phmedia layer provides them to codec as parameters Vadim ___

Re: [Wengophone-devel] trimming down sources size

2006-06-01 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: 2) We need rework #include statements to use #include style and use only -IQt on compile command which will accelerate compilation VERY much. Very very bad idea! We should stick to the official Qt way of including headers otherwise it will be

Re: [Wengophone-devel] trimming down sources size

2006-06-01 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: The 'OFFICIAL' Qt way since QT4 is #include http://doc.trolltech.com/4.1/tutorial-t1.html "This first program is a simple "Hello world" example." #include #include So I guess you're wrong on this one :D T

Re: [Wengophone-devel] phapi and callID

2006-06-02 Thread Vadim Lebedev
Sven Falempin wrote: Hello, Sadly, session->on_telephone_event_packet.user_data[0] == 0 in static gint rtp_send (RtpSession * session, mblk_t * m) in rtpsession.c perhaps I make a mistake when reading the array. btw, #ifdef TARGET_IS_HPUXKERNEL && WORDS_BIGENDIAN, rtpsession calls

Re: [Wengophone-devel] G729 and incomming audio problem

2006-06-06 Thread Vadim Lebedev
Cancer Clouds are coming wrote: Hello again, I added G729 using voice age Open G729 (just for a test) and same problem in incomming audio (decoding) that i am having in lpc10 codec decoder, the voice is not coming good i tried so many combinations in decoding but it is still very bad, encod

Re: [Wengophone-devel] G729 and incomming audio problem

2006-06-07 Thread Vadim Lebedev
2 streams simultaneousely how the Open G729 routines distinguish between 2 streams? Vadim From: Vadim Lebedev <[EMAIL PROTECTED]> To: Cancer Clouds are coming <[EMAIL PROTECTED]> CC: wengophone-devel@lists.openwengo.com Subject: Re: [Wengophone-devel] G729 and incomming audio problem Dat

Re: [Wengophone-devel] G729 and incomming audio problem

2006-06-07 Thread Vadim Lebedev
2 streams simultaneousely how the Open G729 routines distinguish between 2 streams? Vadim From: Vadim Lebedev <[EMAIL PROTECTED]> To: Cancer Clouds are coming <[EMAIL PROTECTED]> CC: wengophone-devel@lists.openwengo.com Subject: Re: [Wengophone-devel] G729 and incomming audio problem Dat

[Wengophone-devel] Build speed

2006-06-12 Thread Vadim Lebedev
Hello, I've spent this weekend experimenting different ways to speed up wengophone-ng build process... So here are the results of my experiments: 1) #include statement style: I've got 10% speedup on compiling speed our in house app which was using -I$(QTINCLUDEDIR)/QtGui -I$(QTINC

Re: [Wengophone-devel] newbie: _Latest_ osip/ exosip/ ortp support in openwengo-ng phAPI

2006-06-16 Thread Vadim Lebedev
Kite Flyer wrote: I am new to openwengo-ng and have checked out openwengo-ng code from SVN HEAD yesterday. Trying to find out osip/ exosip/ ortp versions. ChangeLog in eXosip says version is 0.8.0 whereas latest version available is 2.2.3. Is/ will there be support for libosip/ exosip 2.2.3

[Wengophone-devel] [Fwd: X Video patch and DirectX class]

2006-06-20 Thread Vadim Lebedev
I'm attachine Mattias patch which include Direct/X module Vadim --- Begin Message --- Hello Vadim, enclosed I send you the XVideo patch (still for R5382) in a slight revision (corrected one minor bug concerning the aspect ratio and changed the handling or error messages). Also enclosed a Direc

Re: [Wengophone-devel] Video H263 payload incorrect( Intereopabilitytesting with FWD communicator)

2006-06-22 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, We need to check in to that. You say I'am able to decode de RTP H263 stream on FWD Communicator from WengoPhone NG It's the same with HW professional codec like Tandberg Endpoint. And then FWD Communicator or Tandberg is not able to decode the RTP H263

Re: [Wengophone-devel] Video H263 payload incorrect( Intereopabilitytesting with FWD communicator)

2006-06-22 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, I added ticket #747 http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/747 for this interoperability issue. Etienne, could you spare some time and work out a patch in the encoder context / in ffmpeg on this point ? Thx Jérôme After digging some more into

[Wengophone-devel] Re: Ticket #747 H263 wrong header problem

2006-06-26 Thread Vadim Lebedev
Jérôme WAGNER wrote: Merci pour ce lien *De :* HENRY Etienne [mailto:[EMAIL PROTECTED] *Envoyé :* lundi 26 juin 2006 10:09 *À :* Jérôme WAGNER; Vadim Lebedev *Objet :* Ticket #747 H263 wrong header problem Hi

Re: [Wengophone-devel] SIP wengo proxy with linphonec (command line tool)

2006-06-27 Thread Vadim Lebedev
Alexis MS wrote: Dear wengo developpers, I would like to use a command line softphone to call with my wengo account. I have tried _linphonec_ (simon morlat's command line softphone) but I don't manage to be recognized by a wengophone and to do call with ... (see error in the email below ..

Re: [Wengophone-devel] Start a session with another application

2006-07-03 Thread Vadim Lebedev
Jean-Philippe DARMET wrote: Hi all, I try to use openWengo with another application. The registration is done properly with the other application. But when I try to call this application with openWengo, openWengo crashs, but in my application, the session is correctly established with sip.

Re: [Wengophone-devel] Can any body help in eliminating this error?? LNK1181 : cannot open input file 'QtUiTools.lib'

2006-07-06 Thread Vadim Lebedev
GURU MURTHY wrote: Hi all, I have been trying for almost 1 week to avoid the following .lib error. Can any one give an idea to avoid this error?? LINK : fatal error LNK1181: cannot open input file 'QtUiTools.lib' scons: *** [release-symbols\wengophone\src\presentation\qt\qtweng

Re: [Wengophone-devel] Start a session with another application

2006-07-07 Thread Vadim Lebedev
under debugger and to see EXACTLY what happens Vadim - Original Message - From: "Vadim Lebedev" <[EMAIL PROTECTED]> To: "Jean-Philippe DARMET" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 03, 2006 4:42 PM Subject: Re: [Wengophone-devel] Start a session with an

Re: [Wengophone-devel] V4L webcam support in NG and classic

2006-07-07 Thread Vadim Lebedev
David Ferlier wrote: Hi, I wrote libtimer and libwebcam (along with mstute) for Classic. The timer idea was ok and working great in most cases, but it highly depended on the timer implementation we chose for each operating system. On win32 there's timeSetEvent() which i believe uses kernel

Re: [Wengophone-devel] V4L webcam support in NG and classic

2006-07-10 Thread Vadim Lebedev
juillet 2006 18:07 À : Vadim Lebedev Cc : wengophone-devel Objet : Re: [Wengophone-devel] V4L webcam support in NG and classic The code for managing the webcam on linux is based on an older version of Classic. The Classic algorithm has then be changed to use timers which is a better approach. T

Re: [Wengophone-devel] H.264 support

2006-07-11 Thread Vadim Lebedev
Matthias Schneider wrote: Hi all, a proposed track for H.264 integration could be following: 1. implement the encoding part by replacing the H.263 part (leaving the H.263 in the SDP message) Actually to add some basic H.264 support to SDP on need to add 1 line in phapi.c Vadim 2. im

Re: [Wengophone-devel] H.264 support

2006-07-11 Thread Vadim Lebedev
Gianluca Sforna wrote: On 7/11/06, Matthias Schneider <[EMAIL PROTECTED]> wrote: my motivation for deciding in favor of H.264 is that I have the impression that this will soon be the most widely used high-quality video codec for telephony. Ok. so, assuming this will be the case, let's try t

[Wengophone-devel] Changied account

2006-07-18 Thread Vadim Lebedev
Folks, There is BIG usability issue with wengophone-ng... I sometimes want to use another wengo account I've spent half an hour trying to find a Menu item or button to add another account and there is NO one or it is EXTREMELY well hidden Vadim __

Re: [Wengophone-devel] Changied account

2006-07-18 Thread Vadim Lebedev
Philippe BERNERY wrote: Vadim Lebedev a écrit : Folks, There is BIG usability issue with wengophone-ng... I sometimes want to use another wengo account I've spent half an hour trying to find a Menu item or button to add another account and there is NO one or

[Wengophone-devel] Repo size

2006-07-27 Thread Vadim Lebedev
I've just paid attention that libs/ffmpeg/doxy/html takes 58MBytes on disc The contents of this directory can be generated automatically so i think we can safely remove it from the repo Vadim ___ Wengophone-devel mailing list Wengophone-devel@

Re: [Wengophone-devel] Repo size

2006-07-27 Thread Vadim Lebedev
Julien Gilli wrote: Hello, On 7/27/06, *Vadim Lebedev* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I've just paid attention that libs/ffmpeg/doxy/html takes 58MBytes on disc The contents of this directory can be generated automatically so i

Re: [Wengophone-devel] Repo size

2006-07-27 Thread Vadim Lebedev
Andreas 'GlaDiaC' Schneider wrote: Vadim Lebedev wrote: Julien Gilli wrote: Hello, On 7/27/06, *Vadim Lebedev* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I've just paid attention that libs/ffmpeg/doxy/html takes 58MBytes on disc.

[Wengophone-devel] HTTPS tunelling

2006-07-27 Thread Vadim Lebedev
Hello, I've done some tests today The real HTTPS tunneling is not working, there is some porblem related to SSL version I've done following tests WITH local http proxy to httpproxy.wengo.fr:80 without SSL --- works ok WITH local http proxy to httpproxy.wengo.fr:443 without SSL --

Re: [Wengophone-devel] Update on work on H.264 codec integration

2006-08-08 Thread Vadim Lebedev
Matthias Schneider wrote: Hi all, having some time working on the H.264 codec I would like to send you an updagte on the current status. Right now I have a working proof of conceptimplementation that encodes H.264 video, generates the H.264/RFC 3984 RTP payload + markbit + timestamp, passes t

Re: [Wengophone-devel] cmake?!!?

2006-08-14 Thread Vadim Lebedev
Gianluca Sforna wrote: On 8/11/06, Tanguy Krotoff <[EMAIL PROTECTED]> wrote: Andreas Schneider wrote: > Are you migrating to CMake now? > > Will WengoSCons die? > > I thought this is OpenWengo *open*, so it would be great if you would > discuss changes, like u

[Wengophone-devel] Re: Video Codec Plugin Sytem & H.264

2006-08-23 Thread Vadim Lebedev
Matthias Schneider wrote: Hi all, finally I have a preliminary version of my wengophone plugin system (for the files see ticket #855). I have tested it on linux only up to now. The H263 plugin should provide all the same functionality like the plugin-less wengophone. The H.264 plugin is also

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: Another point i've mentioned long time ago: is suboptimal way to use QT include file names, in my tests i've was able to achieve 30%-70% compile time boost using #include scheme I changed it because you were right: http://dev.ope

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: with my new Scons based build system i build phapi in: 2min46sec on Linux this includes phapi, osip,exosip,ortp,portaudio, curl,httpunnel owutil, owcutil, pixertoool, speex, ilbc and with the old one ? Give me your new SCons and I will compare

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: with my new Scons based build system i build phapi in: 2min46sec on Linux this includes phapi, osip,exosip,ortp,portaudio, curl,httpunnel owutil, owcutil, pixertoool, speex, ilbc and with the old one ? Give me your new SCons and I will compare

Re: [Wengophone-devel] 2 new important macros

2006-09-07 Thread Vadim Lebedev
Tanguy Krotoff wrote: 2 macros were added to libutil and libqtutil: #include OWSAFE_DELETE -> replace delete() #include SAFE_CONNECT -> replace QObject::connect() Use them while coding new classes Please read http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/wengophone-ng/trunk/li

Re: [Wengophone-devel] [Fwd: Re: owcurl]

2006-09-08 Thread Vadim Lebedev
Tanguy Krotoff wrote: Let's have this discussion on the mailing-list. It's better Subject: Re: owcurl From: Tanguy Krotoff <[EMAIL PROTECTED]> Date: Thu, 07 Sep 2006 12:57:10 +0200 To: Andreas Schneider <[EMAIL PROTECT

Re: [Wengophone-devel] [Fwd: Re: ColpManager, presentation components and D-Bus]

2006-09-08 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: I'd suggest to have a Presentation laye subsribe to Control layer events. This way when new call is created the presentatution layer which want to be notifed about it will subscribe to call object creation event. Then the PL's Call O

Re: [Wengophone-devel] RE: Video Codec Plugin Sytem & H.264

2006-09-11 Thread Vadim Lebedev
Matthias Schneider wrote: Hi all, my reasons for wanting to loose the ffmpeg dependency were, like mentioned by Gianluca, the legal uncertainties in some countries and additionally the in some cases unneccessary bloating of wengophones sizes by including the whole ffmpeg library (even e.g. wh

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Vadim Lebedev
Hello, I've promised some time ago to show my SCons based build system Here it is: There is BuildJob.py module in Env directory which holds the main functionality I'm attaching also the main SConstruct and SConscript file and minua/SConscript The main advantage over WengoScons 1) It is

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Vadim Lebedev
Andreas Schneider wrote: Vadim Lebedev wrote: Hello, I've promised some time ago to show my SCons based build system Here it is: There is BuildJob.py module in Env directory which holds the main functionality I'm attaching also the main SConstruct and SConscript file

Re: [Wengophone-devel] ffmpeg & speex

2006-09-12 Thread Vadim Lebedev
Tanguy Krotoff wrote: Andreas Schneider wrote: That's why I don't like that 3rd party source is in SVN. It should be maintained by the osip developers and not by Wengo developers. oSIP, eXosip, oRTP is really a totally different story, Vadim had its own reasons to do that: you can ask hi

[Wengophone-devel] File Transfer

2006-09-15 Thread Vadim Lebedev
Hello, I've looked a little bit into the file transfer module, and it seems to me that it cold be much simplified... While can't file sender transmit to the reciever and XML doc using SIP MESSAGE request, containing a file url, and the reveiver will simply use libcurl to retrieve the file?

[Wengophone-devel] AEC

2006-09-15 Thread Vadim Lebedev
I've just wanted to announce that i've commited recently small bugfix in phmedia-audio.c which fix the problems with noice when using AEC... So you can try and activate AEC again... Vadim ___ Wengophone-devel mailing list Wengophone-devel@lists.op

[Wengophone-devel] QT version

2006-09-15 Thread Vadim Lebedev
Hello, I wonder which version of QT is used to build wengophone an all platforms? I've discoverd that our Skinner plugin HAVE to be built against the EXACTLY the SAME version of QT in order to work correctly Vadim ___ Wengophone-devel mailing l

Re: [Wengophone-devel] File Transfer

2006-09-18 Thread Vadim Lebedev
Klaus Darilion wrote: Vadim Lebedev wrote: Hello, I've looked a little bit into the file transfer module, and it seems to me that it cold be much simplified... While can't file sender transmit to the reciever and XML doc using SIP MESSAGE request, containing a file url, and th

Re: [Wengophone-devel] phapi questions

2006-09-18 Thread Vadim Lebedev
Andreas Schneider wrote: Hi, phapi builds now (see http://www.cynapses.org/tmp/wengophone/wengophone.png ). Now I have some questions: What is ipp at the beginning of the scons script? IPP = Intel Performance Primitives (various codecs running on INTEL archs) Why isn't the amr directory

Re: [Wengophone-devel] AEC

2006-09-18 Thread Vadim Lebedev
sfers between sip phones of diffrent models Vadm Thx Jerome -Message d'origine- De : Vadim Lebedev [mailto:[EMAIL PROTECTED] Envoyé : lundi 18 septembre 2006 15:04 À : Jérôme WAGNER Objet : Re: [Wengophone-devel] AEC Jérôme WAGNER wrote: Hello, Thanks for the patch. I d

Re: [Wengophone-devel] class Event thread safe

2006-09-19 Thread Vadim Lebedev
Tanguy Krotoff wrote: I guess a lot of people knows about the Event class and maybe about the PostEvent and ThreadEvent classes. I'm currently working on it in order to make it thread safe It permits to send an event from a thread and receive it in another thread without any problem. Here is

Re: [Wengophone-devel] FreeSWITCH

2006-09-19 Thread Vadim Lebedev
Tanguy Krotoff wrote: Antoine Pitrou wrote: I don't think it's so simple. FreeSWITCH is a piece of software, thus there is an API right? You compile at as a dll/.dylib/.so/whatever and you load symbols at runtime without linking with the .lib file. The definition of "essential library" and

Re: [Wengophone-devel] upgrade speex 1.2beta1

2006-09-21 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, From what I understood, the API did not change at all (they managed to keep header compatibility as well so a stream encoded with 1.0.x can be decoded by 1.2beta1 and vice versa) I did not need to modify the phapi code in order to link with the new compiled speex

Re: [Wengophone-devel] Re: eXosip weird code

2006-09-21 Thread Vadim Lebedev
Quang Minh Phan wrote: Hi Marlon, Thank you for reporting the bug. It was fixed in the svn. This line was added to initialize jd to the value of jc->c_dialogs as you expected: jd = jc->c_dialogs; just before this piece of code: if (jd) { if (!eXosip_list_rem

Re: [Wengophone-devel] Problem using different back-end with WengoPhone-NG

2006-09-22 Thread Vadim Lebedev
Bruno Trindade wrote: Hey all. I've managed to get the WengoPhone pointed at our back end services, emulating all of the necessary Wengo web-service scripts (sso, info, etc.) Now, whenever the phone attempts to send a sip REGISTER packet, our server comes back with a 483 code (too many

Re: [Wengophone-devel] Problem using different back-end with WengoPhone-NG

2006-09-25 Thread Vadim Lebedev
Bruno Trindade wrote: Thanks for your response. Could you please clarify which parameter you're speaking of? If I don't specify a "sip.outbound.proxy.host", or give it an empty string for the value parameter, then WengoAccount::discoverForSIP() fails, and there's the following output :

[Wengophone-devel] SRTP integration

2006-09-25 Thread Vadim Lebedev
Hello, I'm adressing to folks integrating SRTP I'm under impression that you've wrote you own SIP parser, and SIP state machine and implemented a new version of phapi on top of it am i wrong? another question: What is the reasons you didn't hook srtp into RtpSession using the same mec

Re: [Wengophone-devel] SRTP integration

2006-09-25 Thread Vadim Lebedev
Quang Minh Phan wrote: If we use the mechanism used by http tunnel to encrypt the RTP flow, we cannot use Http tunnel and srtp at the same time. We are adding two call backs to oRTP, pre_send_cb and post_send_cb, which are called before and after the send function. The srtp module can register

Re: [Wengophone-devel] Problem using different back-end with WengoPhone-NG

2006-09-25 Thread Vadim Lebedev
Bruno Trindade wrote: Tried that, and that helped with the 483 error, but still having problems. What I think is happening is the following. My address server and my realm are different. The address server host is yyy.xxx.mysite.com, whereas the realm is xxx.mysite.com. It seems that

Re: [Wengophone-devel] WengoPhone on x86_64

2006-09-26 Thread Vadim Lebedev
Edpimentl wrote: I am waiting until this issue is resolved. We ahave been at a stand still for now 4 months. There most be something that only a few people know and are not disclosing why this happens. -E Andreas Schneider wrote: Hi, there are really strange things happening with WengoPho

Re: [Wengophone-devel] shlibloader bugfix

2006-09-27 Thread Vadim Lebedev
Andreas Schneider wrote: Hi, I had the wenbox plugin problem. I've debugged wengophone with help from str (thanks) and found 2 bugs. Could someone look at the patch if I can commit it to svn? The first is that we add the lib extension to the filename but pass the filename without the lib exten

Re: [Wengophone-devel] WengoPhone default plugin directories

2006-09-27 Thread Vadim Lebedev
Jérôme WAGNER wrote: Andreas, Plugins have to be in /usr/lib/application_name. Under linux, could we also put Plugins under /usr/lib/application_name/plugins ? (like under windows) Regarding the disambiguation and "planarization" of the directory structure, I'd rather have only on

Re: [Wengophone-devel] WengoPhone default plugin directories

2006-09-27 Thread Vadim Lebedev
ifferent phapi entry points into one dyn lib ? Yes. Jerome -Message d'origine- De : Vadim Lebedev [mailto:[EMAIL PROTECTED] Envoyé : mercredi 27 septembre 2006 19:49 À : Jérôme WAGNER Cc : 'Andreas Schneider'; wengophone-devel@lists.openwengo.com Objet : Re: [W

[Wengophone-devel] revision 7785

2006-09-27 Thread Vadim Lebedev
Tanguy, I think better solution (performnce-wise) would be: #define inline __inline in case of MSVC Vadim ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] ticket #960 - the toilet flush effect

2006-09-28 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, For those of you interested in phapi, I have an open ticket that I am trying to solve on the trunk. Ticket history is here: http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/960 I would be very interested to share ideas on this ticket or know if

Re: [Wengophone-devel] ticket #960 - the toilet flush effect

2006-09-28 Thread Vadim Lebedev
to activate itself. When you say RECORDER application You mean the windows basic recorder application ? Yes, or Audacity  You'll  have to configure it for 16khz sampling Vadim Thanx Jerome -----Message d'origine- De : Vadim Lebedev [mailto:[EMAIL PROT

Re: [Wengophone-devel] Mac OS X audio errors

2006-09-29 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello Bruno, Regarding the MacOSX PowerPC 2 consecutive calls problem, I just commited something that looks like a patch on the machine I have. See http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/979 to better understand why I am not satisfied with the patch but

[Wengophone-devel] Re: x86_64bits compatibility

2006-10-04 Thread Vadim Lebedev
u have a pointer with value greater than 0x   it breaks I wrote 'usually' because if i rememember correctly you can give to gcc compilation options saing that int is 64bit by default This can however open another can of worms Vadim -Message d'origine

Re: [Wengophone-devel] commit logs and style

2006-10-04 Thread Vadim Lebedev
Philippe BERNERY wrote: It should be great to indicate the Ticket number every time a change related to such a Ticket is commited. For instance: * (bugfix - Ticket #123) Fix some issues * (feature - Ticket #321) Add ABC protocol support I'm more for the first commit style (as you can see in

Re: [Wengophone-devel] just testing the mailing list bot

2006-10-06 Thread Vadim Lebedev
Jérôme WAGNER wrote: This is a test yess,.. ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophone-devel

  1   2   3   4   >