Hi everyone,
Everything was pretty good until we decided to test the conferencing feature. Now, the regular call (between 2) is not working anymore. Just the caller can’t hear anything but the other can, besides amp says ANSWERED.
Does anybody know why and how to fix it?
Thanks in advance
William
; Note: If your SIP devices are behind a NAT and your Asterisk
; server isn’t, try adding “nat=1” to each peer definition to
; solve translation problems.
[general]
;port = 5060 ; Port to bind to (SIP is 5060)
;bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
;disallow=all
;allow=ulaw
;allow=alaw
;context = from-sip-external ; Send unknown SIP callers to this context
;callerid = Unknown
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 192.168.255.17 ; Address to bind to (all addresses on machine)
fromdomain=x.com
srvlookup=yes
videosupport=yes
language=en
nat=yes
externip=x.x.x.x
localnet=192.168.255.0/24
disallow=all
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown
#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf