0

I'm using an asterisk VOIP server, and I'm able to make called though with my SIP client. The problem I get is one-way voice. I can hear the incoming voice but the caller can not hear me. I have no problems when using the X-Lite3 windows SIP client. I VOIP provider is broadvoice.

Could it be something in the firewall rules that I need to fix?

Squidly
  • 1,765
  • 1
  • 14
  • 18

2 Answers2

1

do you have nat? try to set canreinvite=no and nat=yes in sip.conf please give me some sip.conf youve got

MealstroM
  • 1,517
  • 1
  • 17
  • 32
1

There are several options you need to set correctly to make it work: localnet, nat, externip or externhost, qualify, canreinvite, etc.

See here: http://www.linuxjournal.com/article/9399

Max Alginin
  • 3,284
  • 15
  • 11