<html><head><style type="text/css">body {word-wrap: break-word; background-color:#ffffff;}</style></head><body><div style="font-family: sans-serif; font-size: 16px">Hello all,<br>In our deployments, Freeswitch is on a public IP with most user endpoints behind NAT.&nbsp; As the demand for BLFs has grown I've been forced to go to TCP due the NOTIFYs exceeding MTU. I've been reluctant to use TCP for SIP due to the increased overhead.&nbsp; Currently I force a registration expiry of 600 seconds and ping all NATed endpoints.&nbsp; I'm exploring the idea of switching all endpoints to TCP where available, ditching the options pings and dropping the registration expiration to 300 secs which should exceed the TCP connection timeout of almost every router I've seen.&nbsp; I was currious if anyone had an experience or could point out any caveats I might run into.<br><br>Thanks in advance,<br>Spencer</div></body></html>