Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-24 Thread Aurélien Gâteau
> Thanks Aurelien, now I can't do this test because the testing machines
> are busy. But I have a last question:
>
> - My SIP clients are in 10.10.x.x network
> - My SIP server is in 172.1.x.x network
> - I don't use NAT for clients to get the SIP server
>
> When I start wengophone 2.1.2 for windows it launches a HTTP Proxy
> Server windows to log in, and in the advanced features I see that proxy
> server is localhost, proxy port is 8080 and user and password are
> empty.What is this feature ??? Do I have to use it in my scenario ???

I don't think you need this. Try clearing the fields to see if it helps.

Aurélien


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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-21 Thread Alejandro Cabrera Obed
Aurélien Gâteau wrote:
> On Friday 21 September 2007 15:15:24 Alejandro Cabrera Obed wrote:
>   
>> Aurélien Gâteau wrote:
>> 
>>> On Wednesday 19 September 2007 11:37:12 Aurélien Gâteau wrote:
>>>   
 On Tuesday 18 September 2007 16:20:03 Alejandro Cabrera Obed wrote:
 
> But I need one more help: after run "alsaconf" and "alsamixer" on my
> Debian console, I execute "LD_LIBRARY_PATH=. ./wengophone" and
> wengophone starts but when I chose the input, output and ringing device
> as "ALSA default" but  I get this warning message (the audio tests are
> OK):
>
> (warn) 11:13:26 static EnumDeviceType::DeviceType
> EnumDeviceType::toDeviceType(const std::string&): unknown DeviceType=
>   
 I just fixed a bug which would cause this warning if you selected a
 different audio device from the config dialog. It's in revision 12703.
 It should be out on download.wengo.com/nightlybuilds/ soon. We have a
 problem with the Linux builders right now. I'll let you know when it's
 fixed.
 
