Hi All,
I have a couple of RB750s (V4.5) running with Ubiquiti AP and CPEs. WAN is loadbalanced between 2 ADSL lines.
While connecting to my ADSL modem from my PC I can make & receive calls via my VOIP provider without any problem. One I connect onto a AP the problem starts. Most of the time I can make & receive calls but from time to time I can not make a call or receive one. Running wireshark I can see that the signaling is working, binding (STUN) request gets a binding response but sometimes the "invite" (SIP) request does not receive a "trying" response while initiating a call. I am sure the response is sent but it gets lost/blocked somewhere on my network.
SIP helper makes no difference.
This is my mangle config:
--------------------------------------------------------------------
add action=change-mss chain=forward comment="" disabled=no in-interface=WAN1 new-mss=clamp-to-pmtu protocol=tcp tcp-flags=\
syn tcp-mss=1450-65535
add action=change-mss chain=forward comment="" disabled=no in-interface=WAN2 new-mss=clamp-to-pmtu protocol=tcp tcp-flags=\
syn tcp-mss=1450-65535
add action=change-mss chain=forward comment="" disabled=no new-mss=clamp-to-pmtu out-interface=WAN1 protocol=tcp \
tcp-flags=syn tcp-mss=1450-65535
add action=change-mss chain=forward comment="" disabled=no new-mss=clamp-to-pmtu out-interface=WAN2 protocol=tcp \
tcp-flags=syn tcp-mss=1450-65535
add action=mark-connection chain=input comment="WAN1 - Input" disabled=no in-interface=WAN1 new-connection-mark=wlan1_conn \
passthrough=yes
add action=mark-connection chain=input comment="WAN2 - Input" disabled=no in-interface=WAN2 new-connection-mark=wlan2_conn \
passthrough=yes
add action=mark-routing chain=output comment="WAN1 - Output" connection-mark=wlan1_conn disabled=no new-routing-mark=\
to_wlan1 passthrough=yes
add action=mark-routing chain=output comment="WAN2 - Output" connection-mark=wlan2_conn disabled=no new-routing-mark=\
to_wlan2 passthrough=yes
add action=mark-connection chain=forward comment="" connection-type=sip disabled=no new-connection-mark=voip-conn \
passthrough=yes
add action=mark-connection chain=forward comment="" disabled=no dst-port=5060 new-connection-mark=voip-conn passthrough=\
yes protocol=udp
add action=mark-packet chain=forward comment="" connection-mark=voip-conn disabled=no new-packet-mark=voip-packet \
passthrough=no
---------------------------------------------------------------------
Any help would be much appreciated.
Thanks
Hugo