Quantcast
Channel: АнтиCISCO
Viewing all articles
Browse latest Browse all 3086

Еще раз про SIP за NAT

$
0
0
Доброе утро, уважаемые коллеги. Опишу ситуацию, с которой прошу помочь. Есть cisco 1811, за ней Panasonic NCP1000. Линии подходят аналоговые, но поскольку это ip АТС, пользователям требуется и этот функционал. Циску вроде настроил, проблема проявляется в следующем - два юзера, находясь снаружи циски, связываются друг с другом через 3cx софтфон, используя при этом внутренние номера АТС (например, 126 и 140). Соединение устанавливается, звонок проходит, далее один из юзеров не слышит другого - вот нюанс. Затем, тот же юзер, с того же 126-го, звонит просто на мобильный, и все друг друга слышат и понимают. Ниже приведу конфиг 1811 - видимо, что-то я упустил при настройке. 192.168.1.2 - это панас, для DSP правил нет - возможно, дело в этом. Ну и порт sip у них не 5060, а 5065 version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname c1811 ! boot-start-marker boot-end-marker ! ! aaa new-model ! ! aaa authentication login default local ! ! aaa session-id common clock timezone Moscow 3 ! ! dot11 syslog ! ! ip cef ! ! ip domain name cisco.local ip name-server 194.67.2.114 ip name-server 194.67.1.154 ip name-server 8.8.8.8 ip inspect name VOIP sip ! multilink bundle-name authenticated ! ! username user privilege 15 secret 5 $1$PwJJ$ARe4j4zDoA1XjrQPXMPB41 ! ! archive log config hidekeys ! ! ip ssh time-out 60 ip ssh authentication-retries 2 ip ssh version 2 ! ! interface FastEthernet0 ip address 194.xxx.xxx.xxx 255.255.255.248 ip nat outside ip inspect VOIP in ip virtual-reassembly duplex auto speed auto ! interface FastEthernet1 no ip address shutdown duplex auto speed auto ! interface FastEthernet2 ! interface FastEthernet3 ! interface FastEthernet4 ! interface FastEthernet5 ! interface FastEthernet6 ! interface FastEthernet7 ! interface FastEthernet8 ! interface FastEthernet9 ! interface Vlan1 ip address 192.168.1.1 255.255.255.0 ip nat inside ip virtual-reassembly ! interface Async1 no ip address encapsulation slip ! ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 194.xxx.xxx.xxx ! ! ip http server ip http authentication local no ip http secure-server ip dns server ip nat service sip tcp port 5065 ip nat service sip udp port 5065 ip nat inside source list NAT interface FastEthernet0 overload ip nat inside source static tcp 192.168.1.2 5065 194.186.51.83 5065 extendable ip nat inside source static udp 192.168.1.2 5065 194.186.51.83 5065 extendable ! ip access-list extended NAT permit ip 192.168.1.0 0.0.0.255 any ! ! ! ! ! ! ! control-plane ! ! line con 0 line 1 modem InOut stopbits 1 speed 115200 flowcontrol hardware line aux 0 line vty 0 4 privilege level 15 transport input ssh ! ntp clock-period 17180260 ntp server 91.206.16.3 end

Viewing all articles
Browse latest Browse all 3086