[Wengophone-devel] Can somebody tell me an ideal open source SIP server?

2006-08-29 Thread wanding wang
My requirements focus on implementing the P2P video through a SIP server , originally I think the Cafesip is a good choice, but it seems two less updating, by now, still on V0.0.3.
So Just wondering if someone know any other better open source SIP server.
 
Thanks.
Wanding.
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] Problem : Audio input from microphone

2006-08-29 Thread Mayank Jain
Hi, I am running ASR(Advance Speech Recognition) engine in a separate thread to recognize voice. When I am running the engine separately without embedding it in wengo, it is working fine. But, when I am running it with Wengo, it is not taking input from the microphone and giving desired results. 
Is it possible that input from microphone is not reaching the correct thread (the thread I am running my ASR engine in). I am able to synthesize voice in the thread but not able to recognize it. Can anybody please help me in the regard that where does input from microphone gets transferred to in Wengophone.
Thanks, Best Regards, Mayank
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

RE: [Wengophone-devel] WengoPhone configuration

2006-08-29 Thread anban
>> Hello
>>
>> I try to capture the information with Ethereal on Windows. I am not sure
>> which XML is looked after. To my knowledge, there is a config.XML on
>> local
>> drive under "my documents" on Windows. It has some information about
>> user
>> ID
>> and proxy server. But the registrar server is hardcoded in program.
>> Could
>> you shed some lights how the registrar protocol works in Wengophone?
>>
>> thanks!
>> steven
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of Anban
>> Mestry
>> Sent: Monday, August 28, 2006 12:10 AM
>> To: Anban Mestry
>> Cc: wengophone-devel@lists.openwengo.com; Leonardo Jos?Reyes Diago
>> Subject: Re: [Wengophone-devel] WengoPhone configuration
>>
>>
>> Anban Mestry wrote:
>>> Klaus Darilion wrote:
 Gianluca Sforna wrote:
> On 8/24/06, Klaus Darilion <[EMAIL PROTECTED]> wrote:
>> You can reverse engineer by blocking the https port. openwengo will
>> fallback to http and you can use a packet sniffer to analyze the XML
>> provisioning format.
>>
>
> Considering this is an Open Source project, that sounds quite
> overkill...

 Reverse Engineering is done in 10 minutes (blocking https port under
 Windows can be easily done using the netdefender firewall).

 Writing an XLM file an put it on a webserver: 10 minutes

 That is nothing compared to writing your own sip client :-)

 Of course it would be best if these reverse engineered XML profile is
 published at the wiki, and the provisioning URL is a config option
 which  can be changed without recompiling.

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

>>> Apologies for the double post. Google made me do it. I was going to
>>> say Chuck made me do it...but its getting kinda tired...
>>> hi,
>>>
>>> I had the same experience. Yes you can reverse engineer it using
>>> ethereal and http -- its not too difficult . You can also see the XML
>>> output when typing the url into your browser when logging into your
>>> openwengo account (jgi on the irc chan gave me the url...it was a
>>> while back...i'll look for it :) ) -- looking at the XML output is
>>> much easier in my opinion. I also remember in the classic version the
>>> XML authorization classes...if you have a look at those file you can
>>> see what XML tags wengo is looking for... haven't really looked at ng
>>> though. Hope that helps in whatever weird way ;)
>>>
>> Ok I found the script that I wrote to authenticate my server with
>> CLASSIC ( have no clue if it is going to work with NG...at all)... it
>> works with classic
>>
>> You can find it here  http://pastebin.ca/151640 ...please let me know if
>> it works with NG...and if it doesn't...like...how is it different?
>>
>> ok bye
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>> ___
>> Wengophone-devel mailing list
>> Wengophone-devel@lists.openwengo.com
>> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>>
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>>
>
> Word yo.
>
> Ok, I assume that when you're using Ethereal, you're doing so when logging
> into your wngo account with https disabled right? If so you should be able
> to see ... wait a second...
>
> look here: http://pastebin.ca/153644 <-- this is the file
> WengoAccountParser.h -- I haven't tried this but this seems like the way
> the  authentication and configuration works.
>
> Please let me know if this is correct  :)
>
>
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>

Word yo again,

so this is what I get, which seems to be similar/exactly what I've said
before apologies for the uncessary post :)

sso vapi="1">
OK
anbanm
anbanm
anbanm
lol
1
voip.wengo.fr
−

213.91.9.216
5060

−

voip.wengo.fr
5060

−

httpproxy.wengo.fr




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


RE: [Wengophone-devel] WengoPhone configuration

