Re: [Wengophone-devel] Linux startup issues

2007-04-03 Thread Vadim Lebedev

Hi Primin,

Pirmin Walthert wrote:
.


Hi Jerome


QtWengoPhone.cpp then calls readyForEvents() that is passed back through
control to model. In userProfileHandler I then have the following:

void UserProfileHandler::readyForEvents()
{
if (_readyForEvents==false)
{
IMWrapperFactory::getFactory().startGaimFactory();
}
_readyForEvents=true;
_currentUserProfile-readyForEvents();
LOG_DEBUG(Connecting enabled!);
}

 


I think following will be a little bit safer:

void UserProfileHandler::readyForEvents()
{
if (_readyForEvents==false)
{
_readyForEvents=true;
_currentUserProfile-readyForEvents();
IMWrapperFactory::getFactory().startGaimFactory();
LOG_DEBUG(Connecting enabled!);
}
}



Thanks
Vadim

 


___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Linux startup issues

2007-04-03 Thread Pirmin Walthert
Hi Vadim

I think following will be a little bit safer:
 
 void UserProfileHandler::readyForEvents()
 {
   if (_readyForEvents==false)
   {
   _readyForEvents=true;
   _currentUserProfile-readyForEvents();
   IMWrapperFactory::getFactory().startGaimFactory();
   LOG_DEBUG(Connecting enabled!);
   }
 }
 
 
 
 Thanks
 Vadim
 
   
 

I don't think so = With my version the UserProfile-Switch also works!
In your it would not.

_currentUserProfile-readyForEvents() does nothing than SET the
_readyForEvents variable in the ConnectionHandler of the current
UserProfile to true. Because the Connection-Handler was waiting before
for _readyForEvents to be set true this won't affect the UserProfile if
it is already set to true.

= The login-functions are in an idle-mode until the var is set to true.
And this is exactly what I think not to be clean in my solution. But it
was the fastest way for me to test what gives me the error and to fix
it. Have a look at this, whats the head of:

void ConnectHandler::connect(IMAccount  imAccount) {
void ConnectHandler::newIMAccountAddedEventHandler(UserProfile  sender,
IMAccount  imAccount) {
void ConnectHandler::connectionIsUpEventHandlerThreadSafe() {

while (_userProfile.getReadyForEvents()==false)
{
Thread::sleep(1);
}

I should perhaps metion that I'm doing the same after connection loss
like if you would log off and then log-in again = resetting the whole
profile. This is because our server automatically removes a user after a
certain offline time from the sip-server and has be created again, what
happens automatically on loging in. This is why I needed to put this
into all the mentioned functions in ConnectionHandler.cpp


___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] wengophone 2.1 - status

2007-04-03 Thread Andreas Schneider
Andreas Schneider wrote:
 The sound volume of playback and capture is to low! This is a wengophone
 issue.
 

The volume of my headphone is at 10% to understand the guy at the
testcall I have to put it to 100%, but then all the rest extremly loud.

Could we set ticket #1525 back to wengophone 2.1 and set the priority to
high?


-- andreas

-- 
http://www.cynapses.org/ - cybernetic synapses




signature.asc
Description: OpenPGP digital signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] wengophone 2.1 - status

2007-04-03 Thread Mathieu Stute
On Tuesday 03 April 2007 12:38, Andreas Schneider wrote:
 Andreas Schneider wrote:
  The sound volume of playback and capture is to low! This is a wengophone
  issue.

 The volume of my headphone is at 10% to understand the guy at the
 testcall I have to put it to 100%, but then all the rest extremly loud.

The speech has been recorded too low, try with [EMAIL PROTECTED] or 
[EMAIL PROTECTED] it will be better.
-- 
Mathieu Stute mathieu.stute(at)wengo.com
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D


pgpBAHXOLbo38.pgp
Description: PGP signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] few bugs on wengo 2.1 RC2 especially on audio calls

2007-04-03 Thread Pirloui MacKy
Dear community,

I'am testing the wengo 2.1 RC2 on a private IMS environment facing a presence 
serveur OMA interoperate with other SIP client.

Here is some few bugs / remark that I found:

1) bad MESSAGE before an INVITE from wengo to wengo:

when calling a client the wengo phone send a MESSAGE before the INVITE with the 
a bad syntax in the header to: sip:sip:[EMAIL PROTECTED].

This MESSAGE is not compatible with any IMS core.

2) client crash when wengo call wengo:

when a wengo call another wengo it crashes the client that calls.

Is it due to the bad MESSAGE that have the header to: sip:sip:[EMAIL 
PROTECTED] that doesn't cross the IMS network ?

3) INVITE from SIP Movial client to Wengo:

when a third SIP client call the wengo, the media negociation done after the 
INVITE seems to be not manage correctly:

Media Description, name and address (m): audio 10600 RTP/AVP 101 0 8 111
Media Attribute (a): rtpmap:101 telephone-event/8000/1

the wengo force always the rtpmapping 101 telephone-event/8000/1 even if the 
calling client doesn't support it.

I try to force the codec PCMU/8000/1 in the conf without success. The calling 
session is open without any sound.

4) error message on the connection:

File: libs\owutil\util\src\Logger.cp
Line:62


Expression: NULL  fatal error


If someone can help to find some work around of these problem or to correct 
them !!

regards

Xavier




 

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 ___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] Spam into ticket #366

2007-04-03 Thread Dave Neary

