traceroute 1.1.1.1
traceroute to 1.1.1.1 (1.1.1.1), 64 hops max, 52 byte packets
Now for Attended transfer
Answer the call
Press the Transfer button with the picture of two phones on it
Dial the number you want to transfer to
Press the green send button
When they answer, ask them if they want the call
If they say no then press the Cancel virtual button and then the Resume virtual button to take the call back
If they say yes then just hang up and the call is transferred
/interface vlan
add interface=bridge1 name=vlan100 vlan-id=100
add interface=bridge1 name=vlan200 vlan-id=200
/ip address
add address=192.168.100.1/24 interface=vlan100 network=192.168.100.0
add address=192.168.200.1/24 interface=vlan200 network=192.168.200.0
/ip pool
add name=dhcp_pool1 ranges=192.168.100.10-192.168.100.254
add name=dhcp_pool2 ranges=192.168.200.10-192.168.200.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=vlan100 lease-time=8h10m name=dhcp1
add address-pool=dhcp_pool2 disabled=no interface=vlan200 lease-time=8h10m name=dhcp2
/ip dhcp-server network
add address=192.168.100.0/24 dns-server=192.168.100.1 gateway=192.168.100.1
add address=192.168.200.0/24 dns-server=192.168.200.1 gateway=192.168.200.1
В таком случае, достаточно просто прописать маршрут к этому серверу через WAN2.