2006-08-29 Thread anban
> Hello
>
> I try to capture the information with Ethereal on Windows. I am not sure
> which XML is looked after. To my knowledge, there is a config.XML on local
> drive under "my documents" on Windows. It has some information about user
> ID
> and proxy server. But the registrar server is hardcoded in program. Could
> you shed some lights how the registrar protocol works in Wengophone?
>
> thanks!
> steven
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Anban
> Mestry
> Sent: Monday, August 28, 2006 12:10 AM
> To: Anban Mestry
> Cc: wengophone-devel@lists.openwengo.com; Leonardo Jos?Reyes Diago
> Subject: Re: [Wengophone-devel] WengoPhone configuration
>
>
> Anban Mestry wrote:
>> Klaus Darilion wrote:
>>> Gianluca Sforna wrote:
 On 8/24/06, Klaus Darilion <[EMAIL PROTECTED]> wrote:
> You can reverse engineer by blocking the https port. openwengo will
> fallback to http and you can use a packet sniffer to analyze the XML
> provisioning format.
>

 Considering this is an Open Source project, that sounds quite
 overkill...
>>>
>>> Reverse Engineering is done in 10 minutes (blocking https port under
>>> Windows can be easily done using the netdefender firewall).
>>>
>>> Writing an XLM file an put it on a webserver: 10 minutes
>>>
>>> That is nothing compared to writing your own sip client :-)
>>>
>>> Of course it would be best if these reverse engineered XML profile is
>>> published at the wiki, and the provisioning URL is a config option
>>> which  can be changed without recompiling.
>>>
>>> regards
>>> klaus
>>> ___
>>> Wengophone-devel mailing list
>>> Wengophone-devel@lists.openwengo.com
>>> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>>>
>> Apologies for the double post. Google made me do it. I was going to
>> say Chuck made me do it...but its getting kinda tired...
>> hi,
>>
>> I had the same experience. Yes you can reverse engineer it using
>> ethereal and http -- its not too difficult . You can also see the XML
>> output when typing the url into your browser when logging into your
>> openwengo account (jgi on the irc chan gave me the url...it was a
>> while back...i'll look for it :) ) -- looking at the XML output is
>> much easier in my opinion. I also remember in the classic version the
>> XML authorization classes...if you have a look at those file you can
>> see what XML tags wengo is looking for... haven't really looked at ng
>> though. Hope that helps in whatever weird way ;)
>>
> Ok I found the script that I wrote to authenticate my server with
> CLASSIC ( have no clue if it is going to work with NG...at all)... it
> works with classic
>
> You can find it here  http://pastebin.ca/151640 ...please let me know if
> it works with NG...and if it doesn't...like...how is it different?
>
> ok bye
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> ___
> Wengophone-devel mailing list
> Wengophone-devel@lists.openwengo.com
> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>

Word yo.

Ok, I assume that when you're using Ethereal, you're doing so when logging
into your wngo account with https disabled right? If so you should be able
to see ... wait a second...

look here: http://pastebin.ca/153644 <-- this is the file
WengoAccountParser.h -- I haven't tried this but this seems like the way
the  authentication and configuration works.

Please let me know if this is correct  :)





-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


[Wengophone-devel] WengoPhone on Linux x86_64

2006-08-29 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've updated the wengophone-install.diff on ticket #806 to apply to
latest trunk.
I have added a new patch wengophone-phapi.diff which changes the
variable phapi to phapi_lib. This solves a issue I had installing the
libphapi.so to debug/.

http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/806

I hope that all my patches get applied to trunk soon. Are they already
being reviewed?

Best regards,

-- andreas

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFE9IAyf94+j/M+P8YRAg7bAJ99MgVrJSLyVjX0fvAgXR74Hj96wgCdG9aU
JsIpwOiOTcUma6M0iEUjV48=
=okNh
-END PGP SIGNATURE-
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


RE: [Wengophone-devel] WengoPhone configuration

2006-08-29 Thread xu w
Hello

I try to capture the information with Ethereal on Windows. I am not sure
which XML is looked after. To my knowledge, there is a config.XML on local
drive under "my documents" on Windows. It has some information about user ID
and proxy server. But the registrar server is hardcoded in program. Could
you shed some lights how the registrar protocol works in Wengophone?

thanks!
steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Anban
Mestry
Sent: Monday, August 28, 2006 12:10 AM
To: Anban Mestry
Cc: wengophone-devel@lists.openwengo.com; Leonardo Jos?Reyes Diago
Subject: Re: [Wengophone-devel] WengoPhone configuration


Anban Mestry wrote:
> Klaus Darilion wrote:
>> Gianluca Sforna wrote:
>>> On 8/24/06, Klaus Darilion <[EMAIL PROTECTED]> wrote:
 You can reverse engineer by blocking the https port. openwengo will
 fallback to http and you can use a packet sniffer to analyze the XML
 provisioning format.

>>>
>>> Considering this is an Open Source project, that sounds quite
>>> overkill...
>>
>> Reverse Engineering is done in 10 minutes (blocking https port under
>> Windows can be easily done using the netdefender firewall).
>>
>> Writing an XLM file an put it on a webserver: 10 minutes
>>
>> That is nothing compared to writing your own sip client :-)
>>
>> Of course it would be best if these reverse engineered XML profile is
>> published at the wiki, and the provisioning URL is a config option
>> which  can be changed without recompiling.
>>
>> regards
>> klaus
>> ___
>> Wengophone-devel mailing list
>> Wengophone-devel@lists.openwengo.com
>> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>>
> Apologies for the double post. Google made me do it. I was going to
> say Chuck made me do it...but its getting kinda tired...
> hi,
>
> I had the same experience. Yes you can reverse engineer it using
> ethereal and http -- its not too difficult . You can also see the XML
> output when typing the url into your browser when logging into your
> openwengo account (jgi on the irc chan gave me the url...it was a
> while back...i'll look for it :) ) -- looking at the XML output is
> much easier in my opinion. I also remember in the classic version the
> XML authorization classes...if you have a look at those file you can
> see what XML tags wengo is looking for... haven't really looked at ng
> though. Hope that helps in whatever weird way ;)
>
Ok I found the script that I wrote to authenticate my server with
CLASSIC ( have no clue if it is going to work with NG...at all)... it
works with classic

You can find it here  http://pastebin.ca/151640 ...please let me know if
it works with NG...and if it doesn't...like...how is it different?

ok bye

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

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


[Wengophone-devel] Re: Tortoise SVN Commit error

2006-08-29 Thread Julien Gilli
Hello Ovidiu,On 8/29/06, Ovidiu Ciule <[EMAIL PROTECTED]> wrote:
I'm trying to commit my first code to my branch. Great! 
I'm getting this error:Error: PUT of '/svn/openwengo/!svn/wrk/7d5b7ef1-e8ca-3242-9bbf-b7b7ced980fc/wengophone-ng/branches/wengophone-scripting-engine/wengophone/src/presentation/qt/profile/QtUserProfile.cpp': 501 Method Not Implemented (
http://dev.openwengo.org)  I'm using TortotiseSVN 1.3.5 on WinXP. I just committed something on your branch using your login and password with Tortoise SVN 
1.3.0 on Windows XP, and it worked great. I'm trying to figure out what could be wrong.Best regards,-- Julien Gilli
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] Tortoise SVN Commit error

2006-08-29 Thread Ovidiu Ciule
Hi there,I'm trying to commit my first code to my branch. I'm getting this error:Error: PUT of '/svn/openwengo/!svn/wrk/7d5b7ef1-e8ca-3242-9bbf-b7b7ced980fc/wengophone-ng/branches/wengophone-scripting-engine/wengophone/src/presentation/qt/profile/QtUserProfile.cpp': 501 Method Not Implemented (
http://dev.openwengo.org)  I'm using TortotiseSVN 1.3.5 on WinXP. Searching for info, I've found something in a Tortoise SVN FAQ at the following URL:
http://tortoisesvn.net/node/157The "svn st -u" command of subversion 1.2.1 is incompatible with subversion 1.1.x servers.You can either:
- upgrade the server to subversion 1.2.1
- downgrade the client to 1.2.0 or earlierWhat version is Wengo's SVN repository? Is it older than 1.2.1? What version (if any) of Tortoise SVN are you using? Do you think this may be the problem?
-- Ovidiu CIULEArad, Romania+40 357 809 157
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] Wengo Shortcuts

2006-08-29 Thread Klaus Darilion

Michael Werner wrote:
When I tested Wengo  this night  i noticed a small but very  annoying 
problem. In ICQ and other Instant Messanger i use the  +   
shortcut to send messages . Wengo only needs
the return button and this makes me crazy. I can't write multiple lines. 
My Chat Partner said me that this is the reason why he will still use 
Miranda.
I would appreciate if i could change the Shortcuts in further Wengo 
releases.


Most Chat programs supports Ctrl-Enter to make a line break - maybe 
openwengo too?


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