>>> Linux builders are back. You can get the latest version here:
>>> http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone
>>> -2.2-minsizerel-alsa-12703.tar.bz2
>>>
>>> Aurélien
>>>   
>> Aurelien, I've installed wengophone-2.2-minsizerel-alsa-12703 in my
>> Linux Debian Etch machines from my Intranet as you told me, I setup alsa
>> sound (alsaconf and alsamixer) and after that I tried to establish a SIP
>> call between two wengo users. We could hear the ringing but we couldn't
>> hear the voice. The audio device was established as "ALSA default" and
>> "Intel ICH5" also but we never hear the voice at any time. The terminal
>> where I executed wengo show this log:
>>
>> [EMAIL PROTECTED]:~/WengoPhone-2.2-minsizerel$ ./wengophone.sh
>> (info) 09:47:42 void QtLanguage::loadLanguageFromConfig(): no Qt
>> translation ava ilable for locale ''
>> (info) 09:47:42 void QtLanguage::loadLanguageFromConfig(): no
>> application transl ation available for locale ''
>> QProcess: Destroyed while process is still running.
>> (info) 09:48:16 Wenbox::Wenbox(): Wenbox dll not loaded
>> (info) 09:48:16 virtual void PhApiWrapper::setCallsEncryption(bool): Set
>> call en cryption to:1
>> (error) 09:48:43 void
>> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
>> const std::string&, IMChat::TypingState): this session does not kno w
>> [EMAIL PROTECTED]/WengoPhone
>> (error) 09:48:44 void
>> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
>> const std::string&, IMChat::TypingState): this session does not kno w
>> [EMAIL PROTECTED]/WengoPhone
>> (error) 09:49:06 void
>> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
>> const std::string&, IMChat::TypingState): this session does not kno w
>> [EMAIL PROTECTED]/WengoPhone
>> (error) 09:49:06 void
>> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
>> const std::string&, IMChat::TypingState): this session does not kno w
>> [EMAIL PROTECTED]/WengoPhone
>> Timer: pthread_create: Success
>> (info) 09:49:24 virtual bool PhApiWrapper::isCallEncrypted(int): Call
>> with callI d 1 has encryption mode 0
>>
>>
>> I repeat that when I use Twinkle or any other SIP softphone I CAN
>> establish a call and I CAN hear the voice very well.
>>
>> Any suggestion or trick you can tell me ???
>> 
>
> I am going to be out of tricks soon :-(. Can you try this:
> - Establish a conversion between Twinkle and WengoPhone, see if at least you 
> get sound in one way.
> - Try to send DTMF sounds from the WengoPhone, to see if they reach the peer.
>
> Aurélien
>   
Thanks Aurelien, now I can't do this test because the testing machines
are busy. But I have a last question:

- My SIP clients are in 10.10.x.x network
- My SIP server is in 172.1.x.x network
- I don't use NAT for clients to get the SIP server

When I start wengophone 2.1.2 for windows it launches a HTTP Proxy
Server windows to log in, and in the advanced features I see that proxy
server is localhost, proxy port is 8080 and user and password are
empty.What is this feature ??? Do I have to use it in my scenario ???

Thanks a lot !!!

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-21 Thread Aurélien Gâteau
On Friday 21 September 2007 15:15:24 Alejandro Cabrera Obed wrote:
> Aurélien Gâteau wrote:
> > On Wednesday 19 September 2007 11:37:12 Aurélien Gâteau wrote:
> >> On Tuesday 18 September 2007 16:20:03 Alejandro Cabrera Obed wrote:
> >>> But I need one more help: after run "alsaconf" and "alsamixer" on my
> >>> Debian console, I execute "LD_LIBRARY_PATH=. ./wengophone" and
> >>> wengophone starts but when I chose the input, output and ringing device
> >>> as "ALSA default" but  I get this warning message (the audio tests are
> >>> OK):
> >>>
> >>> (warn) 11:13:26 static EnumDeviceType::DeviceType
> >>> EnumDeviceType::toDeviceType(const std::string&): unknown DeviceType=
> >>
> >> I just fixed a bug which would cause this warning if you selected a
> >> different audio device from the config dialog. It's in revision 12703.
> >> It should be out on download.wengo.com/nightlybuilds/ soon. We have a
> >> problem with the Linux builders right now. I'll let you know when it's
> >> fixed.
> >
> > Linux builders are back. You can get the latest version here:
> > http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone
> >-2.2-minsizerel-alsa-12703.tar.bz2
> >
> > Aurélien
>
> Aurelien, I've installed wengophone-2.2-minsizerel-alsa-12703 in my
> Linux Debian Etch machines from my Intranet as you told me, I setup alsa
> sound (alsaconf and alsamixer) and after that I tried to establish a SIP
> call between two wengo users. We could hear the ringing but we couldn't
> hear the voice. The audio device was established as "ALSA default" and
> "Intel ICH5" also but we never hear the voice at any time. The terminal
> where I executed wengo show this log:
>
> [EMAIL PROTECTED]:~/WengoPhone-2.2-minsizerel$ ./wengophone.sh
> (info) 09:47:42 void QtLanguage::loadLanguageFromConfig(): no Qt
> translation ava ilable for locale ''
> (info) 09:47:42 void QtLanguage::loadLanguageFromConfig(): no
> application transl ation available for locale ''
> QProcess: Destroyed while process is still running.
> (info) 09:48:16 Wenbox::Wenbox(): Wenbox dll not loaded
> (info) 09:48:16 virtual void PhApiWrapper::setCallsEncryption(bool): Set
> call en cryption to:1
> (error) 09:48:43 void
> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
> const std::string&, IMChat::TypingState): this session does not kno w
> [EMAIL PROTECTED]/WengoPhone
> (error) 09:48:44 void
> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
> const std::string&, IMChat::TypingState): this session does not kno w
> [EMAIL PROTECTED]/WengoPhone
> (error) 09:49:06 void
> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
> const std::string&, IMChat::TypingState): this session does not kno w
> [EMAIL PROTECTED]/WengoPhone
> (error) 09:49:06 void
> IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
> const std::string&, IMChat::TypingState): this session does not kno w
> [EMAIL PROTECTED]/WengoPhone
> Timer: pthread_create: Success
> (info) 09:49:24 virtual bool PhApiWrapper::isCallEncrypted(int): Call
> with callI d 1 has encryption mode 0
>
>
> I repeat that when I use Twinkle or any other SIP softphone I CAN
> establish a call and I CAN hear the voice very well.
>
> Any suggestion or trick you can tell me ???

