Now I can make incoming calls that are directing to a sip phone.
But during a call there is no sound (both on the sip phone and on the cell phone).
All AlsaMixer values are set to 100% and maximum boost in celliax.conf.
What can cause it?
Please, have you activated capture on your mobigater soundcard?
alsamixer -c1 -Vcapture
then press space on the "mic" column, when it appears a red "CAPTURE" it will works
I would like to point out that all the info you asked in all your posts were presents in the README file ( http://www.gsmopen.org/celliax_for_asterisk ) included in the celliax package you have compiled
wrong sound devices?
maybe you're using the wrong sound devices (eg: your pc soundcard, and not the mobigater soundcard)
what is the results of:
aplay -l
what is the sound devices specified in your celliax.conf?
You continue to ask questions without giving information, so I have to ask you each time. We both waste some (little) time this way :-)
how is the relevant part of the dialplan?
after aplay -l: card 0: Intel
after aplay -l:
card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: default [C-Media USB Audio Device ], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
in celliax.conf:
alsa_capture_device_name=plughw:0
alsa_playback_device_name=plughw:0
I need to chenge it to plughw:1?
definitely yes :-)
definitely yes :-)
plughw:0 is the intel soundcard of your pc
also, you'll have to use:
alsamixer -c1 -Vall
alsamixer -c1 -Vplay
alsamixer -c1 -Vcapture
still no incoming sound
Thanks, now there is a sound on a cell phone but still no sound on sip phone
activate capture on soundcard
Please, have you activated capture on your mobigater soundcard?
alsamixer -c1 -Vcapture
then press space on the "mic" column, when it appears a red "CAPTURE" it will works
I would like to point out that all the info you asked in all your posts were presents in the README file ( http://www.gsmopen.org/celliax_for_asterisk ) included in the celliax package you have compiled
:-)
Thanks a lot. Sorry I haven't
Thanks a lot. Sorry I haven't noticed this doc.