Page 1 of 1

Voice problem

PostPosted: Thu Mar 19, 2009 12:00 am
by asteriskvairam
Hello Friends,

I have configured VICIDIAL. Its worked well.Suddenly i had a problem like one person can't able listen the voice.Very often i am facing this issues.What could be the problem.

Thanks

Vairam K

PostPosted: Thu Mar 19, 2009 5:46 am
by mflorell
It would help if you told us more about your system:

Asterisk version
hardware used (CPU/RAM)
what codec for SIP

PostPosted: Fri Mar 20, 2009 3:21 am
by asteriskvairam
I have changed the codec.Now its working fine.

Thanks

voice problem

PostPosted: Wed Apr 08, 2009 1:29 am
by kddacraker
I am facing same problem,

I am using Dual core 2.4 with 2 GB Ram.

Its working fine with same configuration on another system.

may I know from where did you changed the codec?

PostPosted: Wed May 06, 2009 10:19 pm
by ticoit
Even though this is an old post, other could benefit from an answer:

From /etc/asterisk/sip.conf and/or /etc/asterisk/iax.conf

You need to add, change the allow/deny lines on the definition of the individual channels:

eg:

deny=all
allow=ulaw,gsm,g729

This will allow g711 ulaw, gsm and g729 in that order and it also depends what the peer also supports.

-luis