Необходимо чтобы роутер держал 2 канала связи с другими учреждениями
echo '"{"jsonrpc":"2.0","result":[{"groupid":"63","name":"1voda","internal":"0","flags":"0"}],"id":1}"' | cut -d\" -f11
:
echo '{"jsonrpc":"2.0","result":[{"groupid":"63","name":"1voda","internal":"0","flags":"0"}],"id":1}' | jq -r '.result[0].groupid'
:
sudo iptables -L
sudo iptables -L -t nat
на них болтается интернет с подсетью 192.168.1.0/24
Его ip 192.168.1.100
С пятого порта микротика в первый порт длинка воткнут патчкорд
/ip address add address=X.X.X.X interface=ether1 network=172.31.1.1
exten => _X.,1,Goto(incoming,s,1)
exten => sip_login2,1,Goto(incoming,s,1)
[incoming]
exten => s,1,GotoIfTime(8:00-20:00,mon-fri,*,*?ivr-main,s,1)
same => n,GotoIfTime(8:00-17:00,sat,*,*?ivr-main,s,1)
same => n,GotoIfTime(10:00-15:00,sun,*,*?ivr-main,s,1)
same => n,Playback(nonworkinghours)
same => n,Goto(autoanswer,s,1)