Hi Marco,

There is a spam filtering module installed in the openwengo trac - it's
not working right now - comments  wiki edits are not getting stored,
and we're not sure why. In the meantime, Bao is removing the entries
directly in postgres, which is non-optimal, and we definitely need to
fix the spam filtering module.

Cheers,
Dave.

Marco Nenciarini wrote:
 I've received this yesterday:
 
 - Forwarded message from OpenWengo [EMAIL PROTECTED] -
 
 Subject: Re: [OpenWengo] #366: Install target for Debian package generation.
 Date: Mon, 02 Apr 2007 17:17:32 -
 From: OpenWengo [EMAIL PROTECTED]
 Reply-To: 
 Cc: [EMAIL PROTECTED]
 X-Mailer: Trac 0.10, by Edgewall Software
 
 #366: Install target for Debian package generation.
 +---
  Reporter:  jgilli  |Owner:  mstute   

  Type:  task|   Status:  new  

  Priority:  high|Milestone:  WengoPhone NG 2.x - not 
 planned - OS specific issues
 Component:  scons   |  Version:  NG   

Resolution:  | Keywords:   

 Functionnal_component:  None|   Teststatus:  (Re)Specification

Rookie:  0   |   Os:  GNU/Linux

 +---
 Comment (by seekgzl):
 
 [ A lot of spamming link removed]
 
 
 
 
 
 ___
 Wengophone-devel mailing list
 Wengophone-devel@lists.openwengo.com
 http://dev.openwengo.com/mailman/listinfo/wengophone-devel


-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Patch for lupdate macro on Linux

2007-04-03 Thread Dave Neary

Hi Claudio,

What's the diff when compared to the .pro file generated by make lupdate?

Cheers,
Dave.

Claudio André wrote:
 Me too.
 
 But mine lang.pro file (qmake -project -o lang.pro) gives me almost 900
 strings, removing only 8 obsolete strings.
 
 Probably, i have some trash on my 2.1 branch folder.
 
 Claudio
 
 Dave Neary escreveu:
 Hi Laudio,

 Claudio André wrote:
   
 I noticed your ts files have 868 strings. Mine have 898. Any
 possibilities your .pro file is outdated?
 

 On the contrary - I ran lupdate with -noobsolete, which removes the
 strings by a good bit. There are also one or two small test GUI programs
 whose strings are no longer in the .ts file.

 Cheers,
 Dave.

   
 


-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Patch for lupdate macro on Linux

2007-04-03 Thread Claudio André

Hi

They are too different, so, i attached both. Anyway, running make 
lupdate i got:


Updating 'wengophone/src/presentation/qt/lang/qtwengophone_fr.ts'...
   Found 874 source texts (16 new and 858 already existing)
   Removed 40 obsolete entries
   Same-text heuristic provided 9 translations

So, a small difference.

I looked inside two ts files, and a revision would take place, since 
lupdade does strange things (put Back as fuzzy, for example). But, if 
the translator edit the ts it is going to be quite simple to handle this.


Claudio

PS: Attachments are not welcome in this list. I forgot.

Dave Neary escreveu:

Hi Claudio,

What's the diff when compared to the .pro file generated by make lupdate?

Cheers,
Dave.

Claudio André wrote:
  

Me too.

But mine lang.pro file (qmake -project -o lang.pro) gives me almost 900
strings, removing only 8 obsolete strings.

Probably, i have some trash on my 2.1 branch folder.

Claudio

Dave Neary escreveu:


Hi Laudio,

Claudio André wrote:
  
  

I noticed your ts files have 868 strings. Mine have 898. Any
possibilities your .pro file is outdated?



On the contrary - I ran lupdate with -noobsolete, which removes the
strings by a good bit. There are also one or two small test GUI programs
whose strings are no longer in the .ts file.

Cheers,
Dave.

  
  



  


___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] nmake install fails

2007-04-03 Thread Lukas Oberhuber
All,

 

On Visual Studio 2005 (Win XP) I'm getting the following error when running
nmake install:

 

1File: export6_96.png [compress] 7334 bytes

1File: export7_96.png [compress] 7797 bytes

1File: export8_96.png [compress] 7671 bytes

1File: export9_96.png [compress] 6251 bytes

1SetOutPath: $INSTDIR\lang\

1File:
D:/Voip/workspace/openwengo-rep-wengophone-2.1/build/relwithdebinfo\lang\*.
qm - no files found.

1Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |

1   /oname=outfile one_file_only)

1!include: error in script: files_install.nsi on line 54

1Error in script
D:/Voip/workspace/openwengo-rep-wengophone-2.1/wengophone/nsis/installer.ns
i on line 132 -- aborting creation process

1Build log was saved at
file://d:\Voip\workspace\openwengo-rep-wengophone-2.1\Release\BuildLog.htm

1OWRepo - 1 error(s), 0 warning(s)

== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==

 

I've run nmake, and nmake lupdate, but the problem persists. This is new in
the last few releases.

 

-Lukas

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] New debian package.

2007-04-03 Thread Marco Nenciarini

I've just upload the first 2.1~rc2 package in debian unstable.

It will be on all debian mirrors tomorrow after 11 CEST. 

You can also find it on my repository

deb http://www.prato.linux.it/~mnencia/debian wengophone-ng/
deb-src http://www.prato.linux.it/~mnencia/debian wengophone-ng/

Ciao

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel