<div><div dir="auto">+1 plus check the phone are not using STUN and are configured to use their own IPs, I’ve seen this a lot.</div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 7 Apr 2020 at 04:03, Ken Rice <<a href="mailto:krice@freeswitch.org">krice@freeswitch.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Firewall? For whatever reason FS is not getting the ACKs from the 192.168.1.225 machine to the 200OK telling it the call was answered. You can see this where the FS box sends multiple 200 Oks.  When FS doesn’t get the ACK within 32 seconds it kills the call.<br>
<br>
On 4/6/20, 8:39 PM, "FreeSWITCH-users on behalf of MikeKulls" <<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> on behalf of <a href="mailto:freeswitch@mikesdriveway.com" target="_blank">freeswitch@mikesdriveway.com</a>> wrote:<br>
<br>
    I've installed freeswitch on a Raspberry PI 3 with pretty much bog stock <br>
    config. The only change I've done is to delete the ipv6 profiles and <br>
    changed the default password. I've connected a few different clients, 3 <br>
    soft phones and 2 ATAs. When making calls with some of the clients the <br>
    calls are dropped after 32 seconds. For other clients the calls will <br>
    proceed for half an hour no issues. I have absolutely no complexity <br>
    here, it's all internal phones on the local /24 lan. There are no <br>
    firewalls, traffic only goes via a switch. I have no external SIP <br>
    gateway, none of the clients are behind a NAT. I've done extensive <br>
    googling and everything I find talks about NAT issues and VPNs, multiple <br>
    subnets etc. I'm not running any of that. Packet capture and more <br>
    details below.<br>
<br>
<br>
    Some of the things I've tried<br>
<br>
    - complete OS and freeswitch reinstall on the PI<br>
<br>
    - disable IPv6 on the PI (made a big improvement, now the remote phone <br>
    rings instantly instead of long delay)<br>
<br>
    - full OS update before installing freeswitch<br>
<br>
    - tried clients with both UDP and TCP<br>
<br>
    - install freeswitch on CentOS 7.<br>
<br>
    - Disable SIP ALG on router (traffic not going through router anyway)<br>
<br>
    - Tried all devices on a different network switch<br>
<br>
    - Tried client options like "use rport" etc<br>
<br>
<br>
<br>
<br>
    What works:<br>
<br>
    - Cisco SPA3102 ATA<br>
<br>
    - Voiper latest version on Windows<br>
<br>
<br>
    What doesn't work<br>
<br>
    - Latest Voiper on android<br>
<br>
    - Older version of voiper on windows<br>
<br>
    - Billion 7404VGP<br>
<br>
    - Android version of Voip by antisip<br>
<br>
<br>
<br>
    TShark capture of a call dropping. IPs are:<br>
<br>
    192.168.1.245 Freeswitch<br>
<br>
    192.168.1.225 Windows PC with older copy of voiper<br>
<br>
    192.168.1.202 Cisco ATA<br>
