Hi, Thanks for your feedback. See my comments. > > Compilation with gcc-3.4.6 failes on > > rtcpparse.c: In function `rtcp_sdes_parse': > rtcpparse.c:144: warning: 'ssrc' might be used uninitialized in this > function > > Simple initiation by value 0 will shut gcc up. I've also fixed it in cvs.
> > * GUI contains option "Enable video" even if compiled with > --disable-video. Does it switch on/off incoming video stream or what's > the meaning (I have no video capturing device, so I can't check it.) Ok, I think I should deactivate the switch if video support isn't compiled. > > * Upload bandwidth counter setting: Down scalling value using arrow > goes: 20 -> 10 -> Unlimited -> 0. Download bandwith stops on Unlimited. I'll try to fix this one but I remember I had already try without success. Actually 0 means unlimited. > > > Other whishes: > > * Is it possible to make the main GUI window resizeable? (Status bar and > URI field seems me to short, especialy in small mode.) Ok, this will be done. > > * Setting -> SIP -> Proxy list is to tide (1.5 height of letter is not > enought). Ok, done. > > * Display name need to be enclosed by quotes if contains space or any > other special character. This is a bug or feature? (I know From: and To: > SIP header grammer, but does it know normal users too?) It's probably a feature... Actually linphone invokes the osip_from_parse() function from the osip stack to know if the entered uri is correct. Simon > > > -- Petr > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