I am going to be out of tricks soon :-(. Can you try this:
- Establish a conversion between Twinkle and WengoPhone, see if at least you 
get sound in one way.
- Try to send DTMF sounds from the WengoPhone, to see if they reach the peer.

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-21 Thread Alejandro Cabrera Obed
Aurélien Gâteau wrote:
> On Wednesday 19 September 2007 11:37:12 Aurélien Gâteau wrote:
>   
>> On Tuesday 18 September 2007 16:20:03 Alejandro Cabrera Obed wrote:
>> 
>>> But I need one more help: after run "alsaconf" and "alsamixer" on my
>>> Debian console, I execute "LD_LIBRARY_PATH=. ./wengophone" and
>>> wengophone starts but when I chose the input, output and ringing device
>>> as "ALSA default" but  I get this warning message (the audio tests are
>>> OK):
>>>
>>> (warn) 11:13:26 static EnumDeviceType::DeviceType
>>> EnumDeviceType::toDeviceType(const std::string&): unknown DeviceType=
>>>   
>> I just fixed a bug which would cause this warning if you selected a
>> different audio device from the config dialog. It's in revision 12703. It
>> should be out on download.wengo.com/nightlybuilds/ soon. We have a problem
>> with the Linux builders right now. I'll let you know when it's fixed.
>> 
>
> Linux builders are back. You can get the latest version here:
> http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone-2.2-minsizerel-alsa-12703.tar.bz2
>
> Aurélien
>   
Aurelien, I've installed wengophone-2.2-minsizerel-alsa-12703 in my
Linux Debian Etch machines from my Intranet as you told me, I setup alsa
sound (alsaconf and alsamixer) and after that I tried to establish a SIP
call between two wengo users. We could hear the ringing but we couldn't
hear the voice. The audio device was established as "ALSA default" and
"Intel ICH5" also but we never hear the voice at any time. The terminal
where I executed wengo show this log:

[EMAIL PROTECTED]:~/WengoPhone-2.2-minsizerel$ ./wengophone.sh
(info) 09:47:42 void QtLanguage::loadLanguageFromConfig(): no Qt
translation ava ilable for locale ''
(info) 09:47:42 void QtLanguage::loadLanguageFromConfig(): no
application transl ation available for locale ''
QProcess: Destroyed while process is still running.
(info) 09:48:16 Wenbox::Wenbox(): Wenbox dll not loaded
(info) 09:48:16 virtual void PhApiWrapper::setCallsEncryption(bool): Set
call en cryption to:1
(error) 09:48:43 void
IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
const std::string&, IMChat::TypingState): this session does not kno w
[EMAIL PROTECTED]/WengoPhone
(error) 09:48:44 void
IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
const std::string&, IMChat::TypingState): this session does not kno w
[EMAIL PROTECTED]/WengoPhone
(error) 09:49:06 void
IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
const std::string&, IMChat::TypingState): this session does not kno w
[EMAIL PROTECTED]/WengoPhone
(error) 09:49:06 void
IMChatSession::typingStateChangedEventHandler(IMChat&, IMC hatSession&,
const std::string&, IMChat::TypingState): this session does not kno w
[EMAIL PROTECTED]/WengoPhone
Timer: pthread_create: Success
(info) 09:49:24 virtual bool PhApiWrapper::isCallEncrypted(int): Call
with callI d 1 has encryption mode 0


I repeat that when I use Twinkle or any other SIP softphone I CAN
establish a call and I CAN hear the voice very well.

Any suggestion or trick you can tell me ???

Special thanks

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-19 Thread Aurélien Gâteau
On Wednesday 19 September 2007 11:37:12 Aurélien Gâteau wrote:
> On Tuesday 18 September 2007 16:20:03 Alejandro Cabrera Obed wrote:
> > But I need one more help: after run "alsaconf" and "alsamixer" on my
> > Debian console, I execute "LD_LIBRARY_PATH=. ./wengophone" and
> > wengophone starts but when I chose the input, output and ringing device
> > as "ALSA default" but  I get this warning message (the audio tests are
> > OK):
> >
> > (warn) 11:13:26 static EnumDeviceType::DeviceType
> > EnumDeviceType::toDeviceType(const std::string&): unknown DeviceType=
>
> I just fixed a bug which would cause this warning if you selected a
> different audio device from the config dialog. It's in revision 12703. It
> should be out on download.wengo.com/nightlybuilds/ soon. We have a problem
> with the Linux builders right now. I'll let you know when it's fixed.

Linux builders are back. You can get the latest version here:
http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone-2.2-minsizerel-alsa-12703.tar.bz2

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-19 Thread Aurélien Gâteau
On Tuesday 18 September 2007 16:20:03 Alejandro Cabrera Obed wrote:
> But I need one more help: after run "alsaconf" and "alsamixer" on my
> Debian console, I execute "LD_LIBRARY_PATH=. ./wengophone" and
> wengophone starts but when I chose the input, output and ringing device
> as "ALSA default" but  I get this warning message (the audio tests are OK):
>
> (warn) 11:13:26 static EnumDeviceType::DeviceType
> EnumDeviceType::toDeviceType(const std::string&): unknown DeviceType=

