Discussion:
[Linphone-users] linphonec audio issues
anil v
2010-01-27 04:42:50 UTC
Permalink
Hi All,

I have compiled linphone successfully for console only ( no gtk UI ) with
the below mentioned configuration.

*./configure --prefix=/usr --enable-gtk_ui=no --enable-console_ui=yes*

I have called to SIP address using linphone from console ( call
***@ekiga.net ) but when I am speaking from linphone the destination
person unable to listen my voice and also from the another end also I am
unable to hear the voice.
Here I have mentioned the my sound card details. My Sound card and mic are
working fine i have tested these things with the skype.

*[sound]
remote_ring=/usr/share/sounds/linphone/ringback.wav
playback_dev_id=ALSA: default device
ringer_dev_id=ALSA: default device
capture_dev_id=ALSA: HDA Intel
local_ring=/usr/share/sounds/linphone/rings/toy.wav
echocancelation=1*

Could you please suggest me regarding audio configuration ?


Thanks,
Anil.V
Alastair Johnson
2010-02-01 12:01:35 UTC
Permalink
Post by anil v
Hi All,
I have compiled linphone successfully for console only ( no gtk UI ) with
the below mentioned configuration.
*./configure --prefix=/usr --enable-gtk_ui=no --enable-console_ui=yes*
I have called to SIP address using linphone from console ( call
person unable to listen my voice and also from the another end also I am
unable to hear the voice.
Here I have mentioned the my sound card details. My Sound card and mic are
working fine i have tested these things with the skype.
*[sound]
remote_ring=/usr/share/sounds/linphone/ringback.wav
playback_dev_id=ALSA: default device
ringer_dev_id=ALSA: default device
capture_dev_id=ALSA: HDA Intel
local_ring=/usr/share/sounds/linphone/rings/toy.wav
echocancelation=1*
Could you please suggest me regarding audio configuration ?
You don't mention anything about what sound devices you have, or what devices
skype is using. There are some useful commands within linphonec for testing:

play <path_to_wav_file>
record <path_to_wav_file>
soundcard list

The last one will show the available devices.

Loading...