Здравствуйте.
Видел похожие вопросы, но не нашел в них для себя ответа.
Вопрос вот в чем:
Есть 2 маршрутизатора Cisco. В одном 2 FXO, в другом 2 FXS порта. Маршрутизаторы связаны по WAN.
Как привязать каждый FXS к своему FXO, то есть чтобы с FXS1 шел вызов через FXO1 на любые номера, а с FXS2 через FXO2.
Станция с 3х значными номерами.
По сути нужно просто удленить абонентские окончания.Сейчас получается, все исходящие в сеть приходят на первый FXO.
Cisco 1 (2 FXS)
voice-port 0/0/0
cptone RU
!
voice-port 0/0/1
cptone RU
!
dial-peer voice 1 pots
destination-pattern 101
port 0/0/0
!
dial-peer voice 2 pots
destination-pattern 102
port 0/0/1
!
dial-peer voice 3 voip
destination-pattern ...
session target ipv4:192.168.30.1
dtmf-relay h245-alphanumericCisco 2 (2 FXO)
voice-port 0/0/0
output attenuation 7
cptone RU
connection plar 101
!
voice-port 0/0/1
output attenuation 7
cptone RU
connection plar 102
!
!
dial-peer voice 1 pots
destination-pattern ...
port 0/0/0
!
dial-peer voice 2 pots
destination-pattern ...
port 0/0/1
!
dial-peer voice 3 voip
destination-pattern 101
session target ipv4:192.168.30.2
dtmf-relay h245-alphanumeric
!
dial-peer voice 4 voip
destination-pattern 102
session target ipv4:192.168.30.2
dtmf-relay h245-alphanumeric
Как прописать прием только от FXS1 или FXS2?
Cisco 1 (2 FXS)voice-port 0/0/0
cptone RU
connection plar 1111
!
voice-port 0/0/1
cptone RU
connection plar 1112
!
dial-peer voice 1 pots
destination-pattern 101
port 0/0/0
!
dial-peer voice 2 pots
destination-pattern 102
port 0/0/1
!
dial-peer voice 3 voip
destination-pattern 111.
session target ipv4:192.168.30.1
dtmf-relay h245-alphanumeric==========================================
Cisco 2 (2 FXO)
voice-port 0/0/0
output attenuation 7
cptone RU
connection plar 101
!
voice-port 0/0/1
output attenuation 7
cptone RU
connection plar 102
!
!
dial-peer voice 1 pots
destination-pattern 1111
port 0/0/0
!
dial-peer voice 2 pots
destination-pattern 1112
port 0/0/1
!
dial-peer voice 3 voip
destination-pattern 101
session target ipv4:192.168.30.2
dtmf-relay h245-alphanumeric
!
dial-peer voice 4 voip
destination-pattern 102
session target ipv4:192.168.30.2
dtmf-relay h245-alphanumeric
>[оверквотинг удален]
> !
> dial-peer voice 3 voip
> destination-pattern 101
> session target ipv4:192.168.30.2
> dtmf-relay h245-alphanumeric
> !
> dial-peer voice 4 voip
> destination-pattern 102
> session target ipv4:192.168.30.2
> dtmf-relay h245-alphanumericПри такой схеме
connection plar 1111
connection plar 1112
Мы будем звонить поднятием трубки. А нужно же еще набрать номер.connection plar ...1
так же не будет работать?
Я конечно может быть чего-то не понимаю - но при поднятии трубки будет слышен dialtone станции, к которой подключены порты FXO. Далее можно набрать номер, кот. будет передан станции.
Да-да. Не так понял.
Все должно работать. Позже попробую.
Спасибо. Выручили.