I just fixed a bug which would cause this warning if you selected a different 
audio device from the config dialog. It's in revision 12703. It should be out 
on download.wengo.com/nightlybuilds/ soon. We have a problem with the Linux 
builders right now. I'll let you know when it's fixed.

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-18 Thread Alejandro Cabrera Obed
Aurélien Gâteau wrote:
> On Tuesday 18 September 2007 14:50:15 Alejandro Cabrera Obed wrote:
>   
>> Dear Aurelien, I follow your advice and I remove wengophone package for
>> Debian (apt-get remove --purge wengophone) and then I install in my
>> Debian Etch this Wengo version with ALSA support as you reccomend:
>>
>> http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone-2
>> .2-minsizerel-alsa-12694.tar.bz2
>>
>> After that I do:
>>
>> 1) unzip to /home/ale/WengoPhone-2.2-minsizerel
>> 2) change my current directory to/ home/ale/WengoPhone-2.2-minsizerel
>> 3) Type: /LD_LIBRARY_PATH=. ./qtwengophone
>>
>> /But when I type this last command I get "Segmentation fault".
>>
>> 4) After that I run ./wengophone.sh and I it starts (¿?)
>>
>> Please can you help me on the segmentatiion fault error and how can I
>> solve this ???
>> 
>
> Did you really run ./qtwengophone, not ./wengophone? This is strange because 
> the name of the binary has changed in the latest nightly builds from 
> qtwengophone to wengophone.
> Maybe this file was a remaining of a previous installation. If in doubt, rm 
> the WengoPhone-2.2-minsizerel and unpack the archive again.
>
> Aurélien
>   
Dear Aurelien, you have the reason, with "LD_LIBRARY_PATH=.
./wengophone" the program starts without segmentation fault.

But I need one more help: after run "alsaconf" and "alsamixer" on my
Debian console, I execute "LD_LIBRARY_PATH=. ./wengophone" and
wengophone starts but when I chose the input, output and ringing device
as "ALSA default" but  I get this warning message (the audio tests are OK):

(warn) 11:13:26 static EnumDeviceType::DeviceType
EnumDeviceType::toDeviceType(const std::string&): unknown DeviceType=
(info) 11:13:26 virtual void PhApiWrapper::setCallsEncryption(bool): Set
call encryption to:1
(info) 11:13:26 virtual void PhApiWrapper::setCallsEncryption(bool): Set
call encryption to:1
(info) 11:13:26 virtual void PhApiWrapper::setCallsEncryption(bool): Set
call encryption to:1

Nothing about ALSA device appears and I can't listen to the other SIP
user I contact in my intranet.

What can I do ???

Really thanks, you help me a lot.

Alejandro

-- 

Ing. Alejandro Cabrera Obed
Interconexion
SINTyS
Sistema de Identificación Nacional Tributario y Social
Consejo Nacional de Coordinación de Políticas Sociales
Presidencia de la Nación
Julio A. Roca 782 - Piso 5
Ciudad Autónoma de Bs. As.
Tel: (54 11) 4343-0181/89 interno 5172
4334-3676 4342-5648
[EMAIL PROTECTED]

NOTA DE RESPONSABILIDAD:
--
Este mensaje proviene de Internet,tome los recaudos necesarios en su
manejo.
El contenido del presente mensaje y sus adjuntos es privado,
estrictamente confidencial y exclusivo para su destinatario, pudiendo
contener información protegida por normas legales y de secreto
profesional.
Bajo ninguna circunstancia su contenido puede ser transmitido o revelado a
terceros ni divulgado en forma alguna. En consecuencia de haberlo recibido
solicitamos contactar al remitente y eliminarlo de su sistema.
-- 

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-18 Thread Aurélien Gâteau
On Tuesday 18 September 2007 14:50:15 Alejandro Cabrera Obed wrote:
> Dear Aurelien, I follow your advice and I remove wengophone package for
> Debian (apt-get remove --purge wengophone) and then I install in my
> Debian Etch this Wengo version with ALSA support as you reccomend:
>
> http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone-2
>.2-minsizerel-alsa-12694.tar.bz2
>
> After that I do:
>
> 1) unzip to /home/ale/WengoPhone-2.2-minsizerel
> 2) change my current directory to/ home/ale/WengoPhone-2.2-minsizerel
> 3) Type: /LD_LIBRARY_PATH=. ./qtwengophone
>
> /But when I type this last command I get "Segmentation fault".
>
> 4) After that I run ./wengophone.sh and I it starts (¿?)
>
> Please can you help me on the segmentatiion fault error and how can I
> solve this ???

Did you really run ./qtwengophone, not ./wengophone? This is strange because 
the name of the binary has changed in the latest nightly builds from 
qtwengophone to wengophone.
Maybe this file was a remaining of a previous installation. If in doubt, rm 
the WengoPhone-2.2-minsizerel and unpack the archive again.

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-18 Thread Alejandro Cabrera Obed
Aurélien Gâteau wrote:
> On Monday 17 September 2007 16:20:31 Alejandro Facultad wrote:
>   
>> Dear all, I have the following scenario:
>>
>> - Intranet
>> - Asterisk 1.2.13 (SIP server)
>> - Linux/Debian Etch workstations
>> - Wengophone 2.1.1.dfsg0-4 (Debian package downloaded from contrib builds
>> at
>> http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/DebianUbuntuPackages)
>>
>> In the Debian Etch machines, I run "alsaconf" and after that "alsamixer" in
>> order to setup the audio features. After that we configure Wengophone with
>> an Asterisk/SIP account and try to call other person from intranet. When I
>> dial a SIP contact number, we can establish the communication as showing in
>> our softphones screen but we can't get audio nor microphonewe can't
>> listen to each other.
>> 
>
> Hello Alejandro
>
> Unfortunately, Alsa support in 2.1 is still far from perfect. Situation has 
> improved with 2.2. Can you give the nightly builds a try? You can find them 
> in: http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/
>
> Aurélien
> ___
> Wengophone-devel mailing list
> Wengophone-devel@lists.openwengo.com
> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>   
Dear Aurelien, I follow your advice and I remove wengophone package for
Debian (apt-get remove --purge wengophone) and then I install in my
Debian Etch this Wengo version with ALSA support as you reccomend:

http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/WengoPhone-2.2-minsizerel-alsa-12694.tar.bz2

After that I do:

1) unzip to /home/ale/WengoPhone-2.2-minsizerel
2) change my current directory to/ home/ale/WengoPhone-2.2-minsizerel
3) Type: /LD_LIBRARY_PATH=. ./qtwengophone

/But when I type this last command I get "Segmentation fault".

4) After that I run ./wengophone.sh and I it starts (¿?)

Please can you help me on the segmentatiion fault error and how can I
solve this ???

Thanks again

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


Re: [Wengophone-devel] Question about Debian package with ALSA build

2007-09-18 Thread Aurélien Gâteau
On Monday 17 September 2007 16:20:31 Alejandro Facultad wrote:
> Dear all, I have the following scenario:
>
> - Intranet
> - Asterisk 1.2.13 (SIP server)
> - Linux/Debian Etch workstations
> - Wengophone 2.1.1.dfsg0-4 (Debian package downloaded from contrib builds
> at
> http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/DebianUbuntuPackages)
>
> In the Debian Etch machines, I run "alsaconf" and after that "alsamixer" in
> order to setup the audio features. After that we configure Wengophone with
> an Asterisk/SIP account and try to call other person from intranet. When I
> dial a SIP contact number, we can establish the communication as showing in
> our softphones screen but we can't get audio nor microphonewe can't
> listen to each other.

Hello Alejandro

Unfortunately, Alsa support in 2.1 is still far from perfect. Situation has 
improved with 2.2. Can you give the nightly builds a try? You can find them 
in: http://download.wengo.com/nightlybuilds/binary/NG/GNULinux/2.2/

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


[Wengophone-devel] Question about Debian package with ALSA build

2007-09-17 Thread Alejandro Facultad

Dear all, I have the following scenario:

- Intranet
- Asterisk 1.2.13 (SIP server)
- Linux/Debian Etch workstations
- Wengophone 2.1.1.dfsg0-4 (Debian package downloaded from contrib builds at 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/DebianUbuntuPackages)

In the Debian Etch machines, I run "alsaconf" and after that "alsamixer" in order to setup the audio features. After that we configure Wengophone with an Asterisk/SIP account and try to call other person from intranet. When I dial a SIP contact number, we can establish the communication as showing in our softphones screen but we can't get audio nor microphonewe can't listen to each other. 


My audio device is Intel ICH5. The order of the codecs are by default.

In Wengophone, I choose Alsa and after that Intel ICH5 as my audio device, but 
it doesn't work.

After that we use Twinkle to call each other and we succed: we can talk and listen to 
each other !!! In Twinkle I select "ALSA default" as my audio device.

What can be the problem with Wengophone ??? Maybe ALSA support???

Special thanks


Alejandro



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