<br>
<br>
         1 0.000000000 192.168.1.225 â 192.168.1.245 SIP/SDP 1038 Request: <br>
    INVITE <a href="mailto:sip%3A1004@192.168.1.245" target="_blank">sip:1004@192.168.1.245</a>;transport=UDP |<br>
         2 0.005573031 192.168.1.245 â 192.168.1.225 SIP 917 Status: 407 <br>
    Proxy Authentication Required |<br>
         3 0.011167520 192.168.1.225 â 192.168.1.245 SIP 408 Request: ACK <br>
    <a href="mailto:sip%3A1004@192.168.1.245" target="_blank">sip:1004@192.168.1.245</a>;transport=UDP |<br>
         4 0.016217586 192.168.1.225 â 192.168.1.245 SIP/SDP 1314 Request: <br>
    INVITE <a href="mailto:sip%3A1004@192.168.1.245" target="_blank">sip:1004@192.168.1.245</a>;transport=UDP |<br>
         5 0.037157271 192.168.1.245 â 192.168.1.225 SIP 413 Status: 100 <br>
    Trying |<br>
         6 0.094830064 192.168.1.245 â 192.168.1.202 SIP/SDP 1283 Request: <br>
    INVITE <a href="http://sip:1004@192.168.1.202:5083" target="_blank">sip:1004@192.168.1.202:5083</a>;transport=tcp |<br>
         7 0.115792718 192.168.1.202 â 192.168.1.245 SIP 365 Status: 100 <br>
    Trying |<br>
         8 0.115932040 192.168.1.245 â 192.168.1.202 TCP 54 5060 â 5083 <br>
    [ACK] Seq=1230 Ack=312 Win=63784 Len=0<br>
         9 0.124784941 192.168.1.202 â 192.168.1.245 SIP 526 Status: 180 <br>
    Ringing |<br>
        10 0.124863118 192.168.1.245 â 192.168.1.202 TCP 54 5060 â 5083 <br>
    [ACK] Seq=1230 Ack=784 Win=63784 Len=0<br>
        11 0.151217241 192.168.1.245 â 192.168.1.225 SIP/SDP 1205 Status: <br>
    183 Session Progress |<br>
        12 2.263254019 192.168.1.202 â 192.168.1.245 SIP/SDP 901 Status: 200 <br>
    OK |<br>
        13 2.263406934 192.168.1.245 â 192.168.1.202 TCP 54 5060 â 5083 <br>
    [ACK] Seq=1230 Ack=1631 Win=63784 Len=0<br>
        14 2.272446033 192.168.1.245 â 192.168.1.202 SIP 471 Request: ACK <br>
    <a href="http://sip:1004@192.168.1.202:5083" target="_blank">sip:1004@192.168.1.202:5083</a>;transport=tcp |<br>
        15 2.284211777 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        16 2.469876726 192.168.1.202 â 192.168.1.245 TCP 60 5083 â 5060 <br>
    [ACK] Seq=1631 Ack=1647 Win=16000 Len=0<br>
        17 2.784653094 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        18 3.785916037 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        19 5.787085997 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        20 8.903231371 192.168.1.245 â 192.168.1.225 TCP 54 5060 â 56460 <br>
    [ACK] Seq=1 Ack=1 Win=501 Len=0<br>
        21 8.903781836 192.168.1.225 â 192.168.1.245 TCP 60 [TCP ACKed <br>
    unseen segment] 56460 â 5060 [ACK] Seq=1 Ack=2 Win=8212 Len=0<br>
        22 9.788128841 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        23 13.788284085 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        24 17.788442453 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        25 20.361180947 192.168.1.225 â 192.168.1.245 UDP 60 5060 â 5060 Len=4<br>
        26 21.788537538 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        27 25.788690954 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        28 29.789847278 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        29 32.583226442 192.168.1.245 â 192.168.1.202 TCP 54 [TCP <br>
    Keep-Alive] 5060 â 5083 [ACK] Seq=1646 Ack=1631 Win=63784 Len=0<br>
        30 32.584076227 192.168.1.202 â 192.168.1.245 TCP 60 [TCP Keep-Alive <br>
    ACK] 5083 â 5060 [ACK] Seq=1631 Ack=1647 Win=16000 Len=0<br>
        31 33.790019961 192.168.1.245 â 192.168.1.225 SIP/SDP 1169 Status: <br>
    200 OK |<br>
        32 34.284637050 192.168.1.245 â 192.168.1.225 SIP 704 Request: BYE <br>
    <a href="http://sip:1002@192.168.1.225:5060" target="_blank">sip:1002@192.168.1.225:5060</a>;transport=UDP |<br>
        33 34.327728390 192.168.1.245 â 192.168.1.202 SIP 672 Request: BYE <br>
    <a href="http://sip:1004@192.168.1.202:5083" target="_blank">sip:1004@192.168.1.202:5083</a>;transport=tcp |<br>
        34 34.344437951 192.168.1.202 â 192.168.1.245 SIP 381 Status: 200 OK |<br>
        35 34.393228415 192.168.1.245 â 192.168.1.202 TCP 54 5060 â 5083 <br>
    [ACK] Seq=2265 Ack=1958 Win=63784 Len=0<br>
        36 34.422931003 192.168.1.225 â 192.168.1.245 SIP 466 Status: 200 OK |<br>
        37 38.352414375 192.168.1.225 â 192.168.1.245 TCP 60 [TCP ACKed <br>
    unseen segment] 56460 â 5060 [PSH, ACK] Seq=1 Ack=2 Win=8212 Len=4<br>
        38 38.352610259 192.168.1.245 â 192.168.1.225 TCP 56 [TCP Previous <br>
    segment not captured] 5060 â 56460 [PSH, ACK] Seq=2 Ack=5 Win=501 Len=2<br>
        39 38.393526512 192.168.1.225 â 192.168.1.245 TCP 60 [TCP ACKed <br>
    unseen segment] 56460 â 5060 [ACK] Seq=5 Ack=4 Win=8212 Len=0<br>
<br>
    -- <br>
    This email has been checked for viruses by AVG.<br>
    <a href="https://www.avg.com" rel="noreferrer" target="_blank">https://www.avg.com</a><br>
<br>
<br>
    _________________________________________________________________________<br>
<br>
    The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
    Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
    Build your next product on our scalable cloud platform.<br>
<br>
    Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
    Professional FreeSWITCH Services<br>
    <a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
    <a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
    Official FreeSWITCH Sites<br>
    <a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
    <a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
    <a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
    FreeSWITCH-users mailing list<br>
    <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
    <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
    UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
    <a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
<br>
<br>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Regards,</div><div><br></div>David Villasmil<div>email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a></div><div>phone: +34669448337</div></div></div>