Страница 3 из 3
Re: не слышно снаружи
Добавлено: 29 сен 2011, 12:27
Vlad1983
disallow=all
allow=alaw
allow=ulaw
это нужно чтобы дамп можно было прослушать, помочь оно не могло
Re: не слышно снаружи
Добавлено: 29 сен 2011, 15:25
ansh
Vlad1983 - СПАСИБО! ЗАРАБОТАЛО!
исправил в sip.conf
localnet = 192.168.0.0/24
Re: не слышно снаружи
Добавлено: 29 сен 2011, 15:39
ded
ansh писал(а):"localhost=" - так было написано в описании в самом файле sip.conf(
У нас разные файлы sip.conf? во всех вот так написано:
Код: Выделить всё
;----------------------------------------- NAT SUPPORT ------------------------
;
; WARNING: SIP operation behind a NAT is tricky and you really need
; to read and understand well the following section.
;
; When Asterisk is behind a NAT device, the "local" address (and port) that
; a socket is bound to has different values when seen from the inside or
; from the outside of the NATted network. Unfortunately this address must
; be communicated to the outside (e.g. in SIP and SDP messages), and in
; order to determine the correct value Asterisk needs to know:
;
; + whether it is talking to someone "inside" or "outside" of the NATted network.
; This is configured by assigning the "localnet" parameter with a list
; of network addresses that are considered "inside" of the NATted network.
; IF LOCALNET IS NOT SET, THE EXTERNAL ADDRESS WILL NOT BE SET CORRECTLY.
; Multiple entries are allowed, e.g. a reasonable set is the following:
;
; localnet=192.168.0.0/255.255.0.0 ; RFC 1918 addresses
; localnet=10.0.0.0/255.0.0.0 ; Also RFC1918
; localnet=172.16.0.0/12 ; Another RFC1918 with CIDR notation
; localnet=169.254.0.0/255.255.0.0 ; Zero conf local network
Re: не слышно снаружи
Добавлено: 29 сен 2011, 16:29
SolarW
ansh писал(а):исправил в sip.conf
localnet = 192.168.0.0/24
Вот поэтому и заработало