>Так настроена же только исходящая связь в FXO порт.
>А входящих dial-peer на FXS порты нету Как я понимаю, на каждом FXS порту нужно разрешить входящий вызов от FXO к FXS, т. е. вызов снаружи внуть VoIP сети? Да, между FXS и FXS у меня все работает!
вот рабочий кусок из циски, где FXS модуль:
voice-port 2/0
cptone RU
!
voice-port 2/1
cptone RU
!
dial-peer voice 2303 pots
destination-pattern 2303
port 2/0
!
dial-peer voice 5707 pots
destination-pattern 5707
port 2/1
!
dial-peer voice 2337 voip
destination-pattern 2337
session target ipv4:192.168.255.4
!
dial-peer voice 2323 voip
destination-pattern 2323
session target ipv4:192.168.255.4
!
dial-peer voice 9 voip
destination-pattern 9T
session target ipv4:192.168.255.5
!
а это рабочий кусок, где в циске FXO модуль:
dial-peer voice 9 pots
destination-pattern 9T
port 2/0
!
dial-peer voice 2303 voip
destination-pattern 2303
session target ipv4:192.168.255.3
!
dial-peer voice 5707 voip
destination-pattern 5707
session target ipv4:192.168.255.3
!
dial-peer voice 2337 voip
destination-pattern 2337
session target ipv4:192.168.255.4
!
dial-peer voice 2323 voip
destination-pattern 2323
session target ipv4:192.